Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | Fixed an assert occuring on X11 when destroying QPixmaps under GL. | Trond Kjernåsen | 2009-10-06 | 1 | -2/+4 | |
| | | | | * | | | Corrected Qt logo colors. | Alessandro Portale | 2009-10-06 | 1 | -7/+7 | |
| | | | | * | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-10-06 | 316 | -1921/+3227 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | QParallelAnimationGroup: set the correct state for the animations | Thierry Bastian | 2009-10-06 | 3 | -30/+194 | |
| | | | | | * | | | The threshold for system basic timers has changed on windows | Thierry Bastian | 2009-10-06 | 2 | -3/+7 | |
| | | | | | * | | | Optimized window surfaces on X11 by not setting clip in the common case. | Samuel Rødal | 2009-10-06 | 2 | -5/+13 | |
| | | | | | * | | | doc: Fixed a qdoc command that was meant to add emphasis | Thorbjørn Lindeijer | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | implement property getters&setters for setProperty(quint32) overload | Kent Hansen | 2009-10-06 | 2 | -2/+31 | |
| | | | | | * | | | Only build demo-browser 32-bit if Qt was actually built 32-bit | Tor Arne Vestbø | 2009-10-06 | 1 | -2/+8 | |
| | | | | | * | | | Add support for XFCE desktop integration | Jens Bache-Wiig | 2009-10-06 | 1 | -2/+7 | |
| | | | | | * | | | Add GNOME implementation for native filesystem icons | Jens Bache-Wiig | 2009-10-06 | 3 | -0/+72 | |
| | | | | | * | | | statemachine: implement cloning of a whole bunch more GUI events | Kent Hansen | 2009-10-06 | 2 | -202/+169 | |
| | | | | | * | | | Build the demo-browser 32-bit on Mac since there's no 64-bit Flash | Tor Arne Vestbø | 2009-10-06 | 1 | -0/+4 | |
| | | | | | * | | | Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5. | David Faure | 2009-10-06 | 2 | -0/+5 | |
| | | | | | * | | | Faster case-insensitive comparison to "file" in QUrl::toLocalFile | David Faure | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | Stabilize QWaitCondition test. | Olivier Goffart | 2009-10-06 | 1 | -4/+4 | |
| | | | | | * | | | QtScript: Another crash fix on PowerPC | Olivier Goffart | 2009-10-06 | 1 | -2/+1 | |
| | | | | | * | | | Autotest: add missing copyright attribution for tests copied from | Thiago Macieira | 2009-10-06 | 1 | -0/+20 | |
| | | | | | * | | | Prospective build fix for Solaris | Kent Hansen | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-10-06 | 1 | -0/+1 | |
| | | | | | |\ \ \ | | | | | | | |/ / | ||||||
| | | | | | | * | | Autotest: disable the globalObjects test. | Thiago Macieira | 2009-10-06 | 1 | -0/+1 | |
| | | | | | * | | | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4.... | Kent Hansen | 2009-10-06 | 3 | -9/+6 | |
| | | | | | * | | | Unified and increased some lackey timeouts in systemsemaphore test. | Janne Anttila | 2009-10-06 | 1 | -11/+10 | |
| | | | | | * | | | Decrease tst_QThreadOnce::multipleThreads test num of thread for Symbian | Janne Anttila | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | Increased tst_QSharedMemory::simpleProcessProducerConsumer timout. | Janne Anttila | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-10-06 | 4 | -5/+175 | |
| | | | | | |\ \ \ | | | | | | | |/ / | ||||||
| | | | | | | * | | tst_QCssParser::extractFontFamily fix Windows CE font deployment | Joerg Bornemann | 2009-10-06 | 2 | -3/+38 | |
| | | | | | | * | | fix tst_QAbstractItemView::task250754_fontChange for Windows CE | Joerg Bornemann | 2009-10-06 | 1 | -5/+17 | |
| | | | | | | * | | Fixing the autotest for other platforms, hopefully... | João Abecasis | 2009-10-05 | 1 | -1/+1 | |
| | | | | | | * | | tst_QComboBox::task248169_popupWithMinimalSize() fixed for WinCE | ninerider | 2009-10-05 | 1 | -2/+4 | |
| | | | | | | * | | Bump version number of 4.5 branch to 4.5.4. | Jason McDonald | 2009-10-05 | 11 | -15/+138 | |
| | | | | | | * | | Fix regressions in qeventloop, qtimer, and qsocketnotifier autotests | Bradley T. Hughes | 2009-10-05 | 3 | -31/+112 | |
| | | | | | * | | | Partially revert e58293b3b, re-adding the #ifdef for Qt 4.7 | Thiago Macieira | 2009-10-06 | 1 | -0/+4 | |
| | | | | | * | | | Fixed the X11 error output from the demos/boxes demo. | Trond Kjernåsen | 2009-10-06 | 1 | -0/+5 | |
| | | | | | * | | | Updated JavaScriptCore from /home/khansen/dev/qtwebkit to jsc-for-qtscript-4.... | Kent Hansen | 2009-10-06 | 2 | -3/+2 | |
| | | | | * | | | | Changed wording on Symbian introduction doc. | Miikka Heikkinen | 2009-10-06 | 1 | -2/+2 | |
| | | | * | | | | | Numerical issues on Windows CE caused some image comparisons to fail. | ninerider | 2009-10-06 | 1 | -1/+8 | |
| | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | ninerider | 2009-10-06 | 128 | -132/+169 | |
| | | | |\ \ \ \ | ||||||
| | | | | * \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jason McDonald | 2009-10-06 | 9 | -13/+50 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | Stabilize tests on X11 | Olivier Goffart | 2009-10-06 | 5 | -10/+12 | |
| | | | | | * | | | | Fix tst_QFontDialog::setFont | Olivier Goffart | 2009-10-06 | 1 | -1/+1 | |
| | | | | | * | | | | QScript: do not crash on PowerPC | Olivier Goffart | 2009-10-06 | 1 | -2/+2 | |
| | | | | | * | | | | Don't output redundant setPen command when reusing PS printer | Eskil Abrahamsen Blomfeldt | 2009-10-06 | 2 | -0/+35 | |
| | | | | * | | | | | Fix typo in QtCore license headers. | Jason McDonald | 2009-10-06 | 11 | -11/+11 | |
| | | | | * | | | | | Fix typo in XmlPatterns license headers. | Jason McDonald | 2009-10-06 | 108 | -108/+108 | |
| | | | | |/ / / / | ||||||
| | | | * | | | | | Skipped enter/leave test for Windows CE | ninerider | 2009-10-06 | 1 | -0/+3 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jason McDonald | 2009-10-06 | 2 | -1/+72 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Fix the pad navigator demo. | Alexis Menard | 2009-10-06 | 2 | -1/+72 | |
| | | | * | | | | | Q3PopupMenu constructor failed to call setObjectName | Jason McDonald | 2009-10-06 | 1 | -7/+7 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Jason McDonald | 2009-10-06 | 5 | -3/+21 | |
| | | | |\ \ \ \ |