summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-052-0/+14
* | Silence cl.exe warning about -arch:SSE2 being unknown in 64-bit buildsThiago Macieira2015-12-059-14/+21
* | Add some interesting warning options to the compilationThiago Macieira2015-12-052-1/+17
* | QEasingCurve: mark nothrow move constructible/assignable and nothrow swappableMarc Mutz2015-12-041-3/+3
* | QMdiArea: replace a QList<int> with a QVectorMarc Mutz2015-12-041-1/+1
* | Clean up QGraphicsItemCache::purge()Marc Mutz2015-12-041-5/+2
* | QEventDispatcherUNIX: Remove unused mainThread member variableLouai Al-Khanji2015-12-042-4/+0
* | Raster and Blitter engines: method override markups and fixesLouai Al-Khanji2015-12-043-74/+76
* | NEON optimized qimagescaleAllan Sandfeld Jensen2015-12-043-1/+246
* | Remove the socketpair special case for eventdispatcher on INTEGRITY.Rolland Dudemaine2015-12-041-10/+1
* | pwd and group variables should be declared inside Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-4/+4
* | sys/flock.h should not be included for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-0/+3
* | Remove use of system() when QT_NO_MULTIPROCESS is defined.Rolland Dudemaine2015-12-041-0/+22
* | Use portable temporary directory implementation for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-2/+2
* | Add GHS toolchain architecture macros.Rolland Dudemaine2015-12-041-4/+5
* | Use intrinsics for GHS toolchain for CPU feature detection.Rolland Dudemaine2015-12-041-1/+26
* | Give names to enum used in templates.Rolland Dudemaine2015-12-045-5/+6
* | Use default home directory from QDir for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | Add an else clause that clears the return value.Rolland Dudemaine2015-12-041-1/+2
* | Remove inclusion of sys/sem.h for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | QMdiArea: fix quadratic behaviorMarc Mutz2015-12-031-10/+8
* | QMdiArea: fix unintended reallocationsMarc Mutz2015-12-031-1/+1
* | QMovie: fix quadratic behaviorMarc Mutz2015-12-031-6/+8
* | QMacStyle: fix quadratic behaviorMarc Mutz2015-12-031-7/+6
* | QAbstractItemModelPrivate::Change: add some constexprMarc Mutz2015-12-031-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-03159-1025/+1717
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-02159-1025/+1717
| |\|
| | * Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
| | * Differ between vertical and no hinting on WindowsEskil Abrahamsen Blomfeldt2015-12-023-5/+15
| | * DirectWrite: Inherit synthesized properties for fallback fontsEskil Abrahamsen Blomfeldt2015-12-021-1/+12
| | * Android: Add function to check permissions at run-time.Christian Strømme2015-12-021-0/+26
| | * Fix possible null pointer dereferences.Jake Petroules2015-12-022-0/+23
| | * Update QHighDpiScaling internal documentationMorten Johan Sørvig2015-12-021-24/+113
| | * Fix overflow-checking additions and multiplication on MinGWMatt Hoosier2015-12-021-1/+1
| | * doc: add a note about cmd.exe and the QProcess string splitting/joiningThiago Macieira2015-12-021-1/+3
| | * Break line and end in full-stop in configure.exe failure message.Edward Welbourne2015-12-021-2/+2
| | * enforce no-undefined on all platforms that support itOswald Buddenhagen2015-12-021-1/+1
| | * Windows: Load DirectWrite dynamically.Friedemann Kleint2015-12-022-16/+37
| | * syncqt: fix false positives in header checkJoerg Bornemann2015-12-021-1/+4
| | * qmake: Correctly handle shadow build of nested vcsubdirs projects.Mathew Sutcliffe2015-12-011-21/+3
| | * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-015-5/+10
| | * Windows QPA: Fix window state transition from minimized to normal.Friedemann Kleint2015-12-012-5/+1
| | * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-014-2/+21
| | * Rename ANGLE libs in order to not conflict with other ANGLE libsJan Arve Saether2015-12-0111-24/+47
| | * Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
| | * msvc: Introduce base config file for all targetsMaurice Kalinowski2015-11-306-49/+65
| | * make force_independent live up to its nameOswald Buddenhagen2015-11-301-6/+5
| | * Don't use QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2015-11-301-1/+2
| | * Doc: Fortune Server Example: fix typo in function nameTopi Reinio2015-11-301-1/+1
| | * Don't use QList<QPair>Lars Knoll2015-11-305-12/+12