Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 22.2.022.2.0 | Mike Gabriel | 2022-02-19 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Fix list conversion typo | Robert Tari | 2022-02-19 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt: Read default sounds from lomiri-sounds pkg-config file | Robert Tari | 2022-02-18 | 1 | -2/+9 |
| | |||||
* | Drop pkglibexecdir and use native CMake file configuration | Robert Tari | 2022-02-16 | 1 | -2/+0 |
| | |||||
* | Fix build warnings | Robert Tari | 2022-02-16 | 1 | -0/+2 |
| | |||||
* | Clean up compilation flags | Robert Tari | 2022-02-11 | 1 | -15/+7 |
| | |||||
* | .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flow | Robert Tari | 2021-12-03 | 1 | -2/+0 |
| | |||||
* | Make Lomiri features configurable at build time | Robert Tari | 2021-12-03 | 1 | -30/+40 |
| | |||||
* | Check for lomiri-schemas package instead of individual files | Robert Tari | 2021-11-25 | 1 | -6/+1 |
| | |||||
* | Check for the lomiri-sounds package | Robert Tari | 2021-11-22 | 1 | -0/+2 |
| | |||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | Fix ringtones path + drop unused definition | Robert Tari | 2021-11-01 | 1 | -2/+2 |
| | |||||
* | Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUND | Robert Tari | 2021-11-01 | 1 | -3/+2 |
| | |||||
* | Rename com.ubuntu.touch.AccountsService.Sound to ↵ | Robert Tari | 2021-11-01 | 1 | -1/+1 |
| | | | | com.lomiri.touch.AccountsService.Sound | ||||
* | Fix build failure on Ubuntu 20.04 | Robert Tari | 2021-08-31 | 1 | -1/+2 |
| | | | | | | | - include/notifications/sound.h: Add SoundBuilder class - src/snap.cpp: Add m_sound_builder variable - src/main.cpp: Fix uin -> ain typo - CMakeLists.txt: Add uuid dependency | ||||
* | Some fixes in UBports patches after a review | Robert Tari | 2021-08-29 | 1 | -1/+0 |
| | | | | | | | - debian/control: Add liblomiri-url-dispatcher-dev as optional - .build.yml: Add liblomiri-url-dispatcher-dev dependency - CMakeLists.txt: Remove duplicate enable_testing() - include/datetime/actions-live.h: Remove lomiri_open_appointment | ||||
* | Replace ual with url-dispatcher. | Rodney Dawes | 2021-08-29 | 1 | -6/+7 |
| | | | | | | | We don't really hneed ubuntu-app-launch here directly, as the API provided by url-dispatcher gives us a way to query what app handles the calendar URL, as the indicator is a trusted process. This removes the extra dependency and simplifies building slightly. | ||||
* | Also need PARENT_SCOPE here. | Rodney Dawes | 2021-08-29 | 1 | -17/+22 |
| | |||||
* | Set the coverage test targeets from where the tests are added. | Rodney Dawes | 2021-08-29 | 1 | -2/+2 |
| | |||||
* | Use cmake-extras for coverage support and always enable testing. | Rodney Dawes | 2021-08-29 | 1 | -4/+6 |
| | |||||
* | Switch to using gmock module from cmake-extras. | Rodney Dawes | 2021-08-29 | 1 | -9/+0 |
| | |||||
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -11/+0 |
| | |||||
* | Use calendar app icon. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -0/+9 |
| | |||||
* | Add ENABLE_WERROR option | Robert Tari | 2021-08-10 | 1 | -0/+9 |
| | |||||
* | Add all Ayatana standard CMakeLists.txt bits | Robert Tari | 2021-06-27 | 1 | -3/+15 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/36 | ||||
* | CMakeLists.txt: Add libayatana-common (>= 0.9.3) dependency. | Mike Gabriel | 2021-06-24 | 1 | -0/+2 |
| | |||||
* | CMakeLists.txt: Drop GNUInstallDirs. Use PREFIX initialization hack. | Mike Gabriel | 2021-05-11 | 1 | -1/+3 |
| | |||||
* | CMakeLists.txt: Rename CMake options 'enable_tests' to 'ENABLE_TESTS' and ↵ | Mike Gabriel | 2021-05-11 | 1 | -5/+5 |
| | | | | 'enable_lcov' to 'ENABLE_COVERAGE' (both defaulting to 'OFF'). | ||||
* | CMakeLists.txt: Add Clang support. | Mike Gabriel | 2021-05-11 | 1 | -3/+12 |
| | |||||
* | CMakeLists.txt: Fix GTest path | Robert Tari | 2021-05-04 | 1 | -1/+7 |
| | |||||
* | release 0.8.30.8.3 | Mike Gabriel | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | release 0.8.20.8.2 | Mike Gabriel | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | release 0.8.10.8.1 | Mike Gabriel | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | release 0.8.00.8.0 | Mike Gabriel | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Move GNUInstallDirs inclusion further up. Inspired by ↵ | Mike Gabriel | 2020-08-06 | 1 | -1/+2 |
| | | | | https://github.com/ubports/indicator-datetime/commit/c52883d7bbcece0d532a54cbe179e508586715ed. | ||||
* | release 0.4.10.4.1 | Mike Gabriel | 2020-07-29 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵ | Mike Gabriel | 2020-07-24 | 1 | -4/+0 |
| | | | | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5). Fixes AyatanaIndicators/ayatana-indicator-datetime#5. | ||||
* | -Made GCC 10.1.0 friendly | Robert Tari | 2020-07-17 | 1 | -4/+5 |
| | | | | | | -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler | ||||
* | add a CALENDAR_DEFAULT_SOUND constant to CMakeLists.txt | Charles Kerr | 2018-03-26 | 1 | -2/+4 |
| | |||||
* | add ALARM_DEFAULT_SOUND symbolic so that we can start removing all the ↵ | Charles Kerr | 2018-03-26 | 1 | -0/+3 |
| | | | | hardcoded instances of this string | ||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | data/: Fix file namespaces for XDG and upstart files. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+18 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Set correct PROJECT_VERSION. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Move gettext initialization below the GNUInstallDirs ↵ | Mike Gabriel | 2017-12-06 | 1 | -4/+8 |
| | | | | include. This fixes broken i18n support. | ||||
* | CMakeLists.txt: Set GETTEXT_DOMAIN to ayatana-indicator-datetime. | Mike Gabriel | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Build against libecal 3.16 | Robert Ancell | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 1 | -6/+0 |
| |