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
Martin Gräßlin
7e2157bfe4
[kwin] Use QIconItem in the desktop tabbox
...
Unfortunately not tested, I didn't get it activated.
2013-12-06 16:26:21 +01:00
Martin Gräßlin
f3dbaaabd7
[kwin] Use QIconItem in icon only tabboxes for the icons
2013-12-06 16:26:20 +01:00
Martin Gräßlin
0860bc4151
[kwin] Use QIconItem in compact tabbox for the icon
2013-12-06 16:26:20 +01:00
Martin Gräßlin
1db6b8003d
[kwin] Use QIconItem in sidebar tabbox for the icon
2013-12-06 16:26:20 +01:00
Martin Gräßlin
22f3765296
[kwin] Use QIconItem in thumbnail tabbox for the icon
2013-12-06 16:26:20 +01:00
Martin Gräßlin
34b0e6d14e
[kwin] Use QIconItem in grid tabbox for the icon
2013-12-06 16:26:20 +01:00
Martin Gräßlin
9864821c38
[kwin] Use QIconItem in informative tabbox for the icon
2013-12-06 16:26:20 +01:00
l10n daemon script
cae5a4f1e0
SVN_SILENT made messages (.desktop file)
2013-11-29 04:26:30 +00:00
l10n daemon script
7cd29623ea
SVN_SILENT made messages (.desktop file)
2013-11-28 04:07:32 +00:00
l10n daemon script
551988ebd4
SVN_SILENT made messages (.desktop file)
2013-11-23 03:52:00 +00:00
l10n daemon script
7e368e1ef3
SVN_SILENT made messages (.desktop file)
2013-11-18 04:14:01 +00:00
l10n daemon script
2e9d94d959
SVN_SILENT made messages (.desktop file)
2013-11-16 03:51:10 +00:00
l10n daemon script
38b62ce928
SVN_SILENT made messages (.desktop file)
2013-11-15 04:26:15 +00:00
l10n daemon script
b6990c5fb7
SVN_SILENT made messages (.desktop file)
2013-11-14 04:04:38 +00:00
l10n daemon script
ac7dba9a59
SVN_SILENT made messages (.desktop file)
2013-11-12 04:02:42 +00:00
l10n daemon script
478486d46b
SVN_SILENT made messages (.desktop file)
2013-11-11 04:02:51 +00:00
l10n daemon script
71e40e7c60
SVN_SILENT made messages (.desktop file)
2013-11-10 04:15:39 +00:00
l10n daemon script
2292546afa
SVN_SILENT made messages (.desktop file)
2013-11-09 03:56:22 +00:00
Marco Martin
2d66e7c8a0
fix keyboard navigation
2013-11-08 10:01:24 +01:00
Marco Martin
49367b51e0
export alignment as a property
2013-11-05 11:26:29 +01:00
Marco Martin
21154e9288
a tabbox plugin that puts thumbnails in a sidebar
2013-11-05 10:57:25 +01:00
l10n daemon script
23fbf4395f
SVN_SILENT made messages (.desktop file)
2013-10-09 04:14:36 +00:00
Martin Gräßlin
969e6b85e7
Merge branch 'master' into frameworks-scratch
...
Conflicts:
CMakeLists.txt
kwin/client.cpp
kwin/effects/highlightwindow/highlightwindow.cpp
kwin/libkwineffects/kwingltexture.cpp
kwin/libkwineffects/kwinxrenderutils.cpp
kwin/scene_opengl.cpp
kwin/workspace.cpp
plasma/desktop/applets/kickoff/CMakeLists.txt
plasma/desktop/applets/taskmanager/package/contents/code/tools.js
plasma/desktop/applets/taskmanager/package/contents/ui/Task.qml
plasma/desktop/applets/taskmanager/package/contents/ui/main.qml
plasma/desktop/applets/taskmanager/package/metadata.desktop
plasma/desktop/applets/taskmanager/plugin/textlabel.h
plasma/desktop/applets/tasks/CMakeLists.txt
plasma/desktop/applets/tasks/package/metadata.desktop
plasma/desktop/applets/tasks/tasks.cpp
plasma/desktop/toolboxes/plasma-toolbox-desktoptoolbox.desktop
plasma/generic/applets/activitybar/activitybar.cpp
plasma/generic/wallpapers/color/plasma-wallpaper-color.desktop
plasma/generic/wallpapers/image/plasma-wallpaper-image.desktop
2013-09-24 11:28:38 +02:00
Martin Gräßlin
d26fcf3188
There is no PlasmaCore.Theme
...
It's a context property "theme". Today I'm lucky, they were all called
"theme".
2013-09-05 14:46:39 +02:00
l10n daemon script
df17849412
SVN_SILENT made messages (.desktop file)
2013-08-13 04:19:10 +00:00
Martin Gräßlin
8cf8f57966
Port tabbox to QtQuick 2
...
Straight forward port. Note: this is currently crashing deep down in
QtQuick. To circumvent the crashes it helps to disable the property
highlightFollowsCurrentItem in the listviews. This solves the problem
that QtQuick crashes on first loading. Unfortunately it still crashes
if one tries to invoke TabBox for the second time.
2013-08-09 11:47:18 +02:00
Martin Gräßlin
69b109b5b9
Adjust the ThumbnailItems to QtQuick2
...
AbstractThumbnailItem inherits from QQuickPaintedItem using QPainter to
do the fallback painting of icons.
The scene is adjusted to get the information from QQuickItem instead of
QDeclarativeItem. Clipping got a little bit more complex as the clip
path does not exist any more. To get it right the ThumbnailItem needs to
specify the parent it wants to be clipped to with the clipTo property.
E.g.:
clipTo: listView
The scene uses this clipTo parent item to correctly calculate the clip
region. Also the ThumbnailItem needs to have clipping enabled.
Note: this commit currently breaks TabBox as the qml and view are not
yet adjusted. In scripting the export of the item is disabled, but any
qml script using a ThumbnailItem would obviously also fail.
2013-08-09 11:47:17 +02:00
l10n daemon script
30aac961f0
SVN_SILENT made messages (.desktop file)
2013-08-05 04:16:04 +00:00
l10n daemon script
ba0be05c78
SVN_SILENT made messages (.desktop file)
2013-08-04 04:29:45 +00:00
l10n daemon script
50dfc83d2e
SVN_SILENT made messages (.desktop file)
2013-07-31 04:07:19 +00:00
l10n daemon script
68bf8072b2
SVN_SILENT made messages (.desktop file)
2013-07-30 04:11:51 +00:00
l10n daemon script
87a7569100
SVN_SILENT made messages (.desktop file)
2013-07-27 04:01:18 +00:00
l10n daemon script
467b772a90
SVN_SILENT made messages (.desktop file)
2013-07-21 04:08:51 +00:00
l10n daemon script
52461e5885
SVN_SILENT made messages (.desktop file)
2013-07-20 06:40:25 +00:00
l10n daemon script
93ca1c4396
SVN_SILENT made messages (.desktop file)
2013-07-08 04:04:09 +00:00
l10n daemon script
205c557f89
SVN_SILENT made messages (.desktop file)
2013-07-05 03:48:50 +00:00
l10n daemon script
cc001b9be0
SVN_SILENT made messages (.desktop file)
2013-07-04 03:55:20 +00:00
Weng Xuetian
756bf0a5e3
Fix BigSmall Icon Tab box behavior when icons can not fit in the screen
...
REVIEW: 111163
2013-06-25 11:09:01 -04:00
l10n daemon script
502d003ef5
SVN_SILENT made messages (.desktop file)
2013-06-23 04:02:47 +00:00
l10n daemon script
a2e9957860
SVN_SILENT made messages (.desktop file)
2013-06-10 03:46:39 +00:00
Thomas Lübking
74d17bd5f5
remove plasma theme workaround
...
REVIEW: 110676
2013-06-05 14:11:00 +02:00
l10n daemon script
34c8d6feb6
SVN_SILENT made messages (.desktop file)
2013-06-05 04:54:40 +00:00
l10n daemon script
020f6fd612
SVN_SILENT made messages (.desktop file)
2013-05-30 04:29:57 +00:00
l10n daemon script
3a0999688f
SVN_SILENT made messages (.desktop file)
2013-05-24 03:35:07 +00:00
l10n daemon script
a3b09b7ac4
SVN_SILENT made messages (.desktop file)
2013-05-22 03:36:01 +00:00
Script Kiddy
68ddc5f236
SVN_SILENT made messages (.desktop file)
2013-05-11 10:34:17 +02:00
Script Kiddy
44c8899fee
SVN_SILENT made messages (.desktop file)
2013-05-10 11:04:42 +02:00
Script Kiddy
5a32f8e813
SVN_SILENT made messages (.desktop file)
2013-05-06 09:31:10 +02:00