| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes: Compilation fixes | Denis Dzyubenko | 2009-05-11 | 2 | -0/+3 |
|
|
* | If the event wasn't consumed by the gesture target widget, then | Denis Dzyubenko | 2009-05-11 | 1 | -3/+4 |
|
|
* | Fixes: improved gesture manager event filtering. | Denis Dzyubenko | 2009-05-11 | 4 | -26/+42 |
|
|
* | Fixes: QGraphicsView respects the spontaneous event flag for graphicsscene e... | Denis Dzyubenko | 2009-05-11 | 3 | -4/+10 |
|
|
* | Fixes: reset the internal gesture state when gesture in state 'maybe' is fin... | Denis Dzyubenko | 2009-05-11 | 1 | -1/+1 |
|
|
* | Added some documentation. | Denis Dzyubenko | 2009-05-11 | 6 | -11/+144 |
|
|
* | Fixed lastDirection in the Pan gesture. | Denis Dzyubenko | 2009-05-11 | 3 | -18/+33 |
|
|
* | Merge of the maemo-gestures branch onto qt/4.5.0 | Denis Dzyubenko | 2009-05-11 | 38 | -6/+3174 |
|
|
* | Merge branch 'windows-7-multitouch' | Bradley T. Hughes | 2009-05-11 | 0 | -0/+0 |
|\ |
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-11 | 17 | -65/+160 |
| |\ |
|
* | \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-11 | 17 | -65/+160 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fix build on windows | Maurice Kalinowski | 2009-05-11 | 1 | -1/+1 |
|
|
| * | removed more exports on private classes (QMouseEventEx and QKeyEventEx) | Thierry Bastian | 2009-05-08 | 1 | -2/+2 |
|
|
| * | removing additional unused export to classes only used in QtGui | Thierry Bastian | 2009-05-08 | 1 | -4/+4 |
|
|
| * | Do not export inline private classes in qcssparser_p.h | Thierry Bastian | 2009-05-08 | 1 | -7/+7 |
|
|
| * | QToolBarLayout and QDockWidgetLayout, which are private classes, are | Thierry Bastian | 2009-05-08 | 8 | -30/+42 |
|
|
| * | Stop a crash in QMenuBar on Designer after my changes. | Norwegian Rock Cat | 2009-05-08 | 1 | -0/+2 |
|
|
| * | Fixed unwanted merging of undo commands from different edit blocks | mae | 2009-05-08 | 3 | -20/+47 |
|
|
| * | Extend QTextDocument test | mae | 2009-05-08 | 1 | -0/+18 |
|
|
| * | Fixed leak of plugin instances | João Abecasis | 2009-05-08 | 1 | -1/+18 |
|
|
| * | Fix leak of global data | João Abecasis | 2009-05-08 | 1 | -0/+9 |
|
|
| * | Improved scrolling performance with invisible blocks | mae | 2009-05-08 | 1 | -2/+12 |
|
|
* | | by default, ignore touch events if the widget is disabled | Bradley T. Hughes | 2009-05-08 | 1 | -0/+3 |
|
|
* | | build the multitouch examples from the top-level build | Bradley T. Hughes | 2009-05-08 | 1 | -1/+2 |
|
|
* | | set qt_tabletChokeMouse to true whenever ANY touch event was accepted | Bradley T. Hughes | 2009-05-08 | 1 | -3/+2 |
|
|
* | | don't require TouchUpdate events for the single touch cases | Bradley T. Hughes | 2009-05-08 | 1 | -26/+26 |
|
|
* | | warn about events that happen out of sequence | Bradley T. Hughes | 2009-05-08 | 1 | -0/+7 |
|
|
* | | don't store event state in QWidgetPrivate | Bradley T. Hughes | 2009-05-08 | 2 | -17/+20 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-08 | 141 | -1706/+4350 |
|\ \
| |/ |
|
| * | Change optimization flags from Os to O2 for OS X applications. | Morten Sørvig | 2009-05-08 | 2 | -6/+1 |
|
|
| * | fix WinCE build | Maurice Kalinowski | 2009-05-08 | 1 | -0/+2 |
|
|
| * | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 32 | -168/+471 |
| |\ |
|
| | * | Fixed a problem that caused QPrintDialog to invalidate QPrinter. | Trond Kjernåsen | 2009-05-07 | 1 | -5/+5 |
|
|
| | * | Whitespace fix | Anders Bakken | 2009-05-07 | 1 | -1/+1 |
|
|
| | * | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 9 | -15/+10 |
|
|
| | * | Added types to the list. | Morten Engvoldsen | 2009-05-07 | 1 | -0/+10 |
|
|
| | * | handle the back soft key on Windows mobile SmartPhones | Joerg Bornemann | 2009-05-07 | 2 | -1/+30 |
|
|
| | * | Make the error dialogs less annoying. Show only one instead of many. | kh | 2009-05-07 | 1 | -11/+37 |
|
|
| | * | Fixed some inconsistencies for image drawing on non-integer coords. | Samuel Rødal | 2009-05-07 | 3 | -5/+33 |
|
|
| | * | fix parsing cookies in multiple lines | Peter Hartmann | 2009-05-07 | 2 | -17/+17 |
|
|
| | * | Win: QLineEdit not updating correctly when embedded in Graphics View | Bjoern Erik Nilsen | 2009-05-07 | 1 | -1/+2 |
|
|
| | * | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 8 | -343/+379 |
|
|
| | * | Ensure that small and mini spin boxes are drawn correctly. | Norwegian Rock Cat | 2009-05-07 | 1 | -39/+57 |
|
|
| | * | Implement new cmd option to remove the full text search index. | kh | 2009-05-07 | 3 | -0/+46 |
|
|
| | * | Fix strange context menu related bug on Windows Mobile | Thomas Hartmann | 2009-05-07 | 1 | -2/+7 |
|
|
| | * | Cleanup, no functional change. | kh | 2009-05-07 | 1 | -48/+79 |
|
|
| | * | Fix OpenSSL dynamic loading on OpenBSD. | Thiago Macieira | 2009-05-07 | 1 | -3/+6 |
|
|
| | * | Make QNetworkProxy calculate the capabilities for a new proxy type | Thiago Macieira | 2009-05-07 | 2 | -3/+43 |
|
|
| | * | Clarify documentation in QNetworkProxy about SOCKS5 supporting domain | Thiago Macieira | 2009-05-07 | 1 | -4/+5 |
|
|
| | * | Make QDBusPendingCallWatcher emit a signal if it is created on an | Thiago Macieira | 2009-05-07 | 2 | -2/+81 |
|
|