Martin Gräßlin
365d75ad06
[tabbox] Fix layouting of thumbnail items
...
We don't have access to the margins specified in anchors resulting in
incorrect thumbnail position. To fix this we need to create a dummy item
which does the anchoring and the thumbnail needs to just be an
anchors.fill: parent.
REVIEW: 118113
2014-05-16 07:37:23 +02:00
Martin Gräßlin
e38a98ff04
[tabbox/grid] Use RowLayout for the item's caption
...
Simplifies the code quite a bit by no longer needing an extra item for
the selected caption.
As a nice side effect it fixes a binding loop.
BUG: 334537
REVIEW: 118112
2014-05-16 07:36:46 +02:00
Martin Gräßlin
4142872da4
[tabbox/sidebar] Remove not needed data element in delagate
...
This fixes that the thumbnails do not get rendered.
2014-05-15 10:37:53 +02:00
Martin Gräßlin
2653160c5a
[tabbox/qml] Do not export the item's model data as a variant
...
The hack to get the model data from the currently selected item to the
areas outside the list view apparently broke in Qt. Now we have to export
the model data elements we actually use.
BUG: 334478
REVIEW: 118047
2014-05-13 09:20:34 +02:00
l10n daemon script
a87567a271
SVN_SILENT made messages (.desktop file)
2014-05-07 08:26:38 +00:00
l10n daemon script
7553c411c2
SVN_SILENT made messages (.desktop file)
2014-05-03 08:32:58 +00:00
l10n daemon script
2f28437e24
SVN_SILENT made messages (.desktop file)
2014-05-02 08:51:14 +00:00
l10n daemon script
2838a9b606
SVN_SILENT made messages (.desktop file)
2014-04-29 10:12:33 +00:00
l10n daemon script
15aa971aab
SVN_SILENT made messages (.desktop file)
2014-04-29 04:54:44 +00:00
l10n daemon script
e1f418f4d0
SVN_SILENT made messages (.desktop file)
2014-04-28 09:00:35 +00:00
l10n daemon script
f44575ddbf
SVN_SILENT made messages (.desktop file)
2014-04-28 05:16:52 +00:00
l10n daemon script
69c3289c18
SVN_SILENT made messages (.desktop file)
2014-04-27 21:02:43 +00:00
l10n daemon script
43fd082b0a
SVN_SILENT made messages (.desktop file)
2014-04-06 05:11:55 +00:00
l10n daemon script
e6db000065
SVN_SILENT made messages (.desktop file)
2014-04-04 05:29:27 +00:00
l10n daemon script
eef56c98b2
SVN_SILENT made messages (.desktop file)
2014-04-03 05:10:09 +00:00
Marco Martin
16253d7fc3
qtextracomponents->kquickcontrolsaddons
2014-03-25 17:13:43 +01:00
l10n daemon script
10f89d6019
SVN_SILENT made messages (.desktop file)
2014-03-24 04:35:26 +00:00
l10n daemon script
07a5088f42
SVN_SILENT made messages (.desktop file)
2014-03-18 05:07:11 +00:00
l10n daemon script
2242efeb06
SVN_SILENT made messages (.desktop file)
2014-03-13 04:46:24 +00:00
l10n daemon script
b7a029619b
SVN_SILENT made messages (.desktop file)
2014-03-03 04:35:02 +00:00
l10n daemon script
9c8800249a
SVN_SILENT made messages (.desktop file)
2014-02-24 04:38:53 +00:00
l10n daemon script
31d0cc055b
SVN_SILENT made messages (.desktop file)
2014-02-22 04:23:30 +00:00
l10n daemon script
6f8c3dd771
SVN_SILENT made messages (.desktop file)
2014-02-18 05:12:30 +00:00
l10n daemon script
f67e67e5f0
SVN_SILENT made messages (.desktop file)
2014-02-09 05:45:40 +00:00
l10n daemon script
2297dccdc6
SVN_SILENT made messages (.desktop file)
2014-01-21 04:13:28 +00:00
l10n daemon script
22a5e1109f
SVN_SILENT made messages (.desktop file)
2014-01-19 04:06:03 +00:00
l10n daemon script
eac8a41fed
SVN_SILENT made messages (.desktop file)
2014-01-15 04:10:52 +00:00
l10n daemon script
4ed47fd70b
SVN_SILENT made messages (.desktop file)
2014-01-12 04:10:53 +00:00
l10n daemon script
ce8c99cbef
SVN_SILENT made messages (.desktop file)
2014-01-06 04:01:54 +00:00
l10n daemon script
1fb1a178fd
SVN_SILENT made messages (.desktop file)
2014-01-05 04:08:18 +00:00
Martin Gräßlin
8de72623c6
[kwin/tabbox] Use property binding for x and y properties
...
After changes in PlasmaCore.Dialog we can finally get rid of updating
the position on each visible change.
It's not 100 % perfect yet, seems the binding on screenGeometry is not
working properly. That needs investigation.
2014-01-03 12:59:14 +01:00
Martin Gräßlin
47f443479c
[kwin] Port Plasma::Dialog from windowFlags to flags
2014-01-03 11:33:14 +01:00
l10n daemon script
e05a97f216
SVN_SILENT made messages (.desktop file)
2014-01-03 04:48:00 +00:00
l10n daemon script
22640e26f3
SVN_SILENT made messages (.desktop file)
2013-12-22 04:09:59 +00:00
l10n daemon script
da9baf3de6
SVN_SILENT made messages (.desktop file)
2013-12-20 04:27:47 +00:00
l10n daemon script
d138d12261
SVN_SILENT made messages (.desktop file)
2013-12-17 04:08:15 +00:00
l10n daemon script
fcd15efb31
SVN_SILENT made messages (.desktop file)
2013-12-16 04:03:25 +00:00
l10n daemon script
3e5ce246d8
SVN_SILENT made messages (.desktop file)
2013-12-15 04:06:27 +00:00
l10n daemon script
a9d29b0d7c
SVN_SILENT made messages (.desktop file)
2013-12-14 03:57:59 +00:00
l10n daemon script
4f1c1c2c83
SVN_SILENT made messages (.desktop file)
2013-12-13 04:38:28 +00:00
Martin Gräßlin
a24218a9a1
[kwin/tabbox] Drop window strip switcher
...
No longer needed in a Plasma2 world as the components have a thumbnail
component, so the hack to go over KWin to render the thumbnails is no
longer needed.
Approved by Aaron on mailinglist:
https://mail.kde.org/pipermail/active/2013-December/007254.html
2013-12-12 09:37:30 +01:00
Martin Gräßlin
5e41e13a39
[kwin/tabbox] Adjust icon tabboxes to API changes
2013-12-12 09:37:30 +01:00
Martin Gräßlin
a23b73cb02
[kwin/tabbox] Adjust sidebar to API changes
2013-12-12 09:37:30 +01:00
Martin Gräßlin
53e8aa1238
[kwin/tabbox] Adjust thumbnails to API change
2013-12-12 09:37:30 +01:00
Martin Gräßlin
f6eb594c2d
[kwin/tabbox] Adjust Grid to API change
2013-12-12 09:37:30 +01:00
Martin Gräßlin
1c953821c1
[kwin/tabbox] Adjust Compact to API change
2013-12-12 09:37:30 +01:00
Martin Gräßlin
1deb986870
[kwin/tabbox] Fix naming of Text only tabbox
2013-12-12 09:37:30 +01:00
Martin Gräßlin
2448b8d4b2
[kwin/tabbox] Adjust text tabbox to new API
2013-12-12 09:37:30 +01:00
Martin Gräßlin
4ff2a5ea3e
[kwin/tabbox] Informative qml uses new Switcher item and PlasmaCore.Dialog
...
Reference implementation for the adjustments to use a PlasmaCore.Dialog
and the new required switcher item.
2013-12-12 09:37:29 +01:00
l10n daemon script
e3a2f3161e
SVN_SILENT made messages (.desktop file)
2013-12-10 04:05:21 +00:00