Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow selecting fonts with irregular style names | Jiang Jiang | 2011-06-10 | 12 | -96/+217 |
* | Fix missing empty lines in Qt HTML when displayed in compliant browsers | Eskil Abrahamsen Blomfeldt | 2011-06-10 | 2 | -2/+26 |
* | Merge remote branch 'qt-mainline/4.8' | aavit | 2011-06-09 | 249 | -5874/+15146 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-06-09 | 1 | -2/+9 |
| |\ | |||||
| | * | Fix compilation of qtconfig without X11 | Olivier Goffart | 2011-06-08 | 1 | -2/+9 |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-06-08 | 41 | -2951/+5256 |
| |\ \ | |||||
| | * | | Fix autotest on Windows | Harald Fernengel | 2011-06-08 | 1 | -6/+2 |
| | * | | Compile on Mac OS X | Harald Fernengel | 2011-06-08 | 1 | -3/+5 |
| | * | | Ammend last commit | Harald Fernengel | 2011-06-06 | 1 | -1/+1 |
| | * | | Implemented QAccessibleTextEdit::attributes() | José Millán Soto | 2011-06-06 | 2 | -5/+161 |
| | * | | Changing cursor position in all boundaries | José Millán Soto | 2011-06-06 | 2 | -1/+9 |
| | * | | code clean-up for QSystemSemaphore | Ritt Konstantin | 2011-06-06 | 4 | -61/+65 |
| | * | | simplify QSharedMemoryPrivate::cleanHandle() | Ritt Konstantin | 2011-06-06 | 5 | -14/+10 |
| | * | | minor improvements for QSharedMemory | Ritt Konstantin | 2011-06-06 | 5 | -80/+81 |
| | * | | fix potential keyfile leaking | Ritt Konstantin | 2011-06-06 | 1 | -1/+1 |
| | * | | refactoring of the QWSSharedMemory class | Ritt Konstantin | 2011-06-06 | 2 | -107/+47 |
| | * | | allow the user to averride QT_QWS_TEMP_DIR in qplatformdefs.h | Ritt Konstantin | 2011-06-06 | 1 | -1/+1 |
| | * | | minor typo fix | Ritt Konstantin | 2011-06-06 | 1 | -1/+1 |
| | * | | minor code simplification | Ritt Konstantin | 2011-06-06 | 1 | -5/+3 |
| | * | | minor code simplification | Ritt Konstantin | 2011-06-06 | 2 | -21/+14 |
| | * | | avoid the QT_NO_ASCII warning | Ritt Konstantin | 2011-06-06 | 1 | -1/+1 |
| | * | | remove an unused headers | Ritt Konstantin | 2011-06-06 | 1 | -13/+0 |
| | * | | nano optimization | Ritt Konstantin | 2011-06-06 | 1 | -9/+5 |
| | * | | don't reallocate memory if the old buffer has sufficient capacity | Ritt Konstantin | 2011-06-06 | 1 | -8/+11 |
| | * | | fix potential memory leaking | Ritt Konstantin | 2011-06-06 | 1 | -8/+19 |
| | * | | don't delete the lock if it was not created by this surface | Ritt Konstantin | 2011-06-06 | 1 | -2/+6 |
| | * | | QSessionManager: fix build on QWS | Ritt Konstantin | 2011-06-06 | 1 | -0/+3 |
| | * | | "fix" license headers | Oswald Buddenhagen | 2011-06-02 | 9 | -126/+207 |
| | * | | need no qlibraryinfo any more | Oswald Buddenhagen | 2011-06-01 | 2 | -21/+0 |
| | * | | remove dead variables | Oswald Buddenhagen | 2011-06-01 | 1 | -17/+3 |
| | * | | optimization: avoid creating unnecessary temporaries | Oswald Buddenhagen | 2011-06-01 | 1 | -35/+29 |
| | * | | add hash-based indexing to Translator for fast find() | Oswald Buddenhagen | 2011-06-01 | 2 | -26/+92 |
| | * | | remove Translator::translatedMessages() | Oswald Buddenhagen | 2011-06-01 | 3 | -13/+1 |
| | * | | remove Translator::contains() | Oswald Buddenhagen | 2011-06-01 | 3 | -10/+1 |
| | * | | optimization: make the Translator::find() api index-based | Oswald Buddenhagen | 2011-06-01 | 3 | -35/+38 |
| | * | | fix misnomer: MainWindow::closePhraseBooks() => maybeSavePhraseBooks() | Oswald Buddenhagen | 2011-06-01 | 2 | -3/+3 |
| | * | | nuke Translator::release(), make saveQM() non-static instead | Oswald Buddenhagen | 2011-06-01 | 5 | -14/+5 |
| | * | | synchronize qmake project parser with qt creator | Oswald Buddenhagen | 2011-06-01 | 14 | -2580/+4708 |
| * | | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-06-08 | 159 | -1526/+9423 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-06-08 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2011-06-08 | 1 | -0/+1 |
| | | |\ \ \ | |||||
| | | | * | | | Update internal state before emitting configurationChanged() signals. | Xizhi Zhu | 2011-06-08 | 1 | -0/+1 |
| | * | | | | | Merge remote branch 'upstream/4.8' into qt-4.8-from-4.7 | Toby Tomkins | 2011-06-08 | 57 | -1436/+500 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | Merge remote branch 'upstream/4.7' into qt-4.8-from-4.7 | Toby Tomkins | 2011-06-08 | 6 | -15/+20 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-06-08 | 5 | -15/+15 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fixed qmlshadersplugin manual test shaders on SGX family GPU:s. | Marko Niemelä | 2011-06-08 | 4 | -5/+5 |
| | | | * | | | | Fixed qmlshadersplugin on windows VC2008 toolchain. | Marko Niemelä | 2011-06-08 | 1 | -10/+10 |
| | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-06-07 | 1 | -0/+5 |
| | | |\ \ \ \ \ | | | | |/ / / / | |||||
| | | | * | | | | Reset input context in Symbian when another window is opened. | Miikka Heikkinen | 2011-06-07 | 1 | -0/+5 |
| | * | | | | | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-06-07 | 7 | -0/+31 |
| | |\ \ \ \ \ \ | | | |/ / / / / |