Marco Martin
9f1271fa00
Merge branch 'mart/screenlockerConfig'
12 years ago
Marco Martin
3dece95586
try with a simple 0 delay, slightly less hacky
12 years ago
l10n daemon script
2eb095efba
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
5d0bb697ea
SVN_SILENT made messages (after extraction)
12 years ago
Kevin Funk
0686e449ac
Make compile with Qt 5.4
...
BUG: 337929
12 years ago
Marco Martin
59225b469a
remove custom lockermodel
12 years ago
Marco Martin
213994540f
add missing file
12 years ago
Marco Martin
d6578ef40b
fix layout
12 years ago
Marco Martin
14317f07ef
add screenshot
12 years ago
Marco Martin
6c94d73885
load and save the theme
12 years ago
Marco Martin
9296f037fd
kcm to set the locker theme
12 years ago
l10n daemon script
63c0a6a85d
SVN_SILENT made messages (.desktop file)
12 years ago
Lukáš Tinkl
e900ef2d5a
start detached not to block the GUI
...
the config dialogs are not directly related to the applet anyway
12 years ago
Lukáš Tinkl
a11827f2b2
port the action to show powerdevil config in the context menu
...
instead of the somewhat useless standard config dialog
12 years ago
Aleix Pol
2150a97532
Port kuiserver away from kdelibs4support
12 years ago
Aleix Pol
917a0c9624
Don't initialize twice desktopContainments when creating a new plasma instance
...
Have separate code paths instead, otherwise we'd end up inserting the same
containments twice.
Also add an assert to make sure this doesn't happen anymore.
CCBUG:337928
12 years ago
Aleix Pol
4394830772
Remove useless lambda
12 years ago
Aleix Pol
90e23b0c86
Port wallpapers code away from KDELibs4Support
12 years ago
Aleix Pol
cf2737c8f5
Force OpenGLES when running on Qt 5.4
...
See review 119524
12 years ago
Marco Martin
9284c8a252
add missing file
12 years ago
Marco Martin
7561065542
map role names
12 years ago
Marco Martin
fc8f7e357b
add missing files
...
fix build
12 years ago
Marco Martin
16d55c30f5
Merge branch 'mart/lookAndFeelAccess'
...
REVIEW:119451
Conflicts:
shell/shellcorona.cpp
12 years ago
Marco Martin
ba09eddeeb
port the windows runner
...
that was one of the most obvious missing in 5.0
12 years ago
Aleix Pol
c62330250a
Simplify assertion statement
12 years ago
Aleix Pol
624cb57baa
createContainmentForActivity doesn't necessarily create a containment
...
Don't crash if it fails
12 years ago
Aleix Pol
d377d233ce
Polish plasmoid initialization, screenForContainment
...
So far, when initializing plasma shell some plasmoids would trigger a
warning in ShellCorona::screenForContainment saying that the requested
screen was not found.
This patch fixes the issue by introducing the screens to the views list
earlier, this way when screenForContainment is called, we already have
the list initialized. Now the problem is that we get some inconsistencies,
because QApp::processEvents is called from within View::setContainment.
This results in requests to the PlasmaShell on half-baked instances and
resulted in problems. That's why I introduced the loading attribute that
wraps setContainment calls.
REVIEW: 119554
12 years ago
Aleix Pol
04cb7ba53e
Fix build in Qt 5.4
...
See https://git.reviewboard.kde.org/r/119242/
12 years ago
Lukáš Tinkl
b15cc21229
i18n fixes
...
the runner categories must be translated, they are visible in the kcms
and it's what Plasma::QueryMatch::setMatchCategory suggests
12 years ago
l10n daemon script
a0281931f9
SVN_SILENT made messages (.desktop file)
12 years ago
Lukáš Tinkl
3b0a6fb240
missing i18n()
12 years ago
Marco Martin
e80ab27fe0
if not allowed plugin, don't touch m_dbusServiceCounts
...
BUG:337940
12 years ago
Marco Martin
51c964b929
don't try to decrease unknown m_dbusServiceCounts
...
CCBUG:337940
12 years ago
Marco Martin
7fa530ce1c
don't crash
...
probably needs more testing on multiscreen
reviewed-by:Bhushan Shah <bhush94@gmail.com>
BUG:337928
12 years ago
Marco Martin
3892f4dfc2
set minimum height
12 years ago
Marco Martin
39be210674
title coherent with the other theme pages
12 years ago
Marco Martin
36a6d33b74
a way to test splash
12 years ago
Marco Martin
983998a025
pretty thumbnail for none and ones without sshot
12 years ago
Marco Martin
c1bb35c032
port the ui to QML
12 years ago
Marco Martin
57d64e103b
use lookandfeelaccess for logout screen
12 years ago
l10n daemon script
63d049abb0
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
3bd4f1e953
port activities runner
12 years ago
Marco Martin
74e3600185
proper domain
12 years ago
Marco Martin
cec4abe970
simple button to test the theme
...
probably time to go QML
12 years ago
Marco Martin
a3b53ce83f
simple kcm for splash screens
...
has to be in workspace since uses LookAndFeelAccess
12 years ago
Marco Martin
470bba909a
a small preview thumbnail
12 years ago
Marco Martin
912d0f9f77
a simple methos to enumerate available l&f packages
12 years ago
Marco Martin
95c8669a88
use l&faccess for the osd
12 years ago
Marco Martin
ac57f5e159
use l&faccess for krunner
12 years ago
Marco Martin
de0bb7813a
remove the old fallback
...
it falls back to the default l&f package anyways
12 years ago