plasma-framework/appletbrowser
Jakob Petsovits 9f2e3e276e Icon naming spec compliance (code changes - KDE/):
edit-add -> list-add

You have no idea how hard it was to reduce the number of
"add" icons from two to one. I nearly died in the process :-S
The difficult part, of course, was to find the answer
to the everlasting question "What does each icon mean?"

And these are my findings:

* If you add anything to a list (or something else that is
  some kind of collection of items), you use list-add.
* If you remove something from that list (or collection)
  without destroying the removed object itself (because
  it's only a reference to something outside),
  you use list-remove.
* If you delete something from that list (or collection)
  and the item that you deleted had its home in the list
  and is therefore destroyed on removing,
  then you use edit-delete.

Phew. Who wants to open up a TechBase article on using icons?

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=753984
2007-12-28 21:26:03 +00:00
..
customdragtreeview_p.h Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
customdragtreeview.cpp appletbrowser gets a remove icon and a filter for running applets 2007-12-10 01:18:57 +00:00
kcategorizeditemsview_p.h Same workaround for bad include file / dir handling. 2007-12-10 19:38:31 +00:00
kcategorizeditemsview.cpp appletbrowser gets a remove icon and a filter for running applets 2007-12-10 01:18:57 +00:00
kcategorizeditemsviewbase.ui Dragging now shows plasmoid icons instead of ItemViewDelegate painted items. 2007-09-29 19:11:27 +00:00
kcategorizeditemsviewdelegate_p.h The usual includes dance 2007-12-10 19:50:31 +00:00
kcategorizeditemsviewdelegate.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-28 21:26:03 +00:00
kcategorizeditemsviewmodels_p.h Same workaround for bad include file / dir handling. 2007-12-10 19:38:31 +00:00
kcategorizeditemsviewmodels.cpp appletbrowser gets a remove icon and a filter for running applets 2007-12-10 01:18:57 +00:00
plasmaappletitemmodel_p.h appletbrowser gets a remove icon and a filter for running applets 2007-12-10 01:18:57 +00:00
plasmaappletitemmodel.cpp appletbrowser gets a remove icon and a filter for running applets 2007-12-10 01:18:57 +00:00
TODO Import of the Plasma Applet browser into the libplasma 2007-09-26 07:44:06 +00:00