lp:ubuntu/maverick/avant-window-navigator

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/avant-window-navigator
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

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

Recent revisions

19. By Julien Lavergne

* Sync with Debian.
* Cherry-pick some fixes from upstream:
 - 901-grouping-and-OOo.patch: Fix grouping and window matching with OOo
   (r689,690,691,692,693)
 - 902-fix-nautilus-launcher.patch: Fix Nautilus launcher (r694, LP: #487105)
 - 903-fix-setlocale.patch: Fix settings locale in awn-settings
   (r695, LP: #563449)
 - 904-fix-behavior-with-compiz.patch: Fix behavior with compiz
   (r696,697,698)
 - 905-timeout-OOo.patch: Adjust timeout for OOo windows matching (r699)
 - 906-untranslated-strings-1.patch & 907-untranslated-strings-2.patch:
   Translated missing strings. (r700,708, LP: #586670)
 - 908-equal-in-schemas.patch: Remove == from schemas files
   (r710, LP: #590842)
 - 909-viewport-fix.patch: Fix for viewports where the active windows is
   not within the viewport (r712)
 - 910-add-remove-launcher.patch: Add ability to remove a launcher on right
   click. (r713, LP: #565412)
 - 911-freedesktop-dbus-name.patch: Don't use freedesktop for d-bus
   dockmanager name (r717)
 - 912-startup-invisible.patch: Fix invisible dock on startup
   (r718, LP: #620629)
 - 913-fix-unfocusing-dialog.patch: Fix unfocusing dialog (r725)
 - 914-fix-compatibility-0.9-vala.patch: Fix compatibility with vala 0.9.X
 - 920-translation-update.patch: Translation update (2010-08-23)

18. By Julien Lavergne

* New upstream release.
 - Fix crash when event is NULL (LP: #550541)
 - Fix crash in awn-setting when adding applet (LP: #557778)
* debian/control
 - Add mention of Awn in the description.
 - Add depends on python-desktop-agnostic for python-awn.
* debian/patches
 - 02-bad-pointer-init.patch: From upstream, bad unitialized pointer.

17. By Julien Lavergne

* New upstream release (0.4.0 rc1) (LP: #542684)
 - Ensure the autostart exist before trying to delete it.
   (LP: #334454)
 - Fix position with multiple screen. (LP: #248769)
* debian/control:
 - Move awn-settings to depends, to ensure migration from awn-manager.
   (LP: #512411)
* debian/patches/01-require-lda.patch : Only require 0.0.1 version of lda.
* debian/libawn1.symbols: Add missing symbol.

16. By Julien Lavergne

* New upstream snapshot.
 - Switch to main trunk branch.
* debian/control:
 - Add Conflicts on awn-manager for awn-settings (LP: #507822)
 - Remove build-depends on python-elementtree.

15. By Julien Lavergne

* New upstream snapshot.
 - Fix autohide behavior (LP: #130235)
 - Allow only 1 instance of Awn (LP: #258675)
* debian/patches:
 - 10_correct_exception.patch: Dropped, problem fixed in the new version.
 - 00-wm-behavior.patch and 01-tasks-have-arrow.patch: Merged upstream.
 - 03-python-import.patch: Refresh.
* Bump libawn SONAME.
* debian/control:
 - Add minimum requirement for libwnck-dev libgtk2.0-dev and libglib2.0-dev.
 - Drop build-depends on libgnome2-dev, libgnome-desktop-dev, libglade2-dev.
 - Bump build-depends for debhelper to (>= 7.0.50~) for overrides.
 - Build-depends on libgtop2-dev.
 - Replace build-depends on python-gnome-dev by python-gtk2-dev (>= 2.12).
 - Build-depends on gconf2, libdesktop-agnostic-dev, libdesktop-agnostic-bin,
   python-desktop-agnostic, vala-desktop-agnostic for desktop-agnostic
   support.
 - Demote the composite manager to Recommends, Awn works without it.
 - Depends on libdesktop-agnostic-* and dbus.
 - Bump libawn SONAME.
 - Rename awn-manager to awn-settings.
 - libawn-dev : drop libgnome*-dev and add libdesktop-agnostic-dev depends.
 - Replace depends on awn-manager by Recommends on awn-settings for
   avant-window-navigator.
 - Add depends on avant-window-navigator, python-desktop-agnostic, bzr and
   python-dbus for awn-settings.
 - Replace vala depends by vala-desktop-agnostic for vala-awn.
 - Bump standard version to 3.8.3, no change needed.
 - Add Conflicts/Replaces to replace separator applets which is in core now.
* debian/rules:
 - Rewrite with overrides.
 - Remove awn.wrapper.
 - Bump libawn SONAME.
 - Remove LDFLAGS and useless flag from configure.
* debian/awn.wrapper & debian/avant-window-navigator.links:
 - Dropped, previous configuration is incompatible.
* debian/avant-window-navigator{,-data}.install:
 - Update installed files in core.
 - Install core applets
* debian/awn-manager.install
 - Rename to awn-settings.install
 - Update installed files.
* debian/awn-applet*.1 && debian/avant-window-navigator.manpages
 - Update manpages.
* debian/awn-manager.*
 - Rename awn-manager to awn-settings.
 - Remove unused manpages.
* debian/python-awn:
 - Update to the new location.
* debian/README.Debian:
 - Mention that real transparency is not needed.
 - Add mutter in the list of composite managers.
* debian/copyright:
 - Update copyright and licenses.

14. By Fabrice Coutadeur

debian/control: added build depednency on libssl-dev to fix a FTBFS because
of missing -lssl at link time

13. By Julien Lavergne

* debian/patches/10_correct_execption.patch
 - Don't crash when raising exception. (LP: #397440)

12. By Julien Lavergne

debian/rules: Build python-awn for only 1 version of python.
(Closes: #531176)

11. By Julien Lavergne

* debian/patches/90-disable-size-changed_method.patch
 - From upstream (r557), don't use size_changed. It's not used anymore and it
   cause crashes (LP: #351433).
* debian/patches/91-use-g_strcmp0.patch
 - From upstream (r558), use g_strcmp0 instead of strcmp to avoid crash
   (LP: #352950)

10. By Julien Lavergne

* New upstream release (Closes : #514681) (LP: #327443)
 - Add a script to delay the start of awn when using the autostart.
   (Closes: #493640)
 - Fix awn-manager permission when trying to edit some desktop file
  (LP: #260987)
 - Update position on screen resolution changes (LP: #276734)
* debian/awn.wrapper
 - A script to update applets path using awn-applets-migration script.
* debian/*.install:
 - Add the themes directory to avant-window-navigator-data.install.
 - Add awn-autostart to avant-window-navigator.install.
 - Add awn-applets-migration to awn-manager.install.
 - Remove usr/bin/avant-window-navigator, handle by debian/rules.
 - Install python bindings in *-packages instead of site-packages only,
   needed for the python migration in squeeze (LP: #335785).
* debian/control:
 - Add missing ${misc:Depends}.
 - Bump Build-Depends and Depends for vala to (>= 0.5.4).
 - Set awn-manager as Depends rather than Recommends, needed by the
   awn-applets-migration script.
 - Remove unnecessary "Section: gnome"
 - Note that the libawn0-dbg contains debuggins symbols.
 - Set Build-Depends on python (>= 2.5) instead of hardcoding the python
   version.
* debian/awn-autostart.1 & debian/awn-applets-migrations:
 - Add new man pages.
* debian/avant-window-navigator.links
 - Symlink awn.1 with avant-window-navigator.1
* debian/rules:
 - Move avant-window-navigator to awn, and copy awn.wrapper to
   avant-window-navigator
 - Add new man pages.
* debian/patches/
 - 00-wm-behavior.patch : Don't bring the windows to the current workspace
   when the icon of the bar is clicked. Keep the same behavior that the
   gnome-panel applet.
 - 01-tasks-have-arrow.patch: Set the option "Tasks have arrow" by default.
 - 03-python-import.path : Update.
* debian/copyright
 - Replace (C) by ©.

Branch metadata

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

Subscribers