l10n daemon script
d2a8781ded
SVN_SILENT made messages (.desktop file)
11 years ago
Martin Gräßlin
50b64c987c
[kdecoration] Share the DecorationShadow with all Decorations
11 years ago
Martin Gräßlin
31679b77b0
Drop Aurorae based window decoration
11 years ago
Martin Gräßlin
f93eed20bb
[kdecoration] DecorationShadow is a QSharedPointer
11 years ago
Martin Gräßlin
4ad71b575d
Decoration::client returns a QWeakPointer
11 years ago
Martin Gräßlin
f5952afb3d
[kdecoration] DecorationButton changed to use real for position and size
11 years ago
Martin Gräßlin
48aa1f73c7
[kdecoration] paint takes QRect instead of QRegion
11 years ago
Martin Gräßlin
7409c956f0
[kdecoration] DecorationShadow uses QRect to describe element sizes
12 years ago
Martin Gräßlin
b104042249
[kdecoration] DecorationShadow uses QMargins for padding
12 years ago
Martin Gräßlin
c9e9aa54cf
[kdecoration] Rename DecoratedClient::borderingScreenEdges to adjacentScreenEdges
12 years ago
Martin Gräßlin
21149ac6da
[kdecoration] Decoration::titleRect renamed to ::titleBar
12 years ago
Martin Gräßlin
4c965144b4
[kdecoration] ExtendedBorders renamed to ResizeOnlyBorders
...
And is also a QMargins.
12 years ago
Martin Gräßlin
db4318156d
[kdecoration] Decoration uses QMargins for borders
12 years ago
Martin Gräßlin
3ca6751a07
[kdecoration] Paint methods take repaint region
12 years ago
l10n daemon script
55b3491fe3
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Gräßlin
e33fa37b47
Add a Preview mode to the Decoration Button
...
The plugin allows to create a KDecoration2::DecorationButton by
registering the keyword "button". If such a button is created the
rendering is slightly adjusted to always have the normal background,
so that it works as in a Preview.
12 years ago
Martin Gräßlin
671287706a
ImageProvider uses Breeze::Button* instead of KDecoration2::DecorationButton*
12 years ago
Martin Gräßlin
02fced3418
[kdecoration2] Pass QVariantList argument to parent Decoration
12 years ago
Martin Gräßlin
ddb58c21bf
[kdecoration2] DecorationSettings is no longer a singleton
...
It's provided by Decoration::settings() instead and not valid before
::init was invoked. Thus init is implemented and all the initialization
code is moved to init.
12 years ago
l10n daemon script
4796a8444d
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
38e10d77e4
Fixed compilation with gcc 4.8.2 by adding relevant .data() calls
12 years ago
Martin Gräßlin
729ffc0d98
Fix finding of KF5
12 years ago
l10n daemon script
e2abbb508e
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
888e92f106
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
e21cb29757
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1ba3f4069a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
276d11c1a3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
3ae928018a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1ec14f8c8e
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
50bbb2918d
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d62fe0bfcf
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
e5cefd0824
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
c6695a4da2
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Gräßlin
1f7a1f8e9b
Hide borders which border a screen edge
12 years ago
Martin Gräßlin
e88463c09c
Add extended borders for no or no-side borders
12 years ago
Martin Gräßlin
976cffb119
Use proper color for caption
12 years ago
Martin Gräßlin
ce3c4a45de
Improve rendering of the rounded borders
...
All corners should be round if not maximized. This is now done by
setting better clip regions to restrict the rendering to the
currently relevant area. So we don't render the background behind
the title area, instead the title area also renders a rounded rect.
12 years ago
Martin Gräßlin
712885f112
Use gridUnit based layouting of all elements
...
All paddings and sizes are derived from the grid unit and make the UI
scalable with DPI settings depending on the font size.
12 years ago
l10n daemon script
15f6deb09f
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Gräßlin
85ab1e68a9
Add a DecorationShadow
...
Based on QML implementation and hopefully as expected.
12 years ago
Martin Gräßlin
a0b580c3c4
Add support for border sizes
12 years ago
Martin Gräßlin
00c6c4e473
Introduce an "org.kde.kdecoration2" metadata section in JSON file
...
The idea is to provide further global settings through the metadata
of the decoration plugin. First supported value is "blur" which takes
a boolean value indicating whether the decoration plugin wants the
blur behind effect to be active on it's decoration.
Breeze doesn't need blur, so the key with false would not be needed, but
for a reference plugin it makes sense to provide them all.
12 years ago
Martin Gräßlin
3b0b9f160f
Set window decoration to opaque for maximized windows
12 years ago
Martin Gräßlin
1a7a680bbc
Improve defining the border settings
...
For partially maximized windows we don't want any borders.
12 years ago
Martin Gräßlin
1dec5cb5db
Pass creation of DecorationButtons to DecorationButtonGroup
...
This way it follows the global settings.
12 years ago
Martin Gräßlin
906baf6609
Initial import of new KDecoration2 based window decoration
...
This new decoration plugin requires the new API which needs to
be built from:
kde:kdecoration
To view the decoration use the tool available in
kde:kdecoration-viewer
It is not yet integrated into KWin. One cannot use the decoration yet.
12 years ago
l10n daemon script
7eac1f03e4
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
ba1874bd87
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
80630ffd34
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Gräßlin
05ae2861d1
[windec] Use NativeRendering for decoration title
12 years ago