Hugo Pereira Da Costa
|
bc6a42a4e2
|
added splitter width to metrics
|
12 years ago |
Hugo Pereira Da Costa
|
683402c1a5
|
fixed progressbar rendering
|
12 years ago |
Hugo Pereira Da Costa
|
5d335a7403
|
added USE_KDE4 macro and addapted compilation consequently
|
12 years ago |
Hugo Pereira Da Costa
|
bc3c6d6963
|
fixed compilation for recent version of Qt
|
12 years ago |
Hugo Pereira Da Costa
|
a525bcd387
|
hide constructor from string, that uses KComponentData, if Qt version is too recent
|
12 years ago |
Hugo Pereira Da Costa
|
dffdb19951
|
Adapt plugin creation to older versions of Qt
|
12 years ago |
Hugo Pereira Da Costa
|
e609c19367
|
use QCommonClass as a base class for too old versions of Qt
|
12 years ago |
Hugo Pereira Da Costa
|
02dd1719af
|
added helper include to benefit from convenience typedefs
|
12 years ago |
Hugo Pereira Da Costa
|
846aa7da07
|
Hide access to StyleObject if Qt version is too old
|
12 years ago |
Hugo Pereira Da Costa
|
447800b8f5
|
use constructor from componenent name for Breeze::Helper if Qt version is too old
do not access StyleObject if Qt version is too old
|
12 years ago |
Hugo Pereira Da Costa
|
26cea536b0
|
added constructor from component name
|
12 years ago |
Hugo Pereira Da Costa
|
dff64a6b56
|
Setup xcb_connection_t directly from X11 display when Qt version is too old
|
12 years ago |
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 |