Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
309 5331d 17h werner /src/ increased size limits (hd-classes go up to 190, max crown radius now 15m)  
301 5339d 00h werner /src/fonstudio/ FONSTUDIO: added mrRand(), removed obsolete signal/slot connections.  
260 5374d 08h werner /src/fonstudio/ small changes in GUI, added the "minimum"-input definition file.  
259 5374d 09h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
200 5393d 10h werner /src/ added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.  
178 5396d 09h werner /src/ fonstudio compiles again...  
174 5399d 05h werner /src/ some cleanup in file structure; moved files from fonstudio away from "core" directory.  
132 5411d 06h Werner /src/fonstudio/ changed mode of calculation of the size of stamps (LIPs). Now, we take a percentage of the total value (e.g. take all those rings that have >95% of total influence).  
131 5411d 07h Werner /src/ added a 64x64 stamp while reinvoking the FonStudio  
129 5411d 11h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
127 5413d 08h Werner /src/ Started the iLand Viewer GUI software (copied fonstudio and dropped a lot of stuff). Yeah!  
126 5413d 10h Werner /src/ fine grained debug outputs that could be switched on/off selectively and are only run in debug mode...  
125 5413d 11h Werner /src/ growth of individual trees  
123 5415d 05h Werner /src/ ThreadRunner class. This hopefully is a good foundation for all the multithreading issues...  
121 5416d 10h Werner /src/ reworked exception handling in Expression.
found finally out, that bug was due to a sync-problem with multiple threads, with "Parse" being done "late" during the multi-threaded execution.
nasty.
Added a switch in project-file to enable/disable multithreading.
 
120 5416d 11h Werner /src/ hunted a "bug" in the IException class - finally after some rewriting it came up that the bug was a faulty access in the drawing routine... aarrgghhhhh...  
119 5416d 14h Werner /src/ added HD-range species parameter.  
118 5416d 16h Werner /src/ DBGMODE macro.
Multithreading of main calls in Model. Qt is great!!!
 
114 5417d 10h Werner /src/ some more visual fixes (panning, painting of trees, ...)  
113 5417d 12h Werner /src/ started Production3PG-class which couples the (stand-level) production.
implemented zooming and panning in Viewport (this is always a hell of a job)
 
111 5418d 11h Werner /src/ added "RessourceUnitSpecies" (included setup and access functions). Each species has now a numeric index which is used to construct vectors of RessourceUnitSpecies per RessourceUnit.  
108 5419d 03h Werner /src/fonstudio/ fixed little glitch during paint.
I think there is still an issue with the way we iterate over the ressource-units... it takes too long...
 
107 5419d 04h Werner /src/ created "AllTreeIterator" as a convenient means to traverse all trees in the model, adapted the painting of trees in MainWindow to the many RessourceUnits.  
106 5419d 05h Werner /src/ added StandLoader class which encapsulates the initialization of stands. Currently only Picus-style initfiles can be loaded.
added more content to Model and cleaned the Tree class. Now a multiple stand setup with N ressource units and N duplicate stands can be loaded and the light-patterns calculated. cool!
 
105 5419d 07h Werner /src/ several changes:
create multiple RessourceUnits as a grid
modified include-order for model.h and mainwindow.cpp
added clear() to Grid.
fixed bug in Grid::indexOf()
...
 
104 5419d 13h Werner /src/ incorporated "Model" into the FonStudio.  
99 5420d 04h Werner /src/ added handling for file path to xml-project files and to GlobalSettings.  
97 5420d 08h Werner /src/  
96 5420d 09h Werner /src/  
95 5420d 09h Werner /src/  
93 5420d 10h Werner /src/ XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system.  
92 5420d 14h Werner /src/ creation of the Model and the RessourceUnit object.  
91 5420d 16h Werner /src/ started implementation of SpeciesSet; this includes lots of tinkering around with global functions, Database-connections and that like.  
90 5420d 17h Werner /src/ changed TreeSpecies -> Species.
added class SpeciesSet.
 
89 5421d 11h Werner /src/ changed internal storage from settingmetadata to pointer to objects. use qDeleteAll to clear and free actual data.  
88 5421d 11h Werner /src/ SettingMetaData and the GlobalSettings container class. One has to be very careful to avoid unintended copies when using the QHash (QMap, ...) container with values (and not ptr to values)!!!  
87 5421d 14h Werner /src/ GlobalSettings Object, reading of global settings meta data, GlobalSettings is a Singleton.  
86 5421d 16h Werner /src/ added SettingMetaData.  
85 5422d 14h Werner /src/  
84 5422d 15h Werner /src/