aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .build.yml: Building libayatana-common with -DENABLE_LOMIRI_FEATURES ↵Mike Gabriel2021-12-141-0/+2
| | | | requires liblomiri-url-dispatcher(-dev).
* release 21.12.021.12.0Mike Gabriel2021-12-145-3/+53
|
* Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'Mike Gabriel2021-12-141-1/+5
|\ | | | | | | Attributes GH PR #27: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/27
| * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURESRobert Tari2021-12-101-1/+5
|/
* Translated using Weblate (Esperanto)phlostically2021-11-241-1/+3
| | | | | | | Currently translated at 100.0% (12 of 12 strings) Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/eo/
* Translated using Weblate (Esperanto)phlostically2021-11-221-4/+4
| | | | | | | Currently translated at 91.6% (11 of 12 strings) Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/eo/
* Translated using Weblate (Esperanto)phlostically2021-11-191-14/+16
| | | | | | | Currently translated at 75.0% (9 of 12 strings) Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/eo/
* Translated using Weblate (Gaelic)Phil Clifford2021-11-171-6/+10
| | | | | | | Currently translated at 16.6% (2 of 12 strings) Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/gd/
* release 0.9.00.9.0Mike Gabriel2021-11-177-7629/+4002
|
* libmessaging-menu/messaging-menu.symbols: Also exclude _messaging_menu_*. ↵Mike Gabriel2021-11-171-1/+2
| | | | These are also private symbols.
* Translated using Weblate (Macedonian)ElectrifiedSpeed2021-11-041-4/+7
| | | | | | | Currently translated at 8.3% (1 of 12 strings) Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/mk/
* Merge branch 'tari01-pr/rename-com-ubuntu-touchaccountsservice-securityprivacy'Mike Gabriel2021-11-022-2/+2
|\ | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/26
| * Rename com.ubuntu.touch.AccountsService.SecurityPrivacyRobert Tari2021-11-022-2/+2
|/
* Merge branch 'tari01-pr/accountsservice-sound'Mike Gabriel2021-11-011-109/+111
|\ | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/25
| * tests/accounts-service-mock.h: Rename com.ubuntu.touch.AccountsService.Sound ↵Robert Tari2021-11-011-1/+3
| | | | | | | | to com.lomiri.touch.AccountsService.Sound
| * Whitespace fixRobert Tari2021-11-011-109/+109
|/
* Merge branch 'sunweaver-pr/messaging-menu-symbols'Robert Tari2021-10-263-67/+7
|\ | | | | | | Attributes GH PR #24: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/24
| * debian/libmessaging-menu0.symbols: Add Build-Depends-Package: meta data field.Mike Gabriel2021-10-261-0/+1
| |
| * debian/libmessaging-menu0.symbols: Update .symbols file back to its original ↵Mike Gabriel2021-10-261-67/+1
| | | | | | | | state (before the CMake change-over).
| * libmessaging-menu/: Limit exported symbols to messaging_menu_*.Mike Gabriel2021-10-262-0/+5
|/ | | | Fixes https://github.com/AyatanaIndicators/ayatana-indicator-messages/issues/22
* Merge branch 'sunweaver-pr/travis-cleanup'Robert Tari2021-10-251-23/+5
|\ | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/23
| * .build.yml: Run unit tests in build_scripts: target.Mike Gabriel2021-10-251-8/+4
| |
| * .build.yml: Drop autogen.sh support.Mike Gabriel2021-10-251-16/+2
|/
* data/CMakeLists.txt: Do not use automatic GSchema compilationRobert Tari2021-10-221-1/+0
|
* Merge branch 'tari01-pr/add-readme-and-instructions'Mike Gabriel2021-10-212-0/+103
|\ | | | | | | Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/21
| * Add info and build instructionsRobert Tari2021-10-212-0/+103
|/
* Merge branch 'tari01-pr/enable-ubuntu-tests'Mike Gabriel2021-10-211-2/+5
|\ | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/20
| * .build.yml: Also run unit tests during CI builds against Ubuntu.Robert Tari2021-10-211-1/+1
| |
| * .build.yml: Enable tests for Ubuntu buildsRobert Tari2021-10-211-2/+5
|/
* Merge branch 'tari01-pr/move-to-cmake'Mike Gabriel2021-10-2156-1824/+1658
|\ | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/19
| * Update debian/ filesRobert Tari2021-10-216-55/+107
| |
| * Remove config.h dependencyRobert Tari2021-10-214-707/+703
| |
| * Do a natural CMake file configurationRobert Tari2021-10-217-18/+10
| |
| * Fix and enable indicator-testRobert Tari2021-10-212-4/+6
| |
| * Remove Automake filesRobert Tari2021-10-2131-942/+0
| |
| * Add CMake filesRobert Tari2021-10-2111-0/+734
| |
| * Whitespace fixRobert Tari2021-10-211-110/+110
|/
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|
* Revert ".build.yml: Also run unit tests during CI builds against Ubuntu."Mike Gabriel2021-10-181-2/+2
| | | | This reverts commit 6c1a8c954e7bdf05d6369647178b9f2d2447c89a.
* Merge branch 'UbuntuBudgie-main'Mike Gabriel2021-10-181-1/+1
|\ | | | | | | Attributes GH PR #18: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/18
| * Allow autostart for Budgie DesktopDavid Mohammed2021-10-181-1/+1
|/
* Merge branch 'tari01-pr/update-ido-names'Mike Gabriel2021-10-181-2/+2
|\ | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/17
| * Update Ayatana IDO namesRobert Tari2021-10-181-2/+2
|/
* .build.yml: Also run unit tests during CI builds against Ubuntu.Robert Tari2021-10-181-2/+2
|
* Update translation filesHosted Weblate2021-08-291-0/+2
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Messages Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/messages-applet/
* .build.yml: Fix for previous commit. First cd .., then remove the ↵Mike Gabriel2021-08-281-0/+1
| | | | libayatana-common-build folder.
* .build.yml: Remove source folder libayatana-common-build/ after build. ↵Mike Gabriel2021-08-281-0/+1
| | | | Confuses intltool-update.
* Added translation using Weblate (Kurdish (Southern))Weblate2021-08-281-0/+68
|
* Added translation using Weblate (Kurdish (Northern))Weblate2021-08-281-0/+68
|
* po/: Drop zh_Hant.po: Drop duplicate file for Chinese (Tranditional) and ↵Mike Gabriel2021-08-282-69/+1
| | | | adjust LINGUAS files.