summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-178-34/+62
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+4
| * Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
| * Draw more inactive style elements in retina res.Morten Johan Sørvig2014-02-141-3/+8
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-143-28/+43
| * Added #include "qnumeric.h" to qglobal.hGlen Mabey2014-02-141-0/+1
| * fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-121-1/+3
| * Delete the children before updating the Cocoa menubarAndy Shaw2014-02-121-0/+4
* | [QNX] Don't deactivate windows focusFabian Bumberger2014-02-162-6/+24
* | Refactor the handling of the navigator swipe down eventFabian Bumberger2014-02-166-9/+37
* | Increase the number of concurrent DNS lookups.Richard J. Moore2014-02-161-1/+1
* | 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