Hugo Pereira Da Costa
6b1c45fc7d
- reenabled (fixed) splitter proxy by default
...
- only resize proxy widget on mouse press
- do not clear splitter in leave event if mouseGrabber is still set
- do not disable/enable updates while resizeing the splitter handle
12 years ago
l10n daemon script
d62fe0bfcf
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
00a92a64cf
Fix license
12 years ago
Hugo Pereira Da Costa
7cf8f48dfc
removed unneeded forward declaration
12 years ago
Hugo Pereira Da Costa
411fe42857
added missing Q_OBJECT classes
...
moved AppEventFilter from header to cpp file
12 years ago
Hugo Pereira Da Costa
ab7054dc4a
added cast to qreal (krazy)
12 years ago
Hugo Pereira Da Costa
3ad64ae5fb
added constref to foreach loop
12 years ago
Hugo Pereira Da Costa
be25c41187
added explicit to constructors
12 years ago
Hugo Pereira Da Costa
cc1924ad97
re-introduced CE_CapacityBar
...
clean int casts
12 years ago
Hugo Pereira Da Costa
167ad6dc69
Fix check on subcontrol
12 years ago
Hugo Pereira Da Costa
acb0f01293
only enforce minimum button size when a non empty text is passed to Pushbutton SizeFromContents
12 years ago
Hugo Pereira Da Costa
afdba7c3f4
use 'official' 5px offset (now that shadow rendering allows it)
12 years ago
Hugo Pereira Da Costa
f632372636
fixed possibly uninitialized variable
12 years ago
Hugo Pereira Da Costa
22d50e0747
simplified shadow rendering and minimized pixmaps size
12 years ago
Hugo Pereira Da Costa
217ffbba4d
Add source-light offset when positioning the shadows rather than when creating the pixmap
...
Adjusted mdi window shadows and menu shadows (passed to kwin) consequently
12 years ago
Hugo Pereira Da Costa
4b870e7371
reduce shadow tiles size
...
deal with offset when passing to kwin.
12 years ago
Hugo Pereira Da Costa
d63c96c49e
removed unneeded constructor
12 years ago
l10n daemon script
e5cefd0824
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
97dc14df9e
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
a6aa5f9840
rewrote pushbuttonlabelcontrol so that it is similar to toolbuttonlabelcontrol
...
(ideally that should even be the same method, but ... )
12 years ago
Hugo Pereira Da Costa
79a1808ca4
Properly center both icons and text in the toolbutton, with correct spacing added, disregarding the available size
12 years ago
Hugo Pereira Da Costa
9b508bb20d
toolbutton item spacing back to 4th pixmap
12 years ago
Hugo Pereira Da Costa
803b0e3673
Forgot to remove one of the extra +8 in toolbuttons text positioning
12 years ago
Hugo Pereira Da Costa
552e4a1693
restore old positioning in toolbuttons.
...
breaks too many custom widgets to have my own :(
12 years ago
Hugo Pereira Da Costa
dd1fff0a28
restored 8 pixel for toolbutton spacing between items as it has to match qtoolbutton's internals
12 years ago
Hugo Pereira Da Costa
e2cef27d63
Fix partially checked checkbox rendering
12 years ago
Hugo Pereira Da Costa
307b7cf3c9
removed untested code.
...
will re-add when dpi-awareness is supported in Qt
12 years ago
Hugo Pereira Da Costa
1669b384ab
reduced icon to text spacing in toolbuttons, to be consistent with pushbuttons
...
moved CheckBoxContentsRect to .cpp
12 years ago
Hugo Pereira Da Costa
17246e0924
renamed metrics for clarity
12 years ago
Hugo Pereira Da Costa
b3931aa61e
do not alter tabwidget palette if in document mode
12 years ago
Hugo Pereira Da Costa
437b35d301
Fix header metrics to always account for text height, using fontMetrics passed via option, even if no text is set.
12 years ago
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