pkgsrc/devel/bzr-gtk/PLIST

259 lines
12 KiB
Text
Raw Normal View History

0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
@comment $NetBSD: PLIST,v 1.3 2009/09/09 05:44:03 epg Exp $
bin/bzr-handle-patch
bin/bzr-notify
bin/olive-gtk
${PYSITELIB}/bzrlib/plugins/gtk/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/about.py
${PYSITELIB}/bzrlib/plugins/gtk/about.pyc
${PYSITELIB}/bzrlib/plugins/gtk/about.pyo
${PYSITELIB}/bzrlib/plugins/gtk/annotate/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/annotate/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/annotate/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/annotate/colormap.py
${PYSITELIB}/bzrlib/plugins/gtk/annotate/colormap.pyc
${PYSITELIB}/bzrlib/plugins/gtk/annotate/colormap.pyo
${PYSITELIB}/bzrlib/plugins/gtk/annotate/config.py
${PYSITELIB}/bzrlib/plugins/gtk/annotate/config.pyc
${PYSITELIB}/bzrlib/plugins/gtk/annotate/config.pyo
${PYSITELIB}/bzrlib/plugins/gtk/annotate/gannotate.py
${PYSITELIB}/bzrlib/plugins/gtk/annotate/gannotate.pyc
${PYSITELIB}/bzrlib/plugins/gtk/annotate/gannotate.pyo
${PYSITELIB}/bzrlib/plugins/gtk/annotate/spanselector.py
${PYSITELIB}/bzrlib/plugins/gtk/annotate/spanselector.pyc
${PYSITELIB}/bzrlib/plugins/gtk/annotate/spanselector.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branch.py
${PYSITELIB}/bzrlib/plugins/gtk/branch.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branch.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchbox.py
${PYSITELIB}/bzrlib/plugins/gtk/branchbox.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchbox.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchview/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/branchview/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchview/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchview/graphcell.py
${PYSITELIB}/bzrlib/plugins/gtk/branchview/graphcell.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchview/graphcell.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchview/linegraph.py
${PYSITELIB}/bzrlib/plugins/gtk/branchview/linegraph.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchview/linegraph.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treemodel.py
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treemodel.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treemodel.pyo
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treeview.py
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treeview.pyc
${PYSITELIB}/bzrlib/plugins/gtk/branchview/treeview.pyo
${PYSITELIB}/bzrlib/plugins/gtk/checkout.py
${PYSITELIB}/bzrlib/plugins/gtk/checkout.pyc
${PYSITELIB}/bzrlib/plugins/gtk/checkout.pyo
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
${PYSITELIB}/bzrlib/plugins/gtk/commands.py
${PYSITELIB}/bzrlib/plugins/gtk/commands.pyc
${PYSITELIB}/bzrlib/plugins/gtk/commands.pyo
${PYSITELIB}/bzrlib/plugins/gtk/commit.py
${PYSITELIB}/bzrlib/plugins/gtk/commit.pyc
${PYSITELIB}/bzrlib/plugins/gtk/commit.pyo
${PYSITELIB}/bzrlib/plugins/gtk/conflicts.py
${PYSITELIB}/bzrlib/plugins/gtk/conflicts.pyc
${PYSITELIB}/bzrlib/plugins/gtk/conflicts.pyo
${PYSITELIB}/bzrlib/plugins/gtk/dialog.py
${PYSITELIB}/bzrlib/plugins/gtk/dialog.pyc
${PYSITELIB}/bzrlib/plugins/gtk/dialog.pyo
${PYSITELIB}/bzrlib/plugins/gtk/diff.py
${PYSITELIB}/bzrlib/plugins/gtk/diff.pyc
${PYSITELIB}/bzrlib/plugins/gtk/diff.pyo
${PYSITELIB}/bzrlib/plugins/gtk/errors.py
${PYSITELIB}/bzrlib/plugins/gtk/errors.pyc
${PYSITELIB}/bzrlib/plugins/gtk/errors.pyo
${PYSITELIB}/bzrlib/plugins/gtk/history.py
${PYSITELIB}/bzrlib/plugins/gtk/history.pyc
${PYSITELIB}/bzrlib/plugins/gtk/history.pyo
${PYSITELIB}/bzrlib/plugins/gtk/initialize.py
${PYSITELIB}/bzrlib/plugins/gtk/initialize.pyc
${PYSITELIB}/bzrlib/plugins/gtk/initialize.pyo
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
${PYSITELIB}/bzrlib/plugins/gtk/keyring.py
${PYSITELIB}/bzrlib/plugins/gtk/keyring.pyc
${PYSITELIB}/bzrlib/plugins/gtk/keyring.pyo
${PYSITELIB}/bzrlib/plugins/gtk/loom.py
${PYSITELIB}/bzrlib/plugins/gtk/loom.pyc
${PYSITELIB}/bzrlib/plugins/gtk/loom.pyo
${PYSITELIB}/bzrlib/plugins/gtk/merge.py
${PYSITELIB}/bzrlib/plugins/gtk/merge.pyc
${PYSITELIB}/bzrlib/plugins/gtk/merge.pyo
${PYSITELIB}/bzrlib/plugins/gtk/mergedirective.py
${PYSITELIB}/bzrlib/plugins/gtk/mergedirective.pyc
${PYSITELIB}/bzrlib/plugins/gtk/mergedirective.pyo
${PYSITELIB}/bzrlib/plugins/gtk/missing.py
${PYSITELIB}/bzrlib/plugins/gtk/missing.pyc
${PYSITELIB}/bzrlib/plugins/gtk/missing.pyo
${PYSITELIB}/bzrlib/plugins/gtk/nautilus-bzr.py
${PYSITELIB}/bzrlib/plugins/gtk/nautilus-bzr.pyc
${PYSITELIB}/bzrlib/plugins/gtk/nautilus-bzr.pyo
${PYSITELIB}/bzrlib/plugins/gtk/notify.py
${PYSITELIB}/bzrlib/plugins/gtk/notify.pyc
${PYSITELIB}/bzrlib/plugins/gtk/notify.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/add.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/add.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/add.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/bookmark.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/bookmark.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/bookmark.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/guifiles.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/guifiles.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/guifiles.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/info.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/info.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/info.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/info_helper.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/info_helper.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/info_helper.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/launch.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/launch.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/launch.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/menu.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/menu.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/menu.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/mkdir.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/mkdir.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/mkdir.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/move.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/move.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/move.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/remove.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/remove.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/remove.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/rename.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/rename.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/rename.pyo
${PYSITELIB}/bzrlib/plugins/gtk/olive/window.py
${PYSITELIB}/bzrlib/plugins/gtk/olive/window.pyc
${PYSITELIB}/bzrlib/plugins/gtk/olive/window.pyo
${PYSITELIB}/bzrlib/plugins/gtk/preferences/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/preferences/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/preferences/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/preferences/identity.py
${PYSITELIB}/bzrlib/plugins/gtk/preferences/identity.pyc
${PYSITELIB}/bzrlib/plugins/gtk/preferences/identity.pyo
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
${PYSITELIB}/bzrlib/plugins/gtk/preferences/notifications.py
${PYSITELIB}/bzrlib/plugins/gtk/preferences/notifications.pyc
${PYSITELIB}/bzrlib/plugins/gtk/preferences/notifications.pyo
${PYSITELIB}/bzrlib/plugins/gtk/preferences/plugins.py
${PYSITELIB}/bzrlib/plugins/gtk/preferences/plugins.pyc
${PYSITELIB}/bzrlib/plugins/gtk/preferences/plugins.pyo
${PYSITELIB}/bzrlib/plugins/gtk/push.py
${PYSITELIB}/bzrlib/plugins/gtk/push.pyc
${PYSITELIB}/bzrlib/plugins/gtk/push.pyo
${PYSITELIB}/bzrlib/plugins/gtk/revbrowser.py
${PYSITELIB}/bzrlib/plugins/gtk/revbrowser.pyc
${PYSITELIB}/bzrlib/plugins/gtk/revbrowser.pyo
${PYSITELIB}/bzrlib/plugins/gtk/revidbox.py
${PYSITELIB}/bzrlib/plugins/gtk/revidbox.pyc
${PYSITELIB}/bzrlib/plugins/gtk/revidbox.pyo
${PYSITELIB}/bzrlib/plugins/gtk/revisionmenu.py
${PYSITELIB}/bzrlib/plugins/gtk/revisionmenu.pyc
${PYSITELIB}/bzrlib/plugins/gtk/revisionmenu.pyo
${PYSITELIB}/bzrlib/plugins/gtk/revisionview.py
${PYSITELIB}/bzrlib/plugins/gtk/revisionview.pyc
${PYSITELIB}/bzrlib/plugins/gtk/revisionview.pyo
${PYSITELIB}/bzrlib/plugins/gtk/seahorse.py
${PYSITELIB}/bzrlib/plugins/gtk/seahorse.pyc
${PYSITELIB}/bzrlib/plugins/gtk/seahorse.pyo
${PYSITELIB}/bzrlib/plugins/gtk/search.py
${PYSITELIB}/bzrlib/plugins/gtk/search.pyc
${PYSITELIB}/bzrlib/plugins/gtk/search.pyo
${PYSITELIB}/bzrlib/plugins/gtk/status.py
${PYSITELIB}/bzrlib/plugins/gtk/status.pyc
${PYSITELIB}/bzrlib/plugins/gtk/status.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tags.py
${PYSITELIB}/bzrlib/plugins/gtk/tags.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tags.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/__init__.pyo
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_annotate_config.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_annotate_config.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_annotate_config.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_commit.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_commit.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_commit.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_diff.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_diff.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_diff.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_history.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_history.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_history.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_linegraph.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_linegraph.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_linegraph.pyo
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_preferences.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_preferences.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_preferences.pyo
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_revisionview.py
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_revisionview.pyc
${PYSITELIB}/bzrlib/plugins/gtk/tests/test_revisionview.pyo
${PYSITELIB}/bzrlib/plugins/gtk/ui.py
${PYSITELIB}/bzrlib/plugins/gtk/ui.pyc
${PYSITELIB}/bzrlib/plugins/gtk/ui.pyo
${PYSITELIB}/bzrlib/plugins/gtk/viz/__init__.py
${PYSITELIB}/bzrlib/plugins/gtk/viz/__init__.pyc
${PYSITELIB}/bzrlib/plugins/gtk/viz/__init__.pyo
${PYSITELIB}/bzrlib/plugins/gtk/viz/branchwin.py
${PYSITELIB}/bzrlib/plugins/gtk/viz/branchwin.pyc
${PYSITELIB}/bzrlib/plugins/gtk/viz/branchwin.pyo
${PYSITELIB}/bzrlib/plugins/gtk/window.py
${PYSITELIB}/bzrlib/plugins/gtk/window.pyc
${PYSITELIB}/bzrlib/plugins/gtk/window.pyo
share/application-registry/bzr-gtk.applications
share/applications/bazaar-properties.desktop
share/applications/bzr-handle-patch.desktop
share/applications/bzr-notify.desktop
share/applications/olive-gtk.desktop
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
share/bzr-gtk/credits.pickle
share/bzr-gtk/icons/bug.png
share/bzr-gtk/icons/bzr-icon-64.png
share/bzr-gtk/icons/commit.png
share/bzr-gtk/icons/commit16.png
share/bzr-gtk/icons/diff.png
share/bzr-gtk/icons/diff16.png
share/bzr-gtk/icons/log.png
share/bzr-gtk/icons/log16.png
share/bzr-gtk/icons/olive-gtk.png
share/bzr-gtk/icons/oliveicon2.png
share/bzr-gtk/icons/pull.png
share/bzr-gtk/icons/pull16.png
share/bzr-gtk/icons/push.png
share/bzr-gtk/icons/push16.png
share/bzr-gtk/icons/refresh.png
share/bzr-gtk/icons/sign-bad.png
share/bzr-gtk/icons/sign-ok.png
share/bzr-gtk/icons/sign-unknown.png
share/bzr-gtk/icons/sign.png
share/bzr-gtk/icons/tag-16.png
share/icons/hicolor/scalable/emblems/emblem-bzr-added.svg
share/icons/hicolor/scalable/emblems/emblem-bzr-conflict.svg
share/icons/hicolor/scalable/emblems/emblem-bzr-controlled.svg
0.97.0 2009-08-25 BUG FIXES * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy by being more tolerant about gobject methods availability. (Vincent Ladeuil, #403430) * Fixed emblem and nautilus bzr-status column for ignored files. (Lucas Shrewsbury, #294632) * Fixed emblem and nautilus bzr-status column for unversioned files. (Lucas Shrewsbury, #417966) * Switch to using disutils sdist instead of bzr export. (Mark Lee, #398242) 0.96.2 2009-07-08 BUG FIXES * Same player shoots again. Version credits.pickle and rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.1 2009-07-08 BUG FIXES * Rebuild the tarball after running 'python ./setup.py build_credits', update http://bazaar-vcs.org/bzr-gtk/releasing accordingly. (Vincent Ladeuil, #397526) 0.96.0 2009-07-08 UI * Add colored status messages in Olive file list (Jasper Groenewegen) * Use the new progress bar implementation from bzrlib. (Vincent Ladeuil, 385191) CHANGES * Add ginfo command line option (Jasper Groenewegen) * Diff window uses GtkSourceView2 now. (Szilveszter Farkas) BUG FIXES * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus Korn, #294396) * Fix Olive homepage URL. (#255152) * Fix gannotate.conf handling. (Vincent Ladeuil, #373157) * Save commit messages at uncommit time, restore them at gcommit time. Also allow saving commit messages if the commit is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674) * Mark as compatible with bzr 1.13. FEATURES * Support storing credentials in the GNOME Keyring if it is available. (Jelmer Vernooij) * Fix opening Status window in Olive (#316310)
2009-09-09 07:44:03 +02:00
share/icons/hicolor/scalable/emblems/emblem-bzr-ignored.svg
share/icons/hicolor/scalable/emblems/emblem-bzr-modified.svg
share/icons/hicolor/scalable/emblems/emblem-bzr-removed.svg
share/locale/ca/LC_MESSAGES/olive-gtk.mo
share/locale/cs/LC_MESSAGES/olive-gtk.mo
share/locale/de/LC_MESSAGES/olive-gtk.mo
share/locale/en_GB/LC_MESSAGES/olive-gtk.mo
share/locale/es/LC_MESSAGES/olive-gtk.mo
share/locale/fr/LC_MESSAGES/olive-gtk.mo
share/locale/hu/LC_MESSAGES/olive-gtk.mo
share/locale/id/LC_MESSAGES/olive-gtk.mo
share/locale/it/LC_MESSAGES/olive-gtk.mo
share/locale/ku/LC_MESSAGES/olive-gtk.mo
share/locale/pl/LC_MESSAGES/olive-gtk.mo
share/locale/pt_BR/LC_MESSAGES/olive-gtk.mo
share/locale/ru/LC_MESSAGES/olive-gtk.mo
share/locale/sr/LC_MESSAGES/olive-gtk.mo
share/locale/sv/LC_MESSAGES/olive-gtk.mo
share/olive/cmenu.ui
share/pixmaps/bzr-icon-64.png
share/pixmaps/olive-gtk.png