summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-1611-83/+144
* Add the rest of the non-volatile members of std::atomic to QBasicAtomicThiago Macieira2014-02-164-3/+656
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-1613-31/+803
* Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-163-17/+30
* Work around ICC 14 bug: __attribute__((deprecated)) with textThiago Macieira2014-02-161-1/+1
* Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-163-0/+52
* QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
* tst_qsignalblocker: simplify testMarc Mutz2014-02-161-138/+13
* Android: Add enablers for listening to activity resultsEskil Abrahamsen Blomfeldt2014-02-155-1/+75
* Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-153-0/+11
* Exclude widgets without associated QWindow in QApplication::shouldQuit().Friedemann Kleint2014-02-151-3/+5
* Revert "Logging: Don't use for loop in qCDebug macros"Kai Koehne2014-02-151-3/+3
* WinRT: Added socket engine implementationOliver Wolff2014-02-153-85/+1008
* WinRT: Exit process event loop if WaitForMoreEvents is not setOliver Wolff2014-02-151-0/+2
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-1513-201/+235
* Extending the inputMethodQuery APIPaul Olav Tvete2014-02-1510-7/+93
* Fix logging with dynamic GL on WindowsLaszlo Agocs2014-02-141-4/+3
* Force alignment for SSE2 to not crash with mingwKonstantin Ritt2014-02-141-1/+1
* Enable QByteArrayList testsJędrzej Nowacki2014-02-141-0/+1
* Extend the documentation for orientation in QScreenFabian Bumberger2014-02-141-3/+8
* Migrate a recent QT_OPENGL_ES ifdef to dynamic GLLaszlo Agocs2014-02-141-2/+4
* iOS: correctly report Landscape or InvertedLandscape screen orientation.Yoann Lopes2014-02-141-4/+4
* OpenGL: Fix QOpenGLTexture for cubemaps with mutable storageSean Harmer2014-02-142-9/+71
* Mac: FSEvents-based QFileSystemWatcherEngine.Erik Verbruggen2014-02-144-2/+659
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-1461-1216/+6165
* Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* QNX: Add support for lgmonBernd Weimer2014-02-1413-11/+250
* Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-143-5/+5
* QSimplex: API cleanup [1/3]: Rename an enumMarc Mutz2014-02-142-4/+4
* QDBus: replace arg-chain with multi-argMarc Mutz2014-02-141-3/+3
* QDBus: avoid relocationsMarc Mutz2014-02-141-8/+9
* Add function to get the actual PID from QProcessChristian Strømme2014-02-143-3/+30
* Remove "thread_local" support from the Intel CompilerThiago Macieira2014-02-141-1/+0
* Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-145-242/+140
* QLocalePrivate: merge removeGroupSeparators into numberToCLocaleThiago Macieira2014-02-143-84/+52
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-147-97/+93
* QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-147-189/+176
* Merge the pairs of stringTo{Double,LongLong,UnsLongLong}Thiago Macieira2014-02-143-70/+21
* Remove duplicated trimming of a stringThiago Macieira2014-02-141-49/+13
* iOS: only activate top-level windowsRichard Moe Gustavsen2014-02-141-9/+12
* iOS: activate window on touchesBeganRichard Moe Gustavsen2014-02-141-8/+3
* iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-142-5/+1
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-1415-5/+270
* Android: Add Foreign Window supportChristian Strømme2014-02-148-8/+213
* Android: Fix return value in createSurface()Christian Strømme2014-02-141-1/+1
* Close widgets properly from session management.Friedemann Kleint2014-02-144-35/+64
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-1319-175/+275
* Expose QPlatformWindow::invalidateSurface as a virtual function.Gunnar Sletta2014-02-132-0/+16