aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'tari01-pr/fix-list-conversion'Mike Gabriel2022-02-191-2/+2
|\ | | | | | | Attributes GH PR #91: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/91
| * CMakeLists.txt: Fix list conversion typoRobert Tari2022-02-191-2/+2
|/
* Merge branch 'tari01-pr/read-default-sounds-from-lomiri-sounds'Mike Gabriel2022-02-181-2/+9
|\ | | | | | | Attributes GH PR #90: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/90
| * CMakeLists.txt: Read default sounds from lomiri-sounds pkg-config fileRobert Tari2022-02-181-2/+9
|/
* Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'Mike Gabriel2022-02-165-7/+3
|\ | | | | | | Attributes GH PR #89: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/89
| * Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-165-7/+3
|/
* Merge branch 'tari01-pr/build-with-werror'Mike Gabriel2022-02-164-7/+9
|\ | | | | | | Attributes GH PR #88: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/88
| * .build.yml: Build with -WerrorRobert Tari2022-02-161-3/+3
| |
| * Fix build warningsRobert Tari2022-02-163-4/+6
|/
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-02-164-26/+7
|\ | | | | | | Attributes GH PR #87: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/87
| * .build.yml: Drop extra compilation flagsRobert Tari2022-02-111-1/+0
| |
| * Clean up compilation flagsRobert Tari2022-02-113-25/+7
|/
* Merge branch 'tari01-pr/fix-cppcheck-suppressions'Mike Gabriel2022-02-0828-219/+76
|\ | | | | | | Attributes GH PR #86: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/86
| * .build.yml: Remove cppcheck suppressionsRobert Tari2022-02-081-2/+1
| |
| * Fix cppcheck errors/warningsRobert Tari2022-02-0816-48/+69
| |
| * src/menu.cpp: Remove redundant code block:Robert Tari2022-02-081-4/+0
| | | | | | | | Since a_after_today and b_after_today are the same, comparing them is pointless.
| * tests/test-menu-appointments.cpp: Remove unused variablesRobert Tari2022-02-081-64/+0
| |
| * Remove unused print-to.hRobert Tari2022-02-0812-100/+6
| |
| * Whitespace fixRobert Tari2022-02-081-1/+0
|/
* .travis.yml: Run CI builds on Travis CI's Ubuntu focal base systemRobert Tari2022-02-081-1/+1
|
* Translated using Weblate (Hungarian)wigy2022-01-081-5/+4
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/hu/
* Translated using Weblate (Portuguese)ssantos2022-01-031-7/+5
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pt/
* Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'Mike Gabriel2021-12-151-1/+5
|\ | | | | | | Attributes GH PR #84: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/84
| * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURESRobert Tari2021-12-061-1/+5
|/
* Merge branch 'tari01-pr/add-lomiri-features-flag'Mike Gabriel2021-12-037-71/+96
|\ | | | | | | Attributes GH PR #82: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/82
| * .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flowRobert Tari2021-12-032-16/+34
| |
| * Make Lomiri features configurable at build timeRobert Tari2021-12-036-57/+64
|/
* Merge branch 'tari01-pr/detect-lomiri-schemas'Mike Gabriel2021-11-255-14/+9
|\ | | | | | | Attributes GH PR #81: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/81
| * Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-255-14/+9
|/
* Merge branch 'tari01-pr/drop-std-version'Mike Gabriel2021-11-252-4/+4
|\ | | | | | | Attributes GH PR #80: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/80
| * Remove C(++) std version constraintRobert Tari2021-11-252-4/+4
|/
* Translated using Weblate (Esperanto)phlostically2021-11-241-1/+3
| | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/eo/
* Translated using Weblate (Esperanto)phlostically2021-11-221-14/+14
| | | | | | | Currently translated at 97.0% (33 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/eo/
* Merge branch 'tari01-pr/check-for-lomiri-sounds'Mike Gabriel2021-11-222-2/+6
|\ | | | | | | Attributes GH PR #79: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/79
| * Check for the lomiri-sounds packageRobert Tari2021-11-222-2/+6
|/
* release 0.9.00.9.0Mike Gabriel2021-11-205-7753/+5654
|
* Merge branch 'tari01-pr/rename-ubuntu-touch-sounds'Mike Gabriel2021-11-191-1/+1
|\ | | | | | | Attributes GH PR #77: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/77
| * debian/control: Rename ubuntu-touch-sounds to lomiri-sounds.Robert Tari2021-11-191-1/+1
|/
* Translated using Weblate (Esperanto)phlostically2021-11-191-25/+27
| | | | | | | Currently translated at 61.7% (21 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/eo/
* Merge branch 'tari01-pr/enable-hfd-service-haptic'Mike Gabriel2021-11-187-62/+33
|\ | | | | | | Attributes GH PR #78: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/78
| * Re-enable haptic using hfd-serviceRobert Tari2021-11-187-62/+33
|/ | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
* Translated using Weblate (Gaelic)Phil Clifford2021-11-171-4/+8
| | | | | | | Currently translated at 2.9% (1 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/gd/
* Merge branch 'tari01-pr/rename-to-x-lomiri'Mike Gabriel2021-11-108-14/+14
|\ | | | | | | Attributes GH PR #76: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/76
| * Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-098-14/+14
|/
* Merge branch 'sunweaver-pr/lomiri-schemas-build-during-CI'Robert Tari2021-11-091-0/+15
|\ | | | | | | Attributes GH PR #74: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/74
| * Translated using Weblate (Italian)Michele2021-11-091-2/+2
| | | | | | | | | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/it/
| * Translated using Weblate (Macedonian)ElectrifiedSpeed2021-11-091-4/+7
| | | | | | | | | | | | | | Currently translated at 2.9% (1 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/mk/
| * .build.yml: Build lomiri-schemas from source during CI builds.Mike Gabriel2021-11-081-0/+15
| |
* | Translated using Weblate (Italian)Michele2021-11-051-2/+2
| | | | | | | | | | | | | | Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/it/
* | Translated using Weblate (Macedonian)ElectrifiedSpeed2021-11-041-4/+7
|/ | | | | | | Currently translated at 2.9% (1 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/mk/