summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* dbusmenu: Use proper toggle-type for items that are part of groupDmitry Shachnev2016-02-091-0/+1
* QKeySequence: replace an inefficient QList with QVectorMarc Mutz2016-02-081-7/+7
* Replace some QList<int> with QVector<int>Marc Mutz2016-02-083-12/+12
* Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-0811-61/+18
* QStandardItemModel: avoid premature pessimizationMarc Mutz2016-02-081-6/+4
* Doc: Fix grammar in QOpenGLContext::openGLModuleType() docsAndy Maloney2016-02-061-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-028-47/+83
|\
| * Remove warning about being unable to instantiate accessibility interfaceFrederik Gladhorn2016-02-021-8/+1
| * Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
| * Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-022-37/+11
| * QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-292-11/+37
| * Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-0/+17
| * Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
| * QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-12/+12
| * Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
| * QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-282-3/+8
| * Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
| * QFont*: Optimize by caching the QFontCache::instance() resultKonstantin Ritt2016-01-262-11/+17
| * on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
| * Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5
| * Avoid needless string comparisonKonstantin Ritt2016-01-261-2/+3
* | QColor: plaster API with Q_DECL_NOTHROWMarc Mutz2016-01-292-127/+127
* | Compile fix for QT_NO_ACCESSIBILITYPaul Olav Tvete2016-01-281-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-2613-104/+99
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2613-104/+99
| |\|
| | * Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
| | * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
| | * Hide better the private API QTextCursor constructorsThiago Macieira2016-01-227-16/+24
| | * Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
| | * Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
| | * QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-211-46/+46
* | | Fixed rendering of translucent CSS borders to prevent visible overlapBrad Stanton2016-01-261-1/+3
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-2616-51/+200
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2116-51/+200
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-197-5/+39
| | |\
| | | * The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
| | | * Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
| | | * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
| | | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
| | | * Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
| | * | Avoid checking the fb status in every bindLaszlo Agocs2016-01-181-2/+0
| | * | Lock qfontdatabase mutex in qt_fallbacksForFamilyAllan Sandfeld Jensen2016-01-151-6/+12
| | * | Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-152-19/+83
| | * | Doc: add missing semi-colonThiago Macieira2016-01-151-1/+1
| | * | Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-144-19/+60
| | * | Fix shortcut modifiers not being propagated after c7e5e1d9eTor Arne Vestbø2016-01-121-1/+3
| | * | Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+6
* | | | Remove support for old/deprecated gl function namesLars Knoll2016-01-261-46/+17
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-213-0/+3
|/ / /
* | | Updated license headersJani Heikkinen2016-01-15549-7602/+10896