1 |
2003-08-25 Bernhard Herzog <[email protected]> |
2003-08-25 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
GUI part of loading sessions with postgis connections which may |
4 |
|
require user interaction to get passwords or updated parameters |
5 |
|
|
6 |
|
* Thuban/UI/dbdialog.py (DBDialog): Reimplement to make it look a |
7 |
|
bit nucer and be more generic. |
8 |
|
(DBFrame.OnAdd): Adapt to new DBDialog interface |
9 |
|
|
10 |
|
* Thuban/UI/application.py (ThubanApplication.OpenSession): New |
11 |
|
optional parameter db_connection_callback which is passed to |
12 |
|
load_session. |
13 |
|
|
14 |
|
* Thuban/UI/mainwindow.py (MainWindow.run_db_param_dialog): New. |
15 |
|
Suitable as a db_connection_callback |
16 |
|
(MainWindow.OpenSession): Use self.run_db_param_dialog as the |
17 |
|
db_connection_callback of the application's OpenSession method |
18 |
|
|
19 |
|
|
20 |
|
2003-08-25 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
Basic loading of sessions containing postgis connections: |
Basic loading of sessions containing postgis connections: |
23 |
|
|
24 |
* Thuban/Model/load.py (LoadError): Add doc-string |
* Thuban/Model/load.py (LoadError): Add doc-string |