diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-31 19:37:39 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-31 19:37:39 +0200 |
commit | 08007af84a6a608a3da5c32c9d2965501fd23f6e (patch) | |
tree | d9267f0bde054ec7423b6210a20b2d70fa71fb14 /ChangeLog | |
parent | 747d6e9a9e4d6bc825d1b3ba239e6f0f0d79c673 (diff) | |
parent | 0b1b65a1eedcd0158680437e0ceed9cb9f86f35f (diff) | |
download | ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.tar.gz ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.tar.bz2 ayatana-indicator-session-08007af84a6a608a3da5c32c9d2965501fd23f6e.zip |
* New upstream release:
- Add an 'Online Accounts' menuitem (lp: #1044464)
- Add disposition highlighting to the indicator icon (lp: #1044015)
- Remove the Restart button from the shutdown dialog (lp: #1027952)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
@@ -1,5 +1,89 @@ # Generated by Makefile. Do not edit. +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the tarball + +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + 12.10.2 + +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-session/lp-1044015 to add disposition highlighting to the session indicator's icon + +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + add a11y case for attention needed, but username display disabled + +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + revise indicator_session_update_a11y_from_disposition() to be easier to internationalize + +2012-08-31 Charles Kerr <charles.kerr@canonical.com> + + have the a11y text follow the SystemMenu spec + +2012-08-30 Charles Kerr <charles.kerr@canonical.com> + + add a disposition handler to indicator-session + +2012-08-30 Alberto Mardegan <alberto.mardegan@canonical.com> + + Add the "Online Accounts" item to the session menu. + + This item, beside opening the Online Accounts applet of the GNOME Control Center, also acts as an indicator, by turning red when some accounts need to be re-authenticated.. Approved by Charles Kerr, Matthew Paul Thomas, jenkins. + +2012-08-23 Alberto Mardegan <alberto.mardegan@canonical.com> + + Show Online Accounts only when needed + +2012-08-21 Alberto Mardegan <alberto.mardegan@canonical.com> + + Fix build + +2012-08-21 Alberto Mardegan <alberto.mardegan@canonical.com> + + Class rename + + Rename the class from Webcredentials to OnlineAccounts, for improved + consistency. + +2012-08-21 Alberto Mardegan <alberto.mardegan@canonical.com> + + Add Online Accounts item to session menu. + +2012-08-21 Alberto Mardegan <alberto.mardegan@canonical.com> + + Apply old webcredentials patch to trunk + +2012-03-07 Alberto Mardegan <alberto.mardegan@canonical.com> + + Add Web Accounts menu item + + Also, listen for the webcredentials service signals, to know when to set the + alert disposition on the menu item. + +2012-03-07 Alberto Mardegan <alberto.mardegan@canonical.com> + + Fix a build error: include locale.h + +2012-08-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-session/add-dbus-test-harness to get the unit tests building correctly. + +2012-08-23 Charles Kerr <charles.kerr@canonical.com> + + add a local implementation of indicator-service-test.h + +2012-08-23 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-session/lp-1027952 to remove the Restart button from the shutdown dialog + +2012-08-22 Charles Kerr <charles.kerr@canonical.com> + + in gtk-logout-helper's 'switch off' dialog, don't show a 'restart' button anymore + 2012-08-22 Charles Kerr <charles.kerr@canonical.com> 12.10.1 |