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 |
* Thuban/UI/view.py (MapCanvas.OnLeftUp): Release the the mouse |
15 |
before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs |
before calling MouseLeftUp. MouseLeftUp may pop up modal dialogs |
16 |
which leads to an effectively frozen X session because the user |
which leads to an effectively frozen X session because the user |