Martin Gräßlin
5ea23e3814
Improve finding of all X11 dependencies
...
* Don't find what is not used
* Don't find things multiple times
* Use XCB::XCB and similar instead of ${XCB_XCB_LIBRARY}
REVIEW: 118659
12 years ago
l10n daemon script
b77959d57d
SVN_SILENT made messages (.desktop file)
12 years ago
Andrew Lake
2d97851b8a
use new icons in battery.svgz theme file. Also minor updates to improve icon with text vertical alignment.
...
REVIEW:118644
BUG:335377
12 years ago
Martin Klapetek
851241a088
[calendar]Fix anchors
...
MonthHeading is now part of the component, so we cannot anchor to it
anymore
12 years ago
Martin Klapetek
9d8b9b646f
[analog-clock]Make the applet poll less
...
No need for polling every second when no seconds hand is visible
12 years ago
Martin Gräßlin
41d3e1fc54
[klipper] Drop kdelibs4support dependency
...
\o/ - it's ported away
REVIEW: 118635
12 years ago
Martin Gräßlin
9cced65bcf
[klipper] Rename desktop file to org.kde.klipper.desktop
...
REVIEW: 118461
12 years ago
Martin Gräßlin
e9f781b7d3
[klipper] Add X-DBUS-ServiceName to desktop file
12 years ago
Martin Gräßlin
027c1723c0
[klipper] Port KMimeType to QMimeType
...
REVIEW: 118423
12 years ago
Marco Martin
e9abcfe012
fix flags test
...
dismiss when clicking on desktop
12 years ago
Martin Gräßlin
51d3cf3999
[klipper] Port from KIntSpinBox to KPluralHandlingSpinBox
...
This introduces new dependency to KF5TextWidgets.
REVIEW: 118347
12 years ago
Marco Martin
844d5b8d10
show config view only once per applet
12 years ago
Marco Martin
c53c61e5e1
don't close when activating another plasmoid
...
BUG:335934
12 years ago
Marco Martin
8fc10d8563
read freefloating setting from config file
...
monitor it for changes, so the setting can be in systemsettings
12 years ago
Montel Laurent
d4b4fb4477
I18n is needed
12 years ago
l10n daemon script
1c79a1843a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
fe3f1eeec0
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
778c4b5feb
mouse cursor as breeze_cursors
12 years ago
Marco Martin
e79b769448
the window is not a dock
12 years ago
Martin Klapetek
b0c2fda3ab
Fix Plasma's SNI icons + port away from kdelibs4support
...
REVIEW: 118592
12 years ago
Aleix Pol
796b34b4c8
Don't show the logout buttons when empty
...
When we're on the logout view and there are no alternatives, the LogoutOptions
is clutter.
12 years ago
Aleix Pol
8612b1cc9d
Adopt the LogoutOptions component in the LockScreen
12 years ago
Aleix Pol
ef0e80872d
When pressing enter we want to trigger the currently set state
12 years ago
Aleix Pol
ef36241111
Fix focus issue in BreezeBlock-based interfaces
...
Set the focus on the controls loader by default, as it's where we
want to interact.
12 years ago
Aleix Pol
9a728292cb
These weren't meant to change, sorry.
12 years ago
Martin Gräßlin
b201b8d618
[libtaskmanager] Fix i18n
12 years ago
Aleix Pol
17e772d761
Use BreezeLabel instead of plasma components labels
...
We want bright text there
12 years ago
Marco Martin
204b99d206
open shutdown window at the screen the mouse is in
12 years ago
Aleix Pol
90bf9f6e58
Expose the item as well as the source component for the BreezeBlock
...
This way we can access the items, it can be needed to extract data
from them
12 years ago
Marco Martin
9e7a160ce6
some tweaks in the logout window
...
some tweaks in the logout theme, partly inverts theme colors and
makes the logout/shutdown toolbuttons a group of 3 always visible
exclusive-toggle buttons
12 years ago
Jonathan Riddell
6903e1e94f
Revert 45254e4d0a until Beta 2 is
...
released to make it compile with released KDE Frameworks solid library
12 years ago
l10n daemon script
bc13ad6eca
SVN_SILENT made messages (.desktop file)
12 years ago
Aleix Pol
1f5225d440
Port libtaskmanager away from QDesktopWidget
...
plasmoid.screen doesn't map to QDesktopWidget indexes anymore, therefore we
need to port it.
This patch uses the screen geometry to figure out what's the screen and then
passes around the screen rect so that we can filter out the screens that aren't
inside if the user asks for it.
REVIEW: 118548
12 years ago
Aleix Pol
d7613806d1
Implement a lock screen based on Andrew Lake mockups
...
CCMAIL: jamboarder@gmail.com
12 years ago
Aleix Pol
b10d6465d0
Move components from kde:scratch/davidedmundson/login_mockup
...
Those components where designed by David for the SDDM theme. Re-using them
for the lock screen.
CCMAIL: David Edmundson <kde@davidedmundson.co.uk>
12 years ago
Aleix Pol
a522d96989
Some code simplifications
12 years ago
Aleix Pol
dde9648afd
Move some components to share them across breeze components
12 years ago
Aleix Pol
5a118aa9f4
Implement a new strategy to get a fallback theme
...
It's pretty bad if the lockscreen greeter can't find the lookandfeel's
lock screen, so introduce a qrc file with a default simple lock screen that
we can fallback to.
12 years ago
Wolfgang Bauer
705ec385df
kscreenlocker_greet: use SA_RESTART for signal handler
...
As discussed in https://git.reviewboard.kde.org/r/117091/ . Not using the
SA_RESTART flag might (in theory) cause the greeter to be aborted
(because certain syscalls may be interrupted and fail with EINTR).
SA_RESTART seems to be the BSD default and is used by "legacy" signal()
by default in glibc 2 and later as well anyway.
REVIEW: 118563
12 years ago
Yuri Chornoivan
efb17fe58c
Fix POT generation
12 years ago
Jonathan Riddell
0929d4c2d2
bump library version number for kf5 version
12 years ago
Aleix Pol
61dec2e635
Move away from QDesktopWidget
...
0 screen is always primary
Use QGuiApplication::screens to count screens
12 years ago
Aleix Pol
bac3b0d67e
Fix build
12 years ago
Aleix Pol
472177714e
Make dependencies explicit
12 years ago
Aleix Pol
95795ed76b
Port ksmserver's screenlocker to use QGuiApplication rather than QApplication
...
Also drop QDesktopWidget while at it
12 years ago
Jonathan Riddell
070dfc7345
bump version number for beta 2
12 years ago
David Edmundson
9e768162a4
Port to KCoreAddons changes
12 years ago
Vishesh Handa
fbc929b319
KRunner: Explicitly set the WM state each time
...
QXcbWindow overwrites the state in its show event. There are plans to
fix this in 5.4, but till then we must explicitly overwrite the state as
well.
This way the _NET_WM_STATE is actually set, and the runner is always on
top of all other windows.
12 years ago
Aleix Pol
25f56448d0
Adapt to changes in KCoreAddons.Formats
12 years ago
Kai Uwe Broulik
45254e4d0a
Fix Plasma build with Review 117339
...
This patch adjusts the Plasma powermanagement (and soliddevice) dataengine to use the renamed isPresent() method instead of isPlugged().
It does not rename the exposed property "Plugged in" to not break its users.
REVIEW: 118558
12 years ago