summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus
Commit message (Expand)AuthorAgeFilesLines
* Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-1/+1
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-3/+5
* IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-102-11/+40
* IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-085-11/+140
* Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
* Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
* IBus: Delete deprecated DBus APIsTakao Fujiwara2018-01-162-22/+73
* Support ForwardKeyEvent signal in ibus input contextPeng Wu2017-12-042-0/+38
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-262-0/+12
|\
| * Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-182-0/+12
* | XCB/Input methods: Implement IBus HidePreeditText and ShowPreeditTextSebastian Sauer2017-09-212-3/+33
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-9/+9
|/
* Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+1
* Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-2/+2
* Check for qApp before using it in ibus pluginUlf Hermann2017-04-251-0/+3
* Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+8
* Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-4/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-225-166/+141
|\
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-5/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
| | |\
| | | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| * | | ibus: remove some unneeded member init'ingMarc Mutz2016-03-111-17/+1
| * | | QIBusEngineDesc: initialize all members when deserializing from older versionsMarc Mutz2016-03-101-17/+21
| * | | ibus: mark some types as movableMarc Mutz2016-03-102-26/+5
| * | | ibus: de-virtualize QIBusSerializable hierarchyMarc Mutz2016-03-103-106/+114
| |/ /
* / / QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-201-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-155-70/+100
* | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-046-7/+227
|\|
| * IBus: Implement QPlatformInputContext::locale()Takao Fujiwara2015-11-026-7/+227
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-17/+97
|\|
| * Qt IBus plugin connects to IBus Bus again if ibus-daemon does not runTakao Fujiwara2015-09-252-17/+97
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-18/+35
|\|
| * ibus: Return correct scan code to windowsTakao Fujiwara2015-08-252-18/+35
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-2/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+1
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-1/+1
|/
* ibus: Get display number when screen number is omitted.Takao Fujiwara2015-03-271-0/+2
* Update copyright headersJani Heikkinen2015-02-119-39/+39
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-7/+7
* Merge TextFormat attributes for identical ranges in QInputMethodEventsEike Hein2014-11-062-4/+25
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-245-95/+55
* IBus Input Method: Check in commit whether we need to commitDaniel Teske2014-08-311-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-0/+1
|\