| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 2 of the Evaluation notice feature, now for QtGui. | Thiago Macieira | 2009-10-29 | 1 | -7/+7 |
|
|
* | Readd the Qt Evaluation timebomb, step 1. | Thiago Macieira | 2009-10-29 | 1 | -0/+569 |
|
|
* | Made sure the noSocketEvents value is preserved in case of exception. | axis | 2009-10-19 | 1 | -3/+3 |
|
|
* | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-10-16 | 1 | -2/+3 |
|\ |
|
| * | Merge origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-14 | 1 | -2/+2 |
| |\ |
|
| * | | QMetaObject::activate: reordered mutex locks/unlocks around spy | Florian Vichot | 2009-10-13 | 1 | -2/+3 |
|
|
* | | | Merge commit 'origin/4.6' into mmfphonon | Frans Englich | 2009-10-15 | 3 | -2/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix for poor performance during screen orientation switch | Shane Kearns | 2009-10-12 | 1 | -2/+2 |
| |/ |
|
| * | A new implementation of the Gesture API. | Denis Dzyubenko | 2009-10-09 | 2 | -0/+6 |
|
|
* | | Added a new event type, WinIdChange. | Gareth Stockwell | 2009-10-09 | 2 | -0/+3 |
|/ |
|
* | Only a character but could still be interrupted by a signal | João Abecasis | 2009-10-07 | 1 | -1/+1 |
|
|
* | The threshold for system basic timers has changed on windows | Thierry Bastian | 2009-10-06 | 1 | -0/+4 |
|
|
* | Fix typo in QtCore license headers. | Jason McDonald | 2009-10-06 | 6 | -6/+6 |
|
|
* | Make QEventTransition works with QGraphicsObject. | Alexis Menard | 2009-10-05 | 1 | -1/+0 |
|
|
* | Compile on Visual Studio 2003 | Eskil Abrahamsen Blomfeldt | 2009-10-05 | 1 | -1/+1 |
|
|
* | Added qFastSin() and qFastCos() functions. | Kim Motoyoshi Kalland | 2009-10-02 | 3 | -2/+333 |
|
|
* | Add prefix to statemachine-specific event types | Kent Hansen | 2009-10-02 | 2 | -4/+4 |
|
|
* | Use multimedia timers on Windows for timers less than 16ms | Bradley T. Hughes | 2009-10-02 | 1 | -1/+1 |
|
|
* | Revert "Switched to asynchronous focus handling on Symbian." | axis | 2009-09-30 | 2 | -4/+1 |
|
|
* | Add the -testability option to Qt applications. | Petri Kiiskinen | 2009-09-29 | 1 | -1/+2 |
|
|
* | I18N: Add new module, fix spelling glitch. | Friedemann Kleint | 2009-09-29 | 1 | -1/+1 |
|
|
* | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 1 | -2/+2 |
|
|
* | Remove doc warning about UpdateSoftKeys. | Jason Barron | 2009-09-28 | 1 | -0/+1 |
|
|
* | QEventLoop::ExcludeUserInputEvents should not allow the user to close the window | Bradley T. Hughes | 2009-09-28 | 1 | -1/+2 |
|
|
* | Doc: Added some notes to help people implement custom models. | David Boddie | 2009-09-25 | 1 | -3/+9 |
|
|
* | Fix regressions in qeventloop, qtimer, and qsocketnotifier autotests | Bradley T. Hughes | 2009-09-25 | 3 | -31/+112 |
|
|
* | Fix 3.1 build - move unimplemented RFs API to the S60 plugin | Shane Kearns | 2009-09-23 | 2 | -3/+12 |
|
|
* | Fix a warning about an unused variable. | Jason Barron | 2009-09-23 | 1 | -1/+1 |
|
|
* | Fix "... may return wrong private dir if application is on Z:, not C:" | Shane Kearns | 2009-09-22 | 1 | -32/+31 |
|
|
* | Merge commit 'origin/4.5' into 4.6 | Andreas Aardal Hanssen | 2009-09-22 | 1 | -1/+1 |
|\ |
|
| * | QCoreApplicationPrivate::appendApplicationPathToLibraryPaths WinCE fix | Joerg Bornemann | 2009-09-21 | 1 | -1/+1 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 73 | -292/+292 |
|
|
* | | Add a new compressable event QEvent::UpdateSoftKeys. | Jason Barron | 2009-09-21 | 1 | -0/+2 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Shane Kearns | 2009-09-16 | 2 | -17/+19 |
|\ \ |
|
| * | | Put back the declarativeData into its union so it doesn't take memory | Olivier Goffart | 2009-09-16 | 1 | -2/+4 |
|
|
| * | | Move QGuard to the ExtraData | Olivier Goffart | 2009-09-16 | 2 | -15/+15 |
|
|
* | | | Fix QTimer overflow with interval > 35 minutes on symbian | Shane Kearns | 2009-09-16 | 2 | -5/+30 |
|/ / |
|
* | | Hide getStaticMetaObject() on platforms without Q_NO_DATA_RELOCATION | Shane Kearns | 2009-09-16 | 1 | -2/+8 |
|
|
* | | Fix -Wconversion warnings where possible. | David Faure | 2009-09-13 | 1 | -8/+8 |
|
|
* | | Fix the signal output in QObject::dumpObjectInfo | Olivier Goffart | 2009-09-10 | 1 | -1/+1 |
|
|
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-09-10 | 84 | -340/+340 |
|\ \ |
|
| * | | Some unneeded semicolons less | Alessandro Portale | 2009-09-09 | 1 | -1/+1 |
|
|
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 84 | -336/+336 |
| |\ \ |
|
| | * | | Update license headers again. | Jason McDonald | 2009-09-09 | 84 | -336/+336 |
|
|
| * | | | Fixed 'use of function is deprecated' warnings reported by RVCT | Janne Anttila | 2009-09-09 | 1 | -3/+3 |
| |/ / |
|
* | | | Fixed various PlatSec violations when app had no AllFiles capability. | Miikka Heikkinen | 2009-09-10 | 1 | -7/+24 |
|/ / |
|
* | | Fix a crash in the Win32 event dispatcher | Bradley T. Hughes | 2009-09-07 | 1 | -0/+2 |
|
|
* | | Doc: Added info on Q_FLAGS() by providing an example with more context. | David Boddie | 2009-09-04 | 1 | -3/+11 |
|
|
* | | Fix tst_QTimer::moveToThread() on Windows | Bradley T. Hughes | 2009-09-04 | 1 | -5/+5 |
|
|
* | | Fix access to uninitialized memory | João Abecasis | 2009-09-02 | 1 | -1/+0 |
|
|