summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Correct typos in QModelIndex::internalId() documentationAdam Majer2014-02-251-2/+2
* Prefer QPA implementation in qsystemtrayicon_x11 if availableMartin Gräßlin2014-02-254-42/+126
* Bump Qt version to 5.4.0Thiago Macieira2014-02-203-5/+7
* Add the option of using decltype() in Q_FOREACHThiago Macieira2014-02-191-3/+8
* Redo the Q_FOREACH loop control without GCC statement expressionsThiago Macieira2014-02-191-7/+17
* Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-194-6/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1810-50/+129
|\
| * Fix typo in model/view docs.hjk2014-02-181-1/+1
| * Emit updateBlock signal in QTextDocumentLayoutSarunas Valaskevicius2014-02-181-2/+5
| * Doc: add CLI options for QGuiApplicationLeena Miettinen2014-02-171-8/+80
| * Android: Build fix for "-no-widgets"Alessandro Portale2014-02-174-4/+2
| * Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-6/+14
| * Docs: properly tag QtAlgorithms functions as deprecatedGiuseppe D'Angelo2014-02-171-27/+27
| * doc: fix grammarFrederik Gladhorn2014-02-171-1/+1
* | QHeaderView - do simple section move/rotate in moveSectionThorbjørn Martsum2014-02-181-42/+19
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Jani Heikkinen2014-02-178-34/+62
|\ \
| * | 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
* | | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* | | Allow QPlatformSystemTrayIcon to create the QPlatformMenuMartin Gräßlin2014-02-179-5/+132
* | | Fix glyph cache type logic after 97c187da3c1381bc55dd16976Tor Arne Vestbø2014-02-171-2/+2
* | | Respect the QTextBlock's character formats in itemizationKonstantin Ritt2014-02-171-2/+5
* | | QPlatformDialogHelper: change ButtonRole flags to ensure 32-bit sizeShawn Rutledge2014-02-173-6/+6
|/ /
* | [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