summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix focus rect issues and sunken behaviorHEADmasterJens Bache-Wiig2010-05-192-12/+15
|
* Add focus behavior and improved stylingJens Bache-Wiig2010-05-193-99/+101
|
* Fixes: Kill the blue fillJens Bache-Wiig2009-07-101-1/+0
|
* Fixes: There fixed it for you :)Jens Bache-Wiig2009-07-101-15/+2
|
* Add some basic stuff for focus handlingTrenton Schulz2009-07-101-87/+65
| | | | | The infrastructure is there but nothing else at the moment.
* Fixes: Some more style fixesJens Bache-Wiig2009-07-101-15/+31
|
* Fixes: Some initial stylingJens Bache-Wiig2009-07-101-11/+93
|
* Move the disable colorgroup setting to the right place.Norwegian Rock Cat2009-07-101-3/+3
| | | | This should be done in initStyleOption just like in QTabBar.
* "Better" sunken appearance.Norwegian Rock Cat2009-07-101-5/+7
|
* Very very rudimentary styling for the other platforms.Norwegian Rock Cat2009-07-031-4/+25
| | | | | Jens would be ashamed, but I just want something there in case someone else is trying to compile it.
* Try to be consistent when using the macstyle and have protections for itNorwegian Rock Cat2009-07-031-40/+42
| | | | Allows me to test other styles on the same machine.
* Try to implement a subElementRect for the text.Norwegian Rock Cat2009-07-031-7/+49
| | | | | This is also dependent on the size, so there's a lot of messing around here and futzing with magic numbers.
* Also provide this information here.Norwegian Rock Cat2009-07-031-1/+2
|
* Factor this out into it's own function.Norwegian Rock Cat2009-07-031-10/+13
|
* Remove the blue here.Norwegian Rock Cat2009-07-031-1/+0
|
* Add an extra button for disabling the whole controller.Norwegian Rock Cat2009-07-031-0/+12
|
* Fix disabled text renderingNorwegian Rock Cat2009-07-031-3/+8
| | | | Seems I need to set the color group myself since the widget itself has a separate enabled state.
* Hush!Norwegian Rock Cat2009-07-031-0/+29
|
* Some work with the enabled property.Norwegian Rock Cat2009-07-032-7/+29
| | | | | Basics are there, mouse events aren't delivered at all to a disabled item. The appearance isn't quite correct though.
* Correct reset when changing from SelectAll to SelectOne.Norwegian Rock Cat2009-07-031-2/+6
| | | | | | This call almost did the right thing, but I was a bit over protective on checking if the item was selected. So, instead just turn it off and turn it back on and get the thing correct.
* Fix up selected position handling.Norwegian Rock Cat2009-07-031-14/+39
| | | | | | | Since there is the possibility of "select all" we need to make selected position a bunch of flags. This works well, but the separator switches depending on who is drawing. We'll have to make some adjustments like in tabbar I guess.
* Better testNorwegian Rock Cat2009-05-152-16/+42
|
* Some event handling.Norwegian Rock Cat2009-05-152-36/+81
|
* update sizepolicy and sizehintNorwegian Rock Cat2009-05-152-2/+7
|
* Push down the typedef.Norwegian Rock Cat2009-05-151-5/+5
|
* Don't return in a void functionNorwegian Rock Cat2009-05-151-23/+6
|
* Slightly better sizesNorwegian Rock Cat2009-05-152-16/+74
|
* more "style-like" drawingNorwegian Rock Cat2009-05-151-6/+21
|
* Work on sizehintsNorwegian Rock Cat2009-05-152-6/+46
|
* Better drawing.Norwegian Rock Cat2009-05-081-5/+8
| | | | | | qstyleoption_cast is not working well, but it could easily be something wrong with my style option. Now for size hinting to work.
* Some more drawing.Norwegian Rock Cat2009-05-082-0/+43
|
* Some infrastructure for painting.Norwegian Rock Cat2009-05-082-1/+75
|
* Very simple exampleNorwegian Rock Cat2009-05-082-0/+32
|
* compileNorwegian Rock Cat2009-05-082-43/+55
|
* Stub in a lot of functions.Norwegian Rock Cat2009-05-082-7/+194
|
* Some more work.Norwegian Rock Cat2009-04-242-4/+68
|
* Start my work on the qtsegmentcontrolNorwegian Rock Cat2009-04-241-0/+48