summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-1/+1
| * | | QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-166-9/+72
| * | | QOpenGLTextureBlitter: fix source rect when origin is top leftJørgen Lind2014-02-161-2/+3
| * | | QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-164-20/+15
| * | | Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-163-11/+72
| * | | 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-1610-30/+278
| * | | Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-161-1/+1
| * | | 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-162-0/+37
| * | | QFont: add missing qHash overloadMarc Mutz2014-02-163-0/+31
| * | | Android: Add enablers for listening to activity resultsEskil Abrahamsen Blomfeldt2014-02-155-1/+75
| * | | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-152-0/+9
| * | | 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-152-85/+1004
| * | | 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
| * | | 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-1447-1016/+5949
| * | | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
| * | | QNX: Add support for lgmonBernd Weimer2014-02-148-10/+156
| * | | 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-142-2/+27
| * | | 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-147-3/+202
| * | | 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-1318-173/+275
| * | | Expose QPlatformWindow::invalidateSurface as a virtual function.Gunnar Sletta2014-02-132-0/+16