summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs in Graphics View's mouse grab logics + add autotests.Andreas Aardal Hanssen2009-04-172-7/+15
* Condense this code into one single case. Avoid duplicating code.Thiago Macieira2009-04-161-11/+6
* QTreeView automatic resize can be brokenThierry Bastian2009-04-162-20/+19
* Make subpixel antialiasing of text work on Mac OS X under carbonGunnar Sletta2009-04-164-41/+92
* Fixes: Faster string-splitting in QResource::findNode()Gunnar Sletta2009-04-161-7/+37
* Fixes: Make QDir::cleanPath() slightly faster, by avoiding some detach calls..Gunnar Sletta2009-04-161-4/+8
* Fixes: Speed up QFileInfo::setFile() a bit...Gunnar Sletta2009-04-161-6/+4
* Experimental fix for speeding up QResource::name()...Gunnar Sletta2009-04-161-2/+8
* Reduce the number of calls to cleanPath() in QResourceRoot::findNodeSamuel Rødal2009-04-161-8/+16
* Optimize vector normalize for vectors of length 1Rhys Weatherley2009-04-155-39/+63
* Add the QQuaternion::nlerp() function as a counterpart to slerp()Rhys Weatherley2009-04-152-0/+41
* Rename QQuaternion::interpolate() to slerp()Rhys Weatherley2009-04-152-2/+2
* Remove the int constructors from the vector classesRhys Weatherley2009-04-158-37/+0
* GTK: Fix line edit background color with custom brushJens Bache-Wiig2009-04-151-1/+1
* Silence warning about unused static function on WindowsJoão Abecasis2009-04-151-0/+2
* QFileDialog : Fix filters that doesn't work if whitespaces at the endAlexis Menard2009-04-151-6/+10
* Fixed painting issues with draggable tabsJens Bache-Wiig2009-04-153-75/+57
* Doc - clarified that on Windows, for 32-bit programs running in WOW64Kavindra Devi Palaraja2009-04-151-0/+4
* Prevent crash in qt_scrollRectInImage.Samuel Rødal2009-04-151-2/+5
* Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-151-0/+1
* Reparenting QGLWidgets did sometimes caused warnings to be printed onTrond Kjernåsen2009-04-151-1/+1
* BT: Namespace compile fixes for Cocoa.Norwegian Rock Cat2009-04-153-6/+15
* BT: OpenGL ES 2.0 now compiles properly for Windows CEThomas Hartmann2009-04-151-4/+6
* BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-155-23/+32
* BT: Fix a crash on certain theme changes in GNOMEJens Bache-Wiig2009-04-151-0/+1
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-04-1513-700/+1794
* BT: QAbstractSocket: fix check for closing state (typo)Peter Hartmann2009-04-151-1/+1
* The submenu of a multicolumn menu have an incorrect positionThierry Bastian2009-04-151-2/+2
* Make QIcon update after palette changesJens Bache-Wiig2009-04-151-0/+2
* Tiny optimization to QImage::setColorTable()Gunnar Sletta2009-04-151-2/+6
* Introduce QPointF::manhattanLengthGunnar Sletta2009-04-152-0/+15
* Clean up and fix bug in merge conflict for 21099dac.Andreas Aardal Hanssen2009-04-151-10/+12
* Merge commit 'origin/4.5'Olivier Goffart2009-04-1569-722/+1282
|\
| * Fixes QSortFilterProxyModel not reporting child if the model need to fetchMoreOlivier Goffart2009-04-151-0/+3
| * Fixes warning about potential use of uninitialized valueOlivier Goffart2009-04-151-14/+12
| * Fix regression in QString::replace(int, int, QChar) when string is emptyPaul Olav Tvete2009-04-151-18/+16
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-04-152-17/+26
| |\
| | * BT: Fix a regression to 4.4 in Graphics View's handling of child clippersAndreas Aardal Hanssen2009-04-151-14/+16
| | * Don't crash or loop infinitely when we retrieving the accessible accel.Jan-Arve Sæther2009-04-151-3/+10
| * | Compile with namespaceJarek Kobus2009-04-151-0/+2
| |/
| * Fixes an issue with FreeTDS and quoting.Bill King2009-04-151-0/+5
| * Fix typo in documentation.Jason McDonald2009-04-151-1/+1
| * Fix the behaviour of sql classes regarding quoted identifiersabcd2009-04-1515-81/+537
| * QGraphicsItem: When an item is deleted and eventfilters installedAlexis Menard2009-04-141-0/+19
| * QGraphicsView: Rubber Band drag mode not updated correctly when scrolling [re...Alexis Menard2009-04-141-20/+20
| * Fixes the composition demo for Mac/Cocoa in GL mode.Trond Kjernaasen2009-04-141-6/+0
| * Fix warning: "__LP64__" is not defined"Thiago Macieira2009-04-141-1/+1
| * Don't remove the cache file if you have successfully added it.Thiago Macieira2009-04-141-1/+2
| * Fix a bug where a widget would not always get the correct Cursor in CocoaNorwegian Rock Cat2009-04-144-0/+61
| * fix potential crashMaurice Kalinowski2009-04-141-1/+1