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
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
e38e2eb0a7
custom panel for breeze-dark
...
having a light border, breeze-dark needs the panel margins to be
rebalanced by one pixel in order to appear really centered.
This is specific for the dark version, because the light version has the border
almost invisible, therefore a different visual balance
Change-Id: Ic7dbf250d2e1b9b269b4990c27a42a06605d5066
2014-10-30 16:07:39 +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
5749b01fe3
no contextmenu for invisible applets
...
Change-Id: Ia94a467d860243f42bda756d9f94f4ad685446c7
2014-10-28 19:08:13 +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