Hugo Pereira Da Costa
478028f180
make sure there is always enough space to render icons in buttons
12 years ago
l10n daemon script
1ec14f8c8e
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
746cd025b3
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
c9e87e8cda
fixed comments and changed default tab centering value to false.
12 years ago
Hugo Pereira Da Costa
13dab11dae
use V2 option for QStyleOptionTabWidgetFrame, for compilation against qt4
12 years ago
Hugo Pereira Da Costa
f85bccd423
added hidden option to control tabbar alignment
12 years ago
Hugo Pereira Da Costa
09600eb18d
added code to have left/right aligned tabbars
12 years ago
Hugo Pereira Da Costa
760ce1a55c
code cleanup
12 years ago
Hugo Pereira Da Costa
1ce9b5c563
no focus on pushbuttons that have a focus proxy
12 years ago
Hugo Pereira Da Costa
f2f4555bf5
implemented SE_PushButtonContents to overwrite QCommonStyle
12 years ago
Hugo Pereira Da Costa
592f0a05f4
overall fixing of metrics
...
- added +1 and -1 where necessary to deal with adjacent rects
- do not take out DefaultFrameWidth from button margins if they are flat, to be consistent with calculated QCommonStyle PushButton
Contents rect
12 years ago
Hugo Pereira Da Costa
af4ad1e393
Revert "use full width for tabwidget tab rect"
...
This reverts commit 067a8d9049 .
12 years ago
Hugo Pereira Da Costa
067a8d9049
use full width for tabwidget tab rect
12 years ago
Hugo Pereira Da Costa
0c0aa55ff3
0 -> nullptr
12 years ago
l10n daemon script
50bbb2918d
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
4b0b1de48a
remove event filter from relevant widgets, when unpolishing
12 years ago
Hugo Pereira Da Costa
6b1c45fc7d
- reenabled (fixed) splitter proxy by default
...
- only resize proxy widget on mouse press
- do not clear splitter in leave event if mouseGrabber is still set
- do not disable/enable updates while resizeing the splitter handle
12 years ago
l10n daemon script
d62fe0bfcf
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
00a92a64cf
Fix license
12 years ago
Hugo Pereira Da Costa
7cf8f48dfc
removed unneeded forward declaration
12 years ago
Hugo Pereira Da Costa
411fe42857
added missing Q_OBJECT classes
...
moved AppEventFilter from header to cpp file
12 years ago
Hugo Pereira Da Costa
ab7054dc4a
added cast to qreal (krazy)
12 years ago
Hugo Pereira Da Costa
3ad64ae5fb
added constref to foreach loop
12 years ago
Hugo Pereira Da Costa
be25c41187
added explicit to constructors
12 years ago
Hugo Pereira Da Costa
cc1924ad97
re-introduced CE_CapacityBar
...
clean int casts
12 years ago
Hugo Pereira Da Costa
021f538047
increment update version so that it re-runs at first start
...
set native Breeze widget style as default instead of QtCurve
12 years ago
Hugo Pereira Da Costa
167ad6dc69
Fix check on subcontrol
12 years ago
Hugo Pereira Da Costa
acb0f01293
only enforce minimum button size when a non empty text is passed to Pushbutton SizeFromContents
12 years ago
Hugo Pereira Da Costa
afdba7c3f4
use 'official' 5px offset (now that shadow rendering allows it)
12 years ago
Hugo Pereira Da Costa
f632372636
fixed possibly uninitialized variable
12 years ago
Hugo Pereira Da Costa
22d50e0747
simplified shadow rendering and minimized pixmaps size
12 years ago
Hugo Pereira Da Costa
217ffbba4d
Add source-light offset when positioning the shadows rather than when creating the pixmap
...
Adjusted mdi window shadows and menu shadows (passed to kwin) consequently
12 years ago
Hugo Pereira Da Costa
4b870e7371
reduce shadow tiles size
...
deal with offset when passing to kwin.
12 years ago
Hugo Pereira Da Costa
d63c96c49e
removed unneeded constructor
12 years ago
l10n daemon script
e5cefd0824
SVN_SILENT made messages (.desktop file)
12 years ago
Andrew Lake
7ed6c09e5e
Merge branch 'master' of git.kde.org:breeze
12 years ago
Andrew Lake
b32ffa7eb3
updated icons
12 years ago
l10n daemon script
97dc14df9e
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
a6aa5f9840
rewrote pushbuttonlabelcontrol so that it is similar to toolbuttonlabelcontrol
...
(ideally that should even be the same method, but ... )
12 years ago
Hugo Pereira Da Costa
79a1808ca4
Properly center both icons and text in the toolbutton, with correct spacing added, disregarding the available size
12 years ago
Hugo Pereira Da Costa
9b508bb20d
toolbutton item spacing back to 4th pixmap
12 years ago
Hugo Pereira Da Costa
803b0e3673
Forgot to remove one of the extra +8 in toolbuttons text positioning
12 years ago
Hugo Pereira Da Costa
552e4a1693
restore old positioning in toolbuttons.
...
breaks too many custom widgets to have my own :(
12 years ago
Hugo Pereira Da Costa
dd1fff0a28
restored 8 pixel for toolbutton spacing between items as it has to match qtoolbutton's internals
12 years ago
Hugo Pereira Da Costa
e2cef27d63
Fix partially checked checkbox rendering
12 years ago
Hugo Pereira Da Costa
307b7cf3c9
removed untested code.
...
will re-add when dpi-awareness is supported in Qt
12 years ago
Hugo Pereira Da Costa
1669b384ab
reduced icon to text spacing in toolbuttons, to be consistent with pushbuttons
...
moved CheckBoxContentsRect to .cpp
12 years ago
Hugo Pereira Da Costa
17246e0924
renamed metrics for clarity
12 years ago
Hugo Pereira Da Costa
b3931aa61e
do not alter tabwidget palette if in document mode
12 years ago
Hugo Pereira Da Costa
437b35d301
Fix header metrics to always account for text height, using fontMetrics passed via option, even if no text is set.
12 years ago