377 Commits (f175d519d52f052b6f3bfb6c63781e3d302d3a7c)
 

Author SHA1 Message Date
Hugo Pereira Da Costa f175d519d5 remove composition mode from menu panel rendering 12 years ago
Hugo Pereira Da Costa c74bdc8c66 removed commented code 12 years ago
Hugo Pereira Da Costa 2cd640a27d Fixed tooltip rendering 12 years ago
Hugo Pereira Da Costa db8af7f979 change default value for mnemonics visibility 12 years ago
Hugo Pereira Da Costa acdc466fd5 fixed titlebar button colors 12 years ago
Hugo Pereira Da Costa 1c92b19ada read mdi window colors from kdeglobals, using WM colors 12 years ago
Hugo Pereira Da Costa 631247fac6 Moved back shadow dimensions to Metrics in breeze.h 12 years ago
Hugo Pereira Da Costa 54b498c975 Use standardIconImplementation instead of StandardIcon. This allows the same code to work for both Qt4 and Qt5 12 years ago
Hugo Pereira Da Costa d189bfd91e - removed unused mdi window engine 12 years ago
Hugo Pereira Da Costa abba357db0 removed debug 12 years ago
Hugo Pereira Da Costa 388d2edda8 use smaller shadows 12 years ago
Hugo Pereira Da Costa 24fcbe92d0 Rewrite shadow code to match better Breeze svg style 12 years ago
Hugo Pereira Da Costa 83c448a2e3 - use upsidedown to get reverselayout from QSliders (this is stupid but due to QSlider code) 12 years ago
Hugo Pereira Da Costa f523f4d500 improved code for ticks rendering 12 years ago
Hugo Pereira Da Costa 3d05393bf0 Implemented tick marks for QSlider 12 years ago
Hugo Pereira Da Costa fb861fc3ac Fixed rendering of toolbuttons in right-to-left mode, when inline indicator is present 12 years ago
Hugo Pereira Da Costa f6de23920a cleanup progressbar rendering code 12 years ago
Hugo Pereira Da Costa fcfc4e1837 doxygen 12 years ago
Hugo Pereira Da Costa 582d49200f Change color for checkboxes and radiobuttons in lists, when list has focus and corresponding QModelIndex is selected 12 years ago
Hugo Pereira Da Costa ede8d3a628 added widgetexplorer debugging class, and options to enable it. 12 years ago
Hugo Pereira Da Costa 2bfbfde81a adjusted menu title rendering to match KDE4 12 years ago
Hugo Pereira Da Costa 2c66f06a6b Fix highlight rendering for vertical sliders 12 years ago
Hugo Pereira Da Costa 7a66add10f - Put progressbar text next to the bar, rather than above, in order not to break alignment 12 years ago
Hugo Pereira Da Costa 188b8fea9c added hack to prevent too small buttons in kcalc 12 years ago
Hugo Pereira Da Costa b09ba57ede added initialization flag so that animation is not triggered at first call 12 years ago
Hugo Pereira Da Costa ce4be0f35c implemented pressed animations for radio buttons and checkboxes 12 years ago
Hugo Pereira Da Costa 15b5aae3fe use hex for bitmask 12 years ago
Hugo Pereira Da Costa 6e968579ed cleanup frame and lineeditor frame rendering 12 years ago
Hugo Pereira Da Costa cf71b7eda6 more adjustment on frame radius 12 years ago
Hugo Pereira Da Costa cbc7bfcf80 license 12 years ago
Hugo Pereira Da Costa ed41da0a4b cleanup dependencies 12 years ago
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 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