Hugo Pereira Da Costa
|
f6425c1392
|
use 45degrees angles for min/max buttons
|
11 years ago |
l10n daemon script
|
e6e94ebf83
|
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 |
Andrew Lake
|
ce85074194
|
fixed bad symlinks.
|
11 years ago |
Andrew Lake
|
89d85cc3a5
|
icon updates
|
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
|
4661af7bea
|
adjust button rendering in style to match decoration buttons
|
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 |
l10n daemon script
|
1529e9ac6d
|
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
|
61a2077e91
|
align shadow rendering to window decoration
|
11 years ago |
Hugo Pereira Da Costa
|
7dc5bd38fa
|
match mdiwindow titlebar rendering with breeze decoration.
|
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
|
7376571e6c
|
GIT_SILENT: Now don't search GuiAddons twice
It was already fixed in master
|
11 years ago |
Hrvoje Senjan
|
38bd8f74f2
|
Merge remote-tracking branch 'origin/Plasma/5.2'
|
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
|
372e8d9af8
|
fixed background color behind scrollbars in dolphin's side panels
|
11 years ago |
Hugo Pereira Da Costa
|
93756531ce
|
fixed background color behind scrollbars in dolphin's side panels
|
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 |
l10n daemon script
|
3ecd69c96a
|
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
|
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 |
Jonathan Riddell
|
0c87e1d767
|
merge in Plasma/5.2
|
11 years ago |
Jonathan Riddell
|
e34fd96b42
|
on testing again breeze icons do work in gtk
|
11 years ago |
Jonathan Riddell
|
8614a82457
|
create gtk-3.0 directory before putting the settings file into it
|
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 |
Hugo Pereira Da Costa
|
72d18b7f52
|
check widget validity before calling deleteLater
BUG: 344980
|
11 years ago |
Hugo Pereira Da Costa
|
a41a835db1
|
check widget validity before calling deleteLater
BUG: 344980
|
11 years ago |
Jonathan Riddell
|
d9b6c800c7
|
remove second calls to project() only 1 allowed per cmake project
|
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
|
70cc7b967d
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
l10n daemon script
|
e97e24468c
|
SVN_SILENT made messages (.desktop file)
|
11 years ago |
Hugo Pereira Da Costa
|
6e0f9a8cb0
|
Removed debug (sorry !)
CCMAIL: hrvoje.senjan@gmail.com
BUG: 344909
|
11 years ago |
Hugo Pereira Da Costa
|
ae40502ca0
|
properly update menu shadows on configuration change
|
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 |