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

Log of /branches/WIP-pyshapelib-bramz/Thuban/UI/join.py

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2835)

Revision 2734 - (view) (annotate) - [select for diffs]
Modified Thu Mar 1 12:42:59 2007 UTC (18 years ago) by bramz
File length: 9457 byte(s)
Diff to previous 2700 , to selected 1022
made a copy

Revision 2700 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 14:27:02 2006 UTC (18 years, 5 months ago) by dpinte
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 9457 byte(s)
Diff to previous 2040 , to selected 1022
2006-09-18 Didrik Pinte <dpinte@itae.be>
    
        * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6



Revision 2040 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 11:37:04 2003 UTC (21 years, 2 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 9388 byte(s)
Diff to previous 1890 , to selected 1022
* 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.


Revision 1890 - (view) (annotate) - [select for diffs]
Modified Thu Oct 30 16:20:41 2003 UTC (21 years, 4 months ago) by frank
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 9384 byte(s)
Diff to previous 1572 , to selected 1022
Thuban/UI/join.py (JoinDialog.OnJoin):
	Wrapped the major parts of the join process in a ThubanBeginBusyCursor,
	ThubanEndBusyCursor frame.


Revision 1572 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 10:20:08 2003 UTC (21 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 9009 byte(s)
Diff to previous 1542 , to selected 1022
(JoinDialog.OnJoin): Add missing space to
error message


Revision 1542 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:13:49 2003 UTC (21 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 9008 byte(s)
Diff to previous 1521 , to selected 1022
Insert cvs keywords and doc-strings.


Revision 1521 - (view) (annotate) - [select for diffs]
Modified Wed Jul 30 12:34:10 2003 UTC (21 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 8922 byte(s)
Diff to previous 1072 , to selected 1022
(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


Revision 1072 - (view) (annotate) - [select for diffs]
Modified Tue May 27 16:47:48 2003 UTC (21 years, 9 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 8958 byte(s)
Diff to previous 1035 , to selected 1022
* 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.


Revision 1035 - (view) (annotate) - [select for diffs]
Modified Mon May 26 17:03:08 2003 UTC (21 years, 9 months ago) by jan
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 7307 byte(s)
Diff to previous 1022
Replace the true/false of wxWindows by True/False of Python 2.2.1.


Revision 1022 - (view) (annotate) - [selected]
Modified Fri May 23 14:17:50 2003 UTC (21 years, 9 months ago) by jan
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 7307 byte(s)
Diff to previous 1010
(JoinDialog.OnJoin): Use _() for strings.  Use QueryTableFrame instead of
TableFrame.


Revision 1010 - (view) (annotate) - [select for diffs]
Modified Fri May 23 08:27:20 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 7213 byte(s)
Diff to previous 1007 , to selected 1022
(JoinDialog.__init__): Checkbox for outer join.
(JoinDialog.OnJoin): Consider outer join check box.


Revision 1007 - (view) (annotate) - [select for diffs]
Modified Thu May 22 20:08:02 2003 UTC (21 years, 9 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 6715 byte(s)
Diff to previous 1005 , to selected 1022
(JoinDialog.OnJoin): Use exc_info in a
somewhat safer way. Storing the traceback in a local variable can
lead to memory leaks


Revision 1005 - (view) (annotate) - [select for diffs]
Modified Thu May 22 20:01:50 2003 UTC (21 years, 9 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 6782 byte(s)
Diff to previous 1003 , to selected 1022
(JoinDialog.OnJoin): Make sure to really call
the wxMessageDialog's Destroy() method.


Revision 1003 - (view) (annotate) - [select for diffs]
Modified Thu May 22 19:46:34 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 6780 byte(s)
Diff to previous 1000 , to selected 1022
(JoinDialog.__init__): Make use of TransientTable.Title()


Revision 1000 - (view) (annotate) - [select for diffs]
Modified Thu May 22 19:40:06 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 6784 byte(s)
Diff to previous 888 , to selected 1022
(JoinDialog): Functional implementation of
	former framework. Renamed Table1/Table2 to LeftTable/RightTable
	in all occurences.


Revision 888 - (view) (annotate) - [select for diffs]
Added Fri May 9 16:40:50 2003 UTC (21 years, 10 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/join.py
File length: 3757 byte(s)
Diff to selected 1022
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.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26