summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Windows: Display a message box if platform plugin cannot be found.Friedemann Kleint2013-06-261-2/+11
* If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-192-0/+10
* Add note to remove unused private field.Stephen Kelly2013-06-191-1/+8
* Fix format in platform plugin loading error reporting.Friedemann Kleint2013-06-141-1/+1
* Improve error output when platform plugin cannot be loadedKai Koehne2013-06-111-6/+8
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-101-2/+2
|\
| * Use QWindow::geometry() for size when sending resize before expose.Friedemann Kleint2013-06-071-2/+2
* | Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-102-2/+2
|/
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-306-1/+679
* Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+15
* Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-237-15/+56
* QFusionStyle: fix highlight colorsJ-P Nurmi2013-05-231-1/+1
* Fusion palette: add missing disabled rolesJ-P Nurmi2013-05-221-0/+2
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-5/+5
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-11/+11
* Suppress warning about unsupported frame strut events.Friedemann Kleint2013-05-081-2/+1
* Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-072-3/+6
* Clarify documentation for QKeyEvent::textFrederik Gladhorn2013-04-301-5/+8
* Fix QKeySequence matchingGatis Paeglis2013-04-291-3/+5
* Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
* Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-231-1/+1
* 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
* Implement alertion state for windows.Friedemann Kleint2013-04-196-0/+68
* Make password mask characters themeable.Mitch Curtis2013-04-196-2/+18
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-182-3/+8
* 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-151-1/+1
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-112-1/+9
* ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-033-0/+34
* Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* Add qDebug() output for QTouchEvent.Friedemann Kleint2013-03-271-0/+37
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+1
* Introducing QComposeInputContextGatis Paeglis2013-03-211-2/+2
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2072-391/+1649
|\
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-1/+4
| * Add the Deselect StandardKeyAlbert Astals Cid2013-03-182-1/+5
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-18/+18
| * Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
| * Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-1/+1
| * Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
| * Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
| * Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-062-0/+44
| * Implement XEmbed protocolAlberto Mardegan2013-03-068-8/+53
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-055-2/+61
| |\
| * | Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
| * | Introducing the Qt Android portPaul Olav Tvete2013-03-051-3/+25
| * | Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-284-2/+36