/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-10 11:49:24 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-20060810114924-d1e0acc313c07d2b
Implemented Informations functionality; some bzrlib API changes handled.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                "on_menuitem_branch_status_activate": handler.on_menuitem_branch_status_activate,
76
76
                "on_menuitem_stats_diff_activate": handler.on_menuitem_stats_diff_activate,
77
77
                "on_menuitem_stats_log_activate": handler.not_implemented,
78
 
                "on_menuitem_stats_infos_activate": handler.not_implemented,
 
78
                "on_menuitem_stats_infos_activate": handler.on_menuitem_stats_infos_activate,
79
79
                "on_toolbutton_update_clicked": handler.not_implemented,
80
80
                "on_toolbutton_commit_clicked": handler.on_menuitem_branch_commit_activate,
81
81
                "on_toolbutton_pull_clicked": handler.on_menuitem_branch_pull_activate,