Marco Martin
53957252a5
remove unused file
2013-02-06 17:31:36 +01:00
Aaron Seigo
1d4f19861b
move the comment to where it makes some sense
2013-02-06 17:30:35 +01:00
Aaron Seigo
f361753682
const
2013-02-06 17:30:28 +01:00
Aaron Seigo
648fb8cf41
remove activityName
...
mapping activity IDs to other information (such as the user visible name)
should be done via other mechanisms (e.g. DataEngine or model via import)
2013-02-06 15:29:19 +01:00
Aaron Seigo
e216e08a96
stub in where wallpaper loading will happen
2013-02-06 15:27:59 +01:00
Aaron Seigo
46cf753b15
wallpapers will no longer have modes; just plugin names to differentiate
...
modes were a bit of a hack to easily allow one C++ plugin to handle
multiple (to the user) wallpapers. this just doesn't seem necessary
anymore (and even in the C++ case could have been addressed by compiling
multiple plugins that share code)
2013-02-06 15:23:48 +01:00
Aaron Seigo
796dcb132b
remove completely unused API
2013-02-06 15:23:37 +01:00
Aaron Seigo
64ae6fcea2
dead code
2013-02-06 15:22:35 +01:00
Marco Martin
c18eb599fe
visualize the toolbox
2013-02-06 14:20:24 +01:00
Marco Martin
ec59fd611a
add packages for a test applet and a test toolbox
2013-02-06 14:07:08 +01:00
Marco Martin
d2bc77be27
toolBoxWidget -> toolBoxObject
2013-02-06 14:06:24 +01:00
Marco Martin
3777ae67ef
very war enable of components
...
they will still not work due theme not being defined yet
2013-02-06 13:37:56 +01:00
Marco Martin
8516ec516f
don't access toolbox main object if isn't valid
2013-02-06 12:44:11 +01:00
Marco Martin
c0edcd986a
file resolution in packages works again
2013-02-06 12:37:48 +01:00
Marco Martin
52df5990be
correct prefix in packages, apps/ still missing
2013-02-06 11:35:42 +01:00
Marco Martin
965f6715db
correctly link everything
2013-02-06 11:15:27 +01:00
Script Kiddy
4ad4495250
SVN_SILENT made messages (.desktop file)
2013-02-06 08:20:34 +01:00
Sebastian Kügler
5fa2686272
QCA works with Qt5 -- reenable
2013-02-05 22:17:07 +01:00
Marco Martin
492bd13b00
slight progress in making the repo link again
2013-02-05 21:37:42 +01:00
Marco Martin
39f1048f15
fix messages.sh
2013-02-05 20:28:50 +01:00
Aaron Seigo
3cab7ac999
camel case includes
2013-02-05 17:48:34 +01:00
Aaron Seigo
3611d138a2
mv the knsrc file in with the plasmapkg binary
...
no knewstuff in the library anymore
2013-02-05 17:32:17 +01:00
Aaron Seigo
ebd57c74f4
and another one bites the dust.
2013-02-05 17:32:17 +01:00
Script Kiddy
984dc478ab
SVN_SILENT made messages (.desktop file)
2013-02-05 16:58:16 +01:00
Aaron Seigo
475f0a6028
temporarily remove qca2
2013-02-05 16:34:43 +01:00
Aaron Seigo
151311f9b9
make Package::setPath a bit more like the version now in libplasma1
2013-02-05 16:34:43 +01:00
Aaron Seigo
d6f0502960
package by reference nowadays
2013-02-05 16:34:43 +01:00
Aaron Seigo
b0d252f803
unused variable
2013-02-05 16:34:43 +01:00
Aaron Seigo
d66d90be72
plasma library is in this repo ... link directly against it
2013-02-05 16:34:43 +01:00
Aaron Seigo
8940257c17
nothing to moc here, folks
2013-02-05 16:34:43 +01:00
Aaron Seigo
3a38a3067d
AppletPrivate::filterOffers is gone
2013-02-05 16:34:43 +01:00
Aaron Seigo
93062f4b50
this approach to security is obsoleted with the move to QML
...
it was never perfect, more of a "trusted control" system. now that we
have QML only, we need to use that for these features.
2013-02-05 16:34:43 +01:00
Marco Martin
5f107d3fcb
get rid of all delayedinit stuff
2013-02-05 16:00:12 +01:00
Marco Martin
584ccf15f4
don't delay applet init
...
perfectly fixes layout restore.
all the applet delayed init mechanism will be removed
2013-02-05 15:53:53 +01:00
Marco Martin
48561504c8
remove delayedContainmentInit
2013-02-05 14:55:40 +01:00
Marco Martin
7f654acfd2
replace graphicObject with a dynamic property
2013-02-05 13:15:32 +01:00
Marco Martin
2734ceaebb
reparent applet graphicobject to containment graphicobject
2013-02-05 11:59:14 +01:00
Marco Martin
b5a65921d0
get rid of the ugly async syncgraphicObject()
2013-02-05 11:03:40 +01:00
Marco Martin
5562c65127
expose completeInitialization() method
2013-02-05 10:50:18 +01:00
Marco Martin
78689b3d40
another attempt in setting module paths
2013-02-04 21:37:07 +01:00
Marco Martin
2b45de0e96
try to add CMAKE_PREFIX_PATH to CMAKE_MODULE_PATH
2013-02-04 21:34:04 +01:00
Marco Martin
b4669ab783
make the plasmoid object accessible
2013-02-04 20:28:41 +01:00
Marco Martin
feec1a5b40
iget rid of svg
2013-02-04 19:48:50 +01:00
Marco Martin
7912da6072
actually show the containment's qml
2013-02-04 19:47:35 +01:00
Marco Martin
624817e9f3
make the scriptengine successfully load
2013-02-04 18:02:03 +01:00
Marco Martin
fef1e3f0e7
use installPackage
2013-02-04 16:48:37 +01:00
Marco Martin
274e4372c5
add a test containment
2013-02-04 16:43:55 +01:00
Marco Martin
60b37cff34
reenable build of declarative scriptengine
...
just builds, is still pretty broken
2013-02-04 16:10:53 +01:00
Script Kiddy
81449003bb
SVN_SILENT made messages (.desktop file)
2013-02-04 09:06:15 +01:00
Script Kiddy
2e8ba86356
SVN_SILENT made messages (.desktop file)
2013-02-03 08:58:05 +01:00