summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A basic justification algorithm for HarfBuzz-NGKonstantin Ritt2014-07-271-0/+80
* Clean up tst_QPaletteMarc Mutz2014-07-261-37/+2
* Windows: Use common code paths for default font families.Friedemann Kleint2014-07-263-53/+27
* QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-264-3/+13
* Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* Integrate tst_bench_qringbuffer into the build tree.Alex Trotsenko2014-07-251-0/+1
* Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* Rewrite simd.prf to share more codeThiago Macieira2014-07-253-302/+82
* Restore Neon "detection" in QtThiago Macieira2014-07-255-8/+17
* Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-252-14/+1
* Fix compilation on ARM without ARMv6T2Thiago Macieira2014-07-251-3/+3
* Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3
* tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-252-2/+59
* Fix QJsonValue comparison.Jędrzej Nowacki2014-07-252-6/+14
* Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-255-11/+207
* Fix QJsonObject const index operatorJędrzej Nowacki2014-07-252-1/+19
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* tst_qwidget: Fix top level widget leaks.Friedemann Kleint2014-07-251-6/+9
* Enable building ANGLE with D3D11 in -opengl dynamic builds.Laszlo Agocs2014-07-251-3/+7
* QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* QtDBus: Warn if blocking calls take too long.Robin Burchell2014-07-251-0/+87
* QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-244-5/+22
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-2426-41/+263
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2226-41/+263
| |\
| | * tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
| | * Windows: Fix window geometry when transiting from fullscreen to maximized.Friedemann Kleint2014-07-211-1/+4
| | * Windows printing: Preserve painter when syncing state.Friedemann Kleint2014-07-211-1/+4
| | * Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65
| | * generate QGL header file from qgl.hLiang Qi2014-07-181-0/+1
| | * Ensure transient parents are top level widgets.Friedemann Kleint2014-07-183-1/+38
| | * Windows: Send QTabletLeaveProximity events.Friedemann Kleint2014-07-171-13/+13
| | * Added stream version into network cache file formatNikita Krupenko2014-07-172-1/+80
| | * make QtWidgets claim style pluginsOswald Buddenhagen2014-07-161-0/+1
| | * CMake: Don't check the existence of GL files in the Qt5Gui package.Stephen Kelly2014-07-161-11/+11
| | * QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-152-3/+32
| | * Doc: Hide QTextInlineObject constructor from the documentationTopi Reinio2014-07-141-0/+5
* | | Add missing 8_8_8_8 pixel types to QOpenGLTextureSean Harmer2014-07-242-0/+4
* | | Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-244-1/+20
* | | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-242-238/+129
* | | get rid of pointless MSVC security warningsJoerg Bornemann2014-07-241-1/+1
* | | remove qsystemlibrary.obj from clean targetJoerg Bornemann2014-07-241-1/+0
* | | fix qmake warning about unknown /Zc:strictStrings optionJoerg Bornemann2014-07-241-0/+2
* | | Rewrite QRingBufferAlex Trotsenko2014-07-244-191/+299
* | | Android: fix Switch & CalendarView text appearancesJ-P Nurmi2014-07-241-10/+39
* | | QFileDialog: emit urlsSelected+urlSelected in accept().David Faure2014-07-243-12/+17
* | | QMainWindow:::restoreDockWidget(): Restore to correct screen.Friedemann Kleint2014-07-241-3/+5
* | | Show timing of all executed SQL queriesRobin Burchell2014-07-241-3/+23