------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 Summary: can't restore system icons for tag Product: digikam Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: maxime.delorme tiscali fr Version: 0.8.1 (using KDE KDE 3.5.0) Installed from: Ubuntu Packages I can't restore system icons for tag when I choose a picture of my albums. Look at the screenshot I can't restore the amarok icons of test2 tag in the left panel as it was in the right panel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From maxime.delorme tiscali fr 2006-01-14 00:39 ------- Created an attachment (id=14245) --> (http://bugs.kde.org/attachment.cgi?id=14245&action=view) can't restore left as right panel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Tags _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From caulier.gilles free fr 2006-08-28 13:05 ------- Maxime, The problem still exist with digiKam 0.9.0 from svn trunk ? Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From maxime.delorme tiscali fr 2006-08-28 16:00 ------- I've not tested 0.9 svn yet, I will try this evening _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From maxime.delorme tiscali fr 2006-08-29 22:38 ------- Yes with the version from http://kubuntu.omat.nl/dapper _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From maxime.delorme tiscali fr 2006-08-29 22:50 ------- step to reproduce it - in albums view d&d on filter tag - in tags view select previous tag, my pictures appears - d&d on picture on tag of left panel and accept to set is as preview - on right or left panel try to restore preview with on icon from the system => nothing happens in my case _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 ------- Additional Comments From caulier.gilles free fr 2006-08-30 13:18 ------- ok. I can reproduce it. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from maxime.delorme@tiscali.fr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=120075 marcel.wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From marcel.wiesweg gmx de 2006-08-30 19:22 ------- SVN commit 578959 by mwiesweg: - when setting the iconKDE string, reset the icon ID to 0, which has precedence - set root item to "open" initially. (If items are added in TagFolderView, ensureItemVisible is called. TagFilterView has no root item. So this appeared only when creating the very first item from TagFilterView) BUG: 120075, 120074 M +1 -1 albumdb.cpp M +2 -0 tagfolderview.cpp --- trunk/extragear/graphics/digikam/digikam/albumdb.cpp #578958:578959 @ -503,7 +503,7 @ { if (!iconKDE.isEmpty()) { - execSql( QString("UPDATE Tags SET iconkde='%1' WHERE id=%2;") + execSql( QString("UPDATE Tags SET iconkde='%1', icon=0 WHERE id=%2;") .arg(escapeString(iconKDE), QString::number(tagID))); } --- trunk/extragear/graphics/digikam/digikam/tagfolderview.cpp #578958:578959 @ -173,6 +173,8 @ { item = new TagFolderViewItem(this, tag); tag->setExtraData(this, item); + // Toplevel tags are all children of root, and should always be visible - set root to open + item->setOpen(true); } else { _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |