Hugo Pereira Da Costa
|
835e39f80c
|
add option to draw circle around close button
|
11 years ago |
Hugo Pereira Da Costa
|
daa39c6a6b
|
Breeze::ColorSettings now uses KDecoration2::DecoratedClient::color() for getting additional colors instead of reading them
from kdeglobals. This allows per window color schemes with custom titlebar colors to work.
REVIEW:122884
|
11 years ago |
Hugo Pereira Da Costa
|
f6425c1392
|
use 45degrees angles for min/max buttons
|
11 years ago |
l10n daemon script
|
80a263f691
|
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
|
5548fe9fad
|
cleanup
|
11 years ago |
Hugo Pereira Da Costa
|
ab54ffae3c
|
Fixed foreground color for pressed buttons
|
11 years ago |
Hugo Pereira Da Costa
|
6bbaa7d9cc
|
improved pin button
|
11 years ago |
Hugo Pereira Da Costa
|
441e0a338f
|
Properly update size grip visibility on maximizedChanged, shadedChanged and resizeableChanged
|
11 years ago |
Hugo Pereira Da Costa
|
99ce485bda
|
set button's visibility depending on the availability of the corresponding feature
CCBUG: 343641
|
11 years ago |
Hugo Pereira Da Costa
|
79d93ab56b
|
Cleanup code to align with master
Check for drawBordersOnMaximizedWindows when testing edges flags.
BUG: 345424
|
11 years ago |
l10n daemon script
|
aa9a4732b5
|
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
|
b67bb573b2
|
improved pin button rendering, by rottating it 45 degrees, based on Kver's design
|
11 years ago |
Hugo Pereira Da Costa
|
a03e5a8f40
|
cosmetics
|
11 years ago |
Hugo Pereira Da Costa
|
38e60d2977
|
fixed pen width for small size buttons
|
11 years ago |
Hugo Pereira Da Costa
|
a9e2d7f933
|
experience with smaller pen width for button's glyphs
|
11 years ago |
Hugo Pereira Da Costa
|
fae4fcd11e
|
cleanup
|
11 years ago |
Hugo Pereira Da Costa
|
92a882efe6
|
fixed passing non integer pen width to button glyph rendering
|
11 years ago |
Hugo Pereira Da Costa
|
8fa5ba480a
|
removed use of penWidth
|
11 years ago |
Hugo Pereira Da Costa
|
79ffe5e50e
|
Pass both caption rect and alignment as output from ::captionRect
Use largest possible rect for all combinations, to avoid truncation
Adjust alignment flags accordingly.
CCBUG: 344552
|
11 years ago |
l10n daemon script
|
df1acf4d38
|
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 |
Hrvoje Senjan
|
efe9818c52
|
Find KF5GuiAddons and KF5I18n
GuiAddons where linked by both kdecoration and kstyle, but never searched,
KF5I18n are needed for k18n_wrap_ui macro.
|
11 years ago |
Bhushan Shah
|
d0f62d050b
|
Fix build of breeze
KF5GuiAddons and KF5I18n is used internally
|
11 years ago |
Hugo Pereira Da Costa
|
32974f572e
|
Re-implemented the possibility to hide titlebars for specific windows
BUG: 344931
|
11 years ago |
Hugo Pereira Da Costa
|
fd3ccba86c
|
cleanup border calculations
|
11 years ago |
Hugo Pereira Da Costa
|
850906e9d7
|
removed ellision flag from captionRect (broken anyway)
ellide caption text directly at rendering and not prior, using fontMetrics::elidedText
seems to 'fix' overzealous ellision
CCBUG: 344552
|
11 years ago |
Hugo Pereira Da Costa
|
6195ee0b0a
|
removed ellision flag from captionRect (broken anyway)
ellide caption text directly at rendering and not prior, using fontMetrics::elidedText
seems to 'fix' overzealous ellision
CCBUG: 344552
|
11 years ago |
l10n daemon script
|
57fe2df3e6
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
83f2849315
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
Alex Richardson
|
3dcd040f38
|
Fix FreeBSD build: add <cmath> include
Unlike on Linux it is not pulled in by the other headers
|
11 years ago |
l10n daemon script
|
e97e24468c
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
Hugo Pereira Da Costa
|
8ec61aaf77
|
also emit breeze specific signal when saving changed configuration, to be caught by widget style
|
11 years ago |
Hugo Pereira Da Costa
|
76e030be5a
|
cleanup code
|
11 years ago |
Hugo Pereira Da Costa
|
9c17b17904
|
moved shadow parameters to [common] and added to style configuration
|
11 years ago |
Hugo Pereira Da Costa
|
29dc8ed693
|
fixed reseting to default
|
11 years ago |
Hugo Pereira Da Costa
|
c6c6737e2c
|
Added a 'contrast' pixel on the shadows, around the window
|
11 years ago |
Hugo Pereira Da Costa
|
419badba7d
|
use gaussian for shadow profile
|
11 years ago |
Hugo Pereira Da Costa
|
c09aa719da
|
Added shadow size and shadow strength configuration
CCBUG: 344848
|
11 years ago |
Hugo Pereira Da Costa
|
8ebd33d72d
|
Added an explicit flag as output from captionRect to tell whether caption must be ellided or not.
BUG: 344552
|
11 years ago |
Hugo Pereira Da Costa
|
a8d2104ab3
|
Added an explicit flag as output from captionRect to tell whether caption must be ellided or not.
BUG: 344552
|
11 years ago |
l10n daemon script
|
acc21f0e2e
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
5904955d78
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
c3bd103b97
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
Hugo Pereira Da Costa
|
ed9e096110
|
explicitly delete sizeGrip in destructor
(apparently not done automatically)
BUG: 343988
|
11 years ago |
Hugo Pereira Da Costa
|
d6738d382f
|
explicitly delete sizeGrip in destructor
(apparently not done automatically)
BUG: 343988
|
11 years ago |
l10n daemon script
|
47190c54eb
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
b782a7b0ee
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
bf97504b46
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
Pinak Ahuja
|
2eab33ec0a
|
Remove invalid signal emit
REVIEW: 122328
|
11 years ago |
Hugo Pereira Da Costa
|
69afdd3be0
|
properly adjust menu icon size and positioning, to deal with button's offset in maximized
mode.
BUG: 343441
|
11 years ago |
Hugo Pereira Da Costa
|
fcc2e5dbaf
|
properly adjust menu icon size and positioning, to deal with button's offset in maximized
mode.
BUG: 343441
|
11 years ago |