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
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
Hugo Pereira Da Costa
72d18b7f52
check widget validity before calling deleteLater
...
BUG: 344980
11 years ago
l10n daemon script
70cc7b967d
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
ac6e765800
return parent style method when option passed to tabBar rect is invalid, instead of full option rect
...
removed check on invalid tabbar size
BUG: 344779
11 years ago
l10n daemon script
07525aee55
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
759ff9bf1b
Check scrollbar policy before forwarding events
...
BUG: 343659
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
9d137514b6
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
9ddadbcabc
SVN_SILENT made messages (.desktop file)
11 years ago
Jonathan Riddell
884de69edf
Update version number for 5.2.1
11 years ago
l10n daemon script
d1c8997d7a
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
a176327c0d
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
26e3c21757
Avoid comparing unintialised variable if BREEZE_HAVE_KSTYLE is not set
...
if BREEZE_HAVE_KSTYLE is not set CE_CapacityBar remains uninitialised
(random value). It should therefore not be used in any comparisons.
For KDE4, BREEZE_HAVE_KSTYLE will always be false regardless so that
behaviour remains the same
11 years ago
David Edmundson
92aa888ea0
Fix crash when switching to/from breeze
...
REVIEW: 122500
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
69afdd3be0
properly adjust menu icon size and positioning, to deal with button's offset in maximized
...
mode.
BUG: 343441
11 years ago
l10n daemon script
a3dbcb3ea6
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
5f77e60543
Initialize widget only at first successfull call to registerWidget
...
CCBUG: 341940
11 years ago
Marco Martin
6c1132607a
add Version=5 at beginning of the file
11 years ago
l10n daemon script
8fbb80926b
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
1430dd22ae
Only delete style objects created by us
...
REVIEW: 122184
11 years ago
Jonathan Riddell
5e9f8dadd6
Update version number for 5.2.0
11 years ago
Hugo Pereira Da Costa
b739256b0d
int -> qreal
...
Sorry !
BUG: 343041
11 years ago
Hugo Pereira Da Costa
fd8f6f22b2
use Flag enumeration to describe button position
...
add horizontal offset for rendering
properly extend horizontal hit area for buttons in maximize mode, padding is preserved, but Fitts law is fullfilled.
11 years ago
Hugo Pereira Da Costa
4a62339a4e
added default geometry in constructor
11 years ago
Hugo Pereira Da Costa
dfc1a80dfb
do not install window shadow if mdi's subwindow contains a KMainWindow.
...
This is because KMainWindow affects event processing and make all input events captured by the MdiWindowShadow.
BUG: 342570
11 years ago
Hugo Pereira Da Costa
ae15e2efba
also translate 'menu' icon properly to keep proper padding in maximized mode
11 years ago
Hugo Pereira Da Costa
ab80e3880f
Moved buttons geometry handling to Breeze::decoration
...
Do not change size of titlebar when maximizing.
Expend buttons hit area to satisfy Fitts law in maximize mode
BUG: 342824
BUG: 342864
11 years ago
l10n daemon script
4149b637e7
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
6f0f4d49ff
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
66c1ee8a7c
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
d43ea4c824
Do not draw separator in active windows if titlebar color match window background color
11 years ago
l10n daemon script
b902c15f96
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
d2ff65bd70
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
0a3edaf4ac
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
2da8d37c11
SVN_SILENT made messages (.desktop file)
11 years ago
Andrew Lake
300e964e6d
remove redundant icon directory that was added in error.
11 years ago
Jonathan Riddell
ffa10a08a0
Update version number for 5.1.95
11 years ago
Marco Martin
bc4392a69c
add missing file
11 years ago
Marco Martin
ee1fea5275
new cursors
...
updated breeze, added breeze snow
11 years ago
Hugo Pereira Da Costa
f1fee30bb9
MenuItem spacing -> 3px
...
ListItem spacing -> 3px
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
af0e0344da
decrease spacing between checkbox/radiobutton mark and text 8 -> 6 px
...
CCMAIL: jamboarder@gmail.com
11 years ago
l10n daemon script
bd915d9597
SVN_SILENT made messages (.desktop file)
11 years ago
Hugo Pereira Da Costa
b4872a31bb
removed commented line
11 years ago
Hugo Pereira Da Costa
1c8c6c3819
translated down radio button and checkbox mark when pressed
...
translate down pushbutton frame and content when pressed
translate down content and arrow icon of non-flat, non-editable comboboxes when pressed
translate down content and arrow icon for non-flat toolbuttons when pressed
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
2ff1209d33
Reduce margins for list headers and menubars from 8px down to 6px
...
CCMAIL: jamboarder@gmail.com
11 years ago
Hugo Pereira Da Costa
ca1c12ea85
more typedef -> using
11 years ago
Hugo Pereira Da Costa
beecaaec1a
typedef -> using
11 years ago