Martin Gräßlin
96da2d0288
[ksmserver/screenlocker] Hard-code path to screenlocker_greet
...
Porting away from KStandardDirs. As it used to be libexec it's now hard
coded through the config-ksmserver.h.cmake.
12 years ago
Martin Gräßlin
aacb22a1f9
[ksmserver/screenlocker] Port greeter away from kde4support as far as possible
...
* Drop unused KDebug include
* Port from KStandarDirs to QStandardPaths
* Drop unused kglobalsettings include
REVIEW: 117414
12 years ago
Martin Gräßlin
e61abe8fc3
[ksmserver/screenlocker] Port Greeter from KApplication to QApplication
...
* Use QCommandLineParser instead of KCmdLineArgs
* Inherit QApplication instead of KApplication
* Use QCoreApplication::setApplicationName and friends
* Drop k4aboutdata
12 years ago
Martin Gräßlin
e423dd1780
[ksmserver/screenlocker] Remove support for legacy screen saver
...
The remaining support for the legacy X screen savers is removed from
the greeter application.
REVIEW: 117411
12 years ago
Hrvoje Senjan
710266f097
use plasmapkg2
12 years ago
Marco Martin
537f8cca6e
reenable the local install widget wizard
12 years ago
Aleix Pol
dae9b75fe2
React to containment status changes
...
At the moment the Panel didn't have any code to react status changes from
the containment (and therefore its applets).
This patch aims to add this, only problem being that it doesn't work. The
"unhide requested" and "unhiding" messages are being displayed though.
I've been looking for the code that does the actual display of the
auto-hiding panels and I wasn't able to find it, help is welcome.
REVIEW: 117563
12 years ago
Marco Martin
a602e12e07
reenable ghns dialog
...
TODO: we'll need a category for plasma next plasmoids
12 years ago
Àlex Fiestas
1c97edd165
Link time against kde4support where solid/powermanagement is now
...
There will be new async api in Solid, when that is in place we can link
against solid again instead of kde4support.
12 years ago
Àlex Fiestas
dcf9134eeb
Removing the usage of removed Solid interfaces from soliddeviceengine
12 years ago
Àlex Fiestas
79c5b926a5
Remove usage of AcAdapter from powermanagement
...
I will re-enable this code with the new incoming API in solid, for the
time it will stop working.
12 years ago
Àlex Fiestas
757b4a4edd
Ported geolocation from Solid/Networking to QNetworkConfigManager
12 years ago
Marco Martin
2e0a2bf481
center on a single screen
...
BUG:333242
12 years ago
Aleix Pol
5abda71a86
Allocate teh struts timer as a member
...
Like the rest of the timers
12 years ago
Marco Martin
ec5051e5b2
use a containmentconfigview only if isContainment
...
crash--
12 years ago
l10n daemon script
8c65690831
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
153478d6ca
SVN_SILENT made messages (.desktop file)
12 years ago
David Faure
1206a3eaaf
Simplify dependencies of kglobalacceld
12 years ago
Marco Martin
f3d95e44f3
keep the window on top
12 years ago
Marco Martin
449984b361
put the highlight tip at the correct side again
12 years ago
Aleix Pol
1c8419f2be
Fixes in the main
...
Add a comment reminding that krunner doesn't need to be a QApplication, but
a QGuiApplication, and that it is because of KDE4Support usage.
Translate the description of the application
12 years ago
Aleix Pol
3dad340b71
Drop all QAppliction uses
12 years ago
Aleix Pol
bce3fcb54a
Prefer using QScreen instead of QDesktopWidget
...
Fixes placement of KRunner on multi-screen set ups.
Reviewed by Alex Fiestas.
12 years ago
Marco Martin
045b0b5cc2
adapt to left and right edge swap
12 years ago
Marco Martin
610c0f6b54
make the panelcontroller a focusable dock
...
seems the way everything is more predictable
BUG:332676
12 years ago
Marco Martin
bab630a9da
use the binary plugin to execute stuff
12 years ago
Aleix Pol
fc2d413032
Remove "Open Wallpaper Image" entry on the menu
...
REVIEW: 117481
12 years ago
Marco Martin
50867e517f
initialize the applet ptr
...
BUG:333232
12 years ago
Martin Gräßlin
d888a16fb0
[kglobalaccel] Port away from dead #ifdef Q_WS_X11
...
* Add a configure-kglobalaccel.h which defines HAVE_X11
* Port all Q_WS_X11 to HAVE_X11
* Implement a replacement for qApp->syncX()
REVIEW: 117452
12 years ago
Martin Gräßlin
59a6e7b3fd
[kglobalaccel] Remove notification support
...
KGlobalAccel emitted notifications when:
* a shortcut is pressed
* a new shortcut is registered
Both are configured with no action at all. Thus the notification is not
of much use. Why it shouldn't show a popup had been discussed on kcd [1].
This means the notification right now has nothing more than debug
purpose. While this might be a valid usecase it doesn't make much sense
to do this with KNotification - for this see Aaron's mail [2]. Also e.g.
KWin dropped all notifications for debug purposes for the same reason.
If there is a need for a kind of notification on global shortcut
triggered or a new registered global shortcut this could also be easily
emulated by adding an explicit signal to the DBus interface.
This removes the KNotificiation dependency.
REVIEW: 117464
[1] http://lists.kde.org/?t=126463249400002&r=1&w=2&n=16
[2] http://lists.kde.org/?l=kde-core-devel&m=126463340225306&w=2
12 years ago
l10n daemon script
e001d924f5
SVN_SILENT made messages (.desktop file)
12 years ago
Jonathan Riddell
a4622afb0d
startkde still uses kde4-config, this should be kf5-config in the kf5 world
...
REVIEW:117372
12 years ago
Vishesh Handa
ca4a61d678
KRunner: Hide the runner when a result is run
12 years ago
Vishesh Handa
6eeacb05f9
KRunner: No need to reimplement tab/backspace/etc
...
We can just forward our keys to the Milou.ResultsView and that handles
all of these.
REVIEW: 117449
12 years ago
Marco Martin
40244b7e5f
reimplement the button to remove wallpapers
...
wallapers that have been manually added with "Open.." button
must be removable as well
12 years ago
l10n daemon script
d2c65e4c9d
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
568ffd5ed2
use a sharedconfig to copy groups
...
also use createContainmentDelayed
this way, the new containment will have a configuration
as close as possible to the old one
12 years ago
Marco Martin
4cab4fefe4
list only desktop containments
12 years ago
Marco Martin
cd4033508f
ll logic for switching containment type
12 years ago
Marco Martin
e9ac540825
prototype function to switch containment type
12 years ago
Burkhard Lück
cdc5a414e8
fix msg extraction to follow code move into subdir bugzillaintegration
12 years ago
Marco Martin
3dfb46da81
use a KImageCache
...
Now from the second time the dialog is loaded, the thumbnail loading is istantaneous
12 years ago
l10n daemon script
666d8a9ffe
SVN_SILENT made messages (.desktop file)
12 years ago
Aleix Pol
31a04f0115
It's not a unit test, don't mark it as one
12 years ago
Aleix Pol
ed3d534c49
If the application name is not available, use the executable name
12 years ago
Aleix Pol
d35872aac3
Remove kuit tags in QAction
...
Otherwise they appear in the caption
12 years ago
Aleix Pol
e001efda52
Integrate the restart button in the QDialogButtonBox
12 years ago
Aleix Pol
641997a90b
Fix warning in kuit
...
<numid> is not recognized
12 years ago
Aleix Pol
5c4f478631
Fix porting issue from KStandardDirs -> QStandardPaths
...
QStandardPaths doesn't support wildcards
12 years ago
Christophe Giboudeaux
2388a294f4
Fix build when plasma-framework is installed in a different prefix.
12 years ago