diff options
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 |