summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-028-57/+320
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-278-57/+320
| |\
| | * Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
| | * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
| | * Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
| | * Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
| | * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
| | * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-0/+14
|/ /
* | Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-234-18/+8
* | Accessibility for AndroidFrederik Gladhorn2013-08-221-1/+3
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-6/+0
* | Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1
* | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-206-267/+281
* | Get rid of HB dependency in FT font engineKonstantin Ritt2013-08-205-61/+42
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-168-20/+61
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-148-20/+61
| |\|
| | * un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
| | * Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
| | * Don't crash if the QWindow's screen is temporarily invalidShawn Rutledge2013-08-071-0/+4
| | * Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-031-1/+1
| | * Doc: porting from QDesktopServices::DataLocation to QStandardPathsDavid Faure2013-08-031-1/+21
| | * Fix typo form->fromStephen Kelly2013-07-311-1/+1
| | * Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-301-14/+4
| | * Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-292-1/+10
* | | 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