Kai Uwe Broulik
fc9a51deb2
Add missing applet description (Comment) for digital-clock
...
Taken from the 4.x applet
12 years ago
l10n daemon script
8abea23c8f
SVN_SILENT made messages (.desktop file)
12 years ago
David Edmundson
b991e7cf8d
Fix broken creation of kstartupconfigfiles
...
kstartupconfigfiles contains a list of files to compare mtimes on to see
if we need to rebuild kstartupconfig. This wasn't being created
correctly so we failed to rebuild if any configs updated.
This was broken in Qt5 porting:
- const QStringList dirs =
KGlobal::dirs()->kfsstnd_prefixes().split( KPATH_SEPARATOR, QString::SkipEmptyParts);
+ const QStringList dirs =
QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation);
REVIEW: 119669
12 years ago
David Faure
e7a1a45e7b
Forwardport fix for uninitialized variable
12 years ago
Kai Uwe Broulik
98bc34645e
Rotate System Tray popup arrow instead of just jumping between states
...
REVIEW: 119683
12 years ago
Kai Uwe Broulik
c35633cb3d
Merge branch 'master' of git://anongit.kde.org/plasma-workspace
...
arum dieser
12 years ago
Kai Uwe Broulik
7c24d4efc4
Streamline device notifier
...
- Remove redundand "Available devices" label and only show "No devices available" if there aren't any
- Use the same Heading as the notifications for the sections
REVIEW: 119720
12 years ago
Kai Uwe Broulik
80dcc16861
Streamline notifications plasmoid
...
- Get rid of hardcoded sizes (was quite cramped here)
- Get rid of huge "Transfers" heading. It was the same size as the systray title and added little value
REVIEW: 119719
12 years ago
Marco Martin
cf3523d601
add the run associated app in the action order
...
put it right before "configure"
12 years ago
Marco Martin
13af6cd3b6
check it's the modified file we're looking for
...
we'll catch any created or dirty signals emitted anywhere in the process
so check it's actually kdeglobals
12 years ago
Kai Uwe Broulik
2e320eb4b6
Allow changing screen brightness using mouse wheel
...
BUG: 307247
FIXED-IN: 5.1.0
12 years ago
Kai Uwe Broulik
c48e30f403
Move Brightness handling out of the popup dialog so it is accessible from outside
12 years ago
Kai Uwe Broulik
9d236c089b
Handle Not Charging battery state
12 years ago
Kai Uwe Broulik
c24d0de702
Simplify Battery Monitor Tooltip
...
Remove that broken table and just show the battery percentage
similar to what the lock screen does, since we no longer have
that overlay thingie. This also makes it consistent with the
other tooltips.
FIXED-IN: 5.1.0
BUG: 337092
12 years ago
Kai Uwe Broulik
3521215b27
Use title capitalization for context menu entry
12 years ago
l10n daemon script
b571177776
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
addc82284d
SVN_SILENT made messages (.desktop file)
12 years ago
Aleix Pol
01cbb0fd27
Fix connections to KDirWatch, by lookandfeelaccess.cpp
...
Reviewed by David Edmundson
12 years ago
Marco Martin
17f0b8facd
plugin name is None
12 years ago
l10n daemon script
96db370689
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6311f01720
SVN_SILENT made messages (after extraction)
12 years ago
Сковорода Никита Андреевич
e009824d29
batterymonitor: Make BatteryIcon animation run only while the BatteryIcon is visible.
...
REVIEW: 119653
12 years ago
Marco Martin
009d7af794
don't subclass QStandardItemModel
12 years ago
l10n daemon script
72bcd1b6e8
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c14aa74262
SVN_SILENT made messages (after extraction)
12 years ago
Lukáš Tinkl
6e5897fb8c
fix Keyboard battery type typo
12 years ago
Lukáš Tinkl
5a65418c77
const fixes
12 years ago
Lukáš Tinkl
cec152f048
streamline the sleep operations handling
...
by not calling DBUS methods
12 years ago
Lukáš Tinkl
c9d0c6da12
fix AC Adapter state and simplify Sleep States handling
12 years ago
Lukáš Tinkl
e7b46d1268
take URLs into account as well
...
fixes "No media playing" message in case of videos w/o metadata
and "ghost" entries (without icon) in the system tray, subsequently
messing up the tray layout when the player has finished the playback
12 years ago
Lukáš Tinkl
94b40f22ed
watch OpticalDisc as well
12 years ago
Marco Martin
e3be62fb78
Merge branch 'mart/screenlockerConfig'
...
REVIEW:119618
12 years ago
Marco Martin
347a9831dc
use domain
12 years ago
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