summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-042-0/+36
* Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-3/+4
* Update QPlatformIntegration::createPlatformWindow() documentationTor Arne Vestbø2015-10-281-6/+4
* Defer QPlatformWindow creation on setVisible(true) if parent hasn't been createdTor Arne Vestbø2015-10-261-13/+37
* Ensure QWindow::setParent() creates parent hierarchy if neededTor Arne Vestbø2015-10-261-7/+6
* Ensure QWindow::create() creates parent hierarchy before creating selfTor Arne Vestbø2015-10-261-0/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2323-189/+327
|\
| * Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
| * Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
| * Fix warning message to match the function signatureLars Knoll2015-10-221-2/+2
| * Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
| * Add support for TEXTURE_EXTERNAL_OES in the internal texture blitterLaszlo Agocs2015-10-212-93/+168
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * Don't crash when QOpenGLPaintDevice is created without context.Gunnar Sletta2015-10-191-1/+1
| * Make sure registered schemes are lower caseLars Knoll2015-10-191-2/+2
| * Add support for "@3x" image loading.Morten Johan Sørvig2015-10-163-24/+45
| * Check that QPlatformIntegration::createPlatformWindow() doesn't failTor Arne Vestbø2015-10-161-15/+21
| * Document that QWindow::fromWinId() should be used with cautionTor Arne Vestbø2015-10-161-0/+5
| * Clarify foreign window documentation a bitTor Arne Vestbø2015-10-162-7/+7
| * QShortcutMap: enable extra debugging when Dump_QShortcutMap is definedRichard Moe Gustavsen2015-10-151-2/+2
| * xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-144-3/+19
| * qt_pixmapFromWinHICON(): Fix crash and leak in case of Win32 API fails.Friedemann Kleint2015-10-141-12/+16
| * Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-143-4/+4
| * Don't use d_func in QWindow::mapToGlobalTor Arne Vestbø2015-10-141-2/+2
| * Avoid image copy in toTexture() on GLES 3.0 as wellLaszlo Agocs2015-10-141-12/+17
* | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-236-0/+45
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1432-223/+201
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-2/+2
| * xcb: Fix DnD for separate X screensAlexander Volkov2015-10-094-16/+21
| * Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
| * Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-076-180/+105
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0211-17/+37
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0211-17/+37
| | |\
| | | * Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
| | | * Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
| | | * Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
| | | * Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
| | | * Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-062-6/+7
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-044-5/+4
| | | * PPM image format: avoid useless processing on truncated filesEirik Aavitsland2015-09-011-1/+2
| | | * Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
| | | * Fix global modifiers state after triggering shortcutsFrederik Gladhorn2015-08-271-0/+1
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
| |/ /
| * | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-012-0/+22
| * | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-273-2/+7
| * | Work around GCC thinking that a variable could be clobbered by longjmpThiago Macieira2015-09-251-0/+1
| * | Doc: fixed links to qmake documentationNico Vertriest2015-09-252-2/+3
* | | Mark ref-qualified members as always inlineThiago Macieira2015-10-071-2/+2