Hugo Pereira Da Costa
e1ae7f2ba0
fixed comment
12 years ago
Hugo Pereira Da Costa
677e88daaf
removed empty line
12 years ago
Hugo Pereira Da Costa
2fb62271d7
Added the possibility to draw left-aligned toolbuttons
...
Apply to Gwenview's side bar toolbuttons
12 years ago
Hugo Pereira Da Costa
0cac9ffcff
add ui option for drawing/hiding dock widget frames
12 years ago
Patrick von Reth
71c38479be
fix windows build
12 years ago
Hugo Pereira Da Costa
00f94e739c
Add option to disable drawing of dock widget frame when attached and not detachable
12 years ago
l10n daemon script
3abd7a9d56
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
9c833a58df
USE_KDE4 -> BREEZE_USE_KDE4
12 years ago
Hugo Pereira Da Costa
e9e856315b
renamed generated config file, accoding to standards (sorry for the noise)
12 years ago
Hugo Pereira Da Costa
d5dc554463
- removed explicit dependency upon X11 (not needed)
...
- cleanup defines:
USE_KDE4 -> BREEZE_USE_KDE4
HAVE_X11 -> BREEZE_HAVE_X11
- set defines via config files rather than Make definitions
12 years ago
Hugo Pereira Da Costa
173e476738
removed lineEditEngine. It is identical to widgetStateEngine, so we use the latter instead
12 years ago
Hugo Pereira Da Costa
1099a5e9ff
Use PE_FrameLineEdit to render spinbox and editable comboboxes frame.
...
Prevents code duplication and is more robust
Removed unnecessary variables
12 years ago
Hugo Pereira Da Costa
36613c6035
use QStyle function calls rather than local implementation, for better portability
12 years ago
Hugo Pereira Da Costa
2c6c499211
cleanup
12 years ago
Hugo Pereira Da Costa
75f3ab69c3
Implemented separated mouseOver animation for flat toolbuttons menu arrow
12 years ago
Hugo Pereira Da Costa
810082c77d
removed frame around ktitlewidget
12 years ago
Hugo Pereira Da Costa
35b04b5e34
cleanup
12 years ago
Hugo Pereira Da Costa
844db5f1cb
cleanup
12 years ago
Hugo Pereira Da Costa
fbe5c01256
Improved checks on whether a frame should be drawn around editable comboboxes and spinboxes
12 years ago
Hugo Pereira Da Costa
8e6e02d67d
added comments
...
cleanup code
12 years ago
Hugo Pereira Da Costa
0e1c98353e
moved methods around so that order matches between header and implementation
12 years ago
Hugo Pereira Da Costa
1c91ede698
cleanup
12 years ago
Hugo Pereira Da Costa
d66f1596a7
use insideMargin rather than adjust wherever possible
12 years ago
l10n daemon script
d7b72a73d3
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
0e4a99059c
Fixed antialiasing for toolboxes tab
12 years ago
Hugo Pereira Da Costa
3b291b0978
Improved toolbutton rendering
...
removed some useless comments
12 years ago
Hugo Pereira Da Costa
b4975a2b0b
code cleanup
12 years ago
Hugo Pereira Da Costa
84855a54b9
Added 'missing' Metrics::
12 years ago
Hugo Pereira Da Costa
f08a68236d
implemented PM_DockWidgetSeparatorExtent:
...
cleanup code
12 years ago
Hugo Pereira Da Costa
6358a24d18
moved AUTHORS to parent directory
12 years ago
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
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