/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/frontend/gtk/__init__.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-09-02 14:27:00 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060902142700-53171c98d497a8db
Implemented Missing revisions functionality.

2006-09-02  Szilveszter Farkas <Szilveszter.Farkas@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()

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                "on_menuitem_branch_push_activate": handler.on_menuitem_branch_push_activate,
86
86
                "on_menuitem_branch_pull_activate": handler.on_menuitem_branch_pull_activate,
87
87
                "on_menuitem_branch_status_activate": handler.on_menuitem_branch_status_activate,
 
88
                "on_menuitem_branch_missing_revisions_activate": handler.on_menuitem_branch_missing_revisions_activate,
88
89
                "on_menuitem_stats_diff_activate": handler.on_menuitem_stats_diff_activate,
89
90
                "on_menuitem_stats_log_activate": handler.on_menuitem_stats_log_activate,
90
91
                "on_menuitem_stats_infos_activate": handler.on_menuitem_stats_infos_activate,