Sebastian Kügler
1f3b9860a1
Port widgetsexplorer from KStandardDirs to QStandardPaths
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
Sebastian Kügler
1de649517f
Port away from KService usage
13 years ago
Sebastian Kügler
9e004f3e48
User Q_ macros for signals and slots
13 years ago
l10n daemon script
5be5a807d8
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
89ad11b967
Merge branch 'PlasmaTypesClass'
13 years ago
Sebastian Kügler
2385a70d70
Disable all TextAreas
...
Initializing a TextArea crashes the shell, there's a Qt bug
https://bugreports.qt-project.org/browse/QTBUG-30925 filed about this.
Since we now can't even build against an old-enough Qt, which doesn't
suffer from this crasher, disable the textareas in our code until it's
fixed.
13 years ago
l10n daemon script
3fd48a7a76
SVN_SILENT made messages (.desktop file)
13 years ago
Aaron Seigo
a5f5048e23
add ConfigGroup here as well
13 years ago
Script Kiddy
bf1d179424
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
2e1a358cfc
blur behind in the panel controller
13 years ago
Marco Martin
cc975b0ce0
fix startupcompleted constraints
...
use the new panel toolbox
13 years ago
Marco Martin
ffcced126c
close on focus out
13 years ago
Marco Martin
2a157516c3
rename ImmutabilityType
13 years ago
Aaron Seigo
317f2c72ff
Merge branch 'kded_platformstatus'
13 years ago
Marco Martin
1749551125
rename Plasma::ContainmentType
13 years ago
Marco Martin
16bc9b1fe4
get rid of Plasma::Location
13 years ago
Marco Martin
7ed314571a
get rid of Plasma::FormFactor
13 years ago
Marco Martin
d8d9b1844b
blur behind in the panel controller
13 years ago
Marco Martin
d412c1ea53
fix startupcompleted constraints
...
use the new panel toolbox
13 years ago
Marco Martin
3b4a7a3eef
close on focus out
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
dcb3c9ad16
use dialogRoot.vertical
13 years ago
Marco Martin
d34a027303
snap
13 years ago
Marco Martin
30b76c903b
add the center indicator
13 years ago
Marco Martin
220c9e1dbf
center align starts to work
...
still not perfect
13 years ago
Marco Martin
ef36b3c575
rulers work for left and right alignments
13 years ago
Marco Martin
b50c49e3df
working menu to switch between panel alignments
13 years ago
Marco Martin
91a31cee6b
take a central rect where no switch occurs
13 years ago
Marco Martin
a7766b3cc5
set current sizes on state change
13 years ago
Marco Martin
e634f8eee6
slightly more reliable formfactor switching
13 years ago
Marco Martin
7f32578814
better size hints
13 years ago
Marco Martin
52b88cec28
all handles in own files
13 years ago
Marco Martin
dbe6c77861
use toolbuttons
13 years ago
Marco Martin
b83e85c8bb
better alignment
13 years ago
Marco Martin
b058dd0e1f
duplication--
13 years ago
Marco Martin
cb2fadd24c
svg for controller background
13 years ago
Marco Martin
7021df316a
e svg for the ruler
13 years ago
Marco Martin
15dad46c0f
move the offset button in new file
13 years ago
Marco Martin
c65cddddc8
geometry controls quite reliable
...
alignment still completely todo
13 years ago
Marco Martin
c6f68552a5
correctly save and restore to/from plasma-shellrc
13 years ago
Marco Martin
658042c1cf
working thickness settings
13 years ago
Marco Martin
4443438742
crude controls for panel geometry
13 years ago
Marco Martin
9e005d038b
fix return
13 years ago
Marco Martin
0891f5d763
fix the wallpaper configuration
...
still pretty hacky, makes a lot of assumptions about the scriptengine
object hyerarchy and for some reason digging a ConfigPropertyMap out of
a qvariant doesn't work properly
13 years ago
Script Kiddy
16e284a3c3
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
fbbf892f0c
SVN_SILENT made messages (.desktop file)
13 years ago
Marco Martin
dc42f13148
fix loading of the first config page
13 years ago
Sebastian Kügler
ca9a27cc39
Delete bare-bones toolbox
...
We can use the one in kde-workspace[frameworks-scratch] now
13 years ago
Script Kiddy
d55f4e52de
SVN_SILENT made messages (.desktop file)
13 years ago