| Commit message (Expand) | Author | Age | Files | Lines |
* | Compilation with pedantic or when QtCore is not specified in the include path | Olivier Goffart | 2009-10-01 | 1 | -5/+1 |
|
|
* | optimize read() and readAll() | Oswald Buddenhagen | 2009-09-30 | 1 | -20/+24 |
|
|
* | optimize scan() | Oswald Buddenhagen | 2009-09-30 | 1 | -2/+1 |
|
|
* | improve condition nesting | Oswald Buddenhagen | 2009-09-30 | 1 | -11/+23 |
|
|
* | Doc: Remaining pieces of the Graphics effect documentation. | Bjørn Erik Nilsen | 2009-09-30 | 1 | -0/+13 |
|
|
* | Add Qt::RenderHint to control rendering operations. | Bjørn Erik Nilsen | 2009-09-30 | 2 | -0/+20 |
|
|
* | Merge branch 'focusFixes' into 4.6 | axis | 2009-09-30 | 3 | -6/+3 |
|\ |
|
| * | Fixed some uncommon codepaths to compile. | axis | 2009-09-30 | 1 | -2/+2 |
|
|
| * | Revert "Switched to asynchronous focus handling on Symbian." | axis | 2009-09-30 | 2 | -4/+1 |
|
|
* | | Compile. | Eskil Abrahamsen Blomfeldt | 2009-09-30 | 1 | -0/+72 |
|
|
* | | Fix floating point precision when using qreal with QDataStream | Eskil Abrahamsen Blomfeldt | 2009-09-30 | 3 | -9/+107 |
|
|
* | | fix string builder for QT_NO_CAST_FROM_ASCII on Windows | hjk | 2009-09-30 | 1 | -2/+13 |
|
|
* | | Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString. | Jocelyn Turcotte | 2009-09-29 | 2 | -0/+77 |
|
|
* | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 2 | -0/+21 |
|\ \ |
|
| * | | Make sure delayed events are cancelled when a state machine halts | Kent Hansen | 2009-09-29 | 2 | -0/+21 |
| |/ |
|
* | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 2 | -20/+89 |
|\ \
| |/ |
|
| * | Introduce state machine event priority, make it possible to cancel events | Kent Hansen | 2009-09-29 | 2 | -20/+89 |
|
|
* | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-29 | 37 | -326/+303 |
|\ \
| |/ |
|
| * | Do synchronous processing of events in state machine if possible | Kent Hansen | 2009-09-29 | 2 | -13/+40 |
|
|
| * | doc: Describe the semantics of targetless state machine transitions | Kent Hansen | 2009-09-29 | 1 | -0/+4 |
|
|
| * | 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 |
|
|
| * | Revert the new QFSEventsFileSystemWatcherEngine on Mac for now. | Alexis Menard | 2009-09-29 | 1 | -1/+1 |
|
|
| * | Fix qdoc error. | Jason McDonald | 2009-09-29 | 1 | -2/+2 |
|
|
| * | doc: add some more \since 4.6 tags | Volker Hilsheimer | 2009-09-28 | 2 | -1/+6 |
|
|
| * | Removed unused line in QAbstractAnimation | Leonardo Sobral Cunha | 2009-09-28 | 1 | -1/+0 |
|
|
| * | getMacPreferredLanguageAndCountry: Fix possible crash | Markus Goetz | 2009-09-28 | 1 | -1/+1 |
|
|
| * | Refactor of timer verification in QAbstractAnimation | Leonardo Sobral Cunha | 2009-09-28 | 1 | -6/+4 |
|
|
| * | Animations: updateCurrentTime now receives the currentTime as paramater | Thierry Bastian | 2009-09-28 | 10 | -18/+18 |
|
|
| * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachine | Kent Hansen | 2009-09-28 | 8 | -209/+74 |
|
|
| * | 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 |
|
|
| * | Fixed qsharedpointer auto test build break for Symbian OS. | Janne Anttila | 2009-09-28 | 1 | -1/+1 |
|
|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Jeremy Katz | 2009-09-25 | 8 | -61/+142 |
| |\ |
|
| | * | Doc: Added some notes to help people implement custom models. | David Boddie | 2009-09-25 | 1 | -3/+9 |
|
|
| | * | Replacing QPointer usage with QWeakPointer in statemachine | Leonardo Sobral Cunha | 2009-09-25 | 3 | -7/+7 |
|
|
| | * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-09-25 | 3 | -31/+112 |
| | |\ |
|
| | | * | Fix regressions in qeventloop, qtimer, and qsocketnotifier autotests | Bradley T. Hughes | 2009-09-25 | 3 | -31/+112 |
|
|
| | * | | Changed S60 version check to do runtime check also in emulator. | Miikka Heikkinen | 2009-09-25 | 1 | -20/+14 |
| | |/ |
|
| * | | QPrintPreviewDialog depends on QMainWindow (qfeatures.txt) | Jeremy Katz | 2009-09-25 | 2 | -2/+2 |
| |/ |
|
| * | Change the way we handle KeyboardUIMode on Mac | Benjamin Poulain | 2009-09-25 | 1 | -3/+1 |
|
|
| * | Revert to using Q_CORE_EXPORT to export two assembler functions | Iain | 2009-09-24 | 1 | -5/+2 |
|
|
* | | Merge commit 'qt/4.6' into mmfphonon | Frans Englich | 2009-09-24 | 18 | -47/+63 |
|\ \
| |/ |
|
| * | Uninitialised variable fix for qfilesystemwatcher_symbian | mread | 2009-09-24 | 1 | -1/+1 |
|
|
| * | Fix 3.1 build - move unimplemented RFs API to the S60 plugin | Shane Kearns | 2009-09-23 | 2 | -3/+12 |
|
|
| * | Compile fix for platforms prior to Symbian^3. | Jason Barron | 2009-09-23 | 1 | -0/+1 |
|
|
| * | Cleaned up input method hints documentation a bit. | axis | 2009-09-23 | 1 | -6/+15 |
|
|
| * | Added ImhEmailCharactersOnly flag. | axis | 2009-09-23 | 1 | -0/+1 |
|
|
| * | Small change in the API of animations | Thierry Bastian | 2009-09-23 | 11 | -30/+24 |
|
|
| * | Fix a warning about an unused variable. | Jason Barron | 2009-09-23 | 1 | -1/+1 |
|
|