Hugo Pereira Da Costa
|
53f0a9acd6
|
Use QWeakPointer instead of QPointer for too old versions of Qt
Use QString instead of QStringLiteral for too old versions of Qt
|
12 years ago |
Hugo Pereira Da Costa
|
9b162c780b
|
removed logging
|
12 years ago |
Hugo Pereira Da Costa
|
bfd9b3a5a7
|
Encapsulate isX11 behind HAVE_X11 typedef, to prevent false positives
|
12 years ago |
Hugo Pereira Da Costa
|
37cd2b8129
|
added missing 'data()' to access weak pointer
|
12 years ago |
Hugo Pereira Da Costa
|
994f25c8aa
|
QGuiApplication -> QApplication
|
12 years ago |
Hugo Pereira Da Costa
|
2efd6483d6
|
moved style pluggin to own class
|
12 years ago |
Hugo Pereira Da Costa
|
752d8b9a3b
|
added parent style class typedef
|
12 years ago |
Hugo Pereira Da Costa
|
c903d29e37
|
made isX11 a static method of Breeze::Helper
use everywhere instead of duplicating code
|
12 years ago |
Hugo Pereira Da Costa
|
03e3d3bfe5
|
Added utility typedefs for QPointer and QScopedPointer.
Moved to breeze.h
Use everywhere instead of QPointer directly
Use "using" syntax for typedefs, instead of "typedef" syntax
|
12 years ago |
Hugo Pereira Da Costa
|
4f9ec09905
|
use better toolbar handles
|
12 years ago |
Hugo Pereira Da Costa
|
7253e7e822
|
KSharedConfigPtr -> KSharedConfig::Ptr
|
12 years ago |
Hugo Pereira Da Costa
|
717f0694fe
|
translations.
|
12 years ago |
Hugo Pereira Da Costa
|
232e48eea9
|
use Helper::connection instead of QX11Info::connection
|
12 years ago |
Hugo Pereira Da Costa
|
778d1dff95
|
improved rendering of spinboxes and editable comboboxes when height is too small
|
12 years ago |
Hugo Pereira Da Costa
|
17e9e44b44
|
properly handle light source
|
12 years ago |
Hugo Pereira Da Costa
|
85fcd2e277
|
fixed tab order
|
12 years ago |
Hugo Pereira Da Costa
|
e52e6b2ac7
|
added lightSource combobox, and fixed buddies
|
12 years ago |
Hugo Pereira Da Costa
|
0675ed3f90
|
Fixed alignment of sliders vs progressbars
CCMAIL: jamboarder@gmail.com
|
12 years ago |
Hugo Pereira Da Costa
|
70f8c45eff
|
fixed scrollbar groove positioning when there is no buttons
|
12 years ago |
Hugo Pereira Da Costa
|
102ce34e85
|
fixed margins
|
12 years ago |
Hugo Pereira Da Costa
|
deec33bee4
|
max animation time -> 500
|
12 years ago |
Hugo Pereira Da Costa
|
cd0ad06b5c
|
adjusted shadow rounded rect for checkboxes
adjusted default outline color for buttons
|
12 years ago |
Hugo Pereira Da Costa
|
5c06a6e0cd
|
adjusted slider outline color
|
12 years ago |
Hugo Pereira Da Costa
|
1f571ed2f1
|
Use lightSource to decide how to render shadow on items
|
12 years ago |
Hugo Pereira Da Costa
|
73555014e6
|
added 'lightsource' option
|
12 years ago |
Hugo Pereira Da Costa
|
256db17f7b
|
made alphaColor non static
changed (back) 'int' radius to 3
adjusted helper's 'qreal' radius accordingly (to 2.5), and fixed shadow radius
|
12 years ago |
Hugo Pereira Da Costa
|
fb192baad4
|
ajust radius
|
12 years ago |
Hugo Pereira Da Costa
|
e01c17ab3e
|
try adjust radius properly when rendering 'outline' vs 'background'
|
12 years ago |
Hugo Pereira Da Costa
|
2c46214a8c
|
cleanup
|
12 years ago |
Hugo Pereira Da Costa
|
f288c34c3e
|
Render 2px focused outline *inside* frames rather than outside
|
12 years ago |
Hugo Pereira Da Costa
|
619545e3a7
|
use Helper function to get qreal radius from frame Radius
set default frame radius to 2 instead of 3
removed TabRadius
|
12 years ago |
Hugo Pereira Da Costa
|
df12b0bf51
|
more adjustment on tabbar tear
|
12 years ago |
Hugo Pereira Da Costa
|
ab97c76396
|
changed license
|
12 years ago |
Hugo Pereira Da Costa
|
5e9583bd70
|
first implementation of tabbar tear
fix tabbar rect in reverse layout when buttons are present
|
12 years ago |
Hugo Pereira Da Costa
|
fcc2c608f1
|
cleanup (and optimize) rendering by dealing with pen and brush in the same path
|
12 years ago |
Hugo Pereira Da Costa
|
f97ea113db
|
Do not render outline on focused buttons
Do not render shadow if color is invalid
cleanup some variable names
|
12 years ago |
Hugo Pereira Da Costa
|
5692440242
|
Fix scrollarea corner widgets rendering
|
12 years ago |
Hugo Pereira Da Costa
|
29a6af9738
|
add event filter to render proper background color behind scrollbars
|
12 years ago |
Hugo Pereira Da Costa
|
104939da80
|
added mdi window buttons mouse-over
|
12 years ago |
Hugo Pereira Da Costa
|
b7fc3e0290
|
use relevant framewidth (as returned from pixelMetric) rather than Metrics
enumeration for QLineEdit, QComboBox and QSpinBox.
Also add some extra spacing after label in checkboxes
|
12 years ago |
Hugo Pereira Da Costa
|
5337bd98b9
|
fixed groupbox rendering behind title label
|
12 years ago |
Hugo Pereira Da Costa
|
8a7ec66643
|
re-read options to enable/disable splitter proxy, but
disable splitter proxy by default since it is bugged
|
12 years ago |
Hugo Pereira Da Costa
|
500a1ed049
|
Added configuration widget
|
12 years ago |
Hugo Pereira Da Costa
|
3ff5f6d660
|
Fixed color role for list headers
Fixed color role for toolbutton inline indicators
|
12 years ago |
Hugo Pereira Da Costa
|
09fabe2af7
|
fix combobox editable rect
|
12 years ago |
Hugo Pereira Da Costa
|
e975b433f4
|
Do not take out top and bottom margins from buttons since vertical centering is used anyway
|
12 years ago |
Hugo Pereira Da Costa
|
5d6b25d641
|
more adjustment on margins
|
12 years ago |
Hugo Pereira Da Costa
|
11e7863a75
|
do not take out editor margins from spinbox if there is not enough room
|
12 years ago |
Hugo Pereira Da Costa
|
83d2073d81
|
do not take out line editor margins if there is not enough room
|
12 years ago |
Hugo Pereira Da Costa
|
eb15623493
|
temporarily disabled splitter proxy, since it appears broken on QMainWindow
|
12 years ago |