Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add settings handler for Lomiri | Robert Tari | 2021-10-18 | 1 | -0/+4 | |
|/ | ||||||
* | Merge branch 'tari01-pr/fix-lomiri-detection' | Mike Gabriel | 2021-10-18 | 1 | -4/+1 | |
|\ | | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/20 | |||||
| * | src/service.c: Fix Lomiri detection | Robert Tari | 2021-10-18 | 1 | -4/+1 | |
|/ | ||||||
* | Merge branch 'tari01-pr/add-new-language-variants' | Mike Gabriel | 2021-10-18 | 5 | -3/+44 | |
|\ | | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/19 | |||||
| * | Add new languages/variants | Robert Tari | 2021-10-18 | 5 | -3/+44 | |
|/ | ||||||
* | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | 2021-09-24 | 1 | -7/+9 | |
| | | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/pt_BR/ | |||||
* | contrib/ayatana-indicator-keyboard-icon-generator-lomiri.py: Set x-bit on ↵ | Mike Gabriel | 2021-09-14 | 1 | -0/+0 | |
| | | | | script. | |||||
* | Merge branch 'tari01-pr/add-lomiri-icon-generator' | Mike Gabriel | 2021-09-14 | 2 | -0/+272 | |
|\ | | | | | | | Attributes GH PR #18: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/18 | |||||
| * | Add Lomiri icon generator and move both generators to /contrib | Robert Tari | 2021-09-14 | 2 | -0/+272 | |
|/ | ||||||
* | Merge branch 'tari01-pr/add-lomiri-backend' | Mike Gabriel | 2021-09-14 | 8 | -27/+171 | |
|\ | | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/17 | |||||
| * | Split X11 and Lomiri backends | Robert Tari | 2021-09-13 | 8 | -27/+171 | |
| | | | | | | | | | | | | | | | | | | - CMakeLists.txt: Add separate dependencies for the X11 backend - src/keyboard.c: Fork into keyboard-x11.c and keyboard-lomiri.c - src/CMakeLists.txt: Build backend libraries - src/keyboard-lomiri.c: Add some mock defaults for Lomiri - src/service.c: Load appropriate backend during runtime - data/org.ayatana.indicator.keyboard: Move icon to leftmost position | |||||
* | | Merge branch 'tari01-pr/use-libayatana-common' | Mike Gabriel | 2021-09-09 | 7 | -212/+21 | |
|\| | | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/16 | |||||
| * | .build.yml: Install libayatana-common dependency from GitHub | Robert Tari | 2021-09-03 | 1 | -2/+15 | |
| | | ||||||
| * | debian/control: add libayatana-common-dev build dependency | Robert Tari | 2021-09-03 | 1 | -0/+1 | |
| | | ||||||
| * | Replace local code with libayatana-common | Robert Tari | 2021-09-03 | 5 | -210/+5 | |
|/ | ||||||
* | Fix Travis status image | Robert Tari | 2021-09-03 | 1 | -1/+1 | |
| | ||||||
* | AUTHORS: Create file from Git history. Resolves DEB build. | Mike Gabriel | 2021-08-30 | 1 | -0/+48 | |
| | ||||||
* | Update translation files | Hosted Weblate | 2021-08-29 | 1 | -0/+2 | |
| | | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/ | |||||
* | debian/{control,compat}: Bump to level 10. | Mike Gabriel | 2021-08-29 | 2 | -2/+2 | |
| | ||||||
* | debian/: Drop stray files AUTHORS and ChangeLog. | Mike Gabriel | 2021-08-29 | 2 | -0/+0 | |
| | ||||||
* | debian/: Drop stray files AUTHORS and ChangeLog. | Mike Gabriel | 2021-08-29 | 2 | -4578/+0 | |
| | ||||||
* | debian/rules: Enable unit tests (if there were any). | Mike Gabriel | 2021-08-29 | 1 | -0/+8 | |
| | ||||||
* | .travis.yml: Use Ayatana Indicators project's dev-scripts repo. | Mike Gabriel | 2021-08-28 | 1 | -1/+1 | |
| | ||||||
* | Added translation using Weblate (Kurdish (Southern)) | Weblate | 2021-08-28 | 1 | -0/+29 | |
| | ||||||
* | Added translation using Weblate (Kurdish (Northern)) | Weblate | 2021-08-28 | 1 | -0/+29 | |
| | ||||||
* | .travis.yml: Fix branch name what is now the default branch in ↵ | Mike Gabriel | 2021-08-28 | 1 | -1/+1 | |
| | | | | ayatana-dev-scripts. | |||||
* | Translated using Weblate (Swedish) | Luna Jernberg | 2021-08-14 | 1 | -7/+9 | |
| | | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/sv/ | |||||
* | Merge branch 'tari01-pr/add-enable-werror-option' | Mike Gabriel | 2021-08-10 | 1 | -0/+7 | |
|\ | | | | | | | Attributes GH PR #15: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/15 | |||||
| * | Add ENABLE_WERROR option | Robert Tari | 2021-08-09 | 1 | -0/+7 | |
|/ | ||||||
* | Merge branch 'tari01-pr/cmake-install-full' | Mike Gabriel | 2021-08-04 | 1 | -2/+2 | |
|\ | | | | | | | Attributes GH PR #14: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/14 | |||||
| * | Use CMAKE_INSTALL_FULL_*DIR locations for installation | Robert Tari | 2021-08-04 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'tari01-pr/add-documentation-and-build-instructions' | Mike Gabriel | 2021-08-04 | 2 | -6/+100 | |
|\ | | | | | | | Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/13 | |||||
| * | Add documentation and build instructions | Robert Tari | 2021-08-04 | 2 | -6/+100 | |
|/ | ||||||
* | Merge branch 'tari01-pr/add-standard-ayatana-cmake-bits' | Mike Gabriel | 2021-08-04 | 1 | -3/+36 | |
|\ | | | | | | | Attributes GH PR #12: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/12 | |||||
| * | Add standard Ayatana CMake bits | Robert Tari | 2021-07-29 | 1 | -3/+36 | |
|/ | ||||||
* | Translated using Weblate (Hebrew) | Yaron Shahrabani | 2021-07-16 | 1 | -3/+3 | |
| | | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/he/ | |||||
* | Translated using Weblate (Hebrew) | Yaron Shahrabani | 2021-05-23 | 1 | -5/+7 | |
| | | | | | | | Currently translated at 50.0% (1 of 2 strings) Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/he/ | |||||
* | .travis.yml: Don't try running autotools based CI build. | Mike Gabriel | 2021-05-04 | 1 | -1/+1 | |
| | ||||||
* | Translated using Weblate (Czech) | Tomáš Marný | 2021-05-02 | 1 | -6/+8 | |
| | | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: Ayatana Indicators/Keyboard Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/keyboard-applet/cs/ | |||||
* | Merge branch 'sunweaver-pr/travis-ci' | Robert Tari | 2021-04-28 | 2 | -0/+157 | |
|\ | | | | | | | Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/11 | |||||
| * | .travis.yml: Ubuntu rolling (I series) is currently in bootstrapping ↵ | Mike Gabriel | 2021-04-26 | 1 | -1/+1 | |
| | | | | | | | | process, disabling for now. | |||||
| * | Travis-CI: Initial draft for CI builds. | Mike Gabriel | 2021-04-26 | 2 | -0/+157 | |
|/ | ||||||
* | Merge branch 'tari01-pr/base-on-languages' | Mike Gabriel | 2021-04-16 | 165 | -46/+1678 | |
|\ | | | | | | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/10 Fixes AyatanaIndicators/ayatana-indicator-keyboard#9 | |||||
| * | src/keyboard.c: Get languages via lookupLanguage() | Robert Tari | 2021-04-16 | 1 | -4/+5 | |
| | | ||||||
| * | src/languages.h: Use a predefined language lookup table | Robert Tari | 2021-04-16 | 1 | -0/+1450 | |
| | | ||||||
| * | data/icons/scalable/status: Use an improved icon set | Robert Tari | 2021-04-16 | 162 | -14/+54 | |
| | | ||||||
| * | data/ayatana-indicator-keyboard-icon-generator: Use a predefined ↵ | Robert Tari | 2021-04-16 | 1 | -28/+169 | |
|/ | | | | abbreviation list | |||||
* | release 0.7.9010.7.901 | Mike Gabriel | 2021-04-12 | 5 | -4/+11 | |
| | ||||||
* | Merge branch 'tari01-pr/remove-gtk-update-icon-cache' | Mike Gabriel | 2021-04-12 | 1 | -1/+0 | |
|\ | | | | | | | Attributes GH PR #3: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/3 | |||||
| * | Do not update icon cache from CMake | Robert Tari | 2021-04-12 | 1 | -1/+0 | |
|/ |