Hugo Pereira Da Costa
cc5b45d3e8
improved icon and text positioning in toolbuttons
12 years ago
Hugo Pereira Da Costa
d509d96b83
properly adjust arrow color for toolbuttons
12 years ago
Hugo Pereira Da Costa
749435bd41
implement own CE_ToolButtonLabel rendering
...
- fixes label color roles
- Adjusted vertical positioning
- cleanup palette customization
- do not shrink contents rect for tabbar toolbuttons
12 years ago
Hugo Pereira Da Costa
4042840fca
fix size calculation for named separators (sections), when no action is present
12 years ago
l10n daemon script
abcf82cb1b
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
e70ea8bcfa
removed empty line
12 years ago
Hugo Pereira Da Costa
12984e4ae1
added a minimum button width for buttons. This is similar to what's done in e.g. fusion, and enforces that all buttons in
...
dialogs have the same width, for instance
CCMAIL: hein@kde.org
12 years ago
Hugo Pereira Da Costa
40aa31a8ab
writeConfig -> save
12 years ago
Hugo Pereira Da Costa
9afb42e43d
readConfig -> load
12 years ago
Hugo Pereira Da Costa
70c017b75c
- removed 'use WM to perform drag' option from GUI (still there as hidden)
...
- removed 'light source' option from GUI (still there as hidden)
- removed WindowDragEnabled option <- covered by WindowDragMode
12 years ago
Hugo Pereira Da Costa
bbff964c47
Properly handle our own slider tick length
12 years ago
Hugo Pereira Da Costa
5f774e3c22
Added option to not draw sliders tick marks
12 years ago
Hugo Pereira Da Costa
b4a58a71ab
adjusted comments
12 years ago
Hugo Pereira Da Costa
e64c3906f5
adjusted CMakeLists to compile KStyle subdirectory and avoid redundant configuration checks
12 years ago
Hugo Pereira Da Costa
e3d52f513d
check if parent is combobox before not rendering toolbar separators
12 years ago
Hugo Pereira Da Costa
48c7717b23
Add a custom item delegate to comboboxes in order to have more spacing between items
...
Keep old combobox item delegate as a proxy to allow rendering of separators
12 years ago
Hugo Pereira Da Costa
ffdb7ae427
add more spacing between menuitem text and accelerator, when any
12 years ago
Hugo Pereira Da Costa
ce64acd0dc
Equal SpinBox_MarginWidth and LineEdit_MarginWidth, for visual consistency.
12 years ago
Hugo Pereira Da Costa
6eb967faf1
fix 'recursion' crash when running againts kde4
12 years ago
Hugo Pereira Da Costa
404ae60100
added some more space between text and left margin, when there is no icon
12 years ago
Hugo Pereira Da Costa
359b47b36b
improved text positioning in menu items
12 years ago
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
...
cleanup shadow rendering code
fix shadow offsets in MDI windows
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
...
- fix mdi titlebar mouseover effect
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
...
- move all metrics shadowhelper
- handle light source from option
- make actual shadow size and offsets adjustable
- calculate 'effective' shadow size, and overlap, accordingly.
12 years ago
Hugo Pereira Da Costa
83c448a2e3
- use upsidedown to get reverselayout from QSliders (this is stupid but due to QSlider code)
...
- calculate grooveRect in proper subelementRect method rather than in rendering method
- improved ticks positioning
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
...
- moved calculation of progressbar contents to the relevant SubElement section (SE_ProgressBarContents)
- fixed rendering of right-to-left progress bars
- deal with inverted progress bars when animated
- renamed handleRightToLeft layout into visualRect
- removed the QPoint version, since unused.
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
...
- Permanently disable drawing of progress bar text in vertical progressbars
This is similar to what other styles do
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
...
added animationPressed mode
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