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

Log of /branches/WIP-pyshapelib-bramz/Thuban/UI/main.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: 1912 byte(s)
Diff to previous 2700 , to selected 19
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/main.py
File length: 1912 byte(s)
Diff to previous 2689 , to selected 19
2006-09-18 Didrik Pinte <dpinte@itae.be>
    
        * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6



Revision 2689 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 09:57:24 2006 UTC (18 years, 7 months ago) by dpinte
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1917 byte(s)
Diff to previous 1968 , to selected 19
2006-06-29 Didrik Pinte <dpinte@itae.be>

        * Thuban/UI/main.py: circular import fix.



Revision 1968 - (view) (annotate) - [select for diffs]
Modified Fri Nov 21 14:33:27 2003 UTC (21 years, 3 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1928 byte(s)
Diff to previous 1766 , to selected 19
Enable the experimental attribute editing again and introduce a
command line switch to actually activate it

* Thuban/UI/main.py (options): New. Container for options set on
the commmand line
(main): Add the --enable-attribute-editing flag.

* Thuban/UI/identifyview.py (IdentifyView.__init__): If attribute
editing is enabled use the grid ctrl which allows editing of the
values

* Thuban/Model/transientdb.py (AutoTransientTable.write_record):
New. Just delegate this to the underlying table.


Revision 1766 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 09:52:28 2003 UTC (21 years, 5 months ago) by jan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1439 byte(s)
Diff to previous 1520 , to selected 19
Remove the #! line as
it annoys lintian which warns about these files not being
executable. The #! isn't necessary here since if you absolutely
must execute them you can always say "python <filename>".


Revision 1520 - (view) (annotate) - [select for diffs]
Modified Wed Jul 30 12:34:02 2003 UTC (21 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1458 byte(s)
Diff to previous 1505 , to selected 19
(__version__): Don't import the already
removed show_exception_dialog.


Revision 1505 - (view) (annotate) - [select for diffs]
Modified Tue Jul 29 14:29:12 2003 UTC (21 years, 7 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1475 byte(s)
Diff to previous 1502 , to selected 19
(main): Don't set the exception hook here,
        it will get set in ThubanApplication.OnInit.


Revision 1502 - (view) (annotate) - [select for diffs]
Modified Tue Jul 29 13:50:47 2003 UTC (21 years, 7 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1461 byte(s)
Diff to previous 1392 , to selected 19
(main): Install the exception handler before a ThubanApplication is created.


Revision 1392 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 14:54:16 2003 UTC (21 years, 7 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1440 byte(s)
Diff to previous 1308 , to selected 19
(main): Set exception hook to the ShowExceptionDialog. Fixes RTbug #1993.


Revision 1308 - (view) (annotate) - [select for diffs]
Modified Thu Jun 26 17:00:31 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1346 byte(s)
Diff to previous 1232 , to selected 19
(wxCHECK_VERSION): Removed. Not needed.
(verify_versions): Remove most of the code since it is
        now in Thuban.version.verify_versions.o


Revision 1232 - (view) (annotate) - [select for diffs]
Modified Wed Jun 18 14:47:06 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 2429 byte(s)
Diff to previous 579 , to selected 19
(main): Remove call to ShowLegend.


Revision 579 - (view) (annotate) - [select for diffs]
Modified Mon Mar 31 18:32:07 2003 UTC (21 years, 11 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 2493 byte(s)
Diff to previous 540 , to selected 19
Show the legend by default when Thuban starts.


Revision 540 - (view) (annotate) - [select for diffs]
Modified Wed Mar 19 15:37:24 2003 UTC (21 years, 11 months ago) by jonathan
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 2463 byte(s)
Diff to previous 230 , to selected 19
(verify_versions): New. Checks the versions of Python, wxPython,
and some other libraries.


Revision 230 - (view) (annotate) - [select for diffs]
Modified Fri Jul 19 13:21:14 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 623 byte(s)
Diff to previous 226 , to selected 19
* Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
for the wxPython locale bug to __init__.py so that it's
automatically executed by anybody using UI code from Thuban.


Revision 226 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:26:11 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1237 byte(s)
Diff to previous 39 , to selected 19
	* Thuban/UI/main.py (main): app no longer needs to be global


Revision 39 - (view) (annotate) - [select for diffs]
Modified Thu Sep 6 17:18:22 2001 UTC (23 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1246 byte(s)
Diff to previous 19
Create the session tree view in main with the new mainwindow method
ShowSessionTree and not directly the application's OnInit method


Revision 19 - (view) (annotate) - [selected]
Modified Tue Sep 4 15:11:27 2001 UTC (23 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1216 byte(s)
Diff to previous 6
* MANIFEST.in: Add extensions/pyprojection/LICENSE

* setup.py (thuban_bdist_rpm): New class implementing a Thuban
specific bdist_rpm command.

* Thuban/UI/main.py: Catch ImportError exceptions when importing
the locale module because it may not be available on some
installations.

* extensions/pyprojection/LICENSE: Copy of the license text in
Projection.i. Having it in a separate file makes it easier to
refer to license text in e.g. RPMs

* setup.py: use wx-config instead of wxgtk-config because it's
more generic

* setup.py (ThubanInstall.get_outputs): Add the symlink in
<prefix>/bin to the outputs
(ThubanInstall.link_file): New method to link files. We need this
because the standard copy_files refuses to link non-existing
files.
(ThubanInstall.run): Remove the leading install root from the
script filename if an install root was specified and use the new
link_file method


Revision 6 - (view) (annotate) - [select for diffs]
Added Tue Aug 28 15:41:52 2001 UTC (23 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/UI/main.py
File length: 1113 byte(s)
Diff to selected 19
import all the source files


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