Commit Graph

10318 Commits

Author SHA1 Message Date
Script Kiddy
e637d4268f SVN_SILENT made messages (.desktop file) 2011-03-16 08:31:08 +01:00
Sebastian Kügler
9ac11a2f07 Merge branch 'master' into plasma/declarative 2011-03-15 16:35:27 +01:00
Sebastian Kügler
90d215d1dc Fix icon handling in package metadata 2011-03-15 03:04:07 +01:00
Marco Martin
fcd51b4c67 support availableScreenregion()
FEATURE: bridge to Corona::availableScreenRegion(), as an array of rects
2011-03-13 17:26:59 +01:00
Script Kiddy
fcd254345c SVN_SILENT made messages (.desktop file) 2011-03-12 08:40:20 +01:00
Marco Martin
f07062fae5 movableApplets property of Containment
just for scripted contaiments, C++ ones can easily implement it themselves
2011-03-07 20:17:52 +01:00
Script Kiddy
75d4361505 SVN_SILENT made messages (.desktop file) 2011-03-07 08:20:35 +01:00
Marco Martin
998d1d5ee8 Merge branch 'master' into plasma/declarative 2011-03-05 18:40:50 +01:00
Marco Martin
aeb7c9cf0b Merge branch 'master' into plasma/declarative 2011-03-05 18:40:50 +01:00
Marco Martin
110f85b3c6 actually install the components 2011-03-05 18:40:18 +01:00
Aaron Seigo
5a3c398e5a delay url setting until initialized 2011-03-03 07:52:13 +01:00
Marco Martin
15ac609228 after applet's dataupdated is called, dirty=false
in DataEnginePrivate::connectSource, if it's an immediate call, and QMetaObject::invokeMethod(visualization, "dataUpdated" is called, means the datacontainers' dirty bit must be set to false, otherwise we will get two subsequent dataUpdated

can it have countereffects?

CCMAIL:plasma-devel@kde.org
2011-03-02 22:08:16 +01:00
Marco Martin
33fe3f4874 export the QRectF as an objecy QtScript understand 2011-03-02 15:41:57 +01:00
Marco Martin
0dda9c72ee bind screen() and Corona::screenGeometry() 2011-03-02 15:41:57 +01:00
Script Kiddy
6aac9f5b45 SVN_SILENT made messages (.desktop file) 2011-03-02 08:46:12 +01:00
Script Kiddy
daf32dcf20 SVN_SILENT made messages (.desktop file) 2011-03-02 08:39:29 +01:00
Script Kiddy
dde9d31775 SVN_SILENT made messages (.desktop file) 2011-03-02 08:39:29 +01:00
Jammy Zhou
c808222869 Remove direct OpenGL dependency for libplasma 2011-03-01 09:17:50 +08:00
Marco Martin
15122a4d6e export action() 2011-02-28 20:42:24 +01:00
Marco Martin
fb4aec6640 make action() invokable, useful for qml containments 2011-02-28 20:25:01 +01:00
Marco Martin
c6215bb249 set main object size after loading 2011-02-28 13:47:35 +01:00
Script Kiddy
5553716681 SVN_SILENT made messages (.desktop file) 2011-02-28 09:00:02 +01:00
Marco Martin
80eb4eafea correctly reposition the main item when resizes 2011-02-27 17:00:53 +01:00
Script Kiddy
2af794b302 SVN_SILENT made messages (.desktop file) 2011-02-27 08:11:06 +01:00
Marco Martin
30cc539904 don't switch to a popup when we are already in one 2011-02-26 17:34:04 +01:00
Marco Martin
650e518c2e reparent items when they go in a dialog 2011-02-25 22:38:03 +01:00
Marco Martin
e385737203 remove eventfilters if type is no more Desktop
sceneeventfilters are used just for applet handles, that shouldn't exist in custom contaiments or panel containments
2011-02-25 22:34:53 +01:00
Marco Martin
c56287f927 export pluginName as a qproperty
export pluginName as a qproperty, useful for QML containments
2011-02-25 22:34:53 +01:00
Marco Martin
a5636902e6 correctly register the type property 2011-02-25 22:12:41 +01:00
Marco Martin
888d964d22 register enums in the scriptengine 2011-02-25 22:11:11 +01:00
Marco Martin
d8457ecd8d properties for dialog move 2011-02-25 20:37:56 +01:00
Marco Martin
fcfafcbc6e proxy to setAttribute() 2011-02-25 19:00:01 +01:00
Marco Martin
8128291fee fix setVisible 2011-02-25 15:01:18 +01:00
Script Kiddy
7a91310b25 SVN_SILENT made messages (.desktop file) 2011-02-25 08:34:43 +01:00
Marco Martin
9c6f2132ad support qdeclarativeitems as well
support qdeclarativeitems as well trough a parent qgraphicswidget that syncs the geometry
2011-02-24 23:47:45 +01:00
Sebastian Kügler
93790aec7f Merge branch 'master' of git://anongit.kde.org/kde-runtime 2011-02-24 21:32:23 +01:00
Sebastian Kügler
a211718f6d fix signals 2011-02-24 21:32:10 +01:00
Marco Martin
61abadfd25 bindings for Plasma::Dialog
setting the mainItem property of a Dialog element, it will create a top level window with that item as the graphicsWidget()
right now it works only with QGraphicsWidget{} elements, Plasma::Dialog will be given the api to make this work with any QGraphicsObject as well.
2011-02-24 18:29:56 +01:00
ruberg
b23b9664be BUG: 236853
BUG: 233235

Properly restore the size of PopupApplets from last session even when a preferredSize is set in the graphicsWidget()
2011-02-24 18:26:40 +01:00
Marco Martin
b6f2751ba2 possible to set drawWallpaper and containmentType 2011-02-22 13:25:03 +01:00
Marco Martin
0abb1cfd6e export drawWallpaper and ContainmentType
export in AppletScript drawWallpaper and ContainmentType:
it's the only way to make them settable by scripted JS/QML containments
2011-02-22 13:22:53 +01:00
Script Kiddy
a2b30ffc09 SVN_SILENT made messages (.desktop file) 2011-02-21 08:21:02 +01:00
Marco Martin
ea0b394a55 a simple binding for scripted containments 2011-02-20 19:45:40 +01:00
Marco Martin
56a7b2e5df scripted containment loading fix
load as containment also applets that have both Plasma/Applet and Plasma/Containment
2011-02-20 16:52:44 +01:00
Script Kiddy
b93a779a18 SVN_SILENT made messages (.desktop file) 2011-02-20 08:02:20 +01:00
Marco Martin
145bcf4045 always set a DataEngineSource role in the model
FEATURE: each item will have a DataEngineSource role that makes possible to identify for delegates to what source that data belongs
2011-02-19 14:12:58 +01:00
Aaron Seigo
9b096741f8 apidox fix 2011-02-17 09:18:33 -08:00
Marco Martin
17c0805063 ask for on screen keyboard hiding on focus lost 2011-02-17 15:23:06 +01:00
Aaron Seigo
3924d218a4 cache the values for size and resize method
the main advantage to this is that only when the object signals a change
will the values be re-checked, which means that the wallpaper pointer
can be deleted behind our backs and we won't care
2011-02-16 11:42:38 -08:00
Aaron Seigo
56c25bd8f2 minor ws anomoly 2011-02-15 09:38:58 -08:00