/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1014 by jan, Fri May 23 09:26:23 2003 UTC revision 1023 by jan, Fri May 23 14:20:16 2003 UTC
# Line 561  class MainWindow(DockFrame): Line 561  class MainWindow(DockFrame):
561              dialog = self.get_open_dialog(name)              dialog = self.get_open_dialog(name)
562              if dialog is None:              if dialog is None:
563                  dialog = tableview.LayerTableFrame(self, name,                  dialog = tableview.LayerTableFrame(self, name,
564                                                 _("Table: %s") % layer.Title(),                                           _("Layer Table: %s") % layer.Title(),
565                                                     layer, table)                                           layer, table)
566                  self.add_dialog(name, dialog)                  self.add_dialog(name, dialog)
567                  dialog.Show(true)                  dialog.Show(true)
568              else:              else:
# Line 619  class MainWindow(DockFrame): Line 619  class MainWindow(DockFrame):
619          dialog.Raise()          dialog.Raise()
620    
621      def LayerJoinTable(self):      def LayerJoinTable(self):
622          print "LayerJoinTable"          print "LayerJoinTable: Not implemented."
623    
624      def LayerUnjoinTable(self):      def LayerUnjoinTable(self):
625          print "LayerUnjoinTable"          print "LayerUnjoinTable: Not implemented."
626    
627      def ShowLegend(self):      def ShowLegend(self):
628          if not self.LegendShown():          if not self.LegendShown():
# Line 680  class MainWindow(DockFrame): Line 680  class MainWindow(DockFrame):
680              for i in dlg.GetValue():              for i in dlg.GetValue():
681                  # XXX: First check whether the dialog is already open                  # XXX: First check whether the dialog is already open
682                  # and if so, bring it to the front.                  # and if so, bring it to the front.
683                    # XXX: if the table belongs to a layer, open a
684                    # LayerTableFrame instead of QueryTableFrame
685                    print "tables[i]:", tables[i]
686                  dialog = tableview.QueryTableFrame(self, table_list[i],                  dialog = tableview.QueryTableFrame(self, table_list[i],
687                                                _("Table: %s") % table_list[i],                                                _("Table: %s") % table_list[i],
688                                                tables[i])                                                tables[i])

Legend:
Removed from v.1014  
changed lines
  Added in v.1023

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26