Parent Directory
|
Revision Log
Sticky Revision: |
made a copy
2006-09-18 Didrik Pinte <dpinte@itae.be> * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6
* Thuban/UI/join.py (JoinDialog.__init__): Mark one more string for translation * Thuban/UI/mainwindow.py (MainWindow.TableRename) (MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more strings for translation * po/de.po: Update with the newly marked strings.
Thuban/UI/join.py (JoinDialog.OnJoin): Wrapped the major parts of the join process in a ThubanBeginBusyCursor, ThubanEndBusyCursor frame.
(JoinDialog.OnJoin): Add missing space to error message
Insert cvs keywords and doc-strings.
(JoinDialog.__init__): Use the table's Title() method directly instead of going through the transient_table method. This faster because transient_table may force the copy of a DBF file into the transient database and setting a table's title doesnm't affect the title of the associated transient table, so this fixes RT #2042
* Thuban/UI/join.py (JoinDialog): Extend to handle layer joins as well (JoinDialog.__init__): Use the layer parameter and only build the left choice when a layer is given (JoinDialog.OnJoin): Handle layer joins as well (JoinDialog.OnLeftTable, JoinDialog.OnRightTable): Handle the case that the user selects the "Select..." item. The sensitivitly updating is now in update_sensitivity (JoinDialog.y): New method to refactor the sensitivity update of the join button into its own method. * Thuban/UI/mainwindow.py (MainWindow.LayerJoinTable): Implement.
Replace the true/false of wxWindows by True/False of Python 2.2.1.
(JoinDialog.OnJoin): Use _() for strings. Use QueryTableFrame instead of TableFrame.
(JoinDialog.__init__): Checkbox for outer join. (JoinDialog.OnJoin): Consider outer join check box.
(JoinDialog.OnJoin): Use exc_info in a somewhat safer way. Storing the traceback in a local variable can lead to memory leaks
(JoinDialog.OnJoin): Make sure to really call the wxMessageDialog's Destroy() method.
(JoinDialog.__init__): Make use of TransientTable.Title()
(JoinDialog): Functional implementation of former framework. Renamed Table1/Table2 to LeftTable/RightTable in all occurences.
New. Initial Join dialog. No real functionality yet.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |