summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the existence of the LICENSE.GPL3 file optionalThiago Macieira2009-09-013-703/+17
* Re-add check for saving to cache, which was removed by accident.Thiago Macieira2009-09-011-0/+1
* QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-015-21/+40
* Use the QDesktopServices::CacheLocation to determine the location to store th...Benjamin C Meyer2009-09-011-2/+2
* Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
* Fix #error line not to have a ' as it's not correctAlbert Astals Cid2009-08-311-1/+1
* Reset QTemporaryFile's state after failed open() on WindowsJoão Abecasis2009-08-312-8/+112
* QNAM HTTP Code: Some tests where failingMarkus Goetz2009-08-312-4/+10
* Don't crash when convert Indexed8 without colortable to QPixmapGunnar Sletta2009-08-312-0/+35
* Invalidate cached QVectorPath when QPainterPath changesGunnar Sletta2009-08-311-0/+2
* Update tech preview license and LGPL Exception.Jason McDonald2009-08-312-407/+411
* Update tech preview license header.Jason McDonald2009-08-317707-100428/+100383
* Autotest: add some D-Bus tests sending complex structs and lists of themThiago Macieira2009-08-312-0/+53
* Fix license headers.Jason McDonald2009-08-315-102/+123
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Keith Isdale2009-08-31694-3089/+24515
|\
| * Fixes: Crash when double-clicking a tab in a QTabBar with movable tabsOlivier Goffart2009-08-281-1/+2
| * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-283-1/+105
| * Add missing license headers.Jason McDonald2009-08-28433-13/+17758
| * Add missing license headers.Jason McDonald2009-08-2812-55/+516
| * Add missing license headers.Jason McDonald2009-08-2869-2/+2831
| * Add missing license headers.Jason McDonald2009-08-2822-71/+812
| * Fix more duplicated license headers.Jason McDonald2009-08-2845-1804/+41
| * QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
| * Add missing license headers and adjust test data to match.Jason McDonald2009-08-2786-236/+2448
| * Fix duplicated license headers.Jason McDonald2009-08-278-328/+0
| * Fix some duplicated license headers.Jason McDonald2009-08-2714-574/+0
* | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
|/
* QImageReader via JPEG image load plugin fails to load correctly a CMYKKeith Isdale2009-08-271-1/+10
* Adjusting ftp server address for Nokia network.Jesper Thomschütz2009-08-261-1/+1
* Fix subControlRect of the Mac style for the QComboBoxBenjamin Poulain2009-08-252-3/+60
* Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Morten Sørvig2009-08-247370-9190/+9760
|\
| * Fixed compile error with gcc 4.3.3Thorbjørn Lindeijer2009-08-241-1/+1
| * Fixed commentThorbjørn Lindeijer2009-08-241-1/+1
| * Designer Preview window title not setKeith Isdale2009-08-241-0/+1
| * Make assorted constructors follow good coding practiceKeith Isdale2009-08-2416-36/+35
| * Prevented crash when parsing viewBox attribute valueStian Sandvik Thomassen2009-08-241-9/+9
| * Fix the size returned by QCommonStylePrivate::viewItemSize() for textBenjamin Poulain2009-08-211-1/+1
| * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-0/+1
| * Fix the painting of QSpinBox on Mac when the buttons are disabledBenjamin Poulain2009-08-201-3/+8
| * Fixed crash in QtSvg caused by division by zero in animation code.Kim Motoyoshi Kalland2009-08-191-4/+7
| * Fixed usage of the MITSHM extension for 16 bit X servers.Trond Kjernåsen2009-08-191-3/+6
| * Fixed rounding error in fillRect() in the raster paint engineEskil Abrahamsen Blomfeldt2009-08-181-11/+7
| * don't test tst_QMenu::mouseActivation on Windows mobileJoerg Bornemann2009-08-181-0/+3
| * fix tst_QMainWindow::menuBar for Windows mobileJoerg Bornemann2009-08-181-0/+8
| * Fix regression in clip path calculation for QGraphicsWidget.Alexis Menard2009-08-182-0/+84
| * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-182-0/+38
| * Fix a SQLITE whitespace in identifiers issue.Derick Hawcroft2009-08-181-8/+13
| * Fix qsqltablemodel autotestDerick Hawcroft2009-08-171-6/+7
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-08-172-1/+4
| |\