aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update-po.sh: Add mini script to update po/*.po files.Mike Gabriel2017-07-211-0/+9
|
* po/ayatana-indicator-session.pot: Create file.Mike Gabriel2017-07-211-0/+205
|
* src/backend-dbus/actions.c: Use is_mate() from src/utils.c to check if we ↵Mike Gabriel2017-07-211-8/+3
| | | | are running inside a MATE desktop session.
* my_distro_help(): Be less Debian-centric and detect other browser, if ↵Mike Gabriel2017-07-211-1/+38
| | | | x-www-browser does not exist.
* CMakeLists.txt: Add quotes around GETTEXT_PACKAGE value.Mike Gabriel2017-07-211-1/+1
|
* update-pot.sh: Adapt to being used with CMake.Mike Gabriel2017-07-211-1/+3
|
* data/ayatana-indicator-session.upstart.desktop.in: Fix Name= field.Mike Gabriel2017-07-211-1/+1
|
* Provide to 'Help' menu items. One for Distro Help, one for Desktop Help.Mike Gabriel2017-07-188-99/+178
|
* debian/control: Bump Standards-Version: to 4.0.0. No changes needed.Mike Gabriel2017-07-171-1/+1
|
* Add full MATE session support.Martin Wimpress2017-07-171-46/+60
| | | | | | | | | | | | | | | This changeset adds the remaining support for MATE Desktop. When MATE is the desktop session: * "About This Computer" launches `mate-system-monitor --show-system-tab` * "<distro> Help..." launches the MATE User Guide. * "System Settings..." launches `mate-control-center` * "Lock/Switch Account..." invokes `mate-screensaver-command --lock` `have_mate_program()` checks that the active session is MATE and the required program exists, making this a safe mechanism to launch `"yelp help:mate-user-guide` specifically for MATE and fall through the just `yelp` on the other desktop environments.
* Revert "DBus actions: Add support for logging out via GNOME/MATE session ↵Mike Gabriel2017-07-171-15/+0
| | | | | | manager." This reverts commit 938988360da9c79a1c2904bca1249c16a59cfe3f.
* debian/control: Process with 'wrap-and-sort -t'.Mike Gabriel2017-07-171-10/+8
|
* DBus actions: Add support for logging out via GNOME/MATE session manager.Mike Gabriel2017-06-091-0/+15
|
* debian/control: Update R, drop indicator-applet, add xfce4-indicator-plugin ↵Mike Gabriel2017-06-071-1/+1
| | | | as an alternative.
* debian/control: Pull-over LONG_DESCRIPTION from official Debian package.Mike Gabriel2017-06-071-7/+7
|
* debian/{rules,control}: Enable all hardening flags.Mike Gabriel2017-06-072-0/+5
|
* debian/{upstream/,patches/}: Sync in from official Debian package.Mike Gabriel2017-06-072-0/+183
|
* debian/copyright: Add auto-generated copyright.in file.Mike Gabriel2017-06-071-0/+271
|
* debian/copyright: Sync in from official Debian package.Mike Gabriel2017-06-072-23/+300
|
* data/ayatana-indicator-session.desktop.inMike Gabriel2017-05-311-2/+1
| | | | data/ayatana-indicator-session.desktop.in: Drop AutostartCondition, drop GNOME from OnlyShowIn.
* debian/rules: Add get-orig-source rule.Mike Gabriel2017-05-311-0/+3
|
* debian/tests/control: Fix package version in tests' control file.Mike Gabriel2017-05-311-1/+1
|
* debian/watch: Fix upstream URL in watch file.Mike Gabriel2017-05-311-1/+2
|
* release 0.4.00.4.0Mike Gabriel2017-05-302-1/+9660
|
* backend-dbus/actions.c: Mention MATE session proxy in error msg.Mike Gabriel2017-05-301-1/+1
|
* backend-dbus/actions.c: Improve comment.Mike Gabriel2017-05-301-1/+1
|
* INSTALL: Update to our new namespace.Mike Gabriel2017-05-301-5/+5
|
* Move NEWS to NEWS.Canonical.Mike Gabriel2017-05-302-23/+23
|
* Add update-pot.sh.Mike Gabriel2017-05-301-0/+5
|
* XDG-autostart this indicator in MATE, too.Mike Gabriel2017-05-301-1/+1
|
* src/utils.[ch]: Make desktop env checks available globally, load MSD media ↵Mike Gabriel2017-05-307-67/+120
| | | | keys settings, if in MATE environment.
* desktop env awareness: Make session indicator aware of the MATE desktop ↵Mike Gabriel2017-05-301-3/+157
| | | | environment. Report to the user, if a desktop env is unknown (e.g. when the user wants to open the system settings dialog, etc.).
* Don't use PROMPT_WITH_AYATANA for detecting the session type, ask ↵Mike Gabriel2017-05-301-19/+27
| | | | XDG_CURRENT_DESKTOP instead.
* Rename PROMPT_WITH_UNITY to PROMPT_WITH_AYATANA, meaning the ↵Mike Gabriel2017-05-301-6/+6
| | | | org.ayatana.Desktop DBus session bus.
* Things are not that simple... Complete previous commit, now switch to ↵Mike Gabriel2017-05-306-58/+58
| | | | org.ayatana.Desktop Dbus session bus name complete.
* De-Canonical'ize: Rename DBus bus com.canonical.Unity to org.ayatana.Desktop.Mike Gabriel2017-05-233-5/+5
|
* Adding a systemd user session unitTed Gould2017-05-174-0/+42
|
* debian/control: Adapt SYNOPSIS and LONG_DESCRIPTION.Mike Gabriel2017-05-171-3/+4
|
* src/CMakeLists.txt: Comply with cmake policy CMP0053.Mike Gabriel2017-05-171-1/+1
|
* debian/rules: Adapt to new bin:package name in override_dh_install rule.Mike Gabriel2017-05-171-2/+2
|
* MATE proxies the name spaces required for session management. Add ↵Martin Wimpress2017-05-171-2/+2
| | | | mate-control-center to Recommends.
* switch back to x-canonical-typeMike Gabriel2017-05-172-5/+5
|
* Use x-ayatanaindicator-* instead of x-canonical-*/x-ayatana-*.Mike Gabriel2015-11-162-5/+5
|
* debian/control: Fix bin:package name. Also alternatively recommend MATE ↵Mike Gabriel2015-11-161-3/+3
| | | | indicator applet / screensaver.
* debian/control: Fix dependencies so that the package is installable on ↵Mike Gabriel2015-11-161-2/+2
| | | | Debian _and_ Ubuntu.
* Fork from Ubuntu's indicator-session project.Mike Gabriel2015-11-14133-1178/+900
|
* Releasing 12.10.5+15.10.20150915-0ubuntu1CI Train Bot2015-09-151-0/+11
|
* under unity8 start system-settings instead unity-control-center Fixes: #1489480Sebastien Bacher2015-09-153-4/+13
|\ | | | | | | Approved by: PS Jenkins bot, Charles Kerr
| * under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-273-4/+13
| |
* | Disable shutdown/reboot in the lockscreen. Fixes: #1460626Andrea Azzarone andrea.azzarone@canonical.com2015-09-151-9/+11
|\ \ | |/ |/| | | Approved by: PS Jenkins bot, Marco Trevisan (Treviño)