Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | my_desktop_help(): Don't always fallback to empty yelp call, rather show a ↵ | Mike Gabriel | 2018-03-21 | 1 | -2/+19 |
| | | | | warning that we don't know how to access the currently running desktop's user guide or help center. | ||||
* | src/utils.(c|h): Reduce code duplications in desktop env detection code. | Mike Gabriel | 2018-03-21 | 2 | -50/+20 |
| | |||||
* | tests/test-service.c: Explicitly use curly braces for one-liner if statements. | Mike Gabriel | 2018-03-21 | 1 | -0/+8 |
| | |||||
* | src/service.c: Type-cast assignment from g_object_ref() to avoid ↵ | Mike Gabriel | 2018-03-21 | 1 | -1/+1 |
| | | | | incompatible pointer type compiler warning. | ||||
* | Add XFCE Support. | Mike Gabriel | 2018-03-21 | 3 | -9/+78 |
| | | | | | | | | | | | | * Check if XDG_CURRENT_DESKTOP is set to XFCE. * Use xfce4-session-logout as logout/reboot/shutdown prompt. * Use xfce4-settings-manager for 'Settings...'. * Use xflock4 to attept a session lock. * Use xfce4-about for info about this computer (not fully appropriate but XFCE does not have any appropriate equivalent as found in GNOME or MATE). Fixes AyatanaIndicators/ayatana-indicator-session#1. | ||||
* | tests/CMakeLists.txt: Handle custom command indirectly via custom target. | Mike Gabriel | 2018-03-12 | 1 | -3/+6 |
| | |||||
* | NEWS: Fix c+p flaw. | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | release 0.4.20.4.2 | Mike Gabriel | 2018-02-28 | 4 | -8/+150 |
| | |||||
* | Translated using Weblate (Russian) | Мира Странная | 2018-02-28 | 1 | -29/+41 |
| | | | | | | | Currently translated at 97.5% (39 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/ru/ | ||||
* | Translated using Weblate (Armenian) | Мира Странная | 2018-02-28 | 1 | -5/+7 |
| | | | | | | | Currently translated at 42.5% (17 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/hy/ | ||||
* | Translated using Weblate (Bulgarian) | Veselin Georgiev | 2018-02-21 | 1 | -10/+10 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/bg/ | ||||
* | Translated using Weblate (Bulgarian) | Veselin Georgiev | 2018-02-20 | 1 | -27/+36 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/bg/ | ||||
* | Translated using Weblate (Arabic) | Michal Čihař | 2018-02-05 | 1 | -4/+2 |
| | | | | | | | Currently translated at 65.0% (26 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/ar/ | ||||
* | Translated using Weblate (Arabic) | Mutaz Tayyeb AbuSaad | 2018-01-28 | 1 | -14/+19 |
| | | | | | | | Currently translated at 67.5% (27 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/ar/ | ||||
* | Translated using Weblate (Swedish) | Anders Jonsson | 2018-01-24 | 1 | -4/+4 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/sv/ | ||||
* | Translated using Weblate (Hebrew) | Yaron Shahrabani | 2018-01-24 | 1 | -8/+10 |
| | | | | | | | Currently translated at 60.0% (24 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/he/ | ||||
* | Translated using Weblate (Swedish) | Sebastian Rasmussen | 2018-01-01 | 1 | -2/+2 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/sv/ | ||||
* | Translated using Weblate (Swedish) | Sebastian Rasmussen | 2017-12-31 | 1 | -5/+20 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/sv/ | ||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2017-12-08 | 1 | -13/+30 |
| | | | | | | | Currently translated at 85.0% (34 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/nb/ | ||||
* | data/ayatana-indicator-session.desktop.in: Add XFCE to OnlyShowIn= key. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 2 | -2/+2 |
| | |||||
* | debian/postinst: Drop file. The libglib2.0-bin package has trigger for ↵ | Mike Gabriel | 2017-12-05 | 1 | -40/+0 |
| | | | | schema compilation these days (and this for ages, actually). | ||||
* | debian/changelog: Bump upstream to a development version. | Mike Gabriel | 2017-12-04 | 1 | -0/+6 |
| | |||||
* | debian/control: Fix D (glib2.0-bin -> libglib2.0-bin). | Mike Gabriel | 2017-12-02 | 1 | -1/+1 |
| | |||||
* | debian/{control,postinst}: Recompile GSettings schemas at post installation. | Mike Gabriel | 2017-12-02 | 2 | -0/+41 |
| | |||||
* | po/*.pot: Update translation files once more. | Mike Gabriel | 2017-11-29 | 1 | -9/+9 |
| | |||||
* | po/: Update translation files once more. | Mike Gabriel | 2017-11-29 | 117 | -117/+117 |
| | |||||
* | update-po.sh: Preserve .pot file when updating *.po files. | Mike Gabriel | 2017-11-29 | 1 | -0/+4 |
| | |||||
* | Translated using Weblate (Indonesian) | Emmanuella Rumanti | 2017-11-29 | 1 | -9/+11 |
| | | | | | | | Currently translated at 47.5% (19 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/id/ | ||||
* | Translated using Weblate (Estonian) | Kristjan Räts | 2017-11-29 | 1 | -29/+40 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/et/ | ||||
* | po/*.po: Update with now correct file names for .xml files. | Mike Gabriel | 2017-11-29 | 118 | -1066/+1066 |
| | |||||
* | update-po.sh: Fix filenames of .ini(.in) and .xml(.in) files in po files. | Mike Gabriel | 2017-11-29 | 1 | -0/+7 |
| | |||||
* | update-pot.sh: Drop enable-debug shell command. | Mike Gabriel | 2017-11-29 | 1 | -2/+0 |
| | |||||
* | po/ayatana-indicator-session.pot: Update with now correct file names for ↵ | Mike Gabriel | 2017-11-29 | 1 | -9/+9 |
| | | | | .xml files. | ||||
* | update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po template ↵ | Mike Gabriel | 2017-11-29 | 1 | -1/+7 |
| | | | | file. | ||||
* | Translated using Weblate (Italian) | Matteo F. Vescovi | 2017-10-24 | 1 | -7/+9 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/it/ | ||||
* | Translated using Weblate (Italian) | Matteo F. Vescovi | 2017-10-24 | 1 | -23/+32 |
| | | | | | | | Currently translated at 100.0% (40 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/it/ | ||||
* | release 0.4.10.4.1 | Mike Gabriel | 2017-10-24 | 3 | -64/+234 |
| | |||||
* | debian/control: Sync in changes from latest Debian package Git. | Mike Gabriel | 2017-10-24 | 1 | -2/+4 |
| | |||||
* | debian/copyright: Update copyright attributions. | Mike Gabriel | 2017-10-24 | 1 | -2/+36 |
| | |||||
* | update-po*.sh: Add license header. | Mike Gabriel | 2017-10-24 | 2 | -0/+28 |
| | |||||
* | debian/control: Bump Standards-Version: to 4.1.1. No changes needed. | Mike Gabriel | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | debian/control: Set section to x11 (for now). | Mike Gabriel | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | debian/{control,copyright,watch}: Update to new upstream URLs. | Mike Gabriel | 2017-10-24 | 3 | -5/+5 |
| | |||||
* | update-po.sh: Add support for creating new LINGUAS. | Mike Gabriel | 2017-10-12 | 1 | -1/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2017-10-07 | 2 | -22/+24 |
|\ | |||||
| * | debian/control: Modify B-D for systemd: only available/required on [linux-any]. | Mike Gabriel | 2017-10-07 | 1 | -1/+1 |
| | | |||||
| * | systemd unit file: Only build+install if systemd is available at build-time. | Mike Gabriel | 2017-10-07 | 1 | -21/+23 |
| | | |||||
* | | Translated using Weblate (Swedish) | Anders Jonsson | 2017-09-29 | 1 | -28/+23 |
| | | | | | | | | | | | | | | Currently translated at 87.5% (35 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/sv/ | ||||
* | | Translated using Weblate (Kurdish) | Cûndûllah el-Kurdî | 2017-09-12 | 1 | -5/+8 |
|/ | | | | | | | Currently translated at 30.0% (12 of 40 strings) Translation: Ayatana Indicators/Session Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/session-applet/ku/ |