summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-1029-1/+3426
* | Shuffle things around in preparation for Direct2D platform pluginLouai Al-Khanji2014-01-1012-369/+724
* | Support running Qt apps on the integrated GPUMorten Johan Sørvig2014-01-101-0/+1
* | Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-103-59/+52
* | Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-104-2114/+2167
* | Add QTypeInfo<T>::isIntegral traitThiago Macieira2014-01-091-13/+30
* | Use the new UTF-8 codec in QUrl and QUrlQueryThiago Macieira2014-01-091-120/+66
* | Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-094-81/+25
* | Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-095-135/+225
* | Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-093-46/+157
* | Added PropertiesChanged signal to dbus introspection dataMatt Broadstone2014-01-091-0/+6
* | Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-092-25/+13
* | Add option NoCancelButtonOnLastPage to QWizardChristian Loose2014-01-093-2/+53
* | Use the default height (not 0) if only width is specifiedJan Arve Saether2014-01-092-8/+34
* | Use XInput2 scrolling events to enable smoother scrollingAllan Sandfeld Jensen2014-01-094-28/+164
* | QNX: Expand on Virtual Keyboard SupportMike Fenton2014-01-096-175/+169
* | Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-093-0/+153
* | Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-092-0/+5
* | Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-086-110/+560
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-088-4/+24
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-068-4/+24
| |\|
| | * XCB: Fix pixmap leakUli Schlachter2014-01-051-0/+2
| | * Fix mtdev auto-detectionThiago Macieira2014-01-042-1/+1
| | * Fix Qt build when mtdev is detectedThiago Macieira2014-01-041-1/+1
| | * Keep the configure listing of features alphabeticalThiago Macieira2014-01-041-1/+1
| | * Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
| | * Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
| | * Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* | | Move no-pch extra compiler to common featuresAllan Sandfeld Jensen2014-01-083-12/+27
* | | Fixes: 32 bit and alpha bmp format image readingaavit2014-01-081-46/+61
* | | Mark QTzType as Q_PRIMITIVE_TYPE.Sérgio Martins2014-01-081-0/+2
* | | Windows/Windows CE: Do not dynamically load shell32/coredll.Friedemann Kleint2014-01-075-35/+7
* | | Make output when failing a test for diff in line numbers more verboseFrederik Gladhorn2014-01-071-1/+11
* | | Update testlib selftest unitsFrederik Gladhorn2014-01-071-2/+2
* | | QNX: Add some more properties to a touch pointFabian Bumberger2014-01-071-2/+24
* | | Add takeTexture() to QOpenGLFramebufferObjectLaszlo Agocs2014-01-074-41/+147
* | | Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-073-0/+50
* | | WinRT: Clean up core event dispatcherAndrew Knight2014-01-073-139/+88
* | | WinRT: Properly return exit codeAndrew Knight2014-01-071-2/+6
* | | qmake vcproj: Support setting the SDK versionAndrew Knight2014-01-073-11/+16
* | | qmake vcproj: Correct VCProject Version stringsAndrew Knight2014-01-071-2/+2
* | | qmake vcproj generator: Add app manifest for WinRT projectsAndrew Knight2014-01-071-1/+39
* | | qmake vcproj generator: Don't generate WinMD by default on WinRTAndrew Knight2014-01-071-0/+1
* | | qmake vcproj generator: Honor the preferred MSVC version in the mkspecAndrew Knight2014-01-071-4/+9
* | | WinRT: Enable accessibility by defaultAndrew Knight2014-01-073-4/+6
* | | WinRT: Improve event dispatcherAndrew Knight2014-01-072-8/+35
|/ /
* | xcb: Remove useless flushesUli Schlachter2014-01-062-7/+2
* | Add a way to reproduce testlib selftest dataFrederik Gladhorn2014-01-061-0/+119
* | Update tests to normalizes the paths by using script.Frederik Gladhorn2014-01-0686-537/+533
* | Change entry point for WinRT apps to WinMainMaurice Kalinowski2014-01-063-17/+38