/[thuban]/branches/greater-ms3/thuban/ChangeLog
ViewVC logotype

Diff of /branches/greater-ms3/thuban/ChangeLog

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

revision 154 by bh, Tue May 7 17:18:45 2002 UTC revision 294 by bh, Fri Aug 30 10:19:11 2002 UTC
# Line 1  Line 1 
1    2002-08-30  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/view.py: Add/update some doc-strings.
4    
5            * test/: new subdirectory with a bunch of unit tests.
6    
7            * test/README, test/test_table.py, test/test_save.py,
8            test/test_menu.py, test/test_load.py: Initial set of tests and
9            brief instructions on how to run them
10    
11    2002-08-29  Bernhard Herzog  <[email protected]>
12    
13            * Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Handle
14            arcs with multiple parts.
15    
16            * Thuban/UI/view.py (ZoomInTool.MouseUp, ZoomOutTool.MouseUp):
17            Handle degenrate rectangles.
18    
19            * Thuban/Model/table.py: Make writing records work correctly:
20            (Table.__init__): Keep track of whether the DBF is open for
21            writing
22            (Table.write_record): Open the DBF file for writing when necessary
23    
24    2002-08-27  Bernhard Herzog  <[email protected]>
25    
26            * Thuban/Model/table.py (Table.write_record, Table.__init__): Open
27            dbf files only for reading by default. Use a new writable dbf
28            object for writing.
29    
30    2002-08-26  Bernhard Herzog  <[email protected]>
31    
32            * Thuban/UI/mainwindow.py: Refactor the context creation:
33            (MainWindow.Context): New method to return a context
34            (MainWindow.invoke_command, MainWindow.update_command_ui): Use the
35            new method
36    
37            * Thuban/UI/tableview.py (TableGrid, LayerTableGrid): Split the
38            layer table specific code from TableGrid into LayerTableGrid
39            (TableFrame, LayerTableFrame): Split the layer table specific code
40            from TableFrame into LayerTableFrame
41            (LayerTableGrid.select_shape): Remove a debug print
42    
43            * Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Use the
44            LayerTableFrame
45    
46    2002-08-23  Bernhard Herzog  <[email protected]>
47    
48            * Thuban/Model/layer.py (Layer.__init__): Make sure we have an
49            absolute filename.
50    
51    2002-08-22  Bernhard Herzog  <[email protected]>
52    
53            * Thuban/Model/table.py (Table.write_record): New method to write
54            records.
55            (Table.__init__): Open the DBF file for writing too.
56    
57            * Thuban/UI/controls.py (RecordTable.SetValue): Write the value
58            into the underlying table.
59    
60            * extensions/shapelib/shapefil.h (DBFCommit),
61            extensions/shapelib/dbfopen.c (DBFCommit): New API function to
62            commit any changes made to the DBF file.
63    
64            * Thuban/UI/mainwindow.py (make_check_current_tool)
65            (_tool_command): Put the code that generates the "checked"
66            callback into a separate function so that we can reuse it
67            elsewhere
68    
69            * Thuban/Model/save.py (Saver): New class to handle serializing a
70            session into an XML file. The main reason to introduce a class is
71            that applications built on Thuban can derive from it so that they
72            can save additional information in a session file.
73            (save_session): Delegate almost all the work to the Saver class.
74            Rename the filename argument to file because it may be a file like
75            object now.
76    
77            * Thuban/Model/load.py: Get rid of the Python 1.5.2 compatibility
78            code. Remove the little test code which would be executed when the
79            module is run as a script which didn't work anymore since it can't
80            import the other Thuban modules.
81            (ProcessSession, load_session): Refactor the ProcessSession to
82            have one method for each element start and end tag so that derived
83            classes can easily override the processing of individual tags.
84            Also, always parse with namespaces enabled because applications
85            built on top of Thuban will likely use namespaces if they extend
86            the session file format.
87    
88    2002-08-21  Bernhard Herzog  <[email protected]>
89    
90            * setup.py (ThubanInstall.run): Don't repr install_lib_orig
91            because thubaninit_contents will do it for us.
92    
93    2002-08-16      Jan-Oliver Wagner <[email protected]>
94    
95            * Thuban/UI/mainwindow.py: menu item 'show session tree' now disable if
96            tree window already open
97    
98    2002-08-15  Bernhard Herzog  <[email protected]>
99    
100            * Thuban/Model/layer.py (Layer.Destroy): Call the unboundd method
101            with self.
102    
103            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Only release the mouse
104            when we have actually captured it.
105    
106            * Thuban/Model/layer.py (Layer.Destroy): New. Explicitly close the
107            shapefile and destroy the table.
108    
109            * Thuban/Model/table.py (Table.Destroy): New. Close the DBF file.
110    
111    2002-08-14  Bernhard Herzog  <[email protected]>
112    
113            * Thuban/UI/controls.py (RecordTable.__init__): Remove the unused
114            instance variable columns
115            (RecordTable.GetTypeName): row and col may be negative in some
116            cases.
117    
118            * setup.py (InstallLocal.initialize_options)
119            (InstallLocal.finalize_options, InstallLocal.user_options): New
120            option create-init-file to build a thubaninit.py when running
121            install_local
122            (InstallLocal.run): Create the thubaninit.py module when requested
123            (thubaninit_contents): Split the template into several parts and
124            create a new function thubaninit_contents that creates the
125            contents of a thubaninit module.
126            (ThubanInstall.run): Use the new function to create the thubaninit
127            module.
128    
129    2002-07-30  Bernhard Herzog  <[email protected]>
130    
131            * Thuban/UI/application.py (ThubanApplication.OnExit): Do some
132            cleanup.
133            (ThubanApplication.MainLoop): Extend to automatically call OnExit.
134    
135            * Thuban/Model/session.py (Session.Destroy): Don't bypass the
136            direct base class' Destroy method.
137    
138            * Thuban/Model/map.py (Map.ClearLayers): New method to delete all
139            layers.
140            (Map.Destroy): Destroy the label_layer as well and call the
141            inherited Desatroymethod first so that no more messages are
142            issued.
143            (Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
144            message if the stacking order actually has changed. Add
145            doc-strings.
146            (Map.BoundingBox): Correct the doc-string.
147            (Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
148            (Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.
149    
150            * Thuban/Model/label.py (LabelLayer.ClearLabels): New to delete
151            all labels.
152    
153    2002-07-29  Bernhard Herzog  <[email protected]>
154    
155            * Thuban/Model/map.py (Map.subscribe_layer_channels)
156            (Map.unsubscribe_layer_channels): Put the code that (un)subscribes
157            to a layer's channels into separate methods.
158            (Map.RemoveLayer, Map.AddLayer): Call the new methods
159            (Map.Destroy): Unsubscribe from a layer's channels before
160            destroying it.
161    
162            * Thuban/UI/view.py (MapCanvas.find_shape_at): Change the
163            selected_layer parameter to searched_layer which is the layer to
164            search in.
165            (MapCanvas.SelectShapeAt): New parameter layer to restrict the
166            search to that layer. Return the selected layer and shape.
167    
168            * Examples/simple_extensions/simple_tool.py (simple_tool): Fix a
169            typo
170    
171    2002-07-24  Bernhard Herzog  <[email protected]>
172    
173            * Thuban/UI/application.py (ThubanApplication.create_session):
174            Extend the doc string.
175            (ThubanApplication.subscribe_session)
176            (ThubanApplication.unsubscribe_session): New methods to
177            subscribe/unsubscribe to/from session channels.
178            (ThubanApplication.SetSession): Call the new methods here.
179            (ThubanApplication.maps_changed, ThubanApplication.set_map):
180            Renamed set_map to maps_changed. Its now a subscriber for
181            MAPS_CHANGED.
182    
183            * Thuban/UI/view.py (ZoomOutTool.MouseUp): Use the correct
184            x-coordinate in case of simple clicks
185    
186            * Thuban/Model/base.py (Modifiable.changed): Apply the args tuple,
187            don't pass it as a parameter
188    
189            * Thuban/Model/session.py (Session.RemoveMap): New
190    
191            * Thuban/UI/mainwindow.py (MainWindow.__init__): Turn the initial
192            window size into a parameter.
193    
194    2002-07-23  Bernhard Herzog  <[email protected]>
195    
196            * Thuban/UI/menu.py (Menu.item_index): Also search for menus not
197            just commands.
198    
199            * Thuban/UI/mainwindow.py (MainWindow.__init__): Change the
200            parameter list a bit to allow setting the window title and the
201            initial message in the status bar. Update the callers.
202    
203            * Thuban/UI/application.py (ThubanApplication.OnInit)
204            (ThubanApplication.CreateMainWindow): Put the mainwindow
205            instantiation into a separate method so that it can be overridden
206            by a subclass.
207    
208    2002-07-19  Bernhard Herzog  <[email protected]>
209    
210            * Thuban/Model/session.py: Issue a CHANGED message every time
211            another changed message is issued to make it easier to get
212            notified of changes.
213            (Session): Update the doc string
214            (Session.forward): Issue changed-events as CHANGED as well.
215            (Session.changed): Overwrite the inherited version to issue
216            CHANGED events as well.
217    
218            * Thuban/UI/tree.py: We can now simply subscribe to the session's
219            CHANGED channel to be informed of changes.
220            (SessionTreeCtrl.session_channels): Not needed any longer.
221            (SessionTreeCtrl.unsubscribe_all, SessionTreeCtrl.session_changed):
222            Only have to (un)subscribe CHANGED
223    
224            * Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.
225    
226            * Thuban/UI/main.py, Thuban/UI/__init__.py: Move the work-around
227            for the wxPython locale bug to __init__.py so that it's
228            automatically executed by anybody using UI code from Thuban.
229    
230    2002-07-18  Bernhard Herzog  <[email protected]>
231    
232            * Thuban/UI/main.py (main): app no longer needs to be global
233    
234            * Thuban/UI/mainwindow.py (MainWindow.__init__): Add application
235            as parameter and store it in an instance variable
236            (MainWindow.invoke_command, MainWindow.update_command_ui)
237            (MainWindow.save_modified_session, MainWindow.NewSession)
238            (MainWindow.OpenSession, MainWindow.SaveSession)
239            (MainWindow.SaveSessionAs, MainWindow.ShowSessionTree): Use self's
240            application object.
241    
242            * Thuban/UI/application.py (ThubanApplication.OnInit): Instantiate
243            the main window with self.
244    
245            * Thuban/UI/context.py: New module with the context class
246    
247            * Thuban/UI/command.py (Command): Update doc string.
248    
249            * Thuban/UI/mainwindow.py (MainWindow.invoke_command,
250            MainWindow.update_command_ui): Pass an instance of the context
251            class to the command's methods
252            (check_current_tool, call_method): Handle the new context
253            implementation
254    
255            * Examples/simple_extensions/simple_tool.py (simple_tool,
256            check_simple_tool): Handle the new context implementation
257    
258            * Examples/simple_extensions/simple_command.py (simple_command):
259            Handle the new context implementation. Update the comments about
260            the context.
261    
262            * Thuban/UI/application.py (ThubanApplication.SetSession): Add
263            doc-string
264            (ThubanApplication.Session): New method to return the session
265            object
266    
267            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): The
268            interactor's selected_layer may not be a layer of the current
269            session when the tree is updated while a new session is being set.
270    
271    2002-07-17  Bernhard Herzog  <[email protected]>
272    
273            * Thuban/UI/tree.py (color_string): Removed. No longer used.
274            (SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
275            update_tree into update_tree and add_items. The tree now uses a
276            more generic way to display the contents of the tree.
277            (SessionTreeCtrl): Add a doc string explaining the TreeInfo method
278    
279            * Thuban/Model/layer.py (Layer.TreeInfo),
280            Thuban/Model/extension.py (Extension.TreeInfo),
281            Thuban/Model/map.py (Map.TreeInfo),
282            Thuban/Model/session.py (Session.TreeInfo):
283            Add TreeInfo methods to implement the new tree view update scheme
284    
285    2002-07-16  Bernhard Herzog  <[email protected]>
286    
287            * Thuban/UI/application.py: Don't use "import from" for the
288            MainWindow. It can't always be resolved.
289            (ThubanApplication.OnInit): change reference to MainWindow
290            accordingly.
291    
292            * Thuban/UI/menu.py (Menu.SetItems): New method to replace a menu
293            completely
294    
295    2002-07-10  Bernhard Herzog  <[email protected]>
296    
297            * setup.py (create_init_module): New configurable variable whose
298            default depends on the platform we're running on.
299            (ThubanInstall.initialize_options): Initialize
300            self.create_init_module from the global create_init_module
301            (ThubanInstall.user_options): indictate that the options
302            create-init-module and init-module-dir have arguments.
303    
304            * setup.py: In the setup call change the version number to include
305            cvs.
306    
307            * MANIFEST.in: Add the files in Examples
308    
309    2002-07-09  Bernhard Herzog  <[email protected]>
310    
311            * setup.py: In the setup call, use the thuban homepage as the
312            value of the url parameter.
313    
314            * Examples: New subdirectory for examples.
315    
316            * Examples/simple_extensions/simple_tool.xpm,
317            Examples/simple_extensions/simple_tool.py,
318            Examples/simple_extensions/simple_command.py,
319            Examples/simple_extensions/README: Simple examples showing how to
320            add new commands and tools.
321    
322            * setup.cfg (bdist_rpm): Add the default value for prefix and tell
323            bdist_rpm that we also have an install script.
324            (bdist_inno): Add 2002 to the copyright notice.
325    
326            * setup.py: Create a file in python's site-packages directory to
327            make installation of Thuban as a library easier.
328            (ThubanInstall.user_options): Add two new options,
329            create-init-module and init-module-dir
330            (ThubanInstall.expand_with_pure_python_dirs): New method to expand
331            filenames for installation in the default directories.
332            (ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend
333            the inherited methods to capture some filenames before they're
334            transformed too much by distutils.
335            (ThubanInstall.run): Create the init module if requested.
336            (ThubanInstall.thuban_init_filename): New method to return the
337            full name of the init module.
338            (ThubanInstall.get_outputs): Append the filename of the init
339            module.
340    
341    2002-07-08  Bernhard Herzog  <[email protected]>
342    
343            * setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to
344            handle the prefix properly which means that the default for the
345            installation prefix should be /usr for RPMs and /usr/local when
346            doing a normal source install.
347            (bdist_rpm_install_script): Script to override the default install
348            commands in the specfile generated by the bdist_rpm command.
349            (thuban_bdist_rpm.user_options): Add a prefix option
350            (thuban_bdist_rpm.initialize_options): Init the prefix option.
351            Create the script files for the spec files as empty files here
352            (thuban_bdist_rpm._make_spec_file): Override the inherited method
353            to fill the script files with content.
354    
355            * Thuban/Model/save.py (relative_filename): Wrapper around
356            Thuban.Lib.fileutil.relative_filename that accepts an empty dir
357            argument. save_session now automatically uses this version,
358            solving a problem when saving to a relative filename.
359    
360            * setup.py: In the setup call, make sure that the library
361            directories are under $prefix/lib not directly under $prefix.
362    
363    2002-06-20      Jan-Oliver Wagner <[email protected]>
364    
365            * Thuban/Model/extension.py: new module to handle extension objects.
366            * Thuban/Model/messages.py: new messages for extensions.
367            * Thuban/Model/session.py (Session.Extensions, Session.HasExtensions,
368            Session.AddExtension): new for handling extensions.
369            Also some other minor changes to round up extension handling.
370            * Thuban/UI/tree.py (SessionTreeCrtl:update_tree): Added visualization
371            of Extension titles and title and names of its objects.
372    
373    2002-05-29  Bernhard Herzog  <[email protected]>
374    
375            * Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind
376            the events for a command.
377            (MainWindow.add_toolbar_command, MainWindow.add_menu_command):
378            Call bind_command_events to bind the events. add_toolbar_command
379            can now bind events too so that it's possible to have commands
380            that are only available through the toolbar.
381            (MainWindow.init_ids): New instance variable events_bound to keep
382            track of for which commands events have been bound.
383    
384    2002-05-28  Bernhard Herzog  <[email protected]>
385    
386            * Thuban/UI/menu.py: New module to build and manage menus.
387    
388            * Thuban/UI/mainwindow.py: Remove some unused imports.
389            (MainWindow.__init__, main_menu): move the definition of the main
390            menu from __init__ to the Menu instance main_menu.
391            (MainWindow.build_menu_bar, MainWindow.build_menu): New methods to
392            build the menu bar and sub-menus from a menu description.
393    
394            * Thuban/UI/application.py (ThubanApplication.OnInit): Read the
395            startup file
396            (ThubanApplication.read_startup_files): New method to run
397            ~/.thuban/thubanstart.py
398    
399            * Thuban/UI/mainwindow.py (MainWindow.__init__, main_toolbar):
400            Move the toolbar definition to the Menu instance main_toolbar.
401            (MainWindow.build_toolbar): New method to build the toolbar
402            similar to the build_menu methods
403    
404    2002-05-23  Bernhard Herzog  <[email protected]>
405    
406            * Thuban/UI/mainwindow.py (MainWindow.__init__): Fix spelling of
407            layer_outline_color. Fix it in the definition of the command too.
408    
409            * Thuban/UI/command.py (Command): Fix typo in doc string
410    
411    2002-05-22  Bernhard Herzog  <[email protected]>
412    
413            * Thuban/UI/mainwindow.py (MainWindow.RunMessageBox): Fix a typo
414            in the docstring
415    
416    2002-05-15  Bernhard Herzog  <[email protected]>
417    
418            * Thuban/Model/layer.py (Layer.open_shapefile): Set bbox to None
419            when the shapefile is empty.
420            (Layer.BoundingBox, Layer.LatLongBoundingBox): Both methods may
421            now return None for empty shapefiles. Update doc-strings.
422    
423            * Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
424            the layer's bbox being None.
425    
426            * Thuban/UI/tree.py (SessionTreeCtrl.update_tree): Deal with the
427            layer's bbox being None.
428    
429            * Thuban/UI/view.py (MapCanvas.shape_selected): Only redraw when
430            necessary.
431            (MapCanvas.__init__): New instance variables, last_selected_layer
432            and last_selected_shape to determine how the selection has
433            changed.
434    
435            * Thuban/UI/tableview.py (TableGrid.__init__): Do not call
436            AutoSizeColumns because it will cause a traversal of the entire
437            table which for large .dbf files will take a very long time.
438    
439    2002-05-14  Bernhard Herzog  <[email protected]>
440    
441            * Thuban/Model/layer.py (Layer.open_shapefile): Choose a better
442            maximum depth for the tree than shapelib does by default.
443    
444    2002-05-10  Bernhard Herzog  <[email protected]>
445    
446            * setup.py (py_modules): The shptree modules doesn't have a
447            wrapper, so don't include it in the py_modules
448    
449    2002-05-08  Bernhard Herzog  <[email protected]>
450    
451            * extensions/shapelib/shptree.c (compare_ints): Make arguments
452            const void * as in the qsort prototype
453            (SHPTreeFindLikelyShapes): Remove some unused variables.
454    
455            * Thuban/UI/view.py (PanTool.MouseMove): Use the bitmap the view
456            maintains to redraw the window during a drag.
457            (MapCanvas.unprojected_rect_around_point): New method to determine
458            a small region around a point for hit-testing.
459            (MapCanvas.find_shape_at): Only test the shapes in a small region
460            around the point.
461    
462            * setup.py: Increment the version to 0.1.2
463    
464            * Thuban/UI/tree.py (SessionTreeCtrl.unsubscribe_all): Remove a
465            debug print and set session to None after unsubscribing
466    
467  2002-05-07  Bernhard Herzog  <[email protected]>  2002-05-07  Bernhard Herzog  <[email protected]>
468    
469          * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename          * Data/iceland_sample.session, Data/iceland_sample.thuban: Rename

Legend:
Removed from v.154  
changed lines
  Added in v.294

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26