summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make construction for known type fasterThierry Bastian2009-03-312-23/+34
* make the float constructor inline (improves construction/destruction performa...Thierry Bastian2009-03-312-3/+1
* small change wrt to destruction (patch suggested by ogoffart)Thierry Bastian2009-03-311-5/+9
* add proper support for floats to QVariantThierry Bastian2009-03-262-7/+21
* Improved qVariantSetValue by reusing the internals if possibleThierry Bastian2009-03-261-1/+12
* small simplification in internals of QVariantThierry Bastian2009-03-261-25/+4
* Added template to the private classes to avoid double allocation in QVariantThierry Bastian2009-03-261-7/+18
* Avoids calling function pointer in constructor of QVariantThierry Bastian2009-03-261-23/+23
* Merge branch '4.5'Rohan McGovern2009-03-2640-43/+121
|\
| * Change testlib selftest targets to help autotest tools.Rohan McGovern2009-03-2633-2/+34
| * Remove outdated script which can't have worked since we stopped usingRohan McGovern2009-03-251-34/+0
| * Not part of the repositoryAlessandro Portale2009-03-251-0/+0
| * alphaMask needs to be const, because first bytesPerLine() is called and then ...Alessandro Portale2009-03-251-1/+1
| * QGtkStyle: Support styled QFrameJens Bache-Wiig2009-03-251-0/+65
| * Fix flipping.Anders Bakken2009-03-251-5/+16
* | Small documentation enhancement for QSslSocketMarkus Goetz2009-03-251-2/+5
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-2519-1112/+1253
|\ \ | |/
| * Clean up locking/unlockingAnders Bakken2009-03-251-21/+11
| * Minor code cleanupAnders Bakken2009-03-251-3/+4
| * Make QDirectFBPaintDevice() protected.Anders Bakken2009-03-251-5/+7
| * Get rid of the setImageColorTable stuff.Anders Bakken2009-03-252-45/+0
| * Optimize bytesPerLine.Anders Bakken2009-03-252-6/+12
| * Optimize fillRects.Anders Bakken2009-03-251-6/+9
| * Fix layout problem in QMainWindowThierry Bastian2009-03-251-4/+8
| * Doc - removed a trailing whitespaceKavindra Devi Palaraja2009-03-251-1/+1
| * Doc - removed mention of an internal function. Also gave theKavindra Devi Palaraja2009-03-251-973/+918
| * Fix assertion failure in QCompleter::setCompletionPrefix().jasplin2009-03-252-2/+35
| * Fixed the gap that was not appearing on a QMainWindowThierry Bastian2009-03-251-1/+1
| * Fix a possible crash in QMainWindow when dragging a dock widget.Thierry Bastian2009-03-251-1/+2
| * Fix QComboBox test with vertical panelsOlivier Goffart2009-03-251-1/+1
| * Changelog for fix e34a24dThiago Macieira2009-03-251-0/+2
| * Add the placeholder file for Qt 4.5.1's changelogThiago Macieira2009-03-251-0/+123
| * Fix crash while styling the title bar of a QMdiArea with stylesheetOlivier Goffart2009-03-251-1/+2
| * Fix a small mistake in recalculating the timeout in case we getThiago Macieira2009-03-251-10/+10
| * Fix QSharedPointer crashing when it is used as a global static in an applicat...Thiago Macieira2009-03-251-5/+13
| * Fix scrollbar appearing on QComboBoxOlivier Goffart2009-03-252-6/+72
| * Improve documentation of QGraphicsLayoutItem::setGeometry()Jan-Arve Sæther2009-03-251-22/+23
* | Add in some enums from Snow Leopard.Norwegian Rock Cat2009-03-251-0/+7
* | Better look of toolbar items on Leopard.Norwegian Rock Cat2009-03-251-18/+45
* | introduce QT_NO_NETWORKDISKCACHEPeter Hartmann2009-03-255-23/+74
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-246-92/+21
|\ \ | |/
| * Squashed commit of the following:David Boddie2009-03-246-92/+21
* | better help outputOswald Buddenhagen2009-03-242-16/+12
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-2426-50/+572
|\ \ | |/
| * Fixes a focusWidget when showing a toplevel that accepts keyboard input.Denis Dzyubenko2009-03-242-1/+17
| * Don't commit an empty string to the widget when it looses focus.Denis Dzyubenko2009-03-242-2/+9
| * Fix some extra file system stats that we were doing in the model.Alexis Menard2009-03-244-14/+29
| * Make sure the sorting is updated when dynamic sorting is enabled and the mode...Olivier Goffart2009-03-242-0/+57
| * Make sure QSortFilterProxyModel::sort always sort when DynamicSort is not usedOlivier Goffart2009-03-242-1/+61
| * Add documentation about how to create shared libraries.Friedemann Kleint2009-03-244-2/+252