Hrvoje Senjan
1403295db8
Add missing QDataStream and QObject includes
...
Fixes build with Qt 5.5
2015-01-17 17:48:48 +01:00
Weng Xuetian
f8faf5380a
Change string from non-existing %2 to %1.
...
Change-Id: I52b69a7bd65118c5d0a8dc5bc1649ca0157769d4
CCMAIL:notmart@gmail.com
2015-01-15 13:44:02 +01:00
Marco Martin
7d00d30f44
reset the internal size copy when the theme changes
...
Change-Id: I1800076e98bc543ffdea3f4c92d5a08f934f7573
2015-01-13 10:50:20 +01:00
Alex Merry
48e9c2f29e
Update installation variables.
2015-01-10 17:47:31 +00:00
l10n daemon script
1afbc2c461
SVN_SILENT made messages (.desktop file)
2015-01-02 09:15:04 +00:00
l10n daemon script
6f7a3ae9ea
SVN_SILENT made messages (.desktop file)
2014-12-30 10:48:32 +00:00
Marco Martin
dd866b427e
Merge "migrate to KPackage"
2014-12-29 14:20:43 +01:00
Marco Martin
a629fe4d8f
migrate to KPackage
...
Plasma::Package internally uses KPackage, being a pure wrapper.
old client code and old packagestructures still work using the wrapper.
old workspace code that is not directly using kpackage continues to work correctly
Change-Id: I05f95e8d05e3b67759973c4009e3753c61b1dcce
2014-12-29 13:56:52 +01:00
Kai Uwe Broulik
b4e1fd5f1c
Keep the event filter around so get notified of font changes at runtime
...
Changelog: Fix labels not picking up changes to font settings at runtime
REVIEW: 121728
BUG: 334818
2014-12-28 23:43:47 +01:00
l10n daemon script
10a94ba7c9
SVN_SILENT made messages (.desktop file)
2014-12-24 08:38:52 +00:00
l10n daemon script
53d694072c
SVN_SILENT made messages (.desktop file)
2014-12-19 09:15:56 +00:00
l10n daemon script
f64207f408
SVN_SILENT made messages (.desktop file)
2014-12-14 08:54:42 +00:00
David Edmundson
2afeb22f42
Merge changes Ibb130779,I68521f90,Ica6ba027
...
* changes:
Reparse settings when they change
Use a shared config in tooltip
Save SVGs only when a theme is unloaded, not on each theme proxy
2014-12-11 12:40:43 +01:00
David Edmundson
f6aa18c884
Save SVGs only when a theme is unloaded, not on each theme proxy
...
A single Plasma theme will be represented by one ThemePrivate object,
which is exported in multiple Theme objects.
We want to save the cache when that theme stops being used, not each
time an item stops using the theme.
saveSvgElementsCache calls sync() which involves a lot of parsing and
IO. This makes everything a lot faster at no cost.
Change-Id: Ica6ba0273bc99fb8ad8733a1c90db8f1e87c49ea
2014-12-11 01:56:55 +01:00
Kai Uwe Broulik
d5148f87c0
Fix capitalization
...
REVIEW: 121071
2014-12-09 23:24:01 +01:00
Kai Uwe Broulik
5e17e3fd1c
Give undo notifications a title
...
The "Plasma" (default put in there by the notification applet because it has no title)
is not really descriptive.
REVIEW: 121071
2014-12-09 23:22:57 +01:00
l10n daemon script
d47e417e40
SVN_SILENT made messages (.desktop file)
2014-12-07 08:47:50 +00:00
David Faure
d348816c7d
Fix compilation with Qt 5.2.0
...
(moc was a bit buggy it seems)
2014-12-03 09:49:53 +01:00
Marco Martin
0ca29bc0f2
export a plasma version number in themes
...
some of the behavior of the theme has changed.
this makes some of the old themes to not work correctly
(like black text on black)
read a version number of the "plasma version this theme has been intended for"
and use it to change the behavior for retrocompatibility
(all themes that don't export this are assumed to be from KDE4)
Change-Id: I4bc20a0c10de9f9a6c3facd63b6c5b6da210039a
2014-12-02 15:05:48 +01:00
l10n daemon script
cf3898f7a9
SVN_SILENT made messages (.desktop file)
2014-12-01 08:51:21 +00:00
l10n daemon script
8415c20760
SVN_SILENT made messages (.desktop file)
2014-11-23 08:53:19 +00:00
l10n daemon script
7c65143e12
SVN_SILENT made messages (.desktop file)
2014-11-19 08:40:19 +00:00
l10n daemon script
0e13fb9833
SVN_SILENT made messages (.desktop file)
2014-11-14 09:03:12 +00:00
l10n daemon script
43049221ab
SVN_SILENT made messages (.desktop file)
2014-11-12 08:52:06 +00:00
l10n daemon script
4390aa5536
SVN_SILENT made messages (.desktop file)
2014-11-10 08:26:37 +00:00
l10n daemon script
37a97d41c0
SVN_SILENT made messages (.desktop file)
2014-11-09 08:55:12 +00:00
l10n daemon script
fa21d7b1c5
SVN_SILENT made messages (.desktop file)
2014-11-05 08:37:57 +00:00
l10n daemon script
1a4b23f845
SVN_SILENT made messages (.desktop file)
2014-11-04 10:53:50 +00:00
l10n daemon script
481e796e67
SVN_SILENT made messages (.desktop file)
2014-11-02 21:49:13 +00:00
l10n daemon script
77b0b83a85
SVN_SILENT made messages (.desktop file)
2014-11-02 08:56:23 +00:00
Marco Martin
72b9a37fe9
fix test
...
Change-Id: Ib7698dfe3880e23355fd1c0acfcc3de2cc7c4d2d
2014-10-31 18:11:16 +01:00
Marco Martin
ad06e7c8a2
minor message fixes
...
Change-Id: I050b2e70ad1d9a57eb99c0f8fd34a80b76b66736
2014-10-31 17:29:33 +01:00
Marco Martin
cef6b23e74
proper icon in notifications
...
Change-Id: I10832bf91a7a5a605ae27d6a417931f9462c1b78
2014-10-30 18:12:48 +01:00
Marco Martin
73500516ff
track changes in destroyed()
...
Change-Id: Ibc4dcc64028e1127dd55e7c7d4d73000d2964dab
2014-10-30 18:06:50 +01:00
Marco Martin
f870ea1a11
drop QwaitingDeletionStatus
...
emit appletRemoved and appletAdded instead, making the graphics representation
(almost) just work
Change-Id: I481dbbb4dbf7d01a121b92511410dfee79b16469
2014-10-30 18:06:50 +01:00
Marco Martin
781d30cfef
plasmoid->widget
...
Change-Id: I531297523a41886229cec163c5f81004fe15e7c0
2014-10-29 11:12:23 +01:00
Marco Martin
4487261d1a
use NULLPTR
...
Change-Id: I5fcf9a16e962dda74f411b71f5276320e8196ac0
2014-10-29 11:09:59 +01:00
Marco Martin
e2f06e9ece
restore to the actual previous status
...
Change-Id: I43b7f5812daffe2b846fbc1f7b57d6db51961358
2014-10-29 11:06:20 +01:00
Marco Martin
30d3ab72d1
pretty header
...
Change-Id: I08bf321d79e6c6c8bc50e5181472ec2c719e1a3f
2014-10-29 11:03:20 +01:00
Marco Martin
9aea733bb5
deleted->removed
...
Change-Id: I45102fa7585744943a6b107e68208141712866bc
2014-10-29 10:52:24 +01:00
Marco Martin
d44d194db6
only a minute before real deletion
...
Change-Id: Ibc90aae44e7013453c8a96a3f22522806cb12ef2
2014-10-28 19:08:03 +01:00
Marco Martin
099a22d9da
irreversibly delete on notification close
...
Change-Id: I3216286a707a1904b6917bfd19c007f99ffa4475
2014-10-28 19:07:53 +01:00
Marco Martin
eee9a90aab
remove dead code
...
Change-Id: Id8daeafa77dabea7253ac5c489ad761ba0c6fdf6
2014-10-28 19:07:43 +01:00
Marco Martin
d901062d9d
Plasma instead of PlasmaShell
...
Change-Id: I19ac45d8ee9d82a7bb7cc466a89db746b5f38784
2014-10-28 19:07:33 +01:00
Marco Martin
2475a2560e
really delete awaiting applets on quit
...
Change-Id: I3b9107f988bde75262f27c1fd7e851b868140ccf
2014-10-28 19:07:09 +01:00
Marco Martin
af6149c9d0
use notifications actions to undo
...
Change-Id: I4b9abf6047b94b4fc13aad672d1bc8e97203f502
2014-10-28 19:06:55 +01:00
Marco Martin
5252020318
very basic prototype for delete undo
...
the idea is to just hide applets at first and then offer a really delete and undo buttons
Change-Id: I4d869cb58f5c0fb0163d5d4d6b265af860d8727e
2014-10-28 19:06:42 +01:00
l10n daemon script
150f24b30c
SVN_SILENT made messages (.desktop file)
2014-10-27 08:35:46 +00:00
l10n daemon script
4a4e3dc526
SVN_SILENT made messages (.desktop file)
2014-10-23 08:55:08 +00:00
Marco Martin
f278416753
Revert "very basic prototype for delete undo"
...
This reverts commit f8ba97ae3e346e7ab8ab0859cd640089dfd72bdf.
2014-10-22 17:01:15 +02:00