1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
Overview of changes in ayatana-indicator-session 24.5.1
- Switch from com.canonical.indicators.webcredentials D-Bus service
to new com.lomiri.indicators.webcredentials.
- Fix function declarations.
- Add high contrast icons
- Translation updates.
Overview of changes in ayatana-indicator-session 24.5.0
- data/ayatana-indicator-session.service.in: Become part of
lomiri-indicators.target.
- Translation updates.
Overview of changes in ayatana-indicator-session 24.2.0
- src/service.c: Boolean values need to be upper-case.
- src/service.c: Use !rda_session_is_remote() rather than
rda_session_is_local().
- Translation updates.
Overview of changes in ayatana-indicator-session 23.10.3
- Translation updates.
Overview of changes in ayatana-indicator-session 23.10.2
- src/service.c: Initialize bLocal as true if building without RDA
support.
- Translation updates.
Overview of changes in ayatana-indicator-session 23.10.1
- Make building against librda optional.
- In remote session, show remote technology name in menu item label.
- Use ayatana_common_utils_zenity_question from libayatana-common
instead of directly calling zenity.
- Translation updates.
Overview of changes in ayatana-indicator-session 23.10.0
- tests/backend-dbus/mock-login1-seat.cc: fix build with GCC 13.
- Add remote session detection/termination via librda.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.9.2
- Add custom label to admin section.
- Add options to hide items in the admin section.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.9.1
- Provide special menu entries for devices powered by Ubuntu Touch.
- UnitySession -> LomiriSession: Re-rename related changes that we
erroneously hid away as Ayatana DesktopSession.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.9.0
- Add tooltip support.
- data/org.ayatana.indicator.session.gschema.xml: Add gettext-domain
property to <schema /> tag.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.2.1
- src/service.c: don't try to show any lockscreen shortcut on Lomiri.
- Translation updates.
Overview of changes in ayatana-indicator-session 22.2.0
- Upstream version bump to new release versioning scheme:
<year>.<month>.<revision>, where <year>.<month> will be
bumped in Ayatana Indicators bundle releases and <revision>
gets incremented with minor changeset releases.
- Drop pkglibexecdir and use native CMake file configuration.
- src/service.c: Fix the Desktop Help string.
- data/org.ayatana.indicator.session: Add phone section.
- data/ayatana-indicator-session.service.in: Fix sytemd unit target.
- Read org.gnome.settings-daemon.plugins.media-keys screensaver as a
list.
- Clean up compilation flags.
- Fix code to build with -Werror.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.9.0
- tests: Use Ayatana as mock user
- src/backend-dbus/actions.c: Replace deprecated g_spawn_check_exit_status.
- Update Ayatana IDO names.
- src/service.c: Add System title to the header.
- Use -no-pie build flag for tests only.
- Show the "Reboot..." option when ayatana-indicator-session is used in
Unity7.
- Ensure we request the UI to verify restart availability when Unity7 proxy
connects/disconnects.
- Only use Lomiri schema if it's installed to avoid hard dependency.
- Change the About string only for Lomiri.
- Open https://forums.ubports.com under Lomiri.
- Use ellipsis and convergence friendly "about" caption.
- Plug a memleak.
- Add "Desktop mode" switch for Lomiri.
- Replace code with libayatana-common functions.
- Add Budgie support.
- src/utils.c: Try to use SUPPORT_URL in get_distro_url.
- Switch from URL Dispatcher to Lomiri URL Dispatcher.
- Update/add documentation.
- Port to CMake.
- Add Travis CI configuration.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.2
- Fix duplicate icons directory.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.1
- Fix suppression of logout item via gsetting switch.
- Fix deprecated symbols and other build warnings.
- Update README.md.
- Translation updates.
Overview of changes in ayatana-indicator-session 0.8.0
- Version bump to bring all system indicators (and the
renderer libraries to the same version level).
- Rename 'x-canonical-type' attribute to 'x-ayatana-type'
(and others) to allow using system indicators from
Ayatana Indicators on Ubuntu.
- Start the indicator with the ayatana-indicators.target.
- Some minor phrases changes.
- Drop upstart support.
- Drop Debian (and derivatives) workaround for missing
libexec dir (not required anymore since Debian policy 4.1.5).
- Translation updates (awesome thanks to all the translators
on hosted.weblate.org!!!).
Overview of changes in ayatana-indicator-session 0.4.4
- Translation updates (awesome thanks!!!).
Overview of changes in ayatana-indicator-session 0.4.3
- Translation updates (awesome thanks!!!).
- Add XFCE support.
- src/service.c: Type-cast assignment from g_object_ref() to avoid
incompatible pointer type compiler warning.
Overview of changes in ayatana-indicator-session 0.4.2
- Plenty translation updates. Thanks to translators
on hosted.weblate.org.
Overview of changes in ayatana-indicator-session 0.4.1
- Add MATE session support.
- Support building without systemd.
- Set up Weblate based translation tools
Overview of changes in ayatana-indicator-session 0.4.0
- Fork from Ubuntu's Session Indicator.
|