aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 22.2.022.2.0Mike Gabriel2022-02-175-2/+82
|
* Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'Mike Gabriel2022-02-161-1/+0
|\ | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/38
| * data/CMakeLists.txt: Drop unused pkglibexecdir definitionRobert Tari2022-02-161-1/+0
|/
* .travis.yml: Run CI builds on Travis CI's Ubuntu focal base systemRobert Tari2022-02-081-1/+1
|
* Translated using Weblate (Burmese)Aung Xange2022-02-031-4/+7
| | | | | | | 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/my/
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-01-273-26/+26
|\ | | | | | | Attributes GH PR #37: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/37
| * .build.yml: Drop extra compilation flags and build with -WerrorRobert Tari2022-01-111-3/+2
| |
| * CMakeLists.txt: Clean up compilation flagsRobert Tari2022-01-111-9/+7
| |
| * Translated using Weblate (Portuguese)ssantos2022-01-031-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/pt/
* Merge branch 'tari01-pr/fix-device-section-layout'Mike Gabriel2021-12-151-4/+23
|\ | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/36
| * src/desktop.vala: Fix device section layoutRobert Tari2021-12-151-4/+23
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/issues/35
* Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'Mike Gabriel2021-12-151-1/+5
|\ | | | | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/34
| * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURESRobert Tari2021-12-151-1/+5
|/
* Translated using Weblate (Esperanto)phlostically2021-11-191-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/eo/
* release 0.9.00.9.0Mike Gabriel2021-11-175-1376/+913
|
* Translated using Weblate (Gaelic)Phil Clifford2021-11-171-4/+9
| | | | | | | Currently translated at 0.0% (0 of 11 strings) Translation: Ayatana Indicators/Bluetooth Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/bluetooth-applet/gd/
* Translated using Weblate (Slovak)Andrej Shadura2021-11-071-4/+7
| | | | | | | 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/sk/
* Translated using Weblate (Italian)Michele2021-11-071-4/+4
| | | | | | | 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/it/
* Translated using Weblate (Macedonian)ElectrifiedSpeed2021-11-041-4/+7
| | | | | | | 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/mk/
* Merge branch 'tari01-pr/drop-merge-review'Mike Gabriel2021-11-022-20/+0
|\ | | | | | | Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/33
| * 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
|/