/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

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

revision 1470 by jonathan, Tue Jul 22 14:04:49 2003 UTC revision 1522 by bh, Wed Jul 30 12:34:22 2003 UTC
# Line 1  Line 1 
1    2003-07-30  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title()
4            method directly instead of going through the transient_table
5            method. This faster because transient_table may force the copy of
6            a DBF file into the transient database and setting a table's title
7            doesnm't affect the title of the associated transient table, so
8            this fixes RT #2042
9    
10            * Thuban/UI/main.py (__version__): Don't import the already
11            removed show_exception_dialog.
12    
13    2003-07-29  Jonathan Coles   <[email protected]>
14    
15            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
16            Put back this method and remove the equivalent function since we
17            are setting the exception hook from within this class (OnInit).
18    
19    2003-07-29  Jonathan Coles   <[email protected]>
20    
21            * Doc/manual/images/5_2_custom_ramp.png,
22            Doc/manual/images/5_2_quantiles.png,
23            Doc/manual/images/5_2_uniform_dist.png,
24            Doc/manual/images/5_2_unique_values.png,
25            Doc/manual/images/8_int_error.png: New screen shots.
26    
27            * Doc/manual/thuban-manual.xml: Fixed typos and wording, clarified
28            some points, and added more screen shots.
29    
30    2003-07-29  Bernhard Herzog  <[email protected]>
31    
32            * Thuban/Model/data.py: Remove the now unused import of warnings
33    
34    2003-07-29  Bernhard Herzog  <[email protected]>
35    
36            * Thuban/Model/data.py (SimpleStore): Removed. This class has been
37            deprecated since before the 0.8 release and isn't used in Thuban
38            itself anymore.
39    
40            * Thuban/Model/transientdb.py: Remove some unnecessary imports
41    
42    2003-07-29  Jonathan Coles   <[email protected]>
43    
44            * Thuban/UI/application.py (ThubanApplication.OnInit): set the
45            python exception hook here so that we are sure to catch any
46            Thuban exception that happen during initialization.
47    
48            * Thuban/UI/main.py (main): Don't set the exception hook here,
49            it will get set in ThubanApplication.OnInit.
50    
51    2003-07-29  Jonathan Coles   <[email protected]>
52                                                                                
53            * Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog):
54            Removed and called it show_exception_dialog() so that the exception
55            handler can be set before the class is created.
56                                                                                
57            * Thuban/UI/main.py (main): Install the exception handler before
58            a ThubanApplication is created.
59                                                                                    
60    2003-07-29  Bernhard Herzog  <[email protected]>
61    
62            * po/it.po: New. Italian translation by Maurizio Napolitano
63    
64            * po/ru.po: New. Russian translation by Alex Shevlakov
65    
66    2003-07-29  Frank Koormann   <[email protected]>
67    
68            * Doc/manual/thuban-manual.xml: Extended section on supported
69            projections.
70            
71    2003-07-29  Frank Koormann   <[email protected]>
72    
73            * Doc/manual/thuban-manual.xml: gaspell-checked.
74    
75    2003-07-29  Jonathan Coles   <[email protected]>
76    
77            * Doc/manual/images/3_5_legend.png: Added border to improve look
78            on white background.
79    
80    2003-07-29  Jonathan Coles   <[email protected]>
81    
82            * Doc/manual/thuban-manual.xml: Fixed grammar and typos. Added
83            descriptions for the legend toolbar.
84    
85            * Doc/manual/images/4_2_raster_layer_properties.png: Removed
86            cursor from dialog box.
87    
88    2003-07-28  Jonathan Coles   <[email protected]>
89    
90            * Doc/manual/thuban-manual.xml: More screenshots and more chapters.
91    
92            * Doc/manual/images/2_4_session_tree.png,
93            Doc/manual/images/3_5_legend.png, Doc/manual/images/3_rename_map.png,
94            Doc/manual/images/4_2_layer_properties.png,
95            Doc/manual/images/4_2_raster_layer_properties.png,
96            Doc/manual/images/5_3_genclass.png,
97            Doc/manual/images/5_classification.png,
98            Doc/manual/images/6_projection.png,
99            Doc/manual/images/7_1_table_view.png,
100            Doc/manual/images/7_2_5_join.png: New screenshots.
101    
102    2003-07-24  Jonathan Coles   <[email protected]>
103    
104            * Doc/manual/thuban-manual.xml: Chapter on Projection Management.
105    
106    2003-07-24  Jonathan Coles   <[email protected]>
107    
108            * Doc/manual/thuban-manual.xml: Added EPS images and wrote
109            chapter on Layer Management.
110    
111            * Doc/manual/Makefile: New. Makefile to generate all formats for the
112            manual and images.
113    
114    2003-07-24  Bernhard Herzog  <[email protected]>
115    
116            * Thuban/Model/range.py, Thuban/version.py: Remove the #! line as
117            it annoys lintian which warns about these files not being
118            executable. The #1 isn't necessary here since if you absolutely
119            must execute them you can always say "python <filename>".
120    
121            * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove
122            superfluous code to set brush and pen for point shapes
123    
124            * Thuban/UI/viewport.py: Remove commented out code that wouldn't
125            belong in viewport anyway
126    
127    2003-07-24  Frank Koormann   <[email protected]>
128    
129            * Doc/manual/thuban-manual.xml: Added section on table management.
130    
131    2003-07-24  Bernhard Herzog  <[email protected]>
132    
133            * test/runtests.py (main): Recognize the long "verbose" option
134            correctly.
135    
136  2003-07-22  Jonathan Coles   <[email protected]>  2003-07-22  Jonathan Coles   <[email protected]>
137    
138          * Doc/manual/thuban-manual.xml: Continue to write first revision          * Doc/manual/thuban-manual.xml: Continue to write first revision

Legend:
Removed from v.1470  
changed lines
  Added in v.1522

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26