- 10 Dec, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 09 Dec, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
Summary: Jonathan uses en_GB.dict that diverges slightly from en.dict. They both should be taken into account properly. Test Plan: Used Jon's env var Reviewers: #plasma, jriddell Reviewed By: #plasma, jriddell Subscribers: jriddell, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D25823
-
- 04 Dec, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
It was done because the drawer was doing weird things with it, but we are not showing the full global drawer anymore.
-
Aleix Pol Gonzalez authored
It blends better on the UX, works just as well.
-
- 03 Dec, 2019 6 commits
-
-
Aleix Pol Gonzalez authored
editingFinished would get triggered when the window changes and would feel unpredictable.
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Removes weird margin on the right side and the delegates look purposely placed.
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 29 Nov, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 25 Nov, 2019 3 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Yuri Chornoivan authored
-
- 20 Nov, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 18 Nov, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 17 Nov, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 05 Nov, 2019 1 commit
-
-
David Edmundson authored
Summary: ibus installs with the file en_GB.dict same with an underscore as a separator for all regional variants. The bcp47 name uses a hyphen. Test Plan: I see emoticons Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D25156
-
- 04 Nov, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Nov, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 31 Oct, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
Summary: No need to replace the current engine if we already have an acceptable one set. Otherwise it confuses Qt and it asserts in Qt. ``` 7 0x00007f517fcdf8e6 in qt_assert (assertion=assertion@entry=0x7f5179fee560 "engine_name == desc.engine_name", file=file@entry=0x7f5179fee318 "/home/apol/devel/frameworks/qt5/qtbase/src/plugins/platforminputcontexts/ibus/qibusplatforminputcontext.cpp", line=line@entry=583) at ../../include/QtCore/../../../../../devel/frameworks/qt5/qtbase/src/corelib/global/qlogging.h:90 8 0x00007f5179fdb6f4 in QIBusPlatformInputContext::globalEngineChanged (this=0x55831b2c7ff0, engine_name=...) at ../../../../include/QtCore/../../../../../devel/frameworks/qt5/qtbase/src/corelib/tools/qarraydata.h:236 9 0x00007f5179fe7f6d in QIBusPlatformInputContext::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at .moc/moc_qibusplatforminputcontext.cpp:147 ``` Test Plan: Now I can start the plasmoid without it crashing. I'm guessing users so far were running against a release build of Qt without asserts. Starting ibus with the session now works as well, in contrast to having to start it explicitly Reviewers: hein Reviewed By: hein Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D25045
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 29 Oct, 2019 3 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 27 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 24 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Oct, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
So it doesn't fall under Lost & Found
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 20 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 17 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 16 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 14 Oct, 2019 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Summary: Shows all emoji in categories, it will save the new emoji into the clipboard. Test Plan: Manual testing; run `ibus-ui-emojier-plasma` {F7573133} Reviewers: #plasma, #vdg, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: hein, #vdg, GB_2, mart, ngraham, davidedmundson, broulik, plasma-devel Tags: #plasma, #vdg Differential Revision: https://phabricator.kde.org/D24454
-
- 07 Oct, 2019 1 commit
-
-
Aleix Pol Gonzalez authored
Summary: 1.5 was first released in July 2014, I don't see why keep it around. Test Plan: Still builds Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D24414
-
- 13 Mar, 2019 1 commit
-
-
Laurent Montel authored
-
- 24 Feb, 2019 1 commit
-
-
Volker Krause authored
Summary: This is provided by ECM nowadays, with proper imported targets. Reviewers: apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19244
-
- 03 Jan, 2019 1 commit
-
-
Xuetian Weng authored
-
- 29 Nov, 2018 1 commit
-
-
Laurent Montel authored
-