| Commit message (Expand) | Author | Age | Files | Lines |
* | set the start and last global positions when translating "raw" touch events | Bradley T. Hughes | 2009-06-08 | 1 | -2/+11 |
|
|
* | s,RawKeyEvent,RawTouchEvent,g | Bradley T. Hughes | 2009-06-08 | 1 | -2/+2 |
|
|
* | Fix linking on Windows | Bradley T. Hughes | 2009-06-08 | 1 | -1/+2 |
|
|
* | Compile on Windows again | Bradley T. Hughes | 2009-06-08 | 4 | -38/+23 |
|
|
* | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 1 | -38/+20 |
|
|
* | Some API changes after an API review round | Bradley T. Hughes | 2009-06-05 | 12 | -227/+550 |
|
|
* | Accept TouchBegin events by default if they are enabled | Bradley T. Hughes | 2009-06-05 | 2 | -7/+7 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-05 | 135 | -649/+1012 |
|\ |
|
| * | Compile when -no-qt3-support is on. | Sarah Smith | 2009-06-05 | 1 | -0/+1 |
|
|
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s... | David Faure | 2009-06-04 | 25 | -40/+40 |
|
|
| * | Fix compilation with gcc-4.3.3 (due to std::system) | David Faure | 2009-06-04 | 1 | -0/+1 |
|
|
| * | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 16 | -39/+90 |
| |\ |
|
| | * | Remove a Q_ASSERT that could be triggered under some conditions. | Thiago Macieira | 2009-06-04 | 1 | -1/+0 |
|
|
| | * | Don't use inactivatable timers to calculate time to wait for next timer. | Thomas Sondergaard | 2009-06-04 | 1 | -3/+11 |
|
|
| | * | Document the proper signals that the ::open() convenience connects to. | Norwegian Rock Cat | 2009-06-04 | 4 | -6/+15 |
|
|
| | * | Document that textVisible is optional when it comes to styles. | Norwegian Rock Cat | 2009-06-04 | 1 | -0/+2 |
|
|
| | * | BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti... | Olivier Goffart | 2009-06-04 | 1 | -1/+4 |
|
|
| | * | fix catalan plural rules | Oswald Buddenhagen | 2009-06-03 | 2 | -0/+4 |
|
|
| | * | BT: Fix a crash in the SDI example in Cocoa | Norwegian Rock Cat | 2009-06-03 | 1 | -15/+37 |
|
|
| | * | Fixed raster bug causing fully clipped images to be partially blended. | Samuel Rødal | 2009-06-03 | 1 | -2/+2 |
|
|
| | * | Fix BOM for UTF-32 codec | Marius Storm-Olsen | 2009-06-03 | 1 | -1/+1 |
|
|
| | * | open pipes in overlapped mode also on the client side | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+2 |
|
|
| | * | Add a note about what happens when passing 0 to qobject_cast in the doc | Andy Shaw | 2009-06-03 | 1 | -1/+2 |
|
|
| | * | Fixed a byte ordering issue when using the raster graphicssystem. | Trond Kjernåsen | 2009-06-02 | 1 | -7/+10 |
|
|
| * | | regeneration of qfeatures.h | Thierry Bastian | 2009-06-04 | 1 | -0/+5 |
|
|
| * | | add QT_NO_STATEMACHINE define so state machine can be compiled out | Kent Hansen | 2009-06-04 | 29 | -0/+134 |
|
|
| * | | kill bad QT_END_HEADER | Kent Hansen | 2009-06-04 | 1 | -2/+0 |
|
|
| * | | Fix headers in the XUnit feature. | Thiago Macieira | 2009-06-04 | 9 | -7/+61 |
|
|
| * | | move the QT_NO_ANIMATION macro to the right place (ie after other | Thierry Bastian | 2009-06-04 | 7 | -15/+15 |
|
|
| * | | Make inverted appearance work for progressbar in QMacStyle | Norwegian Rock Cat | 2009-06-04 | 1 | -1/+13 |
|
|
| * | | Forgot to remove old code in d5231e0593dcbf226e0ca3d679c2547e8e1c9697. | jasplin | 2009-06-04 | 1 | -1/+0 |
|
|
| * | | Add an extra explanation for the API extension. | Alexis Menard | 2009-06-04 | 1 | -1/+4 |
|
|
| * | | Enable valgrind on Mac OS X as well. | Morten Sørvig | 2009-06-04 | 1 | -1/+1 |
|
|
| * | | Removed the internal UsePixmapCache flag in the style code. | jasplin | 2009-06-04 | 6 | -57/+35 |
|
|
| * | | Fixed build error with Sun CC 5.5. | jasplin | 2009-06-04 | 1 | -0/+3 |
|
|
| * | | Fixed build error with Sun CC 5.5.. | jasplin | 2009-06-04 | 1 | -10/+10 |
|
|
| * | | Fixed the frame that would sometimes not be painted around widgets in | Thierry Bastian | 2009-06-04 | 1 | -1/+1 |
|
|
| * | | Fixed build error with Sun CC 5.5. | jasplin | 2009-06-04 | 1 | -1/+8 |
|
|
| * | | Code cleanup - use constructor initializers in shader classes. | Rhys Weatherley | 2009-06-04 | 1 | -14/+14 |
|
|
| * | | Improvements to shader API in response to API review | Rhys Weatherley | 2009-06-04 | 3 | -94/+83 |
|
|
| * | | Doc fix: moved the cldr version outside of the double-to-string license header | Denis Dzyubenko | 2009-06-03 | 1 | -2/+2 |
|
|
| * | | Change crazy casts from QString to NSSting to qt_mac_QStringToNSString. | Norwegian Rock Cat | 2009-06-03 | 1 | -7/+7 |
|
|
| * | | Fixed the QMenu to open submenus even if the pointing device is moving | Thierry Bastian | 2009-06-03 | 1 | -5/+7 |
|
|
| * | | Removed a warning (qreal should be used, and not float) | Thierry Bastian | 2009-06-03 | 1 | -1/+1 |
|
|
| * | | fix silly typo | Kent Hansen | 2009-06-03 | 1 | -1/+1 |
|
|
| * | | force activation of minimized windows on Windows mobile | Joerg Bornemann | 2009-06-03 | 1 | -1/+5 |
|
|
| * | | fix signal signature bug in debug output | Kent Hansen | 2009-06-03 | 1 | -2/+2 |
|
|
| * | | don't require use of SIGNAL macro in calls to addTransition() | Kent Hansen | 2009-06-03 | 1 | -2/+3 |
|
|
| * | | fix qdoc warning | Kent Hansen | 2009-06-03 | 1 | -1/+1 |
|
|
| * | | fix typos | Kent Hansen | 2009-06-03 | 2 | -2/+2 |
|
|