Hugo Pereira Da Costa
|
27b476d319
|
draw outline in anti-aliasing mode, to prevent darker pixel in the corner.
|
10 years ago |
Hugo Pereira Da Costa
|
10145c7bb2
|
when alpha channel is not supported,
- do not round corners
- draw a 1pixel frame around windows (when border is large enough)
CCBUG: 356165
|
10 years ago |
Hugo Pereira Da Costa
|
2c895b303d
|
fixed close button animation.
|
10 years ago |
Hugo Pereira Da Costa
|
21c233de4c
|
- use "metrics" to set corner radius
- cosmetics
|
10 years ago |
Hugo Pereira Da Costa
|
41d01b47c6
|
Increased radius for mask.
|
10 years ago |
Hugo Pereira Da Costa
|
b23f3598b6
|
Increased radius for mask.
|
10 years ago |
Hugo Pereira Da Costa
|
a80434f677
|
removed incorrect composition mode
|
10 years ago |
Hugo Pereira Da Costa
|
a9b7b5c27d
|
removed incorrect composition mode
|
10 years ago |
Hugo Pereira Da Costa
|
509388e007
|
reduce strength of the contrast pixel
|
10 years ago |
Hugo Pereira Da Costa
|
10a66f22ea
|
reduce strength of the contrast pixel
|
10 years ago |
Hugo Pereira Da Costa
|
e40195693c
|
Takeout inner part of the shadow to avoid artifacts for semi-transparent windows, and
adjust metrics.
|
10 years ago |
Hugo Pereira Da Costa
|
d9369b5e42
|
Takeout inner part of the shadow to avoid artifacts for semi-transparent windows, and
adjust metrics.
|
10 years ago |
Hugo Pereira Da Costa
|
2fdd1423bc
|
Use similar code for rendering the decoration shadow and menu shadows.
Fixes tile and stretch issues.
BUG: 355647
|
10 years ago |
Hugo Pereira Da Costa
|
54fb9fe29c
|
Use similar code for rendering the decoration shadow and menu shadows.
Fixes tile and stretch issues.
BUG: 355647
|
10 years ago |
l10n daemon script
|
9bebedcab8
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
856902efa0
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
2809f031bf
|
Added option to disable window background gradient
|
11 years ago |
l10n daemon script
|
7c0a390882
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
8a65950bdc
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
feea03af73
|
revert rendering of outline pixel, because buggy
|
11 years ago |
Hugo Pereira Da Costa
|
4449ab925b
|
cleanup shadow contrast pixel rendering
|
11 years ago |
Hugo Pereira Da Costa
|
a6693dfcef
|
Fixed rendering of "unmaximize" button
|
11 years ago |
Hugo Pereira Da Costa
|
cae73cbd9d
|
readded proper gradient on active window titlebar
|
11 years ago |
Hugo Pereira Da Costa
|
5a1f5c22c0
|
added option to configure shadow color
default is set to Qt::black
BUG: 349360
|
11 years ago |
l10n daemon script
|
75c02d8d7f
|
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"
|
11 years ago |
l10n daemon script
|
cfef6d41c0
|
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"
|
11 years ago |
Martin Gräßlin
|
5303e0ea6e
|
[kdecoration] Add support for new KPlugin metadata
Needed by latest kwin.
|
11 years ago |
Hugo Pereira Da Costa
|
6a1fcfe9db
|
Remove min border size requirement on the sides, for tiny border size and above. Bottom side is kept at min 4 pixels,
consistently with "old" oxygen decoration.
BUG: 349039
|
11 years ago |
Hugo Pereira Da Costa
|
6fad4358e2
|
Properly calculate caption rect when button lists are empty on one of the titlebar side
BUG: 349107
|
11 years ago |
l10n daemon script
|
7a5cdc2c5d
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
56bc52fe3c
|
added tiny (=minimal) button size, for high-dpi screens
CCBUG: 348399
|
11 years ago |
Hugo Pereira Da Costa
|
b3bb047ebd
|
Removed color settings. They were redundant with DecoratedClient::color(...)
|
11 years ago |
Hugo Pereira Da Costa
|
4fa7ab51d6
|
make sure iconSize is valid before rendering
|
11 years ago |
Hugo Pereira Da Costa
|
c2b890899c
|
Sanitize button positioning.
Properly offset with borderLeft and borderRight
|
11 years ago |
Hugo Pereira Da Costa
|
9a63b05a24
|
pass iconSize as button's parameter rather than trying to calculate it from geometry and offset
Past calculation was wrong anyway
|
11 years ago |
Sebastian Kügler
|
176a3b892f
|
Build on ARM
This ended up max'ing a double and a qreal.
|
11 years ago |
l10n daemon script
|
4682937132
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
9ac25e775f
|
rephrased shadow creation code, for readibility
|
11 years ago |
Hugo Pereira Da Costa
|
0f2f82dbaa
|
uncomment assignement to global shadow
|
11 years ago |
Hugo Pereira Da Costa
|
6234ca5502
|
use TabWidget for settings
|
11 years ago |
Hugo Pereira Da Costa
|
331f9b6ceb
|
properly update button's animation duration on reconfiguration
|
11 years ago |
Hugo Pereira Da Costa
|
c29e760a5e
|
Uncomment deco count increment (should never have been commented in the first place)
|
11 years ago |
Hugo Pereira Da Costa
|
40f6fc4666
|
Trigger update directly, on active state changed, when animations are disabled.
|
11 years ago |
Hugo Pereira Da Costa
|
d2ccf2df45
|
overall cleanup to align with oxygen code
|
11 years ago |
l10n daemon script
|
57e2304a31
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
e9b31918c2
|
use proper, animated, font color for caption rendering
|
11 years ago |
l10n daemon script
|
8368145b76
|
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"
|
11 years ago |
l10n daemon script
|
a2e8466b5e
|
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"
|
11 years ago |
l10n daemon script
|
a651f9c37c
|
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"
|
11 years ago |
Hugo Pereira Da Costa
|
bb0313cc6c
|
Align decoration buttons rendering between style and decoration.
|
11 years ago |