summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove code for Android API level < 9Eskil Abrahamsen Blomfeldt2013-04-151-35/+2
* Remove dead codeEskil Abrahamsen Blomfeldt2013-04-152-15/+0
* Fix incorrect compiler-from-mkspec selection in configureAndrew Knight2013-04-151-1/+1
* Add autorelease pool for cocoa plugin creation.Morten Johan Sorvig2013-04-151-0/+3
* Add autorelease pools needed by Qt Creator.Morten Johan Sørvig2013-04-152-0/+4
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-153-5/+10
* fix padding periods in configure help textIvan Romanov2013-04-151-7/+7
* Cocoa: Fix unresponsive main window after running more than one modal sessionGabriel de Dietrich2013-04-151-1/+4
* Added qtwaylandscanner rules to wayland-scanner.prfSamuel Rødal2013-04-151-7/+43
* Don't warn on 0x0 sized windows.Morten Johan Sørvig2013-04-151-1/+1
* Cocoa: Fix popup menus on modal windowsGabriel de Dietrich2013-04-151-3/+33
* Cocoa: Create QCocoaWindow when enabling touch.Morten Johan Sørvig2013-04-151-0/+5
* Cocoa: Enable touch on 0->1 counter transition.Morten Johan Sørvig2013-04-151-1/+1
* Make QGLPaintEngine work on retina displays.Morten Johan Sørvig2013-04-151-0/+6
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-1517-25/+72
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-144-0/+5
* QWindowsFontEngineDirectWrite: Fix resources leakingKonstantin Ritt2013-04-141-0/+2
* Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
* Android: Handle '<DRIVELETTER>:' in makeabs for Windows usage.Ray Donnelly2013-04-121-0/+2
* Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
* QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
* iOS: Automatically disable rpath since it's not supportedTor Arne Vestbø2013-04-121-0/+1
* Fix C++11 support in clang prior to 3.2Jan Kundrát2013-04-121-2/+2
* iOS: Automatically disable pkgconfig, and don't build examples and testsTor Arne Vestbø2013-04-121-0/+2
* QDateTime - Fix auto tests on Windows before 1980unknown2013-04-121-0/+15
* QPrinter - Fix doc errorsJohn Layt2013-04-121-2/+2
* QPagedPaintDevice: Fix setPageSize() to set correct metricsJohn Layt2013-04-122-1/+39
* s/uint32_t/quint32/Tobias Hunger2013-04-122-6/+6
* Widgets: Propagate 'accepted'-state of touch begin events.Friedemann Kleint2013-04-123-9/+16
* Fix Windows CE compilation.Friedemann Kleint2013-04-121-7/+4
* Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7.Janne Anttila2013-04-121-1/+1
* tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-9/+6
* tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-2/+1
* tst_qdataurl: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-121-2/+0
* Fix leaking of QFontEngineDataKonstantin Ritt2013-04-124-15/+25
* Enable qDebug to console when desired on Android.Gunnar Sletta2013-04-121-1/+7
* Warn if mouse event occurs outside target window in tests.Stephen Kelly2013-04-121-0/+3
* Only test cmake module versions if available for test.Stephen Kelly2013-04-111-18/+23
* Remove unused private members [tools]Thiago Macieira2013-04-115-7/+2
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-114-7/+17
* ANGLE: Use rtti_off in CONFIG only for releaseJonathan Liu2013-04-111-1/+2
* INSTALL: Fix URL of Installing Qt documentationSergio Ahumada2013-04-111-8/+6
* Minimize the contents of the INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-04-111-4/+5
* Android: Remove qdevice.pri warning in configure stepEskil Abrahamsen Blomfeldt2013-04-111-1/+2
* Write two missing linker options to the vcxproj fileAndy Shaw2013-04-111-0/+4
* Call QString::normalized when it is constructed via the native APIAndy Shaw2013-04-111-4/+4
* Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1
* QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* Stabilize tst_qcombobox.Friedemann Kleint2013-04-111-46/+127
* Merge "Merge branch 'release' into stable" into refs/staging/stableStephen Kelly2013-04-112-16/+27
|\