Sebastian Kügler
6ac61b234d
Disable KIO::KEMailSettings until it's fixed
13 years ago
Sebastian Kügler
f528088555
Applet::globalShortcut becomes QKeySequence
...
- Port away from KShortcut
- Use QKeySequence instead of QShortcut (which might be the obvious
choice, for two reasons:
- QKeySequence doesn't require QWidgets
- It's really all we need
This reduces KShortcut and QShortcut usage in plasma-framework to zarro.
13 years ago
Aaron Seigo
a5f5048e23
add ConfigGroup here as well
13 years ago
Marco Martin
7ed314571a
get rid of Plasma::FormFactor
13 years ago
Marco Martin
4e1a87b648
Put all Plasma emums in a Types class
...
This makes possible to use them directly frmo QML
as a minus, is not pretty and requires tons of search and replace in old
c++ code
13 years ago
Marco Martin
3d13224512
remove DataEngine::query()
13 years ago
Sebastian Kügler
8a52c4e172
Fix typos
13 years ago
Marco Martin
2a9d56abc8
use the package name instead of app name
...
plasma2 will have only one executable for different shells
(also, appears to fix a weird crash)
13 years ago
Marco Martin
ef5616e0cb
remove defaultLayoutScripts
...
this path is now taken from the corona package
13 years ago
Marco Martin
f37caf4220
remove unused QGraphics* includes
13 years ago
Marco Martin
0ca944621c
remove the singleton usage from everywhere
13 years ago
Marco Martin
50079172fd
make the desktop scripting finally work
...
completely migrate to X-Plasma-ContainmentType from the desktop file, use it to set the containment type as soon as possible (in Containment::init())
in this way the desktop script can recognize panels as what they are immediately
13 years ago
Marco Martin
e90be3f3bd
fully build panel.cpp except hiding
13 years ago
Marco Martin
09aabf45f9
add desktop scripting files, use it
...
still partially stub
13 years ago
Sebastian Kügler
4a8ed66db8
this has to be k4aboutdata, after all (for now)
13 years ago
Sebastian Kügler
9f5e9755b4
fix typo in includes
13 years ago
Marco Martin
02c248b060
enable build of desktop scripting
...
it still doesn't do anything and needs porting away from deprecated classes
13 years ago
Marco Martin
8c04681928
move scripting into the shell
13 years ago