337 Commits (447800b8f5feaccc3d36b21692bd79e3230d8058)
 

Author SHA1 Message Date
Hugo Pereira Da Costa 447800b8f5 use constructor from componenent name for Breeze::Helper 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 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 12 years ago
Hugo Pereira Da Costa 03e3d3bfe5 Added utility typedefs for QPointer and QScopedPointer. 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 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 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 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 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 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 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 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 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 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