Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build warnings | Robert Tari | 2022-02-16 | 1 | -1/+3 |
| | |||||
* | Re-enable haptic using hfd-service | Robert Tari | 2021-11-18 | 2 | -9/+6 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67 | ||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -5/+5 |
| | |||||
* | include/datetime/settings-shared.h: Rename com.ubuntu.calendar | Robert Tari | 2021-11-03 | 1 | -1/+1 |
| | |||||
* | Remove com.canonical.usensord and disable haptic | Robert Tari | 2021-10-28 | 1 | -3/+6 |
| | |||||
* | Remove the activation_url from the Appointment class | Robert Tari | 2021-10-28 | 1 | -1/+0 |
| | |||||
* | Drop the 'ubuntu' prefix from the alarm types and functions | Robert Tari | 2021-10-28 | 4 | -5/+13 |
| | |||||
* | Rename com.ubuntu.notifications to com.lomiri.notifications | Robert Tari | 2021-10-26 | 1 | -3/+3 |
| | |||||
* | Renaname x-canonical properties to x-ayatana | Robert Tari | 2021-10-26 | 1 | -5/+5 |
| | |||||
* | Use legacy canonical names for now | Robert Tari | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | Fix build failure on Ubuntu 20.04 | Robert Tari | 2021-08-31 | 1 | -0/+22 |
| | | | | | | | - 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 | ||||
* | include/notifications/notifications.h: Typo fix in comment. | Mike Gabriel | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Some fixes in UBports patches after a review | Robert Tari | 2021-08-30 | 1 | -4/+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 | ||||
* | Rename com.canonical.powerd -> com.lomiri.Repowerd | Robert Tari | 2021-08-30 | 2 | -6/+6 |
| | |||||
* | Fix failing tests | Robert Tari | 2021-07-21 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | - include/actions-mock.h: Set return value to std::string and return an empty string - include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command - tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only - tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP - tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists - tests/run-eds-ics-test.sh: Remove return statement - tests/CMakeLists.txt: Enable the timezone unit tests - tests/CMakeLists.txt: Catch race condition while attempting to copy schemas - tests/CMakeLists.txt: Exclude blocking tests on Travis for now - tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored) - tests/test-formater: Change warning to plain message otherwise it can crash the test - .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build | ||||
* | in Snap, add a constructor arg for the system bus because we need it when ↵ | Charles Kerr | 2021-07-08 | 1 | -1/+6 |
| | | | | instantiating Awake objects | ||||
* | in Awake, remove an unnecessary async call by passing the system bus into ↵ | Charles Kerr | 2021-07-08 | 1 | -1/+3 |
| | | | | the constructor instead of fetching it asynchronously | ||||
* | If in silent mode should only vibrate if the settings say so | Arthur Mello | 2021-07-08 | 3 | -0/+7 |
| | |||||
* | Fix notifications so it respects if it should or not show bubbles or add to ↵ | Arthur Mello | 2021-07-08 | 1 | -0/+6 |
| | | | | notification list | ||||
* | Update indicator-datetime to work with the new notification settings | Arthur Mello | 2021-07-07 | 3 | -7/+20 |
| | |||||
* | add a new Snap::Response enum for more flexible handling of snap decisions | Charles Kerr | 2021-07-07 | 1 | -3/+3 |
| | |||||
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-07-07 | 2 | -19/+10 |
| | |||||
* | Small fixes requeted by charles during the review. | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -1/+1 |
| | |||||
* | Fixed as reviewer requested. | Renato Araujo Oliveira Filho | 2021-07-06 | 1 | -1/+1 |
| | |||||
* | Vibrate only once when notification about calendar events. | Renato Araujo Oliveira Filho | 2021-07-06 | 1 | -1/+1 |
| | |||||
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-07-06 | 1 | -2/+9 |
| | |||||
* | in LiveTimezones, pass the primary timezone to it on construction. We used ↵ | Charles Kerr | 2021-07-06 | 1 | -3/+2 |
| | | | | to create it implicitly but can't do that anymore now that TimedatedTimezone takes its own ctor argument. | ||||
* | in TimedatedTimezone, take a GDBusConnection argument in the ctor to ↵ | Charles Kerr | 2021-07-06 | 1 | -1/+3 |
| | | | | simplify state management | ||||
* | update test-live-actions to last commit's TimedatedFixture changes | Charles Kerr | 2021-07-06 | 1 | -8/+0 |
| | |||||
* | pull the timezone from timedate1 regardless of whether it appears on the bus ↵ | Charles Kerr | 2021-07-05 | 2 | -4/+44 |
| | | | | before or after we startup | ||||
* | Include the correct header for set. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Update code as requested by reviewer. | Renato Araujo Oliveira Filho | 2021-07-05 | 2 | -6/+6 |
| | |||||
* | Remove type property from Alarm. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -9/+2 |
| | |||||
* | Update tests. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -4/+4 |
| | |||||
* | Remove constructors from Alarm. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -8/+1 |
| | |||||
* | Create a constructor for Alarm class. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+8 |
| | |||||
* | Only play a sound alert if the event contains a SOUND reminder. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -0/+6 |
| | |||||
* | Ignore alarms for events marked as not attending. | Renato Araujo Oliveira Filho | 2021-07-05 | 2 | -1/+62 |
| | |||||
* | Drop myself.[h|cpp] | Robert Tari | 2021-07-05 | 1 | -62/+0 |
| | |||||
* | Make sure that the ocurrence time is used to build the url to launch ↵ | Renato Araujo Oliveira Filho | 2021-07-05 | 2 | -4/+4 |
| | | | | external application. | ||||
* | get event selection up-to-date with the spec, including showing in-progress ↵ | Charles Kerr | 2021-07-05 | 2 | -0/+8 |
| | | | | events. add unit tests to cover event priority and display order. | ||||
* | in LiveSettings, add gschema support for notification app blacklisting | Charles Kerr | 2021-06-30 | 2 | -2/+9 |
| | |||||
* | don't show calendar event notifications if com.ubuntu.calendar's ↵ | Charles Kerr | 2021-06-30 | 1 | -0/+1 |
| | | | | notifications are blacklisted | ||||
* | Various tests fixes | Nicholas Guriev | 2021-05-05 | 1 | -1/+2 |
| | | | | | | | | | * 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 | ||||
* | gsettings: Drop the 'show-clock' setting. Always show the clock. | Robert Tari | 2020-09-05 | 3 | -3/+0 |
| | | | | | | | 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 | 1 | -4/+4 |
| | | | | x-ayatana if they are solely used by Ayatana Indicators. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -4/+4 |
| | |||||
* | Fix calendar going into update loop | Robert Tari | 2020-07-26 | 1 | -1/+1 |
| | |||||
* | -Made GCC 10.1.0 friendly | Robert Tari | 2020-07-17 | 3 | -1/+69 |
| | | | | | | -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 | -2/+0 |
| | | | | tests are happy and succeed. |