/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-08-03 11:45:19 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-20060803114519-a04dbb9138b67e1c
Statistics menu added

2006-08-03  Szilveszter Farkas <Szilveszter.Farkas@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

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                "on_menuitem_branch_checkout_activate": handler.on_menuitem_branch_checkout_activate,
67
67
                "on_menuitem_branch_commit_activate": handler.on_menuitem_branch_commit_activate,
68
68
                "on_menuitem_branch_push_activate": handler.on_menuitem_branch_push_activate,
 
69
                "on_menuitem_stats_diff_activate": handler.on_menuitem_stats_diff_activate,
 
70
                "on_menuitem_stats_log_activate": handler.not_implemented,
 
71
                "on_menuitem_stats_infos_activate": handler.not_implemented,
69
72
                "on_toolbutton_update_clicked": handler.not_implemented,
70
73
                "on_toolbutton_commit_clicked": handler.on_menuitem_branch_commit_activate,
71
74
                "on_toolbutton_pull_clicked": handler.not_implemented,