summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: Re-enable tst_QMdiArea test.Sergio Ahumada2012-08-012-1/+4
* [Blackberry] Set default platform name for QPARafael Roquetto2012-07-302-0/+4
* Add defaults for Blackberry platform on configureRafael Roquetto2012-07-301-0/+25
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-301-6/+12
* Updated WebKit to 9c682c404770cfb2eddf705be593824e06f8ec40Simon Hausmann2012-07-305-2/+11
* Check for 0 before accessing the pointerLars Knoll2012-07-301-0/+3
* Workaround tst_headers, especially the license header checkSergio Ahumada2012-07-301-11/+37
* Fix duplicate mouse event being sent for LinuxInput touch eventsRomain Pokrzywka2012-07-291-1/+1
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-281-0/+3
* Use improved QLibrary search heuristics for SSLSean Harmer2012-07-271-0/+2
* Use improved QLibrary search heuristics for QMeegoRuntimeSean Harmer2012-07-271-1/+1
* Use improved QLibrary search heuristics in qgl_x11.cppSean Harmer2012-07-271-0/+3
* Use improved QLibrary search heuristics for libresolvSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics for libgtkSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics for loading libdbusSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics in qapplication_x11.cppSean Harmer2012-07-271-0/+5
* Use improved QLibrary search heuristics for ICU in QLocaleSean Harmer2012-07-271-0/+2
* Introduce ImprovedSearchHeuristics flag to QLibrarySean Harmer2012-07-273-25/+92
* Improve performance of QLibrary::load()Sean Harmer2012-07-271-7/+7
* Add common build flags required for iOS platform plugins.Ian Dean2012-07-271-1/+1
* Disable MacOSX 10.6+ locale code for iOS builds.Ian Dean2012-07-271-1/+1
* QtDemo: Find installed examples on Windows.Friedemann Kleint2012-07-261-10/+22
* Set tst_QScrollbar to be significantKalle Juhani Lehtonen2012-07-262-3/+9
* Fix qmake hash function to use XORRafael Roquetto2012-07-252-3/+3
* Remove QtDeclarative dependency from UIKit plugin.Ian Dean2012-07-251-4/+5
* Moved CoreText (iOS) font database to shared font database plugin folder.Ian Dean2012-07-254-11/+13
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-254-11/+109
* Removed existing iOS mkspecs. Added Qt5 iOS mkspecs to unsupported.Ian Dean2012-07-2543-319/+1342
* tst_MacGui is flakyKalle Juhani Lehtonen2012-07-251-4/+7
* Fix roundtrip between double and string in QDeclarativeListModel leading to p...Florian Hänel2012-07-252-4/+11
* tests: Re-enable tst_QSharedPointer_and_QWidget test.Sergio Ahumada2012-07-232-2/+3
* QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz.David Faure2012-07-222-2/+8
* qurl.cpp: Remove trailing whitespaces.David Faure2012-07-211-19/+19
* Clean up qDebug statementsRomain Pokrzywka2012-07-211-3/+2
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-211-1/+1
* Disable QAtomic assembly code for incompatible compilers.Ian Dean2012-07-201-1/+1
* Adding cflag -c to configure's --sysroot test.Thomas Senyk2012-07-201-1/+1
* Don't discard QPA mouse events without an associated window or widgetRomain Pokrzywka2012-07-201-2/+0
* Fix null pointer bug when no QPA event integration is used.Ian Dean2012-07-201-0/+1
* Fix typo in configure for Mac: Libraries -> LibrarySergio Ahumada2012-07-191-1/+1
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Doc: Fix typo "a mount of code" -> "amount of code"Sergio Ahumada2012-07-181-1/+1
* Set correct QT_LFLAGS_SQLITE for default cases.Rafael Roquetto2012-07-182-4/+12
* Only forward-declare some std classes if QT_NO_STL is defined.Raphael Kubo da Costa2012-07-171-0/+2
* Install right version of tools when x-compiling.Rafael Roquetto2012-07-171-1/+1
* [Blackberry] Initialize dangling pointerRafael Roquetto2012-07-171-0/+1
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* test: only QEXPECT_FAIL tst_qgraphicstransform in release modeRohan McGovern2012-07-162-1/+3
* test: Fix compilation error on old Unix systems caused by ShapeInputSergio Ahumada2012-07-161-2/+2
* test: remove CONFIG+=insignificant_test for tst_qgraphicstransformRohan McGovern2012-07-162-8/+52