summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-072-3/+6
| * Don't use GL_REPEAT for image-brush drawing on OpenGL ES2Tor Arne Vestbø2013-05-071-1/+9
* | Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2
* | Allow to filter the type of fonts displayedKevin Ottens2013-05-131-1/+5
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-093-9/+18
* | Fix the assert failure in QShortcutMap::findGatis Paeglis2013-05-081-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-05-075-10/+13
|\|
| * Remove the crash pending warningJan Arve Saether2013-05-071-4/+0
| * Reintroduce QIcon doc image (from Qt 4 docs)Giuseppe D'Angelo2013-05-011-0/+0
| * Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+4
| * QAccessible::State is no longer an enumOlivier Goffart2013-04-301-1/+1
| * Clarify documentation for QKeyEvent::textFrederik Gladhorn2013-04-301-5/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2916-28/+198
|\|
| * Fix QKeySequence matchingGatis Paeglis2013-04-291-3/+5
| * Get rid of this hack where QAccessible inherits from QObject.Jan Arve Saether2013-04-261-4/+1
| * Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
| * Fixed crashes relating to SVG icons.Samuel Rødal2013-04-242-4/+10
| * Enable OpenGL library detection for mac.Stephen Kelly2013-04-241-4/+3
| * Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-231-1/+1
| * Fix header check: you must #include qconfig.h before QT_NO_OPENGLThiago Macieira2013-04-232-0/+4
| * QWindow: expose active as propertyLiang Qi2013-04-233-0/+14
| * Make requestActivate() as a slot in QWindowLiang Qi2013-04-231-2/+2
| * Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-4/+9
| * Add IMPORTED targets for the GL libraries used by Qt.Stephen Kelly2013-04-222-5/+143
* | Add since 5.2 to the new QColor featuresAlbert Astals Cid2013-04-261-1/+3
* | Make QColor understand #AARRGGBBAlbert Astals Cid2013-04-263-8/+48
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2640-70/+410
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2240-70/+410
| |\|
| | * Implement alertion state for windows.Friedemann Kleint2013-04-196-0/+68
| | * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-8/+19
| | * Add the GL headers to cmake variables.Stephen Kelly2013-04-192-0/+36
| | * Make password mask characters themeable.Mitch Curtis2013-04-196-2/+18
| | * Actually set devicePixelRatio on copy.Morten Johan Sørvig2013-04-191-0/+1
| | * Fix memory leak.Sérgio Martins2013-04-181-0/+2
| | * Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-182-3/+8
| | * QOpenGLPaintDevice: correct painting on retina.Morten Johan Sørvig2013-04-181-1/+1
| | * Move Fusion styles palette into QtGuiJørgen Lind2013-04-176-2/+156
| | * Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-152-2/+2
| | * Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-152-4/+4
| | * Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-1511-23/+58
| | * QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-142-0/+2
| | * Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
| | * QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
| | * QPagedPaintDevice: Fix setPageSize() to set correct metricsJohn Layt2013-04-121-1/+1
* | | Improve desktop environment detection.David Faure2013-04-241-1/+4
* | | Make sure QIconLoader is always initializedKevin Ottens2013-04-222-8/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-128-29/+37
|\|
| * Fix leaking of QFontEngineDataKonstantin Ritt2013-04-123-11/+18
| * Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-112-1/+9
| * Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1