------- 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=128296 Summary: Icon selector for tags wont let user select 'other icons' Product: digikam Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: ciasaboark gmail com Version: 0.8.2-rc1 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18 dapper) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.15-23-k7 The edit tag properties dialog no longer lets the user select an icon/image outside of the normal icon theme (applications, mimetypes, etc...). The radio button for other images is grayed out, and their appears to be no other way to assign a special icon for a tag. _______________________________________________ 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=128296 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 Jonathan Nelson
------- 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=128296 ------- Additional Comments From dave eddy uni-duisburg de 2006-08-28 08:52 ------- Using 0.8.2-rc1 (KDE 3.5.4, Kubuntu Package 4:3.5.4-0ubuntu2~dapper1) it is still the same. Selecting other icons aside from system icons for keywords is not possible, as the radio button ist greyed out. Don't know if ubuntu or digikam bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Jonathan Nelson
------- 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=128296 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles free fr 2006-08-28 11:12 ------- SVN commit 578035 by cgilles: digikam from trunk : Tags Edit/Create dialog : Let's user select others folder to choose a tag icon. BUG: 128296 M +2 -2 tagcreatedlg.cpp --- trunk/extragear/graphics/digikam/digikam/tagcreatedlg.cpp #578034:578035 @ -162,7 +162,7 @ { #if KDE_IS_VERSION(3,3,0) KIconDialog dlg(this); - dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, true, true); + dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, false, false); QString icon = dlg.openDialog(); #else QString icon = KIconDialog::getIcon(KIcon::NoGroup, KIcon::Application, false, 20); @ -310,7 +310,7 @ { #if KDE_IS_VERSION(3,3,0) KIconDialog dlg(this); - dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, true, true); + dlg.setup(KIcon::NoGroup, KIcon::Application, false, 20, false, false, false); QString icon = dlg.openDialog(); #else QString icon = KIconDialog::getIcon(KIcon::NoGroup, KIcon::Application, false, 20); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |