Remove deprecated inputItem and inputWindow from QInputMethod
[profile/ivi/qtbase.git] / src / gui / kernel / qguiapplication.cpp
2012-09-09 Sergio AhumadaRemoving duplicate includes
2012-09-05 aavitDoc: Missing documentation added and doc errors fixed.
2012-09-03 Sergio AhumadaPrivate slots should be named starting with _q_
2012-08-31 aavitDoc: Fixes for several doc errors
2012-08-30 aavitDoc: Fix various errors
2012-08-23 Pekka VuorelaRemove remaining bits of deprecated QInputPanel
2012-08-20 Miikka HeikkinenFix in-process QAxServers inside modal windows.
2012-08-10 Morten Johan SorvigHandle "-psn_XXX" command line args on Mac
2012-08-06 Samuel RødalFixed popups getting blocked by modal windows.
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-07-23 Friedemann KleintWindowSystemInterface::sendWindowSystemEvents(): Remove...
2012-07-19 Stephen KellyMove QWindowSystemInterface out of qpa.
2012-07-12 Girish RamakrishnanQPA: pass cmdline arguments to QPlatformIntegrationPlug...
2012-07-11 Friedemann KleintClear qt_button_down widget when starting a drag.
2012-07-09 Girish Ramakrishnanqpa: Fix crash when native interface is null
2012-07-06 Jeremy Katzmake QtGui compile when QT_NO_WHEELEVENT is defined
2012-07-04 Girish RamakrishnanMake QGenericPlugin and QGenericPluginFactory public API
2012-07-03 Girish RamakrishnanSuppress QWindowSystemInterface inclusion warnings.
2012-06-29 Mark BrandMerge "Merge branch 'buildsystem' (second round)" into...
2012-06-29 Friedemann KleintAdd framestrut mouse events.
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-27 David FaureAdd QGuiApplication::setApplicationDisplayName.
2012-06-22 David FaureQPA docs: list the platform names that the method is...
2012-06-20 Girish RamakrishnanDocument and use UserEvent::nullWindow for event delivery
2012-06-18 Samuel RødalPrevent ending up in a state where focus is perpetually...
2012-06-14 Girish RamakrishnanDeliver wheel events when window is null
2012-06-12 Stephen KellyOnly quit if there are no visible widgets or windows.
2012-06-06 Samuel RødalAdded QScreen::setOrientationUpdateMask().
2012-06-05 Stephen KellyUse QPointer instead of QWeakPointer.
2012-05-31 Laszlo AgocsQPA tablet event support
2012-05-23 Laszlo AgocsFix wrong local positions in mouse events when no tlw...
2012-05-22 Tasuku SuzukiFix QtGui compilation for -qconfig large
2012-05-22 Laszlo AgocsAdd mouse event internal members needed by declarative
2012-05-18 Aaron KennedyAvoid qobject_cast
2012-05-16 James TurnerAdd focusWindowChanged signal to QGuiApplication
2012-05-11 Christoph Schleife... Make QFileOpenEvents delivered again.
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-09 Casper van DonderenDoc: Modularize QtGui documentation.
2012-05-09 Lars KnollRemove qplatformdrag.h dependency in qguiapplication_p.h
2012-05-08 Samuel RødalAdded QScreen::refreshRate() to get the vertical refres...
2012-05-07 Girish RamakrishnanExpose QPA API under qpa/*
2012-05-04 Thiago MacieiraAllow the QPA plugin arguments to contain non-ASCII.
2012-05-03 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-02 Olivier GoffartFix compilation of public headers with QT_NO_DEPRECATED...
2012-04-27 Friedemann KleintReplace QGuiApplication::activeWindow by focusWindow().
2012-04-19 Girish RamakrishnanFix detection of default platform plugin.
2012-04-19 Laszlo AgocsRemove internal QClipboardEvent
2012-04-18 Girish Ramakrishnanapi: QGuiApplication::inputMethod should be static
2012-04-18 Stephen KellyFix build with QT_NO_CLIPBOARD.
2012-04-18 Lars KnollRevert "Fix memory leak of QFontEngineData"
2012-04-17 Jian LiangFix memory leak of QFontEngineData
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/master...
2012-04-17 Girish Ramakrishnanapi: Make QGuiApplication::styleHints() static
2012-04-16 Bradley T. HughesAdd QPlatformWindow::windowEvent()
2012-04-16 Holger Hans Peter... gui: Clear the QPixmapCache before destroying the QPlat...
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Marius Storm-OlsenMerge commit 'qt-v5.0.0-alpha1'
2012-04-11 Bradley T. HughesImplement window modality in QtGui
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-05 Thiago MacieiraGet rid of QKeyEventEx
2012-04-04 Donald CarrSpecify generic QPA plugins via env variables
2012-04-03 Friedemann KleintFix warnings about unused variables.
2012-04-01 Pekka VuorelaAdded some convenience API for platform input contexts
2012-03-29 Simo FältMerge branch 'master' of git://scm.dev.nokia.troll... qt-v5.0.0-alpha1
2012-03-29 Friedemann KleintDetermine font smoothing gamma in initialization.
2012-03-28 Simjees Abrahamirrelevant qDebugs from QGuiApplication removed.
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Friedemann KleintIntroduce FontSmoothingGamma as a platform style hint.
2012-03-26 Bradley T. HughesFix QGuiApplication::keyboardModifiers()
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-22 Pekka VuorelaFocusAboutToChange event to be send before focus changes
2012-03-22 Samuel RødalGot rid of Map / Unmap events in favor of Expose event.
2012-03-22 Debao ZhangRemove redundant \since 5.0
2012-03-21 Jędrzej NowackiCrash fix in ~QVariant
2012-03-21 Donald CarrEGLFS: Integrate building into configure.
2012-03-20 Sean HarmerSet the default QPA plugin for QNX builds to "qnx"
2012-03-16 Kent HansenMerge master into api_changes
2012-03-15 Samuel RødalAdded missing \since 5.0 and tweaked some docs in QtGui.
2012-03-14 Friedemann KleintRefactor theme plugin loading.
2012-03-14 Friedemann KleintAdd QGuiApplication::platformName.
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 Laszlo AgocsMigrate QWindowSystemInterface to use QElapsedTimer
2012-03-09 David FaureFix some duplication between QGuiApplication and QAppli...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Friedemann KleintQCursor: Associate cursor with screen.
2012-03-07 Friedemann KleintAdd fonts to QPlatformTheme.
2012-03-06 Laszlo AgocsFix double click handling.
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-02-29 Friedemann KleintRefactor the QPA dnd interface.
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
next