diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-22 13:42:16 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-22 13:42:16 -0400 |
commit | 757682fa7ec204c45b1ac465b57f2efe56673802 (patch) | |
tree | 8cfa0ece35953c4744cba954d760e5ff605c7f3e /ChangeLog | |
parent | eefb008c18560d9e0c7505e0dad7216bf2441bd8 (diff) | |
parent | 108cec80746510d7f622ad0506a7f3d2a734c3ae (diff) | |
download | ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.tar.gz ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.tar.bz2 ayatana-indicator-session-757682fa7ec204c45b1ac465b57f2efe56673802.zip |
New upstream release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 152 |
1 files changed, 152 insertions, 0 deletions
@@ -1,5 +1,157 @@ # Generated by Makefile. Do not edit. +2011-07-22 Conor Curran <conor.curran@canonical.com> + + uncomment the disconnect method + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + moving to 0.3.0 + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + added new files to the po index + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + bumped version in configure ac in prep for release + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + apt item partially working + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + apt progress now reflected dynamically in the menu + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + transaction object now properly disposed of + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + suspend plugged back in plus both it and hibernate menuitems should now be sensitive to changes coming from upower + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + Device menu torn apart and put back together, apt communication up and going + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + fixed issues + +2011-07-21 Conor Curran <conor.curran@canonical.com> + + apt transactions working nicely + +2011-07-21 Conor Curran <conor.curran@canonical.com> + + apt item now sensitive to updates available + +2011-07-21 Conor Curran <conor.curran@canonical.com> + + properties changed signal is being triggered + +2011-07-21 Conor Curran <conor.curran@canonical.com> + + transaction object in place + +2011-07-21 Conor Curran <conor.curran@canonical.com> + + trying to figure out if upgrades are needed in progress + +2011-07-20 Conor Curran <conor.curran@canonical.com> + + signals and methods from apt are working somewhat + +2011-07-20 Conor Curran <conor.curran@canonical.com> + + apt watcher now controlling menuitem with signals and methods in place + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + apt watcher coming along nicely + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + all items in place, now for the gudev backend + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + settings dialog in place + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + system added to device menu, more tidying as we go + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + add the udev mgr files + +2011-07-22 Conor Curran <conor.curran@canonical.com> + + merged Neil's pointer fix + +2011-07-21 Neil Jagdish Patel <neil.patel@canonical.com> + + Always send the actual pointers to the entry not pointers to copies + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + merged in the device menu split out + +2011-07-18 Conor Curran <conor.curran@canonical.com> + + device menu has been isolated + +2011-07-18 Conor Curran <conor.curran@canonical.com> + + session menu mgr in progress + +2011-07-19 Conor Curran <conor.curran@canonical.com> + + merged dialog behaviour fix + +2011-07-08 Daniel van Vugt <vanvugt@gmail.com> + + Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357) + +2011-07-18 Conor Curran <conor.curran@canonical.com> + + user menu abstracted + +2011-07-15 Conor Curran <conor.curran@canonical.com> + + user menu nicely separated for now, next the session menu + +2011-07-15 Conor Curran <conor.curran@canonical.com> + + first step - it compiles + +2011-07-15 Conor Curran <conor.curran@canonical.com> + + please tidy up that user manager + +2011-07-15 Conor Curran <conor.curran@canonical.com> + + please tidy up that user manager + +2011-07-18 Conor Curran <conor.curran@canonical.com> + + merged Trevino's gtk2 compilation fix + +2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net> + + configure.ac: include the indicator dir in output + +2011-07-09 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Get support for gtk+2.0 back + + indicator-session can still be compiled with gtk, using the + --with-gtk=2 configure flag (I've changed it to match the + other indicators). + 2011-07-14 Conor Curran <conor.curran@canonical.com> bumped release version |