summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-193-150/+30
* Remove QVariant constructor taking Qt::GlobalColor.Jędrzej Nowacki2012-04-191-9/+0
* api: remove QWindow::visible()Girish Ramakrishnan2012-04-182-11/+0
* api: QGuiApplication::inputMethod should be staticGirish Ramakrishnan2012-04-182-6/+14
* Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1711-39/+210
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-39/+210
| |\
| | * 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
* | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
* | | api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-172-12/+12
* | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-172-6/+5
|/ /
* | api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-162-3/+3
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1018-33/+238
|\|
| * 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
* | Get rid of QKeyEventExThiago Macieira2012-04-055-85/+62
* | Remove duplicated template code.Jędrzej Nowacki2012-04-031-40/+1
* | Merge master into api_changesKent Hansen2012-03-278-9/+37
|\|
| * 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
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-239-22/+26
|\ \
| * | Merge master into api_changesKent Hansen2012-03-239-22/+26
| |\|
| | * 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