summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash due to integer overflowKonstantin Ritt2013-08-151-1/+1
* Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-155-34/+16
* Don't allocate QGlyphLayout data, when possibleKonstantin Ritt2013-08-142-61/+37
* Implement support for global whatsthis on WindowsSimon Hausmann2013-08-134-0/+15
* Add more key names to QKeySequence.Mitch Curtis2013-08-131-0/+8
* Fix Undefined Behavior due to `delete new[]`Konstantin Ritt2013-08-121-3/+3
* Doc: Removed extra "\group events" page in Qt GUI.Jerome Pasion2013-08-091-8/+0
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-086-15/+82
* Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-312-2/+3
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-12/+28
* Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-252-0/+112
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-242-9/+25
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-232-9/+25
| |\
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-0/+4
| | * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
| | * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
* | | Support RGBA image formatAllan Sandfeld Jensen2013-07-2313-99/+1295
* | | Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
|/ /
* | added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-223-1/+24
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-182-18/+26
* | Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-185-9/+36
* | API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-163-1/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-152-1/+14
|\|
| * Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-112-1/+14
* | Merge branch 'stable' into devSergio Ahumada2013-07-1120-121/+127
|\|
| * QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
| * docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
| * Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-084-14/+50
| * REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
| * REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
| * Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-031-0/+2
| * QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
| * Fix build when QIMAGEREADER_DEBUG is enabled in qimagereader.cppKeonil Jeong2013-07-011-2/+2
| * Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-012-65/+0
| * Fix warning caused by warning fixThiago Macieira2013-07-012-7/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-284-22/+41
| |\
| | * Add Q_REVISION(1) to QWindow::alert().Friedemann Kleint2013-06-281-1/+1
| | * QWindow min/max width/height, contentOrientation are not new in 5.1Shawn Rutledge2013-06-282-19/+14
| | * Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-282-2/+26
| * | Touch up QSurfaceFormat documentation.Mitch Curtis2013-06-281-2/+2
* | | Add API to let applications integrate with the system fontsAleix Pol2013-07-053-0/+60
* | | Add a way to test if an OpenGL context has the fixed function pipeline availableGiuseppe D'Angelo2013-07-022-1/+10
* | | Fix documentation of the QOpenGLFunctions::OpenGLFeature enumGiuseppe D'Angelo2013-07-021-2/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-5/+15
|\| |
| * | Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-3/+4
| |\|
| | * Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
* | | QPlatformIntegration: add new style hint: SetFocusOnTouchReleaseRichard Moe Gustavsen2013-06-254-1/+16