summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Compile after API updatesBradley T. Hughes2009-06-051-38/+20
* Some API changes after an API review roundBradley T. Hughes2009-06-0512-227/+550
* Accept TouchBegin events by default if they are enabledBradley T. Hughes2009-06-052-7/+7
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-05135-649/+1012
|\
| * Compile when -no-qt3-support is on.Sarah Smith2009-06-051-0/+1
| * All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-0425-40/+40
| * Fix compilation with gcc-4.3.3 (due to std::system)David Faure2009-06-041-0/+1
| * Merge commit 'origin/4.5'Olivier Goffart2009-06-0416-39/+90
| |\
| | * Remove a Q_ASSERT that could be triggered under some conditions.Thiago Macieira2009-06-041-1/+0
| | * Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | * 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
| | * fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+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
| | * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
| | * open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
| | * Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
| | * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
| * | regeneration of qfeatures.hThierry Bastian2009-06-041-0/+5
| * | add QT_NO_STATEMACHINE define so state machine can be compiled outKent Hansen2009-06-0429-0/+134
| * | kill bad QT_END_HEADERKent Hansen2009-06-041-2/+0
| * | Fix headers in the XUnit feature.Thiago Macieira2009-06-049-7/+61
| * | move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-047-15/+15
| * | 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
| * | Enable valgrind on Mac OS X as well.Morten Sørvig2009-06-041-1/+1
| * | 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 build error with Sun CC 5.5..jasplin2009-06-041-10/+10
| * | Fixed the frame that would sometimes not be painted around widgets inThierry Bastian2009-06-041-1/+1
| * | Fixed build error with Sun CC 5.5.jasplin2009-06-041-1/+8
| * | Code cleanup - use constructor initializers in shader classes.Rhys Weatherley2009-06-041-14/+14
| * | Improvements to shader API in response to API reviewRhys Weatherley2009-06-043-94/+83
| * | Doc fix: moved the cldr version outside of the double-to-string license headerDenis Dzyubenko2009-06-031-2/+2
| * | 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
| * | fix silly typoKent Hansen2009-06-031-1/+1
| * | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
| * | fix signal signature bug in debug outputKent Hansen2009-06-031-2/+2
| * | don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-031-2/+3
| * | fix qdoc warningKent Hansen2009-06-031-1/+1
| * | fix typosKent Hansen2009-06-032-2/+2
| * | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in theThierry Bastian2009-06-032-36/+40
| * | missing opening paragraph tagFrederik Schwarzer2009-06-031-1/+1
| * | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-037-58/+255
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-026-22/+12
| |\ \