aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Drop all references to MERGE-REVIEWRobert Tari2021-11-022-20/+0
|/
* Merge branch 'sunweaver-pr/travis-cleanup'Robert Tari2021-10-261-25/+13
|\ | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/32
| * .build.yml: Remove source code of locally built dependency after it has been ↵Mike Gabriel2021-10-261-0/+2
| | | | | | | | installed.
| * .build.yml. Skip cppcheck run for the bluetooth indicator, only Vala code in ↵Mike Gabriel2021-10-261-5/+6
| | | | | | | | here.
| * .build.yml: If we ever start having unit tests, run those unit tests in ↵Mike Gabriel2021-10-251-8/+4
| | | | | | | | build_scripts: target.
| * .build.yml: Drop autogen.sh support.Mike Gabriel2021-10-251-13/+2
|/
* data/CMakeLists.txt: Do not use automatic GSchema compilationRobert Tari2021-10-221-1/+0
|
* Merge branch 'tari01-pr/use-intltool-merge-translations'Mike Gabriel2021-10-211-1/+2
|\ | | | | | | Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/31
| * data/CMakeLists.txt: Use intltool_merge_translations instead of execute_processRobert Tari2021-10-211-1/+2
|/
* .travis.yml: Temporarily disable ppc64le buildsRobert Tari2021-10-201-1/+1
|
* Merge branch 'tari01-pr/compile-gschema-during-installation'Mike Gabriel2021-10-202-2/+3
|\ | | | | | | Attributes GH PR #30: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/30
| * Compile GSchema during installationRobert Tari2021-10-201-0/+1
| |
| * .build.yml: Also run unit tests during CI builds against Ubuntu.Robert Tari2021-10-201-2/+2
|/
* Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura2021-09-241-12/+12
| | | | | | | Currently translated at 100.0% (11 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/pt_BR/
* Fix Travis status imageRobert Tari2021-09-021-1/+1
|
* debian/{control,compat}: Bump to level 10.Mike Gabriel2021-08-292-2/+2
|
* debian/changelog: Syntax fix.Mike Gabriel2021-08-291-1/+1
|
* debian/rules: Enable unit tests with the new way.Mike Gabriel2021-08-291-5/+7
|
* po/: Split up ku.po into ckb.po, kmr.po, and sdh.po.Mike Gabriel2021-08-282-0/+62
|
* .travis.yml: Fix branch name what is now the default branch in ↵Mike Gabriel2021-08-281-1/+1
| | | | ayatana-dev-scripts.
* debian/control: Add B-D: libayatana-common-dev (>= 0.9.3).Mike Gabriel2021-08-281-0/+1
|
* Merge branch 'tari01-pr/drop-lomiri-url-dispatcher'Mike Gabriel2021-08-285-38/+3
|\ | | | | | | Attributes GH PR #29: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/29/
| * debian/: Drop all references to lomiri-url-dispatcherRobert Tari2021-08-282-2/+0
| |
| * .build.yml: Adjust to lomiri-url-dispatcher being an optional dependency of ↵Robert Tari2021-08-281-20/+3
| | | | | | | | libayatana-common; Debian 11 has been released, so drop debian:stable specific requirements."
| * Drop lomiri-url-dispatcherRobert Tari2021-08-282-16/+0
|/
* Merge branch 'tari01-pr/use-libayatana-common'Mike Gabriel2021-08-286-51/+32
|\ | | | | | | Attributes GH PR #28: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/28
| * Add libayatana-common dependenciesRobert Tari2021-08-281-0/+14
| |
| * Replace code with libayatana-common functionsRobert Tari2021-08-285-51/+18
|/ | | | | | | | - CMakeLists.txt: Add libayatana-common build dependency - src/CMakeLists.txt: Add AyatanaCommon package to ayatana-indicator-bluetooth-service - src/phone.vala: Replace local code with libayatana-common functions - src/desktop.vala: Replace local code with libayatana-common functions - vapi/lomiri-url-dispatcher.vapi: Drop file
* Merge branch 'tari01-pr/add-enable-werror-option'Mike Gabriel2021-08-281-0/+7
|\ | | | | | | Attributes GH PR #27: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/27
| * Add ENABLE_WERROR optionRobert Tari2021-08-281-0/+7
|/
* Merge branch 'tari01-pr/fix-duplicate-languages'Mike Gabriel2021-08-286-253/+2
|\ | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/23
| * Remove duplicate translation filesRobert Tari2021-08-046-253/+2
|/ | | | | | | | | | | - po/nb.po: Drop file - po/zh_Hans.po: Drop file - po/zh_Hant_HK.po: Drop file - po/zh_Hant.po: Drop file - po/nn.po: Rename to nn_NO.po - po/LINGUAS: Update changed files fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/13
* Merge branch 'tari01-pr/cmake-install-full'Mike Gabriel2021-08-042-2/+2
|\ | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/26
| * Use CMAKE_INSTALL_FULL_*DIR locations for installationRobert Tari2021-08-042-2/+2
|/
* Merge branch 'tari01-pr/add-documentation-and-build-instructions'Mike Gabriel2021-08-042-0/+98
|\ | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/25
| * Add documentation and build instructionsRobert Tari2021-08-042-0/+98
|/
* Merge branch 'tari01-pr/add-standard-cmake-bits'Mike Gabriel2021-08-041-1/+38
|\ | | | | | | Attributes GH PR #24: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/24
| * Add standard Ayatana CMake bitsRobert Tari2021-07-281-1/+38
|/
* Translated using Weblate (Chinese (Simplified))Boyuan Yang2021-07-161-14/+17
| | | | | | | Currently translated at 100.0% (11 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/zh_Hans/
* Translated using Weblate (Hebrew)Yaron Shahrabani2021-05-231-4/+8
| | | | | | | Currently translated at 9.0% (1 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/he/
* Merge branch 'sunweaver-pr/travis-ci'Robert Tari2021-05-042-0/+196
|\ | | | | | | Attributes GH PR #22: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/22
| * Translated using Weblate (Czech)Tomáš Marný2021-05-041-6/+6
| | | | | | | | | | | | | | Currently translated at 100.0% (11 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/cs/
| * Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin))Weblate2021-05-041-0/+62
| |
| * Translated using Weblate (Indonesian)Reza Almanda2021-05-041-13/+16
| | | | | | | | | | | | | | Currently translated at 90.9% (10 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/id/
| * .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-041-1/+1
| |
| * Travis CI: Disable unit test runs (none present).Mike Gabriel2021-05-041-11/+11
| |
| * Travis CI: Initial draft for CI builds.Mike Gabriel2021-05-042-0/+196
| |
* | Translated using Weblate (Czech)Tomáš Marný2021-05-021-6/+6
| | | | | | | | | | | | | | Currently translated at 100.0% (11 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/cs/
* | Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin))Weblate2021-03-291-0/+62
| |
* | Translated using Weblate (Indonesian)Reza Almanda2021-03-181-13/+16
|/ | | | | | | Currently translated at 90.9% (10 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/id/