83 Commits (d2a3a10802a5be6e7816c36123fea3bcb2306de8)

Author SHA1 Message Date
Martin Gräßlin 079095beea Adding more frameless hints
The internal window can be decorated really broke a few things...
8 years ago
l10n daemon script aff81afd27 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script c342be5961 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script 99237c9b3f SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
9 years ago
l10n daemon script 7c747e1591 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script bf7bf73464 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script d173ff7412 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 45b1af3165 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 91ff859d5f SVN_SILENT made messages (.desktop file) 10 years ago
Martin Gräßlin c00c67bf29 [scripting] Drop qmlRegisterType for QQuickWindow
Not needed as one can just do:
import QtQuick.Window;

This fixes a build problem with Qt 5.4.

BUG: 338277
10 years ago
l10n daemon script 36b404057d SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 28c7f3c47d SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script e73f6b2278 SVN_SILENT made messages (.desktop file) 10 years ago
l10n daemon script 7553c411c2 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script 2f28437e24 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script 2838a9b606 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script 15aa971aab SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script e1f418f4d0 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script f44575ddbf SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script 69c3289c18 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script e6db000065 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script eef56c98b2 SVN_SILENT made messages (.desktop file) 11 years ago
Marco Martin 16253d7fc3 qtextracomponents->kquickcontrolsaddons 11 years ago
l10n daemon script a3878f2c7f SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script 6f8c3dd771 SVN_SILENT made messages (.desktop file) 11 years ago
Martin Gräßlin 3b37c82c5d [kwin] Make desktop change OSD a click-through window
It used to be like that, but regressed with the switch to QML. Now
PlasmaCore.Dialog supports an outputOnly mode, so let's add it again.
11 years ago
l10n daemon script 22a5e1109f SVN_SILENT made messages (.desktop file) 11 years ago
Martin Gräßlin 47f443479c [kwin] Port Plasma::Dialog from windowFlags to flags 11 years ago
Martin Gräßlin c277419554 Set location of Dialog to Floating to prevent slide animation 11 years ago
Martin Gräßlin 17553e5a1f Work around problem of restored QQuickWindows not being visible
A declarative KWin script needs to register the QQuickWindows it is
using in the KWin object. This method ensures that the QQuickWindow
will destroy the platfrom window once it gets hidden. So the next
time the QQuickWindow is shown a new platform window is created.

As can be seen in the OSD this is not really nice, therefore a
KWin.Dialog should be created which takes care of these steps.
11 years ago
Martin Gräßlin d7a3a497d1 Adjust DesktopChangeOSD to QtQuick 2.0
The OSD does not yet work properly, though. It exposes the problem
that the window is broken once it got hidden.
11 years ago
l10n daemon script df17849412 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script a2e9957860 SVN_SILENT made messages (.desktop file) 11 years ago
Script Kiddy e793067ab6 SVN_SILENT made messages (.desktop file) 12 years ago
Martin Gräßlin 7588890bca Use a Loader for the Virtual Desktop OSD
The complete dialog is moved into a Loader item and it gets loaded on
first change of virtual desktop. This change should result in less
parsing on startup and moving the cost of the loading to the time when
its really needed.

REVIEW: 109639
12 years ago
Martin Gräßlin 34bb1a790f Fix layout issues of Desktop Change OSD
* no more binding loops - yeah for anchoring
* properly update sizes when switching screens
* properly handle case layout indicator enabled/disabled
* connect to desktop changed and reset desktop model
* set a maximum width/height of 0.8 of screen

Most interesting change is the moving of
visible = true;
to the beginning of the block which updates the layout. Without that
all the changes are ignored resulting in the incorrect size on screen
change.

The disadvantage of that is that the OSD is shown before the layout is
adjusted. But it's considerable minor given that it should be just one
frame.

BUG: 312728
BUG: 312727
BUG: 305737
FIXED-IN: 4.10.1
REVIEW: 108945
12 years ago
Script Kiddy f193c56957 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 1416c8d62c SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 2ea65eb18e SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 382c2a309b SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 589ed300d1 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy c6d91ac7eb SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 93c9fd0f32 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 12f341712c SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy d7316b9fcb SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy dc5da9b081 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy ef0cae8dab SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy a5bec484f6 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 49a373b681 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 17ddc517b7 SVN_SILENT made messages (.desktop file) 12 years ago