Marco Martin
15547cd885
initialize size of wallpaper as soon as possible
...
in order to minimize resizes, redraws and eventual reloading of images,
try to initialize the wallpaper with the correct size already.
reviewed by: Kai Uwe Broulik <kde@privat.broulik.de>
Change-Id: I8489744cb845213195f1916bfb9328c53ec0798d
2014-12-02 11:48:33 +01:00
Sebastian Kügler
b4519bdffb
Fix DialogStatus namespace in SelectionDialog
...
DialogStatus, as in other Dialog variants, can only be accessed through
the PlasmaComponents namespace.
Fixes 3 ReferenceErrors in SelectionDialog and makes it actually work.
2014-12-02 02:05:58 +01:00
l10n daemon script
cf3898f7a9
SVN_SILENT made messages (.desktop file)
2014-12-01 08:51:21 +00:00
l10n daemon script
7d8ebae3f7
SVN_SILENT made messages (.desktop file)
2014-11-30 08:55:13 +00:00
David Edmundson
c1b5adf25e
Fix documentation linking
...
Change-Id: I391d1c4c7d0aae63ebf99e19197f20484a78f315
2014-11-27 12:53:14 +01:00
Marco Martin
bd7eecb9b5
Merge "use PlasmaCore.ColorScope when suitable"
2014-11-26 15:06:00 +01:00
l10n daemon script
0b944473d1
SVN_SILENT made messages (.desktop file)
2014-11-26 08:31:20 +00:00
Marco Martin
cb8175f1f6
use PlasmaCore.ColorScope when suitable
...
It is possible to put a PlasmaCore.ColorScope element, to automatically
change the colors:
if for instance the complementary scope will be set, all labels
descendent of such element would flip their color
Change-Id: I2214aca522eb094cf067d8726c5bf2a7ecbf36b3
2014-11-25 18:27:20 +01:00
l10n daemon script
8415c20760
SVN_SILENT made messages (.desktop file)
2014-11-23 08:53:19 +00:00
Aleix Pol
fe0d60cfca
Make WallpaperInterface use the suggested async object loading API
...
Just asks QmlObject to create an object and waits for QmlObject::finished
signal to acquire it.
REVIEW: 121148
2014-11-19 11:59:45 +01:00
l10n daemon script
7c65143e12
SVN_SILENT made messages (.desktop file)
2014-11-19 08:40:19 +00:00
l10n daemon script
db195f66dc
SVN_SILENT made messages (.desktop file)
2014-11-18 10:41:47 +00:00
l10n daemon script
6f854997d6
SVN_SILENT made messages (.desktop file)
2014-11-17 08:38:53 +00:00
l10n daemon script
0517bc2b62
SVN_SILENT made messages (.desktop file)
2014-11-16 08:53:17 +00:00
l10n daemon script
dcd299a3f9
SVN_SILENT made messages (.desktop file)
2014-11-15 09:06:57 +00:00
l10n daemon script
0e13fb9833
SVN_SILENT made messages (.desktop file)
2014-11-14 09:03:12 +00:00
Albert Astals Cid
f7043425c1
Keywords separator is ;
2014-11-14 01:31:23 +01:00
David Edmundson
fdbb37472b
remove unused forward declare
...
Change-Id: Iba058903214eaf01e9ee6020af6bea4a3f755db1
2014-11-13 18:03:45 +01:00
Marco Martin
fa0a37c705
never hide desktops
...
Change-Id: I804bc9de57b42c1e299cc20efb636bfab3457464
2014-11-13 11:44:25 +01:00
Eike Hein
7b747fb341
Fix margins in tasks.svgz.
...
It's no longer necessary to add extra margin at the outside edge
with the panel theming fix.
Also clean up element positions to make the file easier to work
with.
2014-11-12 17:11:57 +01:00
l10n daemon script
43049221ab
SVN_SILENT made messages (.desktop file)
2014-11-12 08:52:06 +00:00
Kai Uwe Broulik
ca78cfa094
Make ProgressBar test cover the 1% case where the FrameSVG used to leak outside
2014-11-10 22:13:41 +01:00
Kai Uwe Broulik
f54ff55bc5
Migrate ProgressBar to QtQuick.Controls
...
Test is enhanced to also cover vertical bars. The ProgressBar does not yet use
the vertical assets since Qt just conveniently rotates the bar for us and
apparently just overriding the entire "panel" component is evil
REVIEW: 121085
2014-11-10 22:09:55 +01:00
Burkhard Lück
a609b5a237
use correct ki18n_wrap_ui in ki18n based plasma-frameworks
...
REVIEW:121065
2014-11-10 10:03:01 +01: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
Kai Uwe Broulik
65a6861476
Migrate BusyIndicator to QtQuick.Controls
...
Comes with a test for the seamless pause/resume
REVIEW: 121070
2014-11-09 01:16:30 +01:00
l10n daemon script
2c65e911e8
SVN_SILENT made messages (.desktop file)
2014-11-06 08:50:22 +00:00
l10n daemon script
fa21d7b1c5
SVN_SILENT made messages (.desktop file)
2014-11-05 08:37:57 +00:00
Marco Martin
51a821512a
typos
...
Change-Id: I6fb45ab89a4313b838e6926b7761f54e1da8c17a
2014-11-04 15:22:30 +01:00
Marco Martin
8fe43b3c20
Merge "show/hide view when applet asked to be destroyed"
2014-11-04 15:21:41 +01:00
Marco Martin
e6a0d09607
actually use isAncestor
...
Change-Id: I12180137a256c33d3e603238537c81a7059ba65f
2014-11-04 15:17:37 +01:00
Marco Martin
36cd79b590
Merge "workaround on textarea input breaking"
2014-11-04 15:14:11 +01:00
Marco Martin
b54e328304
workaround on textarea input breaking
...
this makes sure if there is an item with focus in the applet,
it and all its parent are removed the focus when the applet is deleted.
otherwise when there is an item with focus that loses its qquickwindow,
it will never be able to gain it again
it's a workaround but i'm not sure how should be fixed in qquickitem,
or if is even appropriate
Change-Id: I72c8f01d4557003604c4261ca5a9ab49dd136b02
2014-11-04 15:04:17 +01:00
Aleix Pol
9d41131ac7
Use QtQuick components for the options
...
This way we can test it with debug information without getting lots of
unneeded information.
2014-11-04 11:55:07 +01:00
Aleix Pol
e967049bee
Fix Breeze tasks east border on hover, for the bottom left element
...
The name was wrong, so it wasn't being found, hten something black was
being painted instead, for some reason.
Reviewed by David Edmundson
2014-11-04 11:55:07 +01:00
l10n daemon script
1a4b23f845
SVN_SILENT made messages (.desktop file)
2014-11-04 10:53:50 +00:00
Marco Martin
bb0bd0a4c5
fix build
...
Change-Id: Ibb1d5a0a5432f8638d33251a8be6b3762f236265
2014-11-03 11:54:26 +01:00
Marco Martin
cb3c53a616
don't forward events if there is no mainItem
...
reviewed by: "Bhushan Shah" <bhush94@gmail.com>
Change-Id: I73227ee1a8f55bf167e4f41758b95a5558ebbeb3
2014-11-03 11:50:35 +01:00
Kai Uwe Broulik
ce1ba8a687
Add thumbnailAvailable property to PlasmaCore.WindowThumbnail
...
This property tells us whether a thumbnail is actually being rendered or it has
fallen back to the window icon
REVIEW: 120946
BUG: 336524
2014-11-03 10:11:32 +01: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
l10n daemon script
ee501805fa
Upgrade ECM and KF5 version requirements for 5.4.0 release
2014-10-31 22:41:48 +00:00
Marco Martin
280902bbb5
show/hide view when applet asked to be destroyed
...
Change-Id: Id53300532c2322467188dbb44259f25dc6183a1e
2014-10-31 21:18:52 +01:00
Marco Martin
72b9a37fe9
fix test
...
Change-Id: Ib7698dfe3880e23355fd1c0acfcc3de2cc7c4d2d
2014-10-31 18:11:16 +01:00
Marco Martin
78ab028d52
Merge branch 'mart/basicDeleteUndo'
...
REVIEW:120885
2014-10-31 17:48:41 +01:00
Marco Martin
ad06e7c8a2
minor message fixes
...
Change-Id: I050b2e70ad1d9a57eb99c0f8fd34a80b76b66736
2014-10-31 17:29:33 +01:00
Kai Uwe Broulik
b5f627352e
Forward wheel events inside dialog
...
This makes it also forward wheel events in the same fashion as it does with clicks.
REVIEW: 120908
BUG: 340412
2014-10-30 22:01:15 +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