summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3137-774/+779
* Add Intel Q965/Q963 and G33/31 to the Windows OpenGL blacklistKimmo Leppälä2015-07-311-1/+26
* Tablet example: update the cursor according to the toolShawn Rutledge2015-07-319-11/+62
* Tablet example: smoother, rotation stylus, better airbrushShawn Rutledge2015-07-315-74/+77
* Add recent file handling to SDI/MDI and remove the recentfiles example.Friedemann Kleint2015-07-3113-464/+240
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3117-354/+355
* Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* Extend high-DPI manual testPaul Olav Tvete2015-07-304-75/+954
* high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-306-113/+138
* Turn off font hinting when active highdpi scalingPaul Olav Tvete2015-07-301-3/+2
* Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-304-52/+72
* X11 changes for highdpiPaul Olav Tvete2015-07-304-16/+29
* Highdpi changes for WindowsFriedemann Kleint2015-07-308-17/+65
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-3022-87/+1174
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-3027-46/+112
* tests/auto/sql: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-294-38/+38
* eglfs_kms: Implement DPMS modePier Luigi Fiorini2015-07-294-3/+49
* Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-292-21/+205
* Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-296-180/+568
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-299-292/+74
* Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* Doc: Add Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 to ignored directivesTopi Reinio2015-07-291-0/+1
* Doc: Fix various issues in QDoc ManualTopi Reinio2015-07-297-172/+149
* qdoc: Allow using group name as a QHP subproject selectorTopi Reinio2015-07-293-49/+124
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-2919-398/+112
* tst_QApplication: Remove test windowsCommandLine().Friedemann Kleint2015-07-294-88/+0
* forkfd: introduce system_forkfd to do system calls that do forkfdThiago Macieira2015-07-281-0/+16
* Update the list of x86 instruction set extensions enabled by GCCThiago Macieira2015-07-281-5/+37
* Introduce QHash key iteratorsSérgio Martins2015-07-284-1/+223
* Introduce QMap key iteratorsSérgio Martins2015-07-284-4/+226
* tst_qgraphicsproxywidget: Rename test slot to fix compiler warning.Friedemann Kleint2015-07-281-4/+4
* tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR.Friedemann Kleint2015-07-281-1/+1
* tst_qgraphicsanchorlayout: Fix warning about unused function result.Friedemann Kleint2015-07-281-2/+1
* Tests: Remove some unused member variables.Friedemann Kleint2015-07-283-6/+1
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2812-63/+63
* tst_qmenubar: Cast char-type array subscripts to int.Friedemann Kleint2015-07-281-60/+60
* Doc: remove the table of values from QT variable in QMake ManualLeena Miettinen2015-07-281-45/+3
* doc: Corrected docs for QList and QVectorMartin Smith2015-07-273-73/+120
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-2730-130/+130
* QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* tests/auto/opengl: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-244-71/+71
* qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* Make the gles3 example more impressivePaul Olav Tvete2015-07-246-144/+84
* Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291