summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* openUrl("mailto:") fails to open Thunderbird on windows.Prasanth Ullattil2009-06-081-36/+28
* Clip region to screen coordinates before setting its component rectangles dirty.Alex Cucos2009-06-081-0/+1
* Small simplification on codeThierry Bastian2009-06-081-6/+4
* Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-081-1/+1
* small code cleanupThierry Bastian2009-06-081-7/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-06-081-1/+2
|\
| * Fix GDI object leak.Prasanth Ullattil2009-06-081-1/+2
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-084-18/+24
|\ \ | |/ |/|
| * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
| * Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
| * Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
| * Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
* | Revert signal emission order in QTextDocument to 4.5 behaviourmae2009-06-082-3/+11
* | Made QTreeWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-082-3/+31
* | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-0820-20/+41
* | Revert two of my commits, restoring the original fix for focus handling.Denis Dzyubenko2009-06-051-12/+4
* | Compilefix for QT_NO_CURSOR in qgraphicsscene.cppThomas Hartmann2009-06-051-0/+2
* | Fixes anti-aliased text rendering on smartphones (Windows Mobile)Thomas Hartmann2009-06-052-2/+14
* | Add a callback so Qt updates its color stuff when the profile changes.Norwegian Rock Cat2009-06-052-0/+30
* | Fix wrong sizing of toolbars when they have anough spaceThierry Bastian2009-06-053-69/+104
* | Fix for Qt issue #218037 - Add support for the WM_MOUSEHWHEEL message on Windowsminiak2009-06-051-2/+12
* | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-0411-16/+16
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-049-31/+70
|\ \ | |/
| * Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-044-6/+15
| * Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
| * BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
| * BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
| * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
| * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-0410-0/+47
* | kill bad QT_END_HEADERKent Hansen2009-06-041-2/+0
* | Make inverted appearance work for progressbar in QMacStyleNorwegian Rock Cat2009-06-041-1/+13
* | Forgot to remove old code in d5231e0593dcbf226e0ca3d679c2547e8e1c9697.jasplin2009-06-041-1/+0
* | Add an extra explanation for the API extension.Alexis Menard2009-06-041-1/+4
* | Removed the internal UsePixmapCache flag in the style code.jasplin2009-06-046-57/+35
* | Fixed build error with Sun CC 5.5.jasplin2009-06-041-0/+3
* | Fixed the frame that would sometimes not be painted around widgets inThierry Bastian2009-06-041-1/+1
* | Change crazy casts from QString to NSSting to qt_mac_QStringToNSString.Norwegian Rock Cat2009-06-031-7/+7
* | Fixed the QMenu to open submenus even if the pointing device is movingThierry Bastian2009-06-031-5/+7
* | Removed a warning (qreal should be used, and not float)Thierry Bastian2009-06-031-1/+1
* | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* | fix typosKent Hansen2009-06-032-2/+2
* | missing opening paragraph tagFrederik Schwarzer2009-06-031-1/+1
* | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-032-29/+43
* | Revert "Avoid a crash when setting a focus in a widget hierarchy containing"Denis Dzyubenko2009-06-021-3/+2
* | Merge branch '4.5'Denis Dzyubenko2009-06-025-24/+12
|\ \ | |/
| * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
| * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
| * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4