summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2214-338/+338
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-282-2/+2
* Fix warning when ibus is not available.David Faure2012-06-262-11/+3
* Use QPointer, not QWeakPointer.Thiago Macieira2012-06-141-1/+1
* Remove QFactoryInterface from the input pluginsLars Knoll2012-06-082-12/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-076-6/+6
* Adapt Maliit input context to new input method interfacesPekka Vuorela2012-04-032-37/+22
* Added some convenience API for platform input contextsPekka Vuorela2012-04-012-10/+11
* Rename remaining references to QInputPanelPekka Vuorela2012-02-282-2/+2
* Use new plugin system for Input Context plugins.Friedemann Kleint2012-02-216-4/+20
* Fix warnings in input contexts.Friedemann Kleint2012-02-082-2/+2
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-022-29/+29
* Maliit: Fix enter on VKB not resulting in text input field acceptanceSimon Hausmann2012-01-312-3/+28
* Rename meego to maliit platforminputcontextJan Arne Petersen2012-01-3111-68/+67
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3014-14/+14
* Use per session socket to connect to maliit serverJan Arne Petersen2012-01-294-1/+157
* Fix compilation of MeeGo/Maliit related code after Qt::ScreenOrientation API ...Simon Hausmann2012-01-271-1/+1
* Fix virtual keyboard on Harmattan not following window content orientation ch...Simon Hausmann2012-01-262-2/+17
* Made window orientation API more flexible.Samuel Rødal2012-01-241-1/+1
* Update contact information in license headers.Jason McDonald2012-01-2312-12/+12
* Update copyright year in license headers.Jason McDonald2012-01-0516-16/+16
* QIBusPlatformInputContext: Fix a crash in tst_qinputpanel::update.Friedemann Kleint2011-12-141-0/+2
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-214-16/+0
* Fix debug output in meego platform input contextSimon Hausmann2011-11-211-1/+1
* Fixes to the ibus input contextLars Knoll2011-11-012-4/+35
* Initial support for MeeGo's input method serverSimon Hausmann2011-10-279-0/+1267
* Move input panel visibility ownership from QInputPanel to QPlatformInputContextJoona Petrell2011-10-112-0/+7
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-284-0/+15
* Fix missing/incorrect license headersJason McDonald2011-09-151-1/+1
* Don't build ibus when dbus is not availablePaul Olav Tvete2011-09-141-2/+2
* Windows: correctly disable ibus plugin on WindowsRohan McGovern2011-09-141-1/+1
* don't build ibus plugin on windows/macGunnar Sletta2011-09-121-1/+1
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-081-1/+1
* Fixup a few minor errors in the previous commitLars Knoll2011-09-081-2/+2
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-0813-0/+1216