Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -9/+9 |
| | |||||
* | Create a constructor for Alarm class. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+2 |
| | |||||
* | Only play a sound alert if the event contains a SOUND reminder. | Renato Araujo Oliveira Filho | 2021-07-05 | 2 | -9/+19 |
| | |||||
* | Ignore alarms for events marked as not attending. | Renato Araujo Oliveira Filho | 2021-07-05 | 2 | -7/+81 |
| | |||||
* | Drop myself.[h|cpp] | Robert Tari | 2021-07-05 | 1 | -79/+0 |
| | |||||
* | revert r426 & r427 to remove the calendar from the phone profile | Charles Kerr | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Make sure that the ocurrence time is used to build the url to launch ↵ | Renato Araujo Oliveira Filho | 2021-07-05 | 3 | -20/+24 |
| | | | | external application. | ||||
* | Lauch calendar app using the event start time. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -12/+3 |
| | |||||
* | get event selection up-to-date with the spec, including showing in-progress ↵ | Charles Kerr | 2021-07-05 | 2 | -18/+103 |
| | | | | events. add unit tests to cover event priority and display order. | ||||
* | calls 'calendar://eventId=<event-id>' when clicking on an event in the ↵ | Renato Araujo Oliveira Filho | 2021-07-01 | 1 | -3/+17 |
| | | | | indicator. | ||||
* | in settings-live.cpp, use std::string instead of auto to make g++ 4.9.2 ↵ | Charles Kerr | 2021-07-01 | 1 | -2/+2 |
| | | | | happy on vivid | ||||
* | adjust title and notification icon according to the event type | David Barth | 2021-07-01 | 1 | -2/+9 |
| | |||||
* | in LiveSettings, add gschema support for notification app blacklisting | Charles Kerr | 2021-06-30 | 1 | -8/+72 |
| | |||||
* | don't show calendar event notifications if com.ubuntu.calendar's ↵ | Charles Kerr | 2021-06-30 | 1 | -0/+17 |
| | | | | notifications are blacklisted | ||||
* | If possible, avoid deprecated g_time_zone_new | Robert Tari | 2021-06-27 | 4 | -1/+49 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/34 | ||||
* | src/myself.cpp: Fix libaccounts-glib.h include warning | Robert Tari | 2021-06-26 | 1 | -1/+7 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/12 | ||||
* | src/menu.cpp: Pipe appointment strings through ↵ | Mike Gabriel | 2021-06-24 | 1 | -4/+19 |
| | | | | ayatana_common_utils_ellipsize + add GSettings watcher for max-menu-text-length. | ||||
* | Various tests fixes | Nicholas Guriev | 2021-05-05 | 2 | -2/+6 |
| | | | | | | | | | * Provide default EdsEngine constructor for autotests. * Temporary disable DST related tests. Something strange happens there. * Do not create locale datetime for more reliable result on non-UTC systems. * Specify audio_url for sample Alarms. Fixes AyatanaIndicators/ayatana-indicator-datetime#32 | ||||
* | src/clock-live.cpp: Replace 'signed size_t' by 'ssize_t'. | Mike Gabriel | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Add Clang support. | Mike Gabriel | 2021-05-05 | 1 | -3/+3 |
| | |||||
* | Fix a couple of build failures on Ubuntu hirsute: | Olivier Tilloy | 2021-03-04 | 2 | -2/+2 |
| | | | | | - src/engine-eds.cpp: use i_cal_component_free for ICalComponent - src/exporter.cpp: drop unnecessary G_OBJECT cast | ||||
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | gsettings: Drop the 'show-clock' setting. Always show the clock. | Robert Tari | 2020-09-05 | 2 | -19/+2 |
| | | | | | | | The 'show-clock' gsetting option made it possible to "hide" the time from the indicator. Fixes AyatanaIndicator/ayatana-indicator-datetime#16. | ||||
* | Partially revert fab51b4. Only rename those x-canonical attributes to ↵ | Mike Gabriel | 2020-08-11 | 2 | -3/+3 |
| | | | | x-ayatana if they are solely used by Ayatana Indicators. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 3 | -14/+14 |
| | |||||
* | Time *and* Date. | Simon Quigley | 2020-08-06 | 1 | -2/+2 |
| | |||||
* | Capitalize Settings in indicator menu to match capitalization style. | Jeremy Bicha | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | Fix calendar going into update loop | Robert Tari | 2020-07-26 | 1 | -4/+8 |
| | |||||
* | src/engine-eds.cpp: Typo fix in g_debug output. | Mike Gabriel | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | src/myself.cpp: Fix include of <libaccounts-glib/accounts-glib.h>. | Mike Gabriel | 2020-07-18 | 1 | -1/+1 |
| | |||||
* | -Made GCC 10.1.0 friendly | Robert Tari | 2020-07-17 | 9 | -262/+558 |
| | | | | | | -Fixed to work with ECal 2.0 -Added libaccounts-glib dependency -Added mate-time-admin handler | ||||
* | URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit ↵ | Mike Gabriel | 2018-03-28 | 1 | -20/+4 |
| | | | | tests are happy and succeed. | ||||
* | add the locations specifically for Phone and Desktop only (w/o greeter profiles) | Lukáš Tinkl | 2018-03-26 | 1 | -13/+16 |
| | |||||
* | phone<-->desktop convergence | Charles Kerr | 2018-03-26 | 1 | -19/+16 |
| | |||||
* | honor gsettings for calendar events | Charles Kerr | 2018-03-26 | 2 | -8/+24 |
| | |||||
* | use a different default sound for calendars than for alarms | Charles Kerr | 2018-03-26 | 1 | -5/+5 |
| | |||||
* | use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp files | Charles Kerr | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed the comment for translators | Richard Somlói | 2018-03-26 | 1 | -4/+4 |
| | |||||
* | tests/CMakeLists.txt: Fix linking when built with URL dispatcher support. | Mike Gabriel | 2018-03-26 | 1 | -1/+0 |
| | |||||
* | Define compile macro HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS, if we are on ↵ | Mike Gabriel | 2018-03-26 | 1 | -0/+1 |
| | | | | Ubuntu. | ||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 3 | -22/+19 |
| | |||||
* | Revert "src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API." | Mike Gabriel | 2018-03-26 | 1 | -6/+6 |
| | | | | This reverts commit da8cf48c91fafd2428113f67645fa5ceeb713e0d. | ||||
* | Revert "Geoclue -> Geoclue2 blind shot. More namespace changes." | Mike Gabriel | 2018-03-26 | 1 | -1/+1 |
| | | | | This reverts commit 67a3944dad4efda6ab20c4b6d6b1d96e245ba8c3. | ||||
* | Geoclue -> Geoclue2 blind shot. More namespace changes. | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | src/timezone-geoclue.cpp: Blind shot at switching to Geoclue2 DBus API. | Mike Gabriel | 2017-12-08 | 1 | -6/+6 |
| | |||||
* | src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> ↵ | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | | | | ayatana::indicator::notifications. | ||||
* | Fix executable/project name (indicator-datetime -> ↵ | Mike Gabriel | 2017-12-08 | 1 | -4/+4 |
| | | | | ayatana-indicator-datetime) at various locations. | ||||
* | src/CMakeLists.txt: Use correct variable (URLDISPATCH_LIBS -> ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | | | | URLDISPATCHER_LIBRARIES). | ||||
* | src/CMakeLists.txt: Add ${URLDISPATCH_LIBS} to target_link_libraries() call. | Mike Gabriel | 2017-12-08 | 1 | -2/+1 |
| | |||||
* | src/CMakeLists.txt: Set DG_LOG_DOMAIN to ayatana-indicator-datetime. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| |