[Pkg-bazaar-commits] ./bzr-gtk/unstable r83: Merge Olive code.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:49:15 UTC 2009


------------------------------------------------------------
revno: 83
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr-gtk
timestamp: Fri 2006-09-29 22:59:52 +0200
message:
  Merge Olive code.
removed:
  .bzrignore
  setup.py
added:
  .bzrignore
  COPYING.txt
  NEWS.txt
  README.txt
  TODO.txt
  cmenu.ui
  debian/
  debian/changelog
  debian/compat
  debian/control
  debian/copyright
  debian/docs
  debian/olive-gtk.1
  debian/pycompat
  debian/rules
  genpot.sh
  icons/
  icons/commit.png
  icons/commit16.png
  icons/diff.png
  icons/diff16.png
  icons/log.png
  icons/log16.png
  icons/olive-gtk.png
  icons/pull.png
  icons/pull16.png
  icons/push.png
  icons/push16.png
  icons/refresh.png
  olive/
  olive-gtk
  olive-gtk.desktop
  olive.glade
  olive/__init__.py
  olive/add.py
  olive/bookmark.py
  olive/branch.py
  olive/checkout.py
  olive/commit.py
  olive/dialog.py
  olive/info.py
  olive/info_helper.py
  olive/launch.py
  olive/menu.py
  olive/mkdir.py
  olive/move.py
  olive/push.py
  olive/remove.py
  olive/rename.py
  olive/status.py
  olive/ui.py
  oliveicon2.png
  po/
  po/hu.po
  po/olive-gtk.pot
  setup.py
    ------------------------------------------------------------
    revno: 0.8.1
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-06-10 18:28:58 +0200
    message:
      * backend/errors.py: some basic exceptions added
      * backend/fileops.py: mkdir() and add() implemented 
      * backend/init.py: init() and branch() implemented
      * The work has begun :)
    added:
      ChangeLog
      backend/
      backend/errors.py
      backend/fileops.py
      backend/init.py
    ------------------------------------------------------------
    revno: 0.8.2
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-06-11 21:06:06 +0200
    message:
      * backend/commit.py: commit() implemented
      * backend/fileops.py: remove() implemented
      * backend/errors.py: more exceptions added
      * more detailed comments for the different functions
    added:
      backend/commit.py
    modified:
      ChangeLog
      backend/errors.py
      backend/fileops.py
      backend/init.py
    ------------------------------------------------------------
    revno: 0.8.3
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-06-13 01:18:08 +0200
    message:
      * backend/init.py: checkout() implemented - not tested yet
      * backend/commit.py: push() implemented - not tested yet
      * backend/error.py: another bunch of exceptions added
    modified:
      ChangeLog
      backend/commit.py
      backend/errors.py
      backend/init.py
    ------------------------------------------------------------
    revno: 0.8.4
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-06-13 20:56:54 +0200
    message:
      * backend/commit.py: minor tweaks to push()
      * backend/init.py: minor tweaks to checkout() and branch()
    modified:
      ChangeLog
      backend/commit.py
      backend/errors.py
      backend/init.py
    ------------------------------------------------------------
    revno: 0.8.5
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-06-14 01:53:32 +0200
    message:
      * backend/info.py: nick() and revno() implemented
    added:
      backend/info.py
    modified:
      ChangeLog
    ------------------------------------------------------------
    revno: 0.8.6
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-06-19 02:09:38 +0200
    message:
      * backend/info.py: implemented version(), whoami() and info()
      * backend/info_helper.py: some helper functions for info.info()
    added:
      backend/info_helper.py
    modified:
      ChangeLog
      backend/info.py
    ------------------------------------------------------------
    revno: 0.8.7
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-06-21 22:14:00 +0200
    message:
      2006-06-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * backend/init.py: moved pull() to backend/update.py
          * backend/update.py: implemented update() and missing()
      	
      2006-06-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      	
          * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
          * backend/init.py: implemented pull()
    added:
      backend/update.py
    modified:
      ChangeLog
      backend/commit.py
      backend/errors.py
      backend/init.py
    ------------------------------------------------------------
    revno: 0.8.8
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-07-06 19:08:45 +0200
    message:
      2006-07-06  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * I'm not dead :)
          * backend/errors.py: added some exceptions related to fileops.move()
          * backend/fileops.py: implemented move()
          * backend/info_helper.py: added diff_helper()
          * backend/info.py: implemented diff()
    modified:
      ChangeLog
      backend/errors.py
      backend/fileops.py
      backend/info.py
      backend/info_helper.py
      backend/update.py
    ------------------------------------------------------------
    revno: 0.8.9
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-07-08 19:36:59 +0200
    message:
      2006-07-08  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * backend/errors.py: added some exceptions related to diff() and log()
          * backend/info.py: implemented log()
          * backend/info.py: diff() works well with revnos
          * added e-mail address to copyright header
    modified:
      ChangeLog
      backend/commit.py
      backend/errors.py
      backend/fileops.py
      backend/info.py
      backend/info_helper.py
      backend/init.py
      backend/update.py
    ------------------------------------------------------------
    revno: 0.8.10
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-07-16 18:27:59 +0200
    message:
      2006-07-16  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * Done some directory reorganization.
          * setup.py: added some basic install script
          * Began to implement the GTK UI.
    added:
      olive/
      olive/__init__.py
      olive/backend/__init__.py
      olive/frontend/
      olive/frontend/__init__.py
      olive/frontend/gtk/
      olive/frontend/gtk/__init__.py
      setup.py
    renamed:
      backend/ => olive/backend/
    modified:
      ChangeLog
    ------------------------------------------------------------
    revno: 0.8.11
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-07-16 18:35:01 +0200
    message:
      2006-07-16  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/ui.py: GtkUIFactory implementation
    added:
      olive/backend/ui.py
    modified:
      ChangeLog
    ------------------------------------------------------------
    revno: 0.8.12
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-07-17 01:51:20 +0200
    message:
      2006-07-17  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * setup.py: some tweaks
          * olive-gtk: added main executable
          * olive/frontend/gtk/handler.py: signal handler class added (OliveHandler)
          * olive/frontend/gtk/__init__.py: main GTK class added (OliveGtk)
          * olive.glade: GTK UI description added (generated by Glade)
          * oliveicon2.png: icon added
    added:
      olive-gtk
      olive.glade
      olive/frontend/gtk/handler.py
      oliveicon2.png
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
      setup.py*
    ------------------------------------------------------------
    revno: 0.8.13
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-07-17 16:00:33 +0200
    message:
      2006-07-17  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/dialog.py: some basic dialog stuff added
          * olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
          * olive/frontend/gtk/__init__.py: added Status column to filelist
          * olive/backend/fileops.py: implemented status()
          * TODO: added a TODO list
    added:
      TODO
      olive/frontend/gtk/dialog.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/fileops.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.14
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-07-17 22:24:24 +0200
    message:
      2006-07-17  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: signals added + Branch dialog modifications
          * olive/frontend/gtk/branch.py: began to implement branching functionality
          * olive/frontend/gtk/*: fixes tabs and spaces
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/dialog.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.15
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-07-18 17:33:52 +0200
    message:
      2006-07-18  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/init.py: added NotBranchError handling to branch()
          * olive/frontend/gtk/__init__.py: added OliveCommunication class
          * olive/frontend/gtk/branch.py: finished implementation of Branch window
    modified:
      ChangeLog
      olive.glade
      olive/backend/errors.py
      olive/backend/init.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.16
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-07-19 00:21:00 +0200
    message:
      * really finished branch/checkout window
      * added olive/frontend/gtk/branch.py (left out from last revision)
    added:
      olive/frontend/gtk/branch.py
    modified:
      olive/backend/errors.py
      olive/backend/init.py
    ------------------------------------------------------------
    revno: 0.8.17
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-07-19 09:38:09 +0200
    message:
      2006-07-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: added folder and file icons
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
    ------------------------------------------------------------
    revno: 0.8.18
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-07-20 16:31:08 +0200
    message:
      2006-07-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: implemented OliveCommunication.refresh_right()
          * olive/frontend/gtk/handler.py: implemented browsing in the file list
          * olive/backend/fileops.py: tweaked status() (to get proper status in fact)
    modified:
      ChangeLog
      olive.glade
      olive/backend/fileops.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.19
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Fri 2006-07-21 20:18:20 +0200
    message:
      2006-07-21  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/olive.glade: some UI refreshment (push, remove and commit dialog)
          * olive/frontend/gtk/push.py: implemented 'push' functionality
          * olive/frontend/gtk/commit.py: implemented 'commit' functionality
          * olive/frontend/gtk/remove.py: implemented 'remove' functionality
          * olive/frontend/gtk/add.py: implemented 'add' functionality
          * olive/frontend/gtk/handler.py: implemented 'init' functionality
          * olive/backend/fileops.py: added recursive mode to add(), added
            NotBranchError exception to add() and remove()
    added:
      olive/frontend/gtk/add.py
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/push.py
      olive/frontend/gtk/remove.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/commit.py
      olive/backend/fileops.py
      olive/backend/init.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/dialog.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.20
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-07-24 16:32:01 +0200
    message:
      2006-07-24  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: improvements to the Commit dialog
          * olive/frontend/gtk/commit.py: merged Jelmer Vernooij's integration branch
            and some code from bzr-gtk (select files to commit)
          * TODO: added some wishlist stuff
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.21
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-07-25 14:38:56 +0200
    message:
      2006-07-25  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive-gtk: display error if python 2.4 not available (Mario Đanić)
            (Fixed: #54014)
          * olive-gtk: display error if pygtk2 (and glade) not available (Mario Đanić)
            (Fixed: #54013)
      
      2006-07-24  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/push.py: display number of pushed revisions
    modified:
      ChangeLog
      TODO
      olive-gtk
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.22
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-07-31 20:17:48 +0200
    message:
      2006-07-31  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * Back from holiday.
          * olive.glade: separated branch and checkout dialogs (Fixed: #54019)
          * olive/frontend/gtk/checkout.py: file added respectively
          * olive/frontend/gtk/branch.py: removed checkout options
          * olive/frontend/gtk/handler.py: modified handler names + added checkout
          * olive/frontend/gtk/push.py: window gets properly resized (Fixed: #54676)
    added:
      olive/frontend/gtk/checkout.py
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/branch.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.23
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-01 18:16:31 +0200
    message:
      Visual feedback when Olive is busy; follow bzr API changes; commit dialog update
      
      2006-08-01  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/push.py: now the number of pushed revisions gets
            displayed (Fixed: #54698)
          * olive/backend/info.py: added is_checkout()
          * olive/frontend/gtk/commit.py: local commit checkbox shows up only if the
            current directory is a checkout
          * olive/backend/fileops.py: upgraded to new API (compare_trees deprecated)
          * many files: the cursor changes to a watch when performing time consuming
            operations (Fixed: #54015)
    modified:
      ChangeLog
      olive.glade
      olive/backend/fileops.py
      olive/backend/info.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/add.py
      olive/frontend/gtk/branch.py
      olive/frontend/gtk/checkout.py
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/push.py
      olive/frontend/gtk/remove.py
    ------------------------------------------------------------
    revno: 0.8.24
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-02 22:35:25 +0200
    message:
      Implemented context menu for the file list.
      
      2006-08-02  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * cmenu.ui: context menu UIManager description added
          * setup.py: install cmenu.ui to the appropriate place
          * olive/frontend/gtk/menu.py: implement the context menus
          * olive/frontend/gtk/__init__.py: added button_press_event for file list
          * olive/frontend/gtk/handler.py: handling that even (show popup menu)
    added:
      cmenu.ui
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/remove.py
      setup.py
    ------------------------------------------------------------
    revno: 0.8.25
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-03 01:13:59 +0200
    message:
      Icons added to windows; diff window designed.
      
      2006-08-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: added icons to windows and the about box, and the skeleton
            of the diff window was designed
    modified:
      ChangeLog
      olive.glade
    ------------------------------------------------------------
    revno: 0.8.26
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-03 12:14:44 +0200
    message:
      Implemented Diff window; added menu.py (was missing from last commit)
      
      2006-08-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/commit.py: change TextView font to Monospace
          * olive/frontend/gtk/diff.py: implemented diff window
    added:
      olive/frontend/gtk/diff.py
      olive/frontend/gtk/menu.py
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/commit.py
    ------------------------------------------------------------
    revno: 0.8.27
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-03 12:44:56 +0200
    message:
      Push dialog now displays stored location
      
      2006-08-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/push.py: display known push location if available
          * olive/backend/info.py: implemented get_push_location()
    modified:
      ChangeLog
      olive.glade
      olive/backend/info.py
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.28
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-03 13:45:19 +0200
    message:
      Statistics menu added
      
      2006-08-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: added Statistics menu
          * olive/frontend/gtk/__init__.py: added Statistics menu handlers
          * olive/frontend/gtk/handler.py: implemented Diff menu handler
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.29
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-03 16:32:03 +0200
    message:
      Implemented Status window; some code cleanups.
      
      2006-08-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/status.py: Status window implemented
          * olive.glade: Status window designed and Branch/status menu added
    added:
      olive/frontend/gtk/status.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/fileops.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/diff.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.30
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-08-05 17:26:04 +0200
    message:
      Some minor tweaks to the Diff window.
      
      2006-08-05  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/diff.py: Diff window now destroyed if not a branch
          * olive.glade: added shadow to Diff window's scrollbars
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/diff.py
    ------------------------------------------------------------
    revno: 0.8.31
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-08-07 18:51:21 +0200
    message:
      Added new artwork.
      
      2006-08-07  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.galde: added custom artwork (icons)
          * icons/*: new icons for the toolbar
          * setup.py: install the icons
    added:
      icons/
      icons/checkin.png
      icons/checkout.png
      icons/commit.png
      icons/diff.png
      icons/log-action.png
      icons/reload.png
    modified:
      ChangeLog
      olive.glade
      setup.py
    ------------------------------------------------------------
    revno: 0.8.32
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-08 16:44:53 +0200
    message:
      Implemented OlivePreferences; some wording fixes.
      
      2006-08-08  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
          * olive/frontend/gtk/__init__.py: implemented OlivePreferences - this class
            is responsible for loading/saving user preferences
          * olive/frontend/gtk/handler.py: save preferences before quit
          * olive.glade: some wordings fixed (thanks to David Allouche)
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.33
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-08 20:32:32 +0200
    message:
      Implemented bookmarking.
      
      2006-08-08  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
          * olive/frontend/gtk/menu.py: Added left context menu + Bookmark option
          * olive/frontend/gtk/__init__.py: load bookmarks into the left panel
          * olive/frontend/gtk/handler.py: implemented signal handlers for left panel
          * olive.glade: added signals for the bookmark TreeView
          * cmenu.ui: added description for bookmark context menu
    modified:
      ChangeLog
      TODO
      cmenu.ui
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.34
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-08 21:02:08 +0200
    message:
      Some artwork revamp; added 16x16 icons to the menu.
      
      2006-08-08  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
          * olive.glade: some icons redrawn + added 16x16 icons
          * icons/*: some icons redrawn + added 16x16 icons
          * setup.py: modified respectively
    removed:
      icons/checkin.png
      icons/checkout.png
      icons/log-action.png
      icons/reload.png
    added:
      icons/commit16.png
      icons/diff16.png
      icons/log.png
      icons/log16.png
      icons/pull.png
      icons/pull16.png
      icons/push.png
      icons/push16.png
      icons/refresh.png
    modified:
      ChangeLog
      olive.glade
      setup.py
    ------------------------------------------------------------
    revno: 0.8.35
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 14:02:10 +0200
    message:
      Fixed a small bug in the Status window.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/status.py: fixed a NotBranchError related bug
          * olive.glade: diff and status window not visible by default
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/status.py
    ------------------------------------------------------------
    revno: 0.8.36
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 14:20:51 +0200
    message:
      Implemented pull functionality.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/update.py: added NotBranchError support to pull()
          * olive/backend/__init__.py: added Branch/Pull signal
          * olive/backend/handler.py: implemented Branch/Pull signal handler
    modified:
      ChangeLog
      olive/backend/update.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.37
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 15:15:41 +0200
    message:
      Implemented Make directory functionality; some cleanups.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/fileops.py: added NotBranchError support to mkdir()
          * olive/frontend/gtk/mkdir.py: implemented OliveMkdir
          * olive/frontend/gtk/handler.py: added Make directory signal handler
    added:
      olive/frontend/gtk/mkdir.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/fileops.py
      olive/backend/update.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/add.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.38
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 16:08:12 +0200
    message:
      Implemented Move functionality; move() backend code refined.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/move.py: implemented OliveMove
          * olive/frontend/gtk/handler.py: added Move signal handler
          * olive.glade: added Move dialog
          * olive/backend/errors.py: added NotSameBranchError
          * olive/backend/fileops.py: added NotBranchError and NotSameBranchError
            support to move()
    added:
      olive/frontend/gtk/move.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/errors.py
      olive/backend/fileops.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/mkdir.py
    ------------------------------------------------------------
    revno: 0.8.39
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 16:25:03 +0200
    message:
      Fixed the double-click Bookmarks bug.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: fixed the double-click Bookmarks bug
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
    ------------------------------------------------------------
    revno: 0.8.40
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 16:39:28 +0200
    message:
      Implemented Rename functionality.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: added Rename dialog
          * olive/frontend/gtk/rename.py: implemented OliveRename
          * olive/frontend/gtk/handler.py: added Rename signal handler
    added:
      olive/frontend/gtk/rename.py
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.41
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-08-09 19:43:44 +0200
    message:
      Main window preferences (size, position) are stored.
      
      2006-08-09  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: simplified preference handling
          * olive/frontend/gtk/handler.py: window preferences are stored on quit
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.42
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-10 13:49:24 +0200
    message:
      Implemented Informations functionality; some bzrlib API changes handled.
      
      2006-08-10  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/info_helper.py: made it 0.9 API compatible
          * olive/backend/info.py: small bug fixed
          * olive/frontend/gtk/info.py: implemented Information window
          * olive.glade: added Informations window
          * Olive is two months old!
    added:
      olive/frontend/gtk/info.py
    modified:
      ChangeLog
      olive.glade
      olive/backend/info.py
      olive/backend/info_helper.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.43
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-08-10 19:25:30 +0200
    message:
      Implemented Log functionality (via bzrk).
      
      2006-08-10  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/log.py: implemented OliveLog (calls BzrkApp)
          * olive/frontend/gtk/viz/diffwin.py: made it bzrlib 0.9 API compatible
          * olive/frontend/gtk/viz/bzrkapp.py: don't quit main loop
          * olive/frontend/gtk/viz: added bzrk codebase for Log functionality
          * setup.py: added olive.frontend.gtk.viz package
    added:
      olive/frontend/gtk/log.py
      olive/frontend/gtk/viz/
      olive/frontend/gtk/viz/__init__.py
      olive/frontend/gtk/viz/branchwin.py
      olive/frontend/gtk/viz/bzrkapp.py
      olive/frontend/gtk/viz/diffwin.py
      olive/frontend/gtk/viz/graph.py
      olive/frontend/gtk/viz/graphcell.py
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
      setup.py
    ------------------------------------------------------------
    revno: 0.8.44
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-13 12:48:34 +0200
    message:
      Some changes according to GNOME HIG.
      
      2006-08-13  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: some GNOME HIG-compilant changes:
             - place OK buttons to the right side
             - align buttons to the right
             - specify default buttons
    modified:
      ChangeLog
      olive.glade
    ------------------------------------------------------------
    revno: 0.8.45
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-13 13:02:48 +0200
    message:
      Some bugs fixed in the Push dialog; added TODO items.
      
      2006-08-13  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * TODO: some more items added
          * olive.glade: Push window should not be visible by default
          * olive/frontend/gtk/push.py: fixed a bug if no push location known; user
            gets an error if directory is not a branch
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.46
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-13 16:08:06 +0200
    message:
      Modified OliveDialog class interface; huge cleanups.
      
      2006-08-13  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/branch.py: display number of revisions branched
          * olive/frontend/gtk/*: use new dialog interface with detailed descriptions
          * olive/frontend/gtk/dialog.py: modified according to GNOME HIG (primary
            and secondary text)
    modified:
      ChangeLog
      olive/frontend/gtk/add.py
      olive/frontend/gtk/branch.py
      olive/frontend/gtk/checkout.py
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/dialog.py
      olive/frontend/gtk/diff.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/info.py
      olive/frontend/gtk/log.py
      olive/frontend/gtk/mkdir.py
      olive/frontend/gtk/move.py
      olive/frontend/gtk/push.py
      olive/frontend/gtk/remove.py
      olive/frontend/gtk/rename.py
      olive/frontend/gtk/status.py
    ------------------------------------------------------------
    revno: 0.8.47
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-15 19:09:02 +0200
    message:
      Added Desktop entry.
      
      2006-08-15  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive-gtk.desktop: added desktop entry
          * setup.py: modified respectively
    added:
      olive-gtk.desktop
    modified:
      ChangeLog
      setup.py
    ------------------------------------------------------------
    revno: 0.8.48
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-15 19:37:54 +0200
    message:
      Some small tweaks in the .desktop file.
      
      2006-08-15  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * icons/olive-gtk.png: added application icon
    added:
      icons/olive-gtk.png
    modified:
      ChangeLog
      olive-gtk.desktop
      setup.py
    ------------------------------------------------------------
    revno: 0.8.49
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-15 20:59:46 +0200
    message:
      Added View menu; implemented Refresh; some TODO changes.
      
      2006-08-15  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive.glade: added View menu
          * olive/frontend/gtk/handler.py: implement the signal handlers
          * olive/frontend/gtk/__init__.py: connect the signals
          * TODO: some items marked as [DONE]
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.50
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-15 22:26:53 +0200
    message:
      Major updates in the OliveMenu class.
      
      2006-08-15  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/menu.py: upgraded according to the OliveDialog API
            changes; HIGify; load proper icons
          * olive.glade: Close button should be the default on the Informations window
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.51
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-08-19 21:02:08 +0200
    message:
      Some fixes for the Win32 platform; typo fixed.
      
      2006-08-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: added win32 compatibility
          * olive/frontend/gtk/menu.py: added win32 compatibility
          * olive/frontend/gtk/branch.py: fixed a typo
    modified:
      ChangeLog
      TODO
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/branch.py
      olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.52
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-08-19 22:31:46 +0200
    message:
      GUI (toolbar + menu) cleanup.
      
      2006-08-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: applied Diff toolbutton menu
          * olive/frontend/gtk/menu.py: implemented the Diff toolbutton menu
          * cmenu.ui: added Diff toolbutton menu; removed Log from right context menu
          * olive.glade: swapped Diff and Log toolbuttons; coverted log button to an
            ordinary GtkToolButton
    modified:
      ChangeLog
      cmenu.ui
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.53
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 00:59:05 +0200
    message:
      Set sensitivity of menus and toolbuttons.
      
      2006-08-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/__init__.py: set menu and toolbar sensitivity
          * olive/frontend/handler.py: set context menu sensitivity
          * olive/backend/info.py: implemented is_branch()
    modified:
      ChangeLog
      olive/backend/info.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.54
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 01:56:40 +0200
    message:
      Fixed a bug when double-clicking a file.
      
      2006-08-19  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/handler.py: fixed a long existing bug: double-clicking a
            file should open it with an application (supported under Windows)
    modified:
      ChangeLog
      TODO
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.55
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 15:02:35 +0200
    message:
      Gettext support added.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * po/hu.po: added Hungarian traslation
          * Added gettext support to all files.
          * genpot.sh: added olive-gtk.pot generator script
    added:
      genpot.sh
      po/
      po/hu.po
      po/olive-gtk.pot
    modified:
      ChangeLog
      olive-gtk
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/add.py
      olive/frontend/gtk/branch.py
      olive/frontend/gtk/checkout.py
      olive/frontend/gtk/commit.py
      olive/frontend/gtk/diff.py
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/info.py
      olive/frontend/gtk/log.py
      olive/frontend/gtk/menu.py
      olive/frontend/gtk/mkdir.py
      olive/frontend/gtk/move.py
      olive/frontend/gtk/push.py
      olive/frontend/gtk/remove.py
      olive/frontend/gtk/rename.py
      olive/frontend/gtk/status.py
      olive/frontend/gtk/viz/branchwin.py
      olive/frontend/gtk/viz/diffwin.py
    ------------------------------------------------------------
    revno: 0.8.56
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 16:01:33 +0200
    message:
      Handle permission denied exceptions properly.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: proper handling of permission denied cases
          * olive/backend/info.py: handle permission denied exception in is_branch()
          * olive/backend/fileops.py: handle permission denied exception in status()
          * olive/backend/errors.py: added PermissionDenied exception
    modified:
      ChangeLog
      TODO
      olive/backend/errors.py
      olive/backend/fileops.py
      olive/backend/info.py
      olive/frontend/gtk/__init__.py
    ------------------------------------------------------------
    revno: 0.8.57
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 18:41:46 +0200
    message:
      Bookmarks have titles; you can also edit them.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * po/olive-gtk.pot: generated new .pot file
          * olive/frontend/gtk/bookmark.py: implemented Edit bookmark dialog
          * cmenu.ui: added Edit item to left context menu
          * olive.glade: added Edit bookmark dialog
          * olive/frontend/gtk/__init__.py: added support for bookmark titles
    added:
      olive/frontend/gtk/bookmark.py
    modified:
      ChangeLog
      TODO
      cmenu.ui
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/menu.py
      po/olive-gtk.pot
    ------------------------------------------------------------
    revno: 0.8.58
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-08-20 22:58:17 +0200
    message:
      Added Test write access functionality to the Push dialog.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * po/olive-gtk.pot: regenerated
          * olive/frontend/gtk/push.py: added basic test functionality
          * olive.glade: added test related widgets to the Push dialog
    modified:
      ChangeLog
      TODO
      olive.glade
      olive/frontend/gtk/push.py
      po/olive-gtk.pot
    ------------------------------------------------------------
    revno: 0.8.59
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-08-21 02:06:30 +0200
    message:
      Added README; some small fixes.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * README: added important information about installing
    added:
      README
    modified:
      ChangeLog
      TODO
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.60
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-22 01:24:32 +0200
    message:
      Huge cleanup before release; added debian directory.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * COPYING.txt: GPL added
          * TODO: renamed to TODO.txt
          * README: renamed to README.txt; added bugreporting section
          * debian/: added debian directory for Ubuntu package
          * olive-gtk: change python path
          * olive.glade: temporarily change the Diff menubutton to a toolbutton
    added:
      COPYING.txt
      debian/
      debian/changelog
      debian/compat
      debian/control
      debian/copyright
      debian/docs
      debian/olive-gtk.1
      debian/pycompat
      debian/rules
    modified:
      ChangeLog
      olive-gtk
      olive.glade
      olive/frontend/gtk/__init__.py
      po/olive-gtk.pot
    ------------------------------------------------------------
    revno: 0.8.61
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-22 01:26:21 +0200
    message:
      Maintenace commit.
    renamed:
      README => README.txt
      TODO => TODO.txt
    modified:
      README.txt
    ------------------------------------------------------------
    revno: 0.8.62
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-22 01:47:24 +0200
    message:
      Small fixes in setup.py.
      
      2006-08-20  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * setup.py: some little corrections (python path + bazaar branding)
    modified:
      ChangeLog
      setup.py
    ------------------------------------------------------------
    revno: 0.8.63
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-29 19:20:35 +0200
    message:
      Merge from Stéphane's branch; updated hungarian translation.
    modified:
      po/hu.po
      po/olive-gtk.pot
      setup.py
        ------------------------------------------------------------
        revno: 0.9.1
        committer: Stéphane Raimbault <stephane.raimbault at gmail.com>
        branch nick: olive-main
        timestamp: Fri 2006-08-25 12:23:30 +0200
        message:
          Work on translation.
          
          2006-08-25  Stéphane Raimbault <stephane.raimbault at gmail.com>
          
              * setup.py: compilation and installation of PO files
              * hu.po: fix team language (needed for msgfmt)
        modified:
          po/hu.po
          setup.py
    ------------------------------------------------------------
    revno: 0.8.64
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-08-29 20:14:00 +0200
    message:
      ChangeLog updated; bundle related bug fixed.
      
      2006-08-29  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/backend/update.py: fixed a bug if bundles not available under bzr
            0.8.2 (Fixed: #57761)
          * Merge from Stéphane's branch.
          * po/olive-gtk.pot: regenerated
          * po/hu.po: msginit'ed
    modified:
      ChangeLog
      olive/backend/update.py
    ------------------------------------------------------------
    revno: 0.8.65
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-09-02 15:51:41 +0200
    message:
      Small bugfixes and changes from bzr-gtk 0.10.
      
      2006-09-02  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/add.py: fixed a small bug (switch back to default
            cursor)
          * olive/frontend/gtk/remove.py: fixed a small bug (switch back to default
            cursor)
      
      2006-08-31  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/viz/diffwin.py: merged from bzr-gtk 0.10
          * olive/frontend/gtk/viz/branchwin.py: merged from bzr-gtk 0.10
    modified:
      ChangeLog
      olive/frontend/gtk/add.py
      olive/frontend/gtk/remove.py
      olive/frontend/gtk/viz/branchwin.py
      olive/frontend/gtk/viz/diffwin.py
    ------------------------------------------------------------
    revno: 0.8.66
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sat 2006-09-02 16:27:00 +0200
    message:
      Implemented Missing revisions functionality.
      
      2006-09-02  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * po/olive-gtk.pot: regenerated
          * olive/backend/errors.py: added ConnectionError exception
          * olive/frontend/gtk/handler.py: implemented Missing revisions menu handler
          * olive.glade: added Branch/Missing revisions menu item
          * olive/backend/update.py: added NotBranchError and ConnectionError
            exceptions to missing()
    modified:
      ChangeLog
      olive.glade
      olive/backend/errors.py
      olive/backend/update.py
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
      po/olive-gtk.pot
    ------------------------------------------------------------
    revno: 0.8.67
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-03 12:51:29 +0200
    message:
      Fixed a menu acivation bug.
      
      2006-09-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: fixed a bug regarding menu item activation
    modified:
      ChangeLog
      TODO.txt
      olive/frontend/gtk/__init__.py
    ------------------------------------------------------------
    revno: 0.8.68
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-09-04 03:02:20 +0200
    message:
      Prepare a new release: 0.10.0.
      
      2006-09-04  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * RELEASE: Olive 0.10.0
          * setup.py: tweaked the po building a bit
      
      2006-09-03  Szilveszter Farkas <Szilveszter.Farkas at gmail.com>
      
          * olive/frontend/gtk/__init__.py: bumped the version number to be consistent
            with Bazaar
    modified:
      ChangeLog
      olive/frontend/gtk/__init__.py
      po/hu.po
      setup.py
    ------------------------------------------------------------
    revno: 0.8.69
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-09-05 00:23:11 +0200
    message:
      Some little polishing for the release.
    added:
      NEWS.txt
    modified:
      TODO.txt
      debian/changelog
    ------------------------------------------------------------
    revno: 0.8.70
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Tue 2006-09-05 23:45:28 +0200
    message:
      Merge from Richard Ferguson's development branch.
    modified:
      ChangeLog
      olive.glade
      olive/frontend/gtk/info.py
      olive/frontend/gtk/push.py
        ------------------------------------------------------------
        revno: 0.10.1
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: olive-main
        timestamp: Tue 2006-09-05 14:59:54 -0400
        message:
          Cleaned up information dialog
        modified:
          ChangeLog
          olive.glade
          olive/frontend/gtk/info.py
        ------------------------------------------------------------
        revno: 0.10.2
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: olive-main
        timestamp: Tue 2006-09-05 15:01:04 -0400
        message:
          Fixed push dialog to not hide/show widgets
        modified:
          ChangeLog
          olive.glade
          olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.71
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Wed 2006-09-06 00:04:40 +0200
    message:
      Merge from Richard Ferguson's development branch.
    modified:
      ChangeLog
      olive/frontend/gtk/push.py
    ------------------------------------------------------------
    revno: 0.8.72
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-09-07 09:55:25 +0200
    message:
      Merge from Richard Ferguson's development branch.
    added:
      olive/frontend/gtk/launch.py
    modified:
      ChangeLog
      cmenu.ui
      olive/frontend/gtk/handler.py
      olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.73
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Thu 2006-09-07 11:03:36 +0200
    message:
      Merge from Richard Ferguson's development branch.
    modified:
      cmenu.ui
        ------------------------------------------------------------
        revno: 0.10.3
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: olive
        timestamp: Tue 2006-09-05 15:46:00 -0400
        message:
          Add 'Open Folder' command to left context menu.
        modified:
          ChangeLog
          cmenu.ui
          olive/frontend/gtk/menu.py
        ------------------------------------------------------------
        revno: 0.10.4
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: olive
        timestamp: Tue 2006-09-05 15:47:16 -0400
        message:
          string fix to push test result
        modified:
          ChangeLog
          olive/frontend/gtk/push.py
        ------------------------------------------------------------
        revno: 0.10.5
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: olive
        timestamp: Tue 2006-09-05 16:19:34 -0400
        message:
          Add 'Open' command to right context menu.
        modified:
          ChangeLog
          cmenu.ui
          olive/frontend/gtk/menu.py
        ------------------------------------------------------------
        revno: 0.10.6
        committer: Richard Ferguson <ubuntu at fergusnet.com>
        branch nick: dev
        timestamp: Tue 2006-09-05 21:14:09 -0400
        message:
          Try to make launching of files platform independant
        added:
          olive/frontend/gtk/launch.py
        modified:
          ChangeLog
          olive/frontend/gtk/handler.py
          olive/frontend/gtk/menu.py
        ------------------------------------------------------------
        revno: 0.10.7
        committer: Richard Ferguson <fergus at fergusnet.com>
        branch nick: dev
        timestamp: Wed 2006-09-06 11:40:01 -0400
        message:
          Fix launch.py to use spaces and not tabs.
          Small platform independence fixes.
        modified:
          ChangeLog
          olive/frontend/gtk/handler.py
          olive/frontend/gtk/launch.py
          olive/frontend/gtk/menu.py
    ------------------------------------------------------------
    revno: 0.8.74
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-10 23:14:28 +0200
    message:
      Fix the Win32 build/install issue.
    modified:
      setup.py
    ------------------------------------------------------------
    revno: 0.8.75
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-10 23:20:49 +0200
    message:
      Fix a bug with the About dialog and GTK 2.10 (Fixes: #53963).
    modified:
      olive/frontend/gtk/dialog.py
    ------------------------------------------------------------
    revno: 0.8.76
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: olive-main
    timestamp: Mon 2006-09-11 02:55:41 +0200
    message:
      Detect hard drive letters under Win32.
    modified:
      olive/frontend/gtk/__init__.py
    ------------------------------------------------------------
    revno: 0.8.77
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-09-11 04:04:11 +0200
    message:
      Implemented drive selector for Win32 platforms.
    modified:
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.78
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-09-11 04:56:58 +0200
    message:
      A better implementation for the drive selection. (OptionMenu didn't work on Win32)
    modified:
      olive.glade
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/handler.py
    ------------------------------------------------------------
    revno: 0.8.79
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Mon 2006-09-11 20:58:22 +0200
    message:
      Some documentation upgrade (NEWS.txt and README.txt)
    modified:
      NEWS.txt
      README.txt
    ------------------------------------------------------------
    revno: 0.8.80
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-17 16:32:05 +0200
    message:
      If the TreeView in the Status window would be empty, display a "No changes." message.
    modified:
      NEWS.txt
      TODO.txt
      olive/frontend/gtk/status.py
    ------------------------------------------------------------
    revno: 0.8.81
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-17 19:22:33 +0200
    message:
      Prepare release: 0.10.0.
    modified:
      NEWS.txt
      debian/changelog
    ------------------------------------------------------------
    revno: 0.8.82
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: main
    timestamp: Sun 2006-09-17 19:27:45 +0200
    message:
      Regenerate .pot file.
    modified:
      po/olive-gtk.pot
    ------------------------------------------------------------
    revno: 0.8.83
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Sun 2006-09-24 20:10:41 +0200
    message:
      Merge Jelmer Vernooij's integration branch.
    removed:
      ChangeLog
      olive/__init__.py
      olive/backend/
      olive/backend/__init__.py
      olive/backend/commit.py
      olive/backend/errors.py
      olive/backend/fileops.py
      olive/backend/info.py
      olive/backend/info_helper.py
      olive/backend/init.py
      olive/backend/update.py
      olive/frontend/
      olive/frontend/__init__.py
      olive/frontend/gtk/
      olive/frontend/gtk/__init__.py
      olive/frontend/gtk/viz/
      olive/frontend/gtk/viz/__init__.py
      olive/frontend/gtk/viz/branchwin.py
      olive/frontend/gtk/viz/bzrkapp.py
      olive/frontend/gtk/viz/diffwin.py
      olive/frontend/gtk/viz/graph.py
      olive/frontend/gtk/viz/graphcell.py
    renamed:
      olive/backend/ui.py => olive/ui.py
      olive/frontend/gtk/add.py => olive/add.py
      olive/frontend/gtk/bookmark.py => olive/bookmark.py
      olive/frontend/gtk/branch.py => olive/branch.py
      olive/frontend/gtk/checkout.py => olive/checkout.py
      olive/frontend/gtk/commit.py => olive/commit.py
      olive/frontend/gtk/dialog.py => olive/dialog.py
      olive/frontend/gtk/diff.py => olive/diff.py
      olive/frontend/gtk/handler.py => olive/handler.py
      olive/frontend/gtk/info.py => olive/info.py
      olive/frontend/gtk/launch.py => olive/launch.py
      olive/frontend/gtk/log.py => olive/log.py
      olive/frontend/gtk/menu.py => olive/menu.py
      olive/frontend/gtk/mkdir.py => olive/mkdir.py
      olive/frontend/gtk/move.py => olive/move.py
      olive/frontend/gtk/push.py => olive/push.py
      olive/frontend/gtk/remove.py => olive/remove.py
      olive/frontend/gtk/rename.py => olive/rename.py
      olive/frontend/gtk/status.py => olive/status.py
    modified:
      olive-gtk
      setup.py
      olive/add.py
      olive/branch.py
      olive/checkout.py
      olive/commit.py
      olive/dialog.py
      olive/handler.py
      olive/info.py
      olive/menu.py
      olive/mkdir.py
      olive/move.py
      olive/push.py
      olive/remove.py
      olive/rename.py
        ------------------------------------------------------------
        revno: 0.11.1
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 01:33:13 +0200
        message:
          Eliminate olive.backend.errors.
        removed:
          olive/backend/errors.py
        modified:
          olive/backend/commit.py
          olive/backend/fileops.py
          olive/backend/info.py
          olive/backend/init.py
          olive/backend/update.py
          olive/frontend/gtk/__init__.py
          olive/frontend/gtk/add.py
          olive/frontend/gtk/branch.py
          olive/frontend/gtk/checkout.py
          olive/frontend/gtk/handler.py
          olive/frontend/gtk/info.py
          olive/frontend/gtk/menu.py
          olive/frontend/gtk/mkdir.py
          olive/frontend/gtk/move.py
          olive/frontend/gtk/push.py
          olive/frontend/gtk/remove.py
          olive/frontend/gtk/rename.py
        ------------------------------------------------------------
        revno: 0.11.2
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 01:36:58 +0200
        message:
          Move ui.py to frontend as it is gtk-specific
        renamed:
          olive/backend/ui.py => olive/frontend/gtk/ui.py
        ------------------------------------------------------------
        revno: 0.11.3
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 01:46:31 +0200
        message:
          Remove more unused functions, imports
        modified:
          olive/backend/commit.py
          olive/backend/fileops.py
          olive/backend/info.py
          olive/frontend/gtk/commit.py
        ------------------------------------------------------------
        revno: 0.11.4
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 01:46:51 +0200
        message:
          Remove ChangeLog (we can use bzr log instead)
        removed:
          ChangeLog
        ------------------------------------------------------------
        revno: 0.11.5
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:00:51 +0200
        message:
          Eliminate olive.backend.update
        removed:
          olive/backend/update.py
        modified:
          olive/frontend/gtk/handler.py
        ------------------------------------------------------------
        revno: 0.11.6
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:08:34 +0200
        message:
          Remove mkdir, add, rename
        modified:
          olive/backend/fileops.py
          olive/frontend/gtk/add.py
          olive/frontend/gtk/menu.py
          olive/frontend/gtk/mkdir.py
          olive/frontend/gtk/rename.py
        ------------------------------------------------------------
        revno: 0.11.7
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:20:15 +0200
        message:
          Integrate olive.backend.init
        removed:
          olive/backend/init.py
        modified:
          olive/frontend/gtk/branch.py
          olive/frontend/gtk/checkout.py
          olive/frontend/gtk/handler.py
        ------------------------------------------------------------
        revno: 0.11.8
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:37:16 +0200
        message:
          Integrate olive.backend.fileops
        removed:
          olive/backend/fileops.py
        modified:
          olive/frontend/gtk/__init__.py
          olive/frontend/gtk/add.py
          olive/frontend/gtk/menu.py
          olive/frontend/gtk/mkdir.py
          olive/frontend/gtk/move.py
          olive/frontend/gtk/remove.py
          olive/frontend/gtk/rename.py
        ------------------------------------------------------------
        revno: 0.11.9
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:51:53 +0200
        message:
          Remove last few bits from backend and integrate them where necessary.
        removed:
          olive/backend/
          olive/backend/__init__.py
          olive/backend/commit.py
          olive/backend/info.py
          olive/backend/info_helper.py
        modified:
          olive/frontend/gtk/__init__.py
          olive/frontend/gtk/commit.py
          olive/frontend/gtk/handler.py
          olive/frontend/gtk/info.py
          olive/frontend/gtk/push.py
          setup.py
        ------------------------------------------------------------
        revno: 0.11.10
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-05 03:55:34 +0200
        message:
          Collapse directory structure, remove bzrk (it's already part of bzr-gtk).
        removed:
          olive/__init__.py
          olive/frontend/
          olive/frontend/__init__.py
          olive/frontend/gtk/
          olive/frontend/gtk/viz/
          olive/frontend/gtk/viz/__init__.py
          olive/frontend/gtk/viz/branchwin.py
          olive/frontend/gtk/viz/bzrkapp.py
          olive/frontend/gtk/viz/diffwin.py
          olive/frontend/gtk/viz/graph.py
          olive/frontend/gtk/viz/graphcell.py
        renamed:
          olive/frontend/gtk/__init__.py => olive/__init__.py
          olive/frontend/gtk/add.py => olive/add.py
          olive/frontend/gtk/bookmark.py => olive/bookmark.py
          olive/frontend/gtk/branch.py => olive/branch.py
          olive/frontend/gtk/checkout.py => olive/checkout.py
          olive/frontend/gtk/commit.py => olive/commit.py
          olive/frontend/gtk/dialog.py => olive/dialog.py
          olive/frontend/gtk/diff.py => olive/diff.py
          olive/frontend/gtk/handler.py => olive/handler.py
          olive/frontend/gtk/info.py => olive/info.py
          olive/frontend/gtk/log.py => olive/log.py
          olive/frontend/gtk/menu.py => olive/menu.py
          olive/frontend/gtk/mkdir.py => olive/mkdir.py
          olive/frontend/gtk/move.py => olive/move.py
          olive/frontend/gtk/push.py => olive/push.py
          olive/frontend/gtk/remove.py => olive/remove.py
          olive/frontend/gtk/rename.py => olive/rename.py
          olive/frontend/gtk/status.py => olive/status.py
          olive/frontend/gtk/ui.py => olive/ui.py
        ------------------------------------------------------------
        revno: 0.11.11
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Wed 2006-09-06 02:22:31 +0200
        message:
          Fix a few more bits that I broke earlier.
        modified:
          olive-gtk
          olive/__init__.py
          olive/commit.py
          olive/dialog.py
          olive/handler.py
        ------------------------------------------------------------
        revno: 0.11.12
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Wed 2006-09-06 02:23:46 +0200
        message:
          Load plugins on startup.
        modified:
          olive-gtk
        ------------------------------------------------------------
        revno: 0.11.13
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Wed 2006-09-13 20:19:31 +0000
        message:
          Merge main branch.
        removed:
          olive/__init__.py
        added:
          olive/launch.py
        modified:
          NEWS.txt
          README.txt
          cmenu.ui
          olive.glade
          olive/dialog.py
          olive/handler.py
          olive/info.py
          olive/menu.py
          olive/push.py
          setup.py
    ------------------------------------------------------------
    revno: 0.8.84
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Mon 2006-09-25 03:58:44 +0200
    message:
      Huge cleanup after removing backend codebase.
    added:
      olive/__init__.py
      olive/info_helper.py
    modified:
      NEWS.txt
      README.txt
      genpot.sh
      olive/add.py
      olive/log.py
      olive/remove.py
      po/olive-gtk.pot
      setup.py
    ------------------------------------------------------------
    revno: 0.8.85
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Mon 2006-09-25 04:15:59 +0200
    message:
      Fix Push functionality.
    modified:
      olive/push.py
    ------------------------------------------------------------
    revno: 0.8.86
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Mon 2006-09-25 04:22:36 +0200
    message:
      Fail nicely if bzr-gtk not available.
    modified:
      olive/log.py
    ------------------------------------------------------------
    revno: 0.8.87
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Mon 2006-09-25 18:28:49 +0200
    message:
      Merge from Jelmer Vernooij's integration branch.
    modified:
      olive/log.py
        ------------------------------------------------------------
        revno: 0.11.14
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Sun 2006-09-24 12:33:45 -0400
        message:
          Fix use of external bzrk.
        modified:
          olive/log.py
    ------------------------------------------------------------
    revno: 0.8.88
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Wed 2006-09-27 15:01:39 +0200
    message:
      Recommit the bzr-gtk error dialog.
    modified:
      olive/log.py
    ------------------------------------------------------------
    revno: 0.8.89
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Wed 2006-09-27 16:06:11 +0200
    message:
      debian/ updates for 0.11.0
    modified:
      debian/changelog
      debian/control
    ------------------------------------------------------------
    revno: 0.8.90
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Wed 2006-09-27 21:10:00 +0200
    message:
      Fixed a context menu bug; set release date.
    modified:
      NEWS.txt
      olive/handler.py
    ------------------------------------------------------------
    revno: 0.8.91
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Fri 2006-09-29 11:31:57 +0200
    message:
      Merge from Jelmer Vernooij's integration branch.
    removed:
      olive/diff.py
      olive/handler.py
      olive/log.py
    modified:
      TODO.txt
      olive.glade
      olive/__init__.py
      olive/add.py
      olive/bookmark.py
      olive/branch.py
      olive/checkout.py
      olive/commit.py
      olive/dialog.py
      olive/info.py
      olive/menu.py
      olive/mkdir.py
      olive/move.py
      olive/push.py
      olive/remove.py
      olive/rename.py
      olive/status.py
      olive/ui.py
        ------------------------------------------------------------
        revno: 0.12.1
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Tue 2006-09-26 01:26:06 -0400
        message:
          Don't use communicator for status.
        modified:
          olive/handler.py
          olive/status.py
        ------------------------------------------------------------
        revno: 0.12.2
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: olive
        timestamp: Thu 2006-09-28 15:46:16 +0200
        message:
          [merge] changes made on the plane back home.
        removed:
          olive/diff.py
          olive/handler.py
          olive/log.py
        modified:
          TODO.txt
          olive.glade
          olive/__init__.py
          olive/add.py
          olive/bookmark.py
          olive/branch.py
          olive/checkout.py
          olive/commit.py
          olive/dialog.py
          olive/info.py
          olive/menu.py
          olive/mkdir.py
          olive/move.py
          olive/push.py
          olive/remove.py
          olive/rename.py
          olive/status.py
          olive/ui.py
            ------------------------------------------------------------
            revno: 0.13.1
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:25:14 -0400
            message:
              Remove communicator use from Commit.
            modified:
              olive/commit.py
              olive/handler.py
              olive/menu.py
              olive/mkdir.py
            ------------------------------------------------------------
            revno: 0.13.2
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:29:17 -0400
            message:
              Handle unknown errors in commit.
            modified:
              olive/commit.py
            ------------------------------------------------------------
            revno: 0.13.3
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:38:39 -0400
            message:
              Start removing dialog context (it's not required).
            modified:
              olive/commit.py
              olive/dialog.py
              olive/handler.py
              olive/menu.py
            ------------------------------------------------------------
            revno: 0.13.4
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:40:05 -0400
            message:
              Handle non-bzr unknown errors as well.
            modified:
              olive/commit.py
            ------------------------------------------------------------
            revno: 0.13.5
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:43:04 -0400
            message:
              Fix dialog handling for log.
            modified:
              olive/log.py
            ------------------------------------------------------------
            revno: 0.13.6
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:49:18 -0400
            message:
              Don't pass along dialog context everywhere.
            modified:
              olive/add.py
              olive/bookmark.py
              olive/branch.py
              olive/checkout.py
              olive/commit.py
              olive/diff.py
              olive/info.py
              olive/mkdir.py
              olive/move.py
              olive/push.py
              olive/remove.py
              olive/rename.py
              olive/status.py
            ------------------------------------------------------------
            revno: 0.13.7
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 13:56:26 -0400
            message:
              Bunch of random cleanups
            modified:
              TODO.txt
              olive/add.py
              olive/ui.py
            ------------------------------------------------------------
            revno: 0.13.8
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 14:00:19 -0400
            message:
              Fix add
            modified:
              olive/add.py
              olive/handler.py
            ------------------------------------------------------------
            revno: 0.13.9
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 14:08:35 -0400
            message:
              Turn some windows into dialogs.
              Remove the diffwindow code from olive, 
              switched to using the one from bzr-gtk instead.
            modified:
              olive.glade
              olive/handler.py
            ------------------------------------------------------------
            revno: 0.13.10
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 15:52:46 -0400
            message:
              Don't pass around gladefile all the time. 
              Fix bug in status information when files have been removed.
            removed:
              olive/diff.py
            modified:
              olive/__init__.py
              olive/add.py
              olive/bookmark.py
              olive/branch.py
              olive/checkout.py
              olive/commit.py
              olive/handler.py
              olive/info.py
              olive/log.py
              olive/menu.py
              olive/mkdir.py
              olive/move.py
              olive/push.py
              olive/remove.py
              olive/rename.py
              olive/status.py
            ------------------------------------------------------------
            revno: 0.13.11
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 16:30:59 -0400
            message:
              Bunch of small fixes, cleanups and simplifications.
            modified:
              olive/__init__.py
              olive/add.py
              olive/branch.py
              olive/checkout.py
              olive/commit.py
              olive/dialog.py
              olive/handler.py
              olive/log.py
              olive/menu.py
              olive/move.py
              olive/push.py
              olive/remove.py
              olive/rename.py
              olive/status.py
            ------------------------------------------------------------
            revno: 0.13.12
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Wed 2006-09-27 16:05:19 -0500
            message:
              Bunch of other small updates, add more items to 
              the TODO list.
            removed:
              olive/log.py
            modified:
              TODO.txt
              olive.glade
              olive/__init__.py
              olive/add.py
              olive/bookmark.py
              olive/checkout.py
              olive/commit.py
              olive/handler.py
              olive/info.py
              olive/push.py
              olive/remove.py
              olive/ui.py
            ------------------------------------------------------------
            revno: 0.13.13
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: olive
            timestamp: Thu 2006-09-28 08:35:56 +0200
            message:
              Update TODO
              integrate the handle and communicator functions into a main class.
            removed:
              olive/handler.py
            modified:
              TODO.txt
              olive.glade
              olive/__init__.py
              olive/checkout.py
              olive/push.py
              olive/status.py
    ------------------------------------------------------------
    revno: 0.8.92
    committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
    branch nick: merge
    timestamp: Fri 2006-09-29 14:17:19 +0200
    message:
      Cleanup Jelmer's changes.
    added:
      .bzrignore
    modified:
      olive/__init__.py
      olive/add.py
      olive/dialog.py
      olive/menu.py
-------------- next part --------------
Diff too large for email (12302 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list