Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | src/CMakeLists.txt: Fix name (namespace-wise) of service executable. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 13 | -24/+24 |
| | |||||
* | Indicator namespace adaptations. | Mike Gabriel | 2017-12-08 | 1 | -4/+4 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 6 | -11/+49 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 2 | -12/+12 |
| | |||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 32 | -63/+63 |
| | |||||
* | sync with trunk | Charles Kerr | 2015-10-05 | 7 | -207/+226 |
|\ | |||||
| * | under unity8 start system-settings instead unity-control-center, | Sebastien Bacher | 2015-09-09 | 1 | -6/+6 |
| |\ | | | | | | | | | | | | | | | | don't special case u-c-c by looking for the binary, Unity installations come with it installed Fixes: #1489481 Approved by: Ted Gould, Charles Kerr, PS Jenkins bot | ||||
| | * | under unity8 start system-settings instead unity-control-center, | Sebastien Bacher | 2015-08-27 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | don't special case u-c-c by looking for the binary, Unity installations come with it installed | ||||
| * | | timezone-timedated: subscribe to PropertiesChanged directly | Lars Uebernickel | 2015-09-03 | 1 | -102/+30 |
| | | | | | | | | | | | | | | | | | | This avoids some unnecessary calls that GDBusProxy makes and the name watching. | ||||
| * | | Avoid nested GMainLoops by reading from the file on startup | Iain Lane | 2015-09-03 | 1 | -42/+86 |
| | | | | | | | | | | | | | | | Restore some tests for this functionality. | ||||
| * | | Add some comments | Iain Lane | 2015-09-01 | 1 | -0/+2 |
| | | | |||||
| * | | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 3 | -9/+9 |
| | | |