summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Added warning in QDesktopServices::openUrlJesus Fernandez2016-09-061-1/+8
* Optimize the simple QImage flip used by OpenGLAllan Sandfeld Jensen2016-08-301-0/+37
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2916-60/+55
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-294-8/+9
| |\
| | * QTextDocument: fix string backward searchSamuel Gaist2016-08-281-1/+1
| | * QOffscreenSurface: warning-fix - QString(char*) deprecatedEdward Welbourne2016-08-251-1/+1
| | * Correct use of qt_div_255Allan Sandfeld Jensen2016-08-252-6/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-255-40/+39
| |\|
| | * Fix crash when exiting while stacked modal dialogs are shownFriedemann Kleint2016-08-251-0/+2
| | * QKeySequence: remove 239 unneeded relocationsMarc Mutz2016-08-241-1/+1
| | * QKeySequence: replace an array end marker by static size calculationMarc Mutz2016-08-241-4/+4
| | * Limit glyph caches per QFontEngine to four per context, not four in totalTor Arne Vestbø2016-08-242-35/+31
| | * Make QWindow backed QOffscreenSurfaces easier to identifyTor Arne Vestbø2016-08-241-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-224-4/+5
| |\|
| | * QTextHtmlParser: remove 317 unneeded relocationsMarc Mutz2016-08-222-2/+3
| | * QCssParser: remove 239 unneeded relocationsMarc Mutz2016-08-221-1/+1
| | * QXpmHandler: remove 657 unneeded relocationsMarc Mutz2016-08-191-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-3/+3
| |\|
| | * Do not disable subpixel rendering on compile timeAllan Sandfeld Jensen2016-08-181-1/+1
| | * Protect QImage::convertToFormat against null QImageAllan Sandfeld Jensen2016-08-171-1/+1
| | * Fix rendering error in some animated gifsEirik Aavitsland2016-08-151-1/+1
| * | Doc: Remove references to Windows CE in Qt GuiVenugopal Shivashankar2016-08-172-7/+1
* | | QIconCacheGtkReader: use QStringRef moreAnton Kudryavtsev2016-08-261-4/+4
* | | Make QSurfaceFormat a Q_GADGET and add Q_ENUM for easier debuggingTor Arne Vestbø2016-08-261-0/+6
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-266-1/+15
* | | DirectWrite: Fix crash when embedding empty glyphs in PDFEskil Abrahamsen Blomfeldt2016-08-241-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2254-157/+506
|\ \ \
| * | | Remove QPlatformCursorPrivateJędrzej Nowacki2016-08-192-18/+0
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-196-17/+17
| * | | Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-163-13/+19
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1623-60/+78
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1320-58/+68
| | |\|
| | | * Fix typo in QKeySequence docLiang Qi2016-08-121-1/+1
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1218-56/+56
| | | * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-112-1/+11
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-104-2/+10
| | |\|
| | | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
| | | * Added pointer check in QFontDatabase::loadJesus Fernandez2016-08-051-0/+1
| | | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-2/+3
| * | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-4/+2
| * | | Improve vectorized bound calculationsAllan Sandfeld Jensen2016-08-121-14/+19
| * | | QRegion: mark as sharedMarc Mutz2016-08-121-0/+1
| * | | Add list of 3rd party code attributions to Qt Core, Qt GUI, Qt SQLKai Koehne2016-08-121-0/+13
| * | | Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-113-0/+152
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-0915-32/+205
| |\| |
| | * | Doc: Fix saturation graphic for HSV color modelRainer Keller2016-08-084-0/+156
| | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-0511-30/+46
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0511-30/+46
| | | |\|
| | | | * Remove unneeded ';' after some macrosKai Pastor2016-08-045-6/+6
| | | | * Fix 64-bit bilinear scaled image samplingAllan Sandfeld Jensen2016-08-041-1/+7