Jonathan Riddell
561fe63b80
add LGPL 3 for breeze icons with clairification as in Oxygen
11 years ago
Martin Gräßlin
31679b77b0
Drop Aurorae based window decoration
11 years ago
Martin Gräßlin
6e7059c9a8
Merge branch 'graesslin/kdecoration2'
...
Brings the new kdecoration2 based window decoration.
11 years ago
Hugo Pereira Da Costa
59a34fe4e4
Manually calculate viewport update rect on header hover change
...
BUG: 340343
11 years ago
Hugo Pereira Da Costa
aa076fd512
Fixed KDE4 compilation
...
CCBUG: 341006
11 years ago
David Edmundson
e7754b107f
Remove mnemonic underlines when alt-tabbing
...
Alt+tab messes with the nmemonics.
In Qt5 we get a keyPressEvent, then we lose focus and don't receive a
keyReleaseEvent
This means the application keeps showing the mnemonic helpers even when
we switch back to the application.
BUG: 341006
REVIEW: 121311
FIXED-IN: 5.1.2
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
Nuno Pinheiro
8bee9cc25e
konversation possible icon
11 years ago
Hugo Pereira Da Costa
fe3e35cfc4
Removed unused members
...
CCMAIL: staniek@kde.org
11 years ago
Hugo Pereira Da Costa
660fe73f1f
Fixed uninitialized member _value
...
CCMAIL: staniek@kde.org
11 years ago
Pino Toscano
d70d2f5baf
fixuifiles
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
Jonathan Riddell
681e748bb1
add plasma version number
12 years ago
l10n daemon script
55b3491fe3
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
782ab9fd18
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
Hugo Pereira Da Costa
e39b2c9471
Do not takeout margins from toolbutton before rendering text, unless they have inline indicator, because
...
some custom widgets do not respect sizeFromContents
BUG: 340341
12 years ago
Andrew Lake
29c907e21d
add rating-unrated icon
12 years ago
l10n daemon script
439732d4ea
SVN_SILENT made messages (.desktop file)
12 years ago
Jonathan Riddell
17eca88ead
Add gtkbreeze kconf_update tool to set GTK themes
...
gtkbreeze sets GTK 2 and 3 themes to Orion at login if
-gtkbreeze has not been run before
-gtk theme is not set or
-gtk theme is set to oxygen
FEATURE
REVIEW: 120624
DIGEST:gtkbreeze sets the gtk theme to match breeze
12 years ago
Jonathan Riddell
6be2d36e44
add message about orion runtime dep to cmake output
12 years ago
Jonathan Riddell
baee671958
nicer spacing
12 years ago
Jonathan Riddell
60dfa3f767
add gtk3 css file to remove window shadows to tidy up client side decorations
12 years ago
Jonathan Riddell
2451ec4bf7
don't use a QCoreApplication
12 years ago
Jonathan Riddell
58dba0dc34
use QStringLiteral, set font to Oxygen, return 1 on error
12 years ago
Jonathan Riddell
a25ec43d9b
no need for close
12 years ago
Jonathan Riddell
5cf5905e85
use qstringliteral
12 years ago
Jonathan Riddell
97ec6c7327
use QStringLiteral
12 years ago
Jonathan Riddell
b6611a6d3c
error handling on failure to open file
12 years ago
Jonathan Riddell
2bf4556a93
tidy spacing
12 years ago
Jonathan Riddell
585c4cbb3c
use QStringLiteral
12 years ago
Jonathan Riddell
23e2236c32
fast string operators
12 years ago
Jonathan Riddell
bd719cbdb1
use QDir::separator and tidy spacing
12 years ago
Jonathan Riddell
7d77d0ddfb
further simplify cmake
12 years ago
Jonathan Riddell
1090d25ad1
simplify cmake file
12 years ago
Jonathan Riddell
9c001f16e6
tidy up file header
12 years ago
Jonathan Riddell
0e8ac7c37d
refactor to reduce duplicated code
12 years ago
Jonathan Riddell
26ac1d9378
complete gtk3
12 years ago