/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/handler.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:
142
142
        diff = OliveDiff(self.gladefile, self.comm)
143
143
        diff.display()
144
144
    
 
145
    def on_menuitem_stats_infos_activate(self, widget):
 
146
        """ Statistics/Informations... menu handler. """
 
147
        from info import OliveInfo
 
148
        info = OliveInfo(self.gladefile, self.comm)
 
149
        info.display()
 
150
    
145
151
    def on_treeview_left_button_press_event(self, widget, event):
146
152
        """ Occurs when somebody right-clicks in the bookmark list. """
147
153
        if event.button == 3: