Marco Martin
8ba734f05b
correct item resize
...
comment out more old api
will be reenable one by one only when needed
2013-02-20 15:51:28 +01:00
Marco Martin
18a050c1b3
delay creation of containments as well
2013-02-19 20:33:25 +01:00
Marco Martin
222e132ecd
use the function QmlObject::createObjectFromSource
2013-02-19 20:20:32 +01:00
Marco Martin
31c442f39a
QmlObject::setQmlPath -> setSource
...
to be consistent with QQuickView
2013-02-19 19:27:10 +01:00
Marco Martin
08f9417c32
move object creations inside appletInterface
2013-02-19 19:27:10 +01:00
Marco Martin
26b5b98e0a
start to delay a bit objects creation.
...
use a component incubator to create objects whuile the event loop is running
load applets ui only when they get a view
it will have to be cleaned out a lot, by moving the loading logic into AppletInterface
2013-02-19 17:27:32 +01:00
Marco Martin
22918af6b4
better organization of DeclarativeAppletScript::init(
2013-02-19 14:47:11 +01:00
Marco Martin
82930e7226
try to use a simple incubator to make loading appear smooter
2013-02-19 14:40:03 +01:00
Marco Martin
f5b51c7c54
Containment::Type -> Plasma::ContainmentType
2013-02-19 13:52:32 +01:00
Marco Martin
ca799b08bf
containmentActions logic is in ContainmentInterface
...
a copy is still in Containment, will be cleaned in next commit
2013-02-19 11:52:51 +01:00
Marco Martin
86d89bf634
port more to new connect syntax to catch more errors
2013-02-18 18:54:44 +01:00
Marco Martin
57add3903f
tore containment loading
...
use new connect syntax to catch signature mismatch of appletAdded
2013-02-18 18:46:29 +01:00
Burkhard Lück
dbc845f0a6
fix message extraction
...
use find for all the .cpp files, does not break when subdirs are renamed/moved
2013-02-17 22:39:56 +01:00
Burkhard Lück
5305774fbd
fix message extraction
...
use find for all the .cpp files, does not break when subdirs are renamed/moved
2013-02-17 14:31:34 +01:00
Marco Martin
44b92bec42
make the destroy action work
2013-02-15 18:10:46 +01:00
Marco Martin
4c92755e8b
correctly popuplate Applet contextmenu
...
the containment one is still a stub
2013-02-15 18:10:46 +01:00
Marco Martin
672b0bdfc1
experiment for a declarative config skeleton
...
maps a KConfigSkeleton to a QQmlPropertyMap, allowing a "declarative" use of configs
not sure will be an efficient approach enough but it seems to work correctly
2013-02-15 16:21:58 +01:00
Marco Martin
7cabcaa9ac
use the actual Applet* cor contextualActions()
2013-02-15 14:30:43 +01:00
Marco Martin
962eaa98ab
with what is the applet we want actions of
...
for the contextmenu
2013-02-15 14:16:49 +01:00
Marco Martin
065078b9c3
applets property as a list of plasmoid objects
2013-02-15 14:07:35 +01:00
Marco Martin
4049c092be
create a simple context menu
...
It will have to use containment action plugins
2013-02-15 14:01:53 +01:00
Marco Martin
4e44bc4c31
support for containment type in the desktop file
...
add a test panel containment
2013-02-14 19:12:11 +01:00
Sebastian Kügler
7dfe957e66
The Big Move
...
All cpp code moves into the src/ subdirectory, as the Frameworks policy
suggests.
Directory structure should now be in line with other, future frameworks.
2013-02-14 17:17:12 +01:00