summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headersJason McDonald2009-09-0329-3/+1022
| | | | Reviewed-by: Trust Me
* Fixes the gif plugin's rendering for some animated gif files.Pierre Rossi2009-09-0212-4/+26
| | | | | | | | | In the case of optimized animated gifs, we don't want to discard the contents of the previous frame, this is handled if needed in the disposal process. Task-number: 247365 Reviewed-by: Samuel
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-022-11/+14
|\
| * Doc: Windows CE introduction updated to mention VS 2008Joerg Bornemann2009-09-022-11/+14
| | | | | | | | Reviewed-by: mauricek
* | Add missing license headers.Jason McDonald2009-09-0272-0/+2952
|/ | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-09-02230-4940/+5624
| | | | Reviewed-by: Trust Me
* Add missing license headersJason McDonald2009-09-022-0/+86
| | | | Reviewed-by: Trust Me
* Add missing license header.Jason McDonald2009-09-021-0/+41
| | | | Reviewed-by: Trust Me
* Update license text.Jason McDonald2009-09-021-13/+13
| | | | Reviewed-by: Trust Me
* Add license header to perl scripts.Jason McDonald2009-09-024-1/+163
| | | | Reviewed-by: Trust Me
* Rename misnamed qdoc file.Jason McDonald2009-09-021-0/+0
| | | | Reviewed-by: Trust Me
* Remove obsolete copies of GPL.Jason McDonald2009-09-027-1408/+41
| | | | Reviewed-by: Trust Me
* Assorted license header fixes.Jason McDonald2009-09-0220-129/+568
| | | | Reviewed-by: Trust Me
* Made mouse wheel navigation skip disabled tabsStian Sandvik Thomassen2009-09-012-12/+16
| | | | | | | | Mouse wheel navigation should skip disabled tabs like keyboard navigation does. Task-number: 260568 Reviewed-by: Jens Bache-Wiig
* Fix Solaris build: test isn't test.Thiago Macieira2009-09-011-1/+2
| | | | | | configure: test: argument expected Reviewed-by: TrustMe
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-09-017748-96818/+117974
|\
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-018-728/+67
| |\
| | * Make the existence of the LICENSE.GPL3 file optionalThiago Macieira2009-09-013-703/+17
| | | | | | | | | | | | | | | | | | | | | | | | The repository no longer carries this license. The final releases will still have it. In any case, the LGPLv2.1 is compatible with the GPLv3. Required-By: Nokia Legal Reviewed-by: Marius Storm-Olsen
| | * Re-add check for saving to cache, which was removed by accident.Thiago Macieira2009-09-011-0/+1
| | | | | | | | | | | | Discussed with Ben Meyer.
| | * QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-015-21/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any point. Rather then keep a separate pointer to the cache in the reply use the pointer kept by the manager so the reply never tries to access a cache pointer that has already been deleted. Autotest: included Merge-request: 1124 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
| | * Use the QDesktopServices::CacheLocation to determine the location to store ↵Benjamin C Meyer2009-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | the temporary cache rather than QDesktopServices::DataLocation Merge-request: 1124 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
| | * Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
| | | | | | | | | | | | | | | | | | | | | and when creating a CacheBackend set the manager pointer. Merge-request: 1124 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
| * | Fix misformatted license headers.Jason McDonald2009-09-015-59/+44
| |/ | | | | | | Reviewed-by: Trust Me
| * Fix #error line not to have a ' as it's not correctAlbert Astals Cid2009-08-311-1/+1
| | | | | | | | | | Merge-request: 753 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
| * Reset QTemporaryFile's state after failed open() on WindowsJoão Abecasis2009-08-312-8/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced in 4.5.2 where QTemporaryFile would no longer attempt to generate a random name after a failed open. Under certain situations, this led to a non-random file being left behind in QDir::tempPath when using the fallback implementation of QFile::copy. Avoid calling QFSFileEngine::setFileName() on a template, so as not to process it as file name. By consistently not calling setFileTemplate in the constructor, we also delay allocation of the fileEngine. Changes made to that function also keep it from unnecessarily allocating the fileEngine. Task-number: 260165 Reviewed-by: Thiago Macieira
| * QNAM HTTP Code: Some tests where failingMarkus Goetz2009-08-312-4/+10
| | | | | | | | | | | | | | ietf.org changed their server to use gzip, therefore our check for the content-length reply header was bogus. Rev-By: Peter Hartmann
| * Don't crash when convert Indexed8 without colortable to QPixmapGunnar Sletta2009-08-312-0/+35
| | | | | | | | | | | | | | | | This implicitly adds "grayscale" support for indexed 8, but only for the conversion. The alternative would be leave the pixels uninitialized which would be less nice... Reviewed-by: Samuel
| * Invalidate cached QVectorPath when QPainterPath changesGunnar Sletta2009-08-311-0/+2
| | | | | | | | Reviewed-by: Samuel
| * Update tech preview license and LGPL Exception.Jason McDonald2009-08-312-407/+411
| | | | | | | | Reviewed-by: Trust Me
| * Update tech preview license header.Jason McDonald2009-08-317707-100428/+100383
| | | | | | | | Reviewed-by: Trust Me
| * 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
| | | | | | | | Reviewed-by: Trust Me
| * 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
| | | | | | | | | | | | | | | | | | This is a backport of commit 8ac7e81260 Reviewed-by: Peter Hartmann
| | * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-283-1/+105
| | | | | | | | | | | | | | | | | | | | | | | | Simple misuse of QLatin1String. Use QString::fromLatin1 instead and avoid the QByteArray temporary. Reviewed-by: Andreas Aardal Hanssen Tracking: CVE-2009-2700
| | * Add missing license headers.Jason McDonald2009-08-28433-13/+17758
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Add missing license headers.Jason McDonald2009-08-2812-55/+516
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Add missing license headers.Jason McDonald2009-08-2869-2/+2831
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Add missing license headers.Jason McDonald2009-08-2822-71/+812
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Fix more duplicated license headers.Jason McDonald2009-08-2845-1804/+41
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
| | | | | | | | | | | | | | | | | | This function only returns the certificates bundled with Qt. Reviewed-by: TrustMe
| | * Add missing license headers and adjust test data to match.Jason McDonald2009-08-2786-236/+2448
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Fix duplicated license headers.Jason McDonald2009-08-278-328/+0
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Fix some duplicated license headers.Jason McDonald2009-08-2714-574/+0
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | The text: When the current size of the cache is greater then the maximumCacheSize() should read When the current size of the cache is greater than the maximumCacheSize() Task-number: 260496 Reviewed-by: Zheng Liu (George)
| * QImageReader via JPEG image load plugin fails to load correctly a CMYKKeith Isdale2009-08-271-1/+10
| | | | | | | | | | | | | | | | | | encoded JPEG CMKY encoded JPEG code missing from scaled image JPEG loading Task-number: 260192 Reviewed-by: Stian Sandvik Thomassen
| * 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
| | | | | | | | | | | | | | | | The subControlRect of the arrow and the listBoxPopup where assuming the widget rect is at the origin. Reviewed-by: Richard Moe Gustavsen Reviewed-by: Pierre Rossi
| * Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3
| | | | | | | | | | | | | | | | With line wrapping enabled and very large text blocks, painting errors could occur. Reviewed-by: hjk (cherry picked from commit 82dba1d346a6f4a5d2602d930e0aed75c13bcafb)
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Morten Sørvig2009-08-247370-9190/+9760
| |\