summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-169-0/+110
* | | | | | | | | | gui: Clear the QPixmapCache before destroying the QPlatformIntegrationHolger Hans Peter Freyther2012-04-161-0/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix header inclusion guardGirish Ramakrishnan2012-04-151-3/+3
* | | | | | | | | doc: QWindowSurface is deadGirish Ramakrishnan2012-04-141-2/+2
* | | | | | | | | Fix header inclusion guardsGirish Ramakrishnan2012-04-143-9/+9
* | | | | | | | | Added iOS compatibility.Qt4iOS2012-04-131-11/+11
* | | | | | | | | Move QSurface destructor to qsurface.cppGirish Ramakrishnan2012-04-122-5/+3
* | | | | | | | | Minor doc fix - show -> hide in QWindow::hideEvent()Julian de Bhal2012-04-111-3/+3
* | | | | | | | | Implement window modality in QtGuiBradley T. Hughes2012-04-115-2/+174
* | | | | | | | | Remove unused signal QWindow::backBufferReadyGirish Ramakrishnan2012-04-101-1/+0
* | | | | | | | | Fixed build issue when using GLEW with MSVCAndy Nichols2012-04-101-0/+2
* | | | | | | | | Fix header inclusion guardsGirish Ramakrishnan2012-04-101-3/+3
* | | | | | | | | Fix constness of QPlatformCursorImage::hostpot()Girish Ramakrishnan2012-04-101-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Specify generic QPA plugins via env variablesDonald Carr2012-04-041-0/+4
* | | | | | | | Removed Qt 5 todo comments from qpalette.hSamuel Rødal2012-04-041-3/+3
* | | | | | | | Fix warnings about unused variables.Friedemann Kleint2012-04-032-6/+3
* | | | | | | | QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-032-8/+23
* | | | | | | | Make API in QPlatformSharedGraphicsCache a little more genericEskil Abrahamsen Blomfeldt2012-04-031-3/+4
* | | | | | | | Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* | | | | | | | Added some convenience API for platform input contextsPekka Vuorela2012-04-019-12/+153
* | | | | | | | Change documentation to refer to up to date property name in QtQuickPekka Vuorela2012-03-291-1/+1
* | | | | | | | Determine font smoothing gamma in initialization.Friedemann Kleint2012-03-291-2/+5
* | | | | | | | irrelevant qDebugs from QGuiApplication removed.Simjees Abraham2012-03-281-2/+0
* | | | | | | | Add QPA notes to QCursor pos() and setPos()Laszlo Agocs2012-03-271-0/+17
* | | | | | | | Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-276-1/+29
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-264-1/+11
* | | | | | | Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-262-0/+8
* | | | | | | Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-241-4/+17
* | | | | | | Fix deprecation warning about QPlatformWindow::visibleThiago Macieira2012-03-241-1/+1
* | | | | | | Fix warnings in qtbase.Friedemann Kleint2012-03-241-3/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Deprecate QInputMethodEvent::setTentativeCommitString()Pekka Vuorela2012-03-232-2/+4
* | | | | | Fixed QInputMethod API to use isVisible() instead of visible().Samuel Rødal2012-03-222-3/+7
* | | | | | FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-2/+9
* | | | | | Remove redundant \since 5.0Debao Zhang2012-03-223-14/+0
* | | | | | EGLFS: Integrate building into configure.Donald Carr2012-03-211-0/+2
* | | | | | Set the default QPA plugin for QNX builds to "qnx"Sean Harmer2012-03-201-0/+2
* | | | | | Fix KDE palette.Olivier Goffart2012-03-201-0/+1
* | | | | | Fix the compat handleWheelEvent function.Morten Johan Sorvig2012-03-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Add QWindowSystemInterface::tryHandleSynchronousShortcutEvent()Bradley T. Hughes2012-03-172-0/+46
| |_|_|/ |/| | |
* | | | Add a note to QTouchEvent docs about empty touchpoint listsLaszlo Agocs2012-03-151-3/+4
* | | | Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-158-4/+19
* | | | Make QWindow::isActive return false when the application loses the focusAnselmo L. S. Melo2012-03-151-0/+5
* | | | Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+6
* | | | implement virtual destructor in QPlatformSurfaceGunnar Sletta2012-03-152-0/+6
* | | | Add a way to query for global handles in QPlatformNativeInterfaceJørgen Lind2012-03-152-0/+6
* | | | Refactor theme plugin loading.Friedemann Kleint2012-03-153-6/+24
* | | | Add QGuiApplication::platformName.Friedemann Kleint2012-03-143-2/+22
| |_|/ |/| |
* | | Delete QPlatformDragPrivate object in QPlatformDrag's destructorjian liang2012-03-122-0/+3
* | | Migrate QWindowSystemInterface to use QElapsedTimerLaszlo Agocs2012-03-123-6/+5
* | | Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-094-2/+52