summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong emits of x/y/width/height changed signals in QWindowSamuel Rødal2013-01-041-9/+9
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-042-5/+7
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-0/+4
* Implicit conversion of shortcuts to string is gone.Frederik Gladhorn2012-12-141-1/+1
* Entered hardcoded url for Gnu EmacsNico Vertriest2012-12-141-1/+1
* XCB: add support for getting and setting appTime and appUserTime.David Faure2012-12-142-0/+8
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-1/+6
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-122-2/+6
* De-inline all setters in QWindowShawn Rutledge2012-12-122-77/+84
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-121-1/+1
* Remove incorrect and confusing documentation from qplatformwindow.cppSamuel Rødal2012-12-111-3/+0
* Compile with QT_NO_CURSOR.Volker Krause2012-12-071-0/+2
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-065-90/+10
* Fixed crash in tst_qguiapplication with QT_QPA_PLATFORM=minimalSamuel Rødal2012-12-051-1/+2
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-031-36/+0
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-2/+2
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-0110-1/+92
* Renamed the keyboard-focus doc to make clear it's about WidgetsShawn Rutledge2012-12-011-1/+1
* Restore the visibility of a moved QWindow in QWindow::screenDestroyedJocelyn Turcotte2012-11-301-1/+9
* Fix crash when requesting QGuiApplication::platformNativeInterface()Miikka Heikkinen2012-11-301-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-284-5/+239
* QGuiApplication docs: clarify that QWidget needs QApplicationJ-P Nurmi2012-11-271-1/+3
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-273-5/+6
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-1/+1
* Enable gui build with QT_NO_SYSTEMTRAYICONTasuku Suzuki2012-11-211-2/+2
* Handle QEventLoop::ExcludeUserInputEvents in QWindowSystemInterface.Friedemann Kleint2012-11-212-36/+45
* Add QPlatformNativeInterface::nativeResourceForScreen().Friedemann Kleint2012-11-192-0/+10
* Missing break in case QEvent::WindowStateChange.Miikka Heikkinen2012-11-151-0/+1
* Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-153-0/+30
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-6/+12
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-106-9/+67
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-098-1/+88
* Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-082-4/+17
* Relax QOpenGLContext::swapBuffers() conditions.Samuel Rødal2012-11-081-15/+1
* Temporary backwards-compatible QWindow::setPos accessorsShawn Rutledge2012-11-081-0/+6
* Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-083-25/+39
* Temporary backwards-compatibility window propertiesShawn Rutledge2012-11-071-0/+29
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-073-99/+121
* Don't include qaccessible.h on QT_NO_ACCESSIBILITYKevin Funk2012-11-061-1/+3
* Added MultipleWindows platform capability.Samuel Rødal2012-11-022-5/+10
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-023-0/+70
* Remove a couple of unused variables.Miikka Heikkinen2012-11-021-2/+0
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-303-0/+23
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+1
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-255-10/+0
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-255-1/+56
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-193-2/+54
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-173-7/+5
* Add QDrag class to 'draganddrop' groupGatis Paeglis2012-10-171-0/+1
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-162-15/+22