summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-191-1/+2
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-192-7/+29
* Modularize drag and drop documentationGatis Paeglis2012-10-1934-7/+2554
* remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-193-2/+54
* Remove Qt3 compat leftoversKonstantin Ritt2012-10-191-12/+2
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-199-28/+86
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-181-4/+4
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-173-7/+5
* Add QDrag class to 'draganddrop' groupGatis Paeglis2012-10-171-0/+1
* Remove unneded forward declaration.Frederik Gladhorn2012-10-161-2/+0
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-162-15/+22
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-162-1/+102
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-162-28/+20
* Get rid of unused memberKonstantin Ritt2012-10-161-2/+0
* QTextBlock: Handle surrogates in textDirection()Konstantin Ritt2012-10-161-2/+9
* QFont: Don't detach unless value has really changedKonstantin Ritt2012-10-161-6/+46
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-152-39/+41
* QKeySequence: remove duplicate QDataStream operatorsJ-P Nurmi2012-10-151-5/+0
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-153-9/+7
* Use constFind()/constEnd() for const_iterator-sKonstantin Ritt2012-10-133-7/+7
* Fix warnings from syncqt.Friedemann Kleint2012-10-134-2/+8
* Fix "open with" functionality on OSX (FileOpenEvent)Shawn Rutledge2012-10-131-0/+4
* Be able to obtain list of possible key combinations in platform integrationOliver Wolff2012-10-133-1/+22
* QFont: Fix build with QFONTCACHE_DEBUGKonstantin Ritt2012-10-131-1/+1
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-131-5/+5
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-132-121/+175
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-131-10/+10
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+5
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-40/+23
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-104-68/+57
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-103-43/+42
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-4/+1
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-102-1/+7
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-2/+8
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-23/+40
* doc: Brush up QPaintEngine documentation for Qt 5Eskil Abrahamsen Blomfeldt2012-10-081-13/+10
* doc: Update Q*PaintDevice docsEskil Abrahamsen Blomfeldt2012-10-082-7/+7
* fixing typo in compile fix for MSVC 2008Thomas Hartmann2012-10-081-1/+1
* Prevent crashing on screen deletion.Samuel Rødal2012-10-081-0/+2
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-081-4/+5
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-042-1/+24
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-2/+15
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-033-7/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-035-1/+37
* Fix DIB image reading.Friedemann Kleint2012-10-021-1/+4
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-022-1/+17
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-021-2/+2