summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-265-3/+59
* Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
* Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
* Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-123-4/+35
* Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45
* QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-072-13/+76
* Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+2
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-048-148/+227
|\
| * Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| * Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
| * [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| * [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| * [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
| * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-34/+86
| * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-34/+92
| * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-2/+2
| * Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-282-31/+28
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-279-67/+60
|\|
| * QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
| * QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
| * Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| * Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
| * Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-2/+10
| * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-236-45/+39
* | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
* | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
* | Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2237-3132/+1334
|\|
| * Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-166-39/+45
| * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-11/+55
| * The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-152-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-3/+3
| | |\
| | | * Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
| | | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-011-2/+2
| * | | Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-157-729/+769
| * | | [QTextCursor] Better use of the cached whiteSpace attributeKonstantin Ritt2015-04-154-24/+8
| * | | Fix trivial copy-paste typo in QTextBlock::previous() docuKonstantin Ritt2015-04-151-1/+1
| |/ /
| * | Defer Q(OpenGL|Raster)Window updates when non-exposedLaszlo Agocs2015-04-141-4/+18
| * | Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-102-2/+5
| * | Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-105-1/+20
| * | Add a means to set the application icon where supportedAndy Shaw2015-04-103-2/+20
| * | Add FIXME comments to make Q[]Validator::setRange() non-virtual.Friedemann Kleint2015-04-101-0/+3
| * | Support gradients natively in the PDF generatorLars Knoll2015-04-092-233/+270