1 |
|
2003-04-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.identify_view_on_demand): Do |
4 |
|
not pop up the dialog if the selection becomes empty (this could |
5 |
|
happen if e.g. a new selection is opened while the identify tool |
6 |
|
is active and dialog had been closed) |
7 |
|
|
8 |
|
2003-04-30 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* Thuban/Model/transientdb.py (TransientTableBase.__init__): New |
11 |
|
instance variable read_record_last_result |
12 |
|
(TransientTableBase.read_record): Make sure reading the same |
13 |
|
record twice works. The implementation uses the new instance |
14 |
|
variable read_record_last_result |
15 |
|
|
16 |
|
* test/test_transientdb.py |
17 |
|
(TestTransientTable.test_transient_table_read_twice): New test |
18 |
|
case for the above bug-fix. |
19 |
|
|
20 |
|
2003-04-29 Bernhard Herzog <[email protected]> |
21 |
|
|
22 |
|
* Thuban/Model/session.py (Session.Destroy): Explicitly close the |
23 |
|
transient DB if it exists to make sure it doesn't leave a journal |
24 |
|
file in the temp directory. |
25 |
|
|
26 |
|
* Thuban/Model/transientdb.py (TransientDatabase.close): Set |
27 |
|
self.conn to None after closing the connection to make sure it's |
28 |
|
not closed twice |
29 |
|
|
30 |
2003-04-29 Jonathan Coles <[email protected]> |
2003-04-29 Jonathan Coles <[email protected]> |
31 |
|
|
32 |
Add a visible parameter in the layer XML tag. The default value is |
Add a visible parameter in the layer XML tag. The default value is |
33 |
"true". If anything other than "false" is specified we also assume |
"true". If anything other than "false" is specified we also assume |
34 |
"true". |
"true". Addresses RTbug #1025. |
35 |
|
|
36 |
* Doc/thuban.dtd: Add visible parameter to a layer. |
* Doc/thuban.dtd: Add visible parameter to a layer. |
37 |
|
|