summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add setFlag method to QFlagsAndre Somers2016-02-083-0/+27
* QEasingCurve: add some strategic std::move()Marc Mutz2016-02-081-4/+4
* QStandardItemModel: avoid premature pessimizationMarc Mutz2016-02-081-6/+4
* uic: eradicate all Q_FOREACH loops [non-generated code]Marc Mutz2016-02-082-10/+10
* QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* QList: don't lose reserved capacity in op+= with empty LHSMarc Mutz2016-02-061-1/+1
* Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1
* Fix shared library framework builds of Qt with a platform suffix.Jake Petroules2016-02-062-1/+11
* Get rid of the QRegExp dependency in qxmlutils.Lars Knoll2016-02-051-9/+14
* QTabBar: remove dead codeGiuseppe D'Angelo2016-02-051-3/+0
* QProcess: Remove dead codeLouai Al-Khanji2016-02-054-22/+0
* Remove qt_safe_select and qt_select_msecsLouai Al-Khanji2016-02-052-58/+0
* QLocalSocket: Use poll instead of select on UnixLouai Al-Khanji2016-02-041-23/+12
* QFusionStyle: Fix subtle groove paintingLouai Al-Khanji2016-02-041-1/+1
* Clean up new poll code slightlyLouai Al-Khanji2016-02-046-52/+27
* tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* Android: Add runOnAndroidThreadSyncBogDan Vatra2016-02-042-0/+12
* Android: Fix crash, don't add null visible menus to pendingContextMenusBogDan Vatra2016-02-041-1/+2
* qmake: optimize container usage in the json handling.Anton Kudryavtsev2016-02-041-5/+11
* Add qstrntod as qstrtod overload, which takes a len parameterTobias Koenig2016-02-032-2/+13
* Simplify QAbstractSocket::readData()Alex Trotsenko2016-02-031-22/+8
* Don't use Q_GLOBAL_STATIC for trivial type QLocaleDataSérgio Martins2016-02-031-2/+2
* QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-033-89/+87
* Unix platforms: Use qt_safe_poll in QLocalServerLouai Al-Khanji2016-02-031-13/+28
* Unix platforms: Use poll in native socket engine instead of selectLouai Al-Khanji2016-02-031-29/+29
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-02119-1083/+1837
|\
| * Remove warning about being unable to instantiate accessibility interfaceFrederik Gladhorn2016-02-021-8/+1
| * QDockWidget: Restore using setGeometry since the geometry is used for the stateAndy Shaw2016-02-022-6/+28
| * Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-022-3/+2
| * Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-025-61/+12
| * xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
| * Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
| * dbusmenu: Make D-Bus menus and menu items enabled by defaultDmitry Shachnev2016-01-311-2/+2
| * Fix flickering status tips in submenus.Michal Policht2016-01-301-1/+3
| * Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-306-40/+40
| * Add basic QKeyEvent auto-testTor Arne Vestbø2016-01-303-0/+194
| * QtDBus: Remove unnecessary #ifndef for QT_NO_PROPERTIESThiago Macieira2016-01-301-2/+0
| * Autotest: rename the test class so it's different in this testThiago Macieira2016-01-301-1/+1
| * QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-295-12/+61
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-294-140/+153
| * Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
| * Add tool to namespace Objective-C classes at link timeTor Arne Vestbø2016-01-292-0/+266
| * Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-293-6/+21
| * winrt: cleanup testcasesMaurice Kalinowski2016-01-298-2/+28
| * Bump copyright year to 2016Kai Koehne2016-01-2912-13/+13
| * Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
| * QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
| * QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-292-12/+61