summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
* | Ensure small and mini headers aren't bigger than "large" ones.Norwegian Rock Cat2009-06-021-1/+1
* | Change QDesktopServices::TempLocation on Mac to be the same as QDir.Norwegian Rock Cat2009-06-021-5/+6
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-027-13/+37
|\ \ | |/
| * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| * Remove unused variable.Alexis Menard2009-05-291-1/+0
| * Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
| * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
| * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
| * Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
* | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-2/+0
* | Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* | Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90