/[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 1651 by bh, Mon Aug 25 15:05:56 2003 UTC revision 1655 by bh, Mon Aug 25 16:05:33 2003 UTC
# Line 1  Line 1 
1  2003-08-25  Bernhard Herzog  <[email protected]>  2003-08-25  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/application.py
4            (ThubanApplication.run_db_param_dialog): New. Suitable as a
5            db_connection_callback. Main difference is that the dialog run
6            from this method doesn't have a parent so it can be used even when
7            there is no main window
8            (ThubanApplication.OpenSession): Use self.run_db_param_dialog if
9            no db_connection_callback was given. This way the dialog pops up
10            even when the .thuban file was given as a command line parameter.
11    
12    2003-08-25  Bernhard Herzog  <[email protected]>
13    
14            * Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse
15            before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs
16            which leads to an effectively frozen X session because the user
17            can only interact with the dialog but the mouse is still grabbed
18            by the canvas.
19            Also, call the tool's Hide method before MouseLeftUp because
20            MouseLeftUp may change the tool's coordinates.
21    
22    2003-08-25  Bernhard Herzog  <[email protected]>
23    
24          * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch          * Thuban/UI/application.py (ThubanApplication.OpenSession): Catch
25          LoadCancelled exceptions and handle them by returning immediately.          LoadCancelled exceptions and handle them by returning immediately.
26    

Legend:
Removed from v.1651  
changed lines
  Added in v.1655

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26