| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
Attributes GH PR #122: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/122
|
| | |
|
|/ |
|
|\
| |
| |
| | |
Attributes GH PR #115: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/115
|
| |
| |
| |
| |
| |
| |
| |
| | |
With the recent change, the notification code path is no longer Lomiri
(or Ubuntu Touch) specific.
Theres still some if-def's in the code to avoid adding dependendies in
non-Lomiri case.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As discussed in [1], Lomiri has a custom logic in notification timeout
and require the custom hint for timeout to work correctly. Restore the
hints from commit 0a88a8d7 ("Remove osd-notify remnants and use native
notification timeout"), while keeping the standard timeout in place.
Lomiri will ignore standard timeout, while other DE's will ignore the
extra hint.
[1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874
|
| | |
|
|\ \
| | |
| | |
| | | |
Attributes GH PR #118: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/118
|
|/ / |
|
|\ \
| |/
|/|
| | |
Attributes GH PR #117: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/117
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/cs/
|
|\
| |
| |
| | |
Attributes GH PR #111: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/111
|
| | |
|
| | |
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/108
|
|\
| |
| |
| | |
Attributes GH PR #113: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/113
|
|/
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/93
|
|\
| |
| |
| | |
Attributes GH PR #114: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/114
|
|/ |
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pl/
|
|\
| |
| |
| | |
Attributes GH PR #107: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/107
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/fr/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/it/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/ca/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pt_BR/
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ECal 2.0 returns the list of attachments as a GSList (a singly linked
list). I'm not sure why, but the logic for iterating the list is
completely incorrect. Fixing that fixes custom alarm sound.
A test is added to catch this case.
Bug-UBports: https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/issues/183
|
| |
| |
| |
| |
| |
| | |
Well, not exiting with the return code as the last step means that tests
has been failing silently for a while now. This commit reveals that, but
doesn't fix any test that fails.
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/fr/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/it/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/ca/
|
| |
| |
| |
| |
| |
| |
| | |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/DateTime Indicator Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pt_BR/
|
| | |
|
|\ \
| |/
|/|
| | |
Attributes GH PR #106: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/106
|
|/
|
|
|
|
|
|
|
|
| |
ECal 2.0 returns the list of attachments as a GSList (a singly linked
list). I'm not sure why, but the logic for iterating the list is
completely incorrect. Fixing that fixes custom alarm sound.
A test is added to catch this case.
Bug-UBports: https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/issues/183
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pt/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/nl/
|
|
|
|
|
|
|
| |
Currently translated at 93.7% (15 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/nl/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/es/
|
|
|
|
|
|
|
| |
Currently translated at 93.7% (15 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/es/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/sv/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/sv/
|
|
|
|
|
|
|
| |
Currently translated at 100.0% (16 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/hr/
|
|
|
|
|
|
|
| |
Currently translated at 87.5% (14 of 16 strings)
Translation: Ayatana Indicators/Datetime Applet
Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/zh_Hans/
|
| |
|