plasma-framework/appletbrowser
Aaron J. Seigo 3d3beac449 * setting the application in the ctor is really ugly. use an accessor for that.
* upon using the accessor i disocvered they didn't actually do anything except set the member variable; no changes actually took place in the dialogs.

eventually, we should probably consider moving the application name to a central location in libplasma, e.g. a Plasma::setMainComponent(KComponentData&) that initializes itself to the app's mainComponent()... there's too many of these app name things around

also, when the item model updates itself, the view in the dialog doesn't. i've added a hack in AppletBrowser::setApplication to re-set the item model on the view. maybe Ivan you could take a look at that sometime? it's not overly critical as it works for now due to the hack.

CCMAIL:lfranchi@gmail.com
CCMAIL:ivan.cukic+kde@gmail.com

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=733614
2007-11-06 21:10:11 +00:00
..
customdragtreeview_p.h Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
customdragtreeview.cpp Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
kcategorizeditemsview_p.h Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
kcategorizeditemsview.cpp * setting the application in the ctor is really ugly. use an accessor for that. 2007-11-06 21:10:11 +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 Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
kcategorizeditemsviewdelegate.cpp Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
kcategorizeditemsviewmodels_p.h Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
kcategorizeditemsviewmodels.cpp Changing the licensing to GNU Library/Lesser GPL 2007-10-12 08:44:02 +00:00
plasmaappletitemmodel_p.h * setting the application in the ctor is really ugly. use an accessor for that. 2007-11-06 21:10:11 +00:00
plasmaappletitemmodel.cpp * setting the application in the ctor is really ugly. use an accessor for that. 2007-11-06 21:10:11 +00:00
TODO Import of the Plasma Applet browser into the libplasma 2007-09-26 07:44:06 +00:00