/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-07-31 18:17:48 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-20060731181748-02e1970a99f30150
2006-07-31  Szilveszter Farkas <Szilveszter.Farkas@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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                "on_menuitem_remove_file_activate": handler.on_menuitem_remove_file_activate,
62
62
                "on_menuitem_file_make_directory_activate": handler.not_implemented,
63
63
                "on_menuitem_branch_initialize_activate": handler.on_menuitem_branch_initialize_activate,
64
 
                "on_menuitem_branch_branch_activate": handler.on_menuitem_branch_branch_activate,
 
64
                "on_menuitem_branch_get_activate": handler.on_menuitem_branch_get_activate,
 
65
                "on_menuitem_branch_checkout_activate": handler.on_menuitem_branch_checkout_activate,
65
66
                "on_menuitem_branch_commit_activate": handler.on_menuitem_branch_commit_activate,
66
67
                "on_menuitem_branch_push_activate": handler.on_menuitem_branch_push_activate,
67
68
                "on_toolbutton_update_clicked": handler.not_implemented,