summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | Conflicts: src/corelib/io/qfile.cpp src/corelib/kernel/qsharedmemory_unix.cpp src/network/socket/qnativesocketengine_p.h src/network/socket/qnativesocketengine_unix.cpp
| * Fixes a potential crash when changing system palette with QGtkStyleJens Bache-Wiig2009-05-221-6/+7
| | | | | | | | | | | | | | | | | | The problem was that we installed an eventfilter regardless if the gtk symbols were defined or not. Instead we now initialize and check for the symbols before we install the filter. Task-number: 254342 Reviewed-by: ogoffart
| * Fix Qt does not compile when glibc < 2.3.2 on linuxJens Bache-Wiig2009-05-221-22/+5
| | | | | | | | | | | | | | | | | | Rather than try to resolve functions or impose configure time limitations we simply remove the dependancy entirely and rely on the fallbac for all platforms. Task-number: 250731 Reviewed-by: thiago
| * Fix toolbutton text incorrectly clipped on windowsJens Bache-Wiig2009-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | In 4.5 the toolbutton icon rendering was changed somewhat and the bottom line of text for tool buttons icons with TextUnderIcon set is incorrectly clipped on Windows. The style reserves only 5 pixels but tries to use 6 pixels for text and icon spacing, hence we adjust the text rect one pixel up. This should be safe considering the fact that we have a margin on both sides of the icon already and avoids actually moving the icon positioning. Task-number: 252554 Reviewed-by: trond
| * Don't draw an arrow for toolbuttons that are text only and have a menu.Norwegian Rock Cat2009-05-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | I made this change to make things look a bit better on the mac. However, a toolbutton with text only looks strange and as a bonus the arrow covers some of the text, which no one wants. It seems that similar consructions in Cocoa don't show the arrow for text button, so we shouldn't either. Task-number: 253339 Reviewed-by: Jens Bache-Wiig
| * qdoc: Moved a qdoc comment to a file that is in all packages.Martin Smith2009-05-201-1/+1
| | | | | | | | Task-number: 252565
* | 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 ↵Sami Merilä2009-05-251-3/+19
| | | | | | | | correctly.
* | 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 ↵Sami Merilä2009-05-231-0/+1
| | | | | | | | background (part2).
* | 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 ↵Sami Merilä2009-05-221-15/+20
| | | | | | | | drawing themed background.
* | 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
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: tests/auto/network-settings.h tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp tests/auto/qiodevice/tst_qiodevice.cpp tests/auto/qnativesocketengine/tst_qnativesocketengine.cpp tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp tests/auto/qsslsocket/tst_qsslsocket.cpp
| * qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdocMartin Smith2009-05-201-152/+6
| | | | | | | | | | | | | | | | | | The .mm file is not read by qdoc for packages other than for the MAC. This problem is overcome by moving the qdoc comments from the .mm file to a .qdoc file in doc/src, because all these files are read by qdoc for each of the packages. #Task-number: 252566
* | 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 ↵Sami Merilä2009-05-151-0/+6
| | | | | | | | button'.
* | 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 ↵Sami Merilä2009-05-152-2/+13
| | | | | | | | 9765faecf15fbd54b8817fdea66669cab91b5235),
* | S60Style: Scrollbar pressed state.Sami Merilä2009-05-152-1/+69
| |
* | S60Style: Remove fallback information from theme items table and instead ↵Sami Merilä2009-05-152-74/+177
| | | | | | | | provide a mapping routine for the needed parts.
* | 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
| | | | | | | | center piece instead of multicolored lines (aka windows95 look). The new frame is drawn slightly smaller than generic frames to ensure that the background shines through between frame border and widgets.
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-112-40/+58
|\ \ | |/ | | | | | | Conflicts: tests/auto/qtemporaryfile/qtemporaryfile.pro
| * Ensure that small and mini spin boxes are drawn correctly.Norwegian Rock Cat2009-05-071-39/+57
| | | | | | | | | | | | | | | | When we fixed the stuff for normal spin boxes, we neglected to tweak the small and mini variants. We now adjust pixels for them as well. Task-number: 252301 Reviewed-by: Jens Bache-Wiig
| * Fix crash in QWebView when application has a style sheetMarkus Goetz2009-05-061-1/+1
| | | | | | | | | | Task: 252796 Rev-By: Tor Arne
* | S60Style: regression fix. Fallback graphics were broken with last change to ↵Sami Merilä2009-05-081-6/+6
| | | | | | | | s60style, the correct mbm-file was never referred.
* | S60Style: Add support for other than avkon.mbm fallback graphics. The ↵Sami Merilä2009-05-082-226/+291
| | | | | | | | fallback graphics are moved to own table and referred when needed.
* | S60Style: Support for flat and checkable pushbuttonsSami Merilä2009-05-082-6/+52
| |
* | S60Style: Slightly bigger node icons for QTreeViewSami Merilä2009-05-081-2/+5
| |
* | S60Style: Style QTreeView nodes and lines.Sami Merilä2009-05-073-1/+60
| |