lp:ubuntu/hardy-proposed/gnome-panel

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/hardy-proposed/gnome-panel
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

105. By Sebastien Bacher

* debian/patches/80_disable_movement_option.patch:
  - add a gconf option to disable the posibility to dnd gnome-panels which
    can be confusing for users, thanks Vincent Untz (lp: #250862)
* debian/patches/90_from_svn_fix_random_position_changes.patch:
  - svn change fixing gnome-panel positions changing sometime between logins
    (lp: #39856)

104. By Sebastien Bacher

* New upstream version:
  Panel
  - When opening a recent file, do not only look for applications that
    can open URI; if the file is gio-native (file://), then it's fine to
    get applications that can open paths
  - Open a mount after having mounted it since nautilus won't automatically
    open it anymore
  - Fix dragging of launchers from the Add to panel dialog (lp: #192316)
  Clock Applet
  - Make the help button on the preference dialog work
  - Fix timezone file handling to correctly recognize timezone magic header
  - Accept Google URI for Google calendars appointments
  - Put the initial focus in the name entry for the Edit location dialog
  - Rename the clock applet PolicyKit .policy file so that it validates
    and add some more information there

103. By Sebastien Bacher

* New upstream version (lp: #226831):
  Clock Applet
  - Fix internal handling of locations to not create new locations all
    the time. As a side-effect, this fixes the location not being
    recognized as the current one when the user clicks "Set"
  - Improve pre-filling of the find entry
  - Be more solid against cases where there's no Locations.xml
  - Better handling of some special cases when detecting the system timezone
  - Fix memory leaks
  - First look if /etc/localtime is a symbolic link when detecting the
    current timezone instead of first parsing a few files
  - Add support for Arch Linux system timezone
  - Fix a crash in the system timezone reading/writing code on 64-bits
    machines
  Misc
  - Add new keys to gnome-panel.desktop to also make it work with
    gnome-session 2.23/2.24. The panel will still work with gnome-session
    2.22, of course.
* debian/patches/90_from_svn_fix_location_change_issue.patch:
  - dropped, fixed in the new version
* debian/patches/91_from_svn_fix_type_use.patch:
  - dropped, fixed in the new version

102. By Sebastien Bacher

* debian/patches/91_from_svn_fix_type_use.patch:
  - change from svn, use gsize rather than unsigned int since they don't
    have the same value on 64 bit architectures

101. By Sebastien Bacher

* debian/patches/90_from_svn_fix_location_change_issue.patch:
  - change from svn, fix issue change changing the current location

100. By Sebastien Bacher

* New upstream version:
  Clock Applet
  - Lots of code cleanup
  - Fix small bug where the map might not update when time goes backwards
  - Do not even try to rotate the map. We didn't want to do this and can
    cause corrupted maps on OpenSolaris
  - Use the right directory for timezone data on Solaris
  - Use the latest evolution text domain for timezone translations
  - Plug some leaks
  - Completely rewrite the system timezone detection to work on more OS
  - Immediately update the time on the clock when the system timezone is
    changed
  - Use less memory by not keeping data that will not be used
  - Optimization work to display the Add/Edit Location dialog much faster
  - Completely rewrite the way we set the system timezone to correctly
    work on more OS. It should now update the correct config files and
    use a symlink for /etc/localtime if it was already a symlink before.
  - Small optimization: cache the can_do result for PolicyKit actions to
    not query too often and save some time
  - Lots of optimization work for opening the calendar & timezone popup
    faster. Do not display things multiple times, load files multiples
    times, do useless things, etc.
  - Reset the state of the find location window when closing the Add/Edit
    Location dialog
  - Do not assume that the timezone and country data files are available
    and so don't crash when they're not
  - Pre-fill the find location entry when it makes sense
  - Make the add/edit location dialog not resizable
  - Improve initial size of the find location dialog
  Misc
  - When compiling with NetworkManager support, check that the
    NetworkManager version is recent enough

99. By Sebastien Bacher

* New upstream version:
  Clock Applet
  - Fix a potential crash on startup (lp: #213944)

98. By Sebastien Bacher

* New upstream version:
  Panel
  - Convert username/login to UTF-8 in logout dialog
  - Fix applet processes not quitting when the applet is removed (lp: #195915)
  Misc
  - Remove old and useless files
  - Require gweather 2.22.1
  - Don't explicitly require libxml for the weather applet anymore
  Clock Applet
  - Fix crash when there are no locations available
  - Fix locations not appearing in the preferences dialog
  - Make find location window larger
  - Handle escape to close the dialog in the time/timezone dialogs
  - Fix various issues with adding/removing locations
  - Fix crash when PolicyKit helper can't be called (lp: #208791)
  - Fix crash when closing the calendar popup when a city is blinking
    on the map (lp: #200881, ##207954)
  - Improve the blinking on the map when clicking on various locations
  - Cleanups
  - Correctly redraw the map outline on expose events
  - Fix crash when the location doesn't have coordinates (lp: #201102)
  - Fix crash when updating locations while calendar popup is not shown
    (lp: #210470)
  - Fix initial visibility of the appointments to actually follow the
    state of the expander (lp: #206118)
  - Make sure we always use data from the right country (lp: #185190)
  - Show caldav appointments in the calendar
  - Ignore dbus errors when setting the time and there's no reply on the bus
    (lp: #207890)
  - Open evolution on the right day, in all timezones (lp: #66028)
  - Fix crash when an evolution-data-server dies (lp: #122590)
  - Correctly set time, even when DST is on (lp: #208598)
  - Handle multiple locations in the same timezone in a better way
  - Fix weather tooltip to show the real temperature and the apparent
    temperature, instead of only the apparent one (lp: #188183)
  - Do not lose the weather location information when changing the
    timezone of a location (lp: #200911)
  - Don't show weather information of the last location once it has been
    removed
  - Remove empty space on the left of the clock when there's no location
    (lp: #203691)
  - Potential fix for another crash in the calendar code
  - When adding a location, make it the current one if it makes sense
* debian/control.in:
  - updated libgweather requirement
* debian/patches/17_expose_wm_keybindings.patch:
  - dropped, the current version has some issues and need to be rework
    during next cycle (lp: #211112)
* debian/patches/80_from_bugzilla_use_correct_current_timezone.patch:
  - dropped, fixed in the new version

97. By Sebastien Bacher

* debian/patches/18_clock_capplet_use_time_admin.patch:
  - use time-admin to configure time rather than the new policykit dialog,
    thanks Sebastian Urban for working on the change (lp: #185232)

96. By Sebastien Bacher

* debian/patches/04_default_panel_config.patch:
  - don't use deskbar-applet in default configuration, it's slowing the login,
    not compatible with the new firefox and tracker is not running either now

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/gnome-panel
This branch contains Public information 
Everyone can see this information.

Subscribers