new_map_win.cc
Mon, 30 Oct 2006 12:16:25 +0000 Add copyright headers
Tue, 10 Jan 2006 15:15:57 +0000 If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
Mon, 09 Jan 2006 12:41:06 +0000 The tree that is created for evaluation of expression string at new map creation is deleted after usage.
Fri, 06 Jan 2006 16:07:08 +0000 In algorithm window maps can be selected and reated through MapSelector widget.
Thu, 05 Jan 2006 16:54:34 +0000 Kruskal algorithm can be run from GUI from now on.
Thu, 05 Jan 2006 12:30:09 +0000 Several changes. \n If new map is added to mapstorage it emits signal with the name of the new map. This was important, because from now on not only tha mapwin should be updated. \n Furthermore algobox gets a pointer to mapstorage instead of only the mapnames from it. This is important because without it it would be complicated to pass all of the required maps to algobox.
Tue, 06 Dec 2005 10:53:38 +0000 Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).
Tue, 29 Nov 2005 19:31:58 +0000 Structure of GUI is now more clear-cut than before.
Mon, 21 Nov 2005 18:03:20 +0000 NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
Mon, 21 Nov 2005 12:07:05 +0000 Reorganizing.
Thu, 17 Nov 2005 15:34:18 +0000 As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.
Mon, 24 Oct 2005 10:15:40 +0000 Newly created map is realized by the property givening by common sense.
Wed, 27 Jul 2005 11:35:13 +0000 No maps with the same name can be added.
Tue, 26 Jul 2005 21:20:01 +0000 EdgeMap and NodeMap creation is done, at last. Bach 4ever.