summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* Set each widgets palette after changing the theme.Alessandro Portale2009-06-011-1/+4
* Moved originalPalette member from public to private class.Alessandro Portale2009-06-013-5/+6
* S60Style: Remove unneeded case-statements and own implementation for drawItem...Sami Merilä2009-05-293-94/+0
* S60Style: Rename the private class to highlight that it is available only to ...Sami Merilä2009-05-292-1/+1
* S60Style: Adding missing break for clearCaches.Sami Merilä2009-05-281-0/+1
* Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-285-81/+52
* S60Style: Keep the background texture in static QPixmap pointer.Sami Merilä2009-05-274-54/+46
* S60Style: Tidy up the code - remove 'todo's.Sami Merilä2009-05-261-16/+7
* S60Style: Add reason for clearing style specific caches.Sami Merilä2009-05-264-18/+28
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-254-31/+16
|\
| * Fixes a potential crash when changing system palette with QGtkStyleJens Bache-Wiig2009-05-221-6/+7
| * Fix Qt does not compile when glibc < 2.3.2 on linuxJens Bache-Wiig2009-05-221-22/+5
| * Fix toolbutton text incorrectly clipped on windowsJens Bache-Wiig2009-05-221-1/+1
| * Don't draw an arrow for toolbuttons that are text only and have a menu.Norwegian Rock Cat2009-05-201-1/+2
| * qdoc: Moved a qdoc comment to a file that is in all packages.Martin Smith2009-05-201-1/+1
* | S60Style: Try to guesstime resolution, if no exact match is found.Sami Merilä2009-05-251-2/+23
* | S60Style: Set WA_OpaquePaintEvent off for scrollbars to draw transparency cor...Sami Merilä2009-05-251-3/+19
* | S60Style: Use smaller corner size for tooltip.Sami Merilä2009-05-251-6/+8
* | S60Style: Change QTreeView elements to be non-color-skinnable.Sami Merilä2009-05-252-9/+2
* | S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.Sami Merilä2009-05-252-6/+5
* | S60Style: Reorganize methods in source files to match header file order.Sami Merilä2009-05-253-341/+353
* | S60Style: QScrollArea background is not continuous with main theme background...Sami Merilä2009-05-231-0/+1
* | S60Style: QScrollArea background is not continuous with main theme background.Sami Merilä2009-05-231-0/+3
* | S60Style: Draw radiobutton and checkbox indicators with correct color.Sami Merilä2009-05-231-1/+4
* | S60Style: Build break fix. Missing include added.Sami Merilä2009-05-231-0/+1
* | S60Style: Fix palette-polution to other styles, when style is switched runtime.Sami Merilä2009-05-222-3/+4
* | S60Style: If table has defined a new background brush use that instead of dra...Sami Merilä2009-05-221-15/+20
* | S60Style: Make 'checkable' buttons just 'pressed down' when checked.Sami Merilä2009-05-221-24/+2
* | FixesAlessandro Portale2009-05-201-1/+4
* | Part cache key nitpickAlessandro Portale2009-05-201-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-152/+6
|\ \ | |/
| * qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdocMartin Smith2009-05-201-152/+6
* | S60Style: Support theme graphics for inactive (disabled) button.Sami Merilä2009-05-203-59/+141
* | S60Style: Set theme palette to widgets once theme changes.Sami Merilä2009-05-203-42/+53
* | S60Style: Incorrect frame part in toolbar graphics.Sami Merilä2009-05-201-10/+10
* | Stub for backgroundTexture()Alessandro Portale2009-05-191-0/+19
* | removed extra brace character causing compilation failureMarkku Luukkainen2009-05-191-1/+0
* | S60Style: Styling QDial.Sami Merilä2009-05-191-17/+35
* | S60Style: Draw all arrows as skinned graphics.Sami Merilä2009-05-183-71/+43
* | S60Style: Make selection 'tick' mark rect smaller for multiselectable list.Sami Merilä2009-05-181-1/+5
* | S60Style: Make button content area slightly larger if button is 'checkable bu...Sami Merilä2009-05-151-0/+6
* | S60Style: Make pressed down state of tool button clearer to see.Sami Merilä2009-05-151-0/+10
* | S60Style: Scrollbar pressed state (missing changes from 9765faecf15fbd54b8817...Sami Merilä2009-05-152-2/+13
* | S60Style: Scrollbar pressed state.Sami Merilä2009-05-152-1/+69
* | S60Style: Remove fallback information from theme items table and instead prov...Sami Merilä2009-05-152-74/+177
* | S60Style: Slightly better drawing code for QTreeView node indicators.Sami Merilä2009-05-121-14/+19
* | S60style: use correct theme text color for highlighted line edit texts.Sami Merilä2009-05-121-0/+5
* | S60Style: Facelift for panels. It now uses settings page frame graphics sans ...Sami Merilä2009-05-113-48/+59
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-112-40/+58
|\ \ | |/
| * Ensure that small and mini spin boxes are drawn correctly.Norwegian Rock Cat2009-05-071-39/+57