| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review: plugins/platforminputcontexts/* | Shawn Rutledge | 2025-09-26 | 1 | -0/+2 |
| * | ibus: use logging category for im debug | Liang Qi | 2025-02-08 | 1 | -27/+14 |
| * | ibus: Make address a QByteArray instead of a view in createConnection() | Rym Bouabid | 2025-02-04 | 1 | -2/+2 |
| * | Replace qgetenv() calls converted to QString with qEnvironmentVariable() | Thiago Macieira | 2025-01-01 | 1 | -5/+3 |
| * | Use QIODevice::readLineInto() instead of readLine() in loops | Rym Bouabid | 2024-09-20 | 1 | -3/+4 |
| * | ibus: avoid a crash when context is not ready | Aleix Pol Gonzalez | 2024-01-19 | 1 | -1/+2 |
| * | IBus: Support a property ClientCommitPreedit | Inho Lee | 2024-01-16 | 1 | -4/+31 |
| * | Make flatpak check more backward compatible | Ilya Fedin | 2023-04-04 | 1 | -2/+2 |
| * | ibus: support high dpi for cursor rectangle | Liang Qi | 2023-01-03 | 1 | -3/+24 |
| * | IBus: Use portal in snap | Ilya Fedin | 2022-11-26 | 1 | -3/+4 |
| * | ibus: check object validity before honoring `inputMethodAccepted()` | Phan Quang Minh | 2022-11-25 | 1 | -1/+1 |
| * | Fix QIBusPlatformInputContext leaks | Ilya Fedin | 2022-11-17 | 1 | -45/+48 |
| * | plugins: use nullptr instead of 0 and NULL | Johannes Kauffmann | 2022-10-02 | 1 | -7/+7 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Plugins: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-05-04 | 1 | -4/+4 |
| * | Plugins: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-05-04 | 1 | -9/+11 |
| * | Plugins: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-05-02 | 1 | -1/+1 |
| * | Remove noop calls to QPlatformInputContext base class | Tor Arne Vestbø | 2022-04-29 | 1 | -5/+0 |
| * | QIbusPlatformInputContextPlugin: includemocs | Marc Mutz | 2022-04-28 | 1 | -0/+2 |
| * | Remove QtDBus includes | David Skoland | 2021-01-12 | 1 | -12/+15 |
| * | Adjust code format, add space after 'if' | Zhang Sheng | 2020-11-16 | 1 | -1/+1 |
| * | Move xkbcommon to QtGui | Friedemann Kleint | 2020-07-04 | 1 | -1/+1 |
| * | IBus: Use WAYLAND_DISPLAY on Wayland sessions to make up socket names | Takao Fujiwara | 2020-05-15 | 1 | -11/+27 |
| * | Replace usages of QVariant::value by qvariant_cast | Olivier Goffart | 2019-12-15 | 1 | -2/+2 |
| * | Calculate Qt::Key from keysym for IBus ForwardKeyEvent signal | Takao Fujiwara | 2019-03-25 | 1 | -4/+10 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-02-08 | 1 | -1/+1 |
| |\ |
|
| | * | Normalize some SIGNAL/SLOT signatures | Joerg Bornemann | 2019-02-06 | 1 | -1/+1 |
| * | | ibus: allow filterEvent() from QWindowSystemEventHandler::sendEvent() | Gatis Paeglis | 2019-02-06 | 1 | -15/+16 |
| * | | ibus: send batched QInputMethodQueryEvent event | Gatis Paeglis | 2019-01-04 | 1 | -9/+6 |
| |/ |
|
| * | Modernize the "filesystemwatcher" feature | Liang Qi | 2018-09-27 | 1 | -2/+2 |
| * | IBus: connect to ibus-daemon when it restarts in Flatpak | Takao Fujiwara | 2018-08-10 | 1 | -11/+38 |
| * | IBus: Support the portal, needed for Flatpak environment | Robin Lee | 2018-08-08 | 1 | -11/+53 |
| * | Fix read-only text browser sometimes jump to the top of the document | Jarek Kobus | 2018-04-04 | 1 | -0/+6 |
| * | Fix display recognition for IBUS | Lars Knoll | 2018-03-20 | 1 | -1/+1 |
| * | Support ForwardKeyEvent signal in ibus input context | Peng Wu | 2017-12-04 | 1 | -0/+37 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-09-26 | 1 | -0/+11 |
| |\ |
|
| | * | Hide ibus IM on password fields | Allan Sandfeld Jensen | 2017-09-18 | 1 | -0/+11 |
| * | | XCB/Input methods: Implement IBus HidePreeditText and ShowPreeditText | Sebastian Sauer | 2017-09-21 | 1 | -3/+31 |
| |/ |
|
| * | Fix composition on xcb with misconfigured ibus | Allan Sandfeld Jensen | 2017-07-31 | 1 | -1/+1 |
| * | Fix GCC 8 warnings about ignored const on cast result types | Marc Mutz | 2017-06-28 | 1 | -2/+2 |
| * | Check for qApp before using it in ibus plugin | Ulf Hermann | 2017-04-25 | 1 | -0/+3 |
| * | Respect XDG_CONFIG_HOME when getting ibus socket location | Florian Bruhin | 2017-02-17 | 1 | -1/+2 |
| * | fix build with various QT_NO_* defines | Nick Shaforostoff | 2016-08-26 | 1 | -0/+6 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-03-22 | 1 | -1/+1 |
| |\ |
|
| | * | QtBase (remainder): use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-12 | 1 | -1/+1 |
| * | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariant | Marc Mutz | 2016-02-20 | 1 | -1/+1 |
| |/ |
|
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt(). | Sérgio Martins | 2015-12-18 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-11-04 | 1 | -2/+31 |
| |\ |
|
| | * | IBus: Implement QPlatformInputContext::locale() | Takao Fujiwara | 2015-11-02 | 1 | -2/+31 |