Subversion Repositories public iLand

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1222 2958d 10h werner / public SVN  
1221 2958d 10h werner /branches/ public SVN  
1220 2958d 11h werner /branches/version1.0/ Version 1.0  
1218 2958d 13h werner / clean up repository - make 1.0 trunk again!  
1217 2958d 13h werner / clean up repository - make 1.0 trunk again!  
1104 3246d 17h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
802 4097d 18h werner /branches/port_qt5_64bit/ merge from trunk up to revision 801  
779 4230d 12h werner /branches/port_qt5_64bit/  
772 4325d 17h werner /trunk/src/ small changes to compile fonstudio again  
639 4974d 10h werner / move current content to the "trunk"  
412 5323d 19h werner /src/fonstudio/ added key cutoffMode for alternative way of cutting the stamps  
409 5324d 07h werner /src/fonstudio/ re-enabled log output to logspace window  
404 5325d 19h werner /src/fonstudio/ added switch "aggregateMode" to Lightroom-xml file format to switch between sum and mean LIP creation.  
400 5330d 14h werner /src/ changed the binary format of the LIP stamps (included a magic number, a version and a call to setVersion()). Changed the way of aggregating the "shadow" in the lightroom: now (again) the result value represents the mean "shadow" per meter below the 45° line.  
309 5506d 10h werner /src/ increased size limits (hd-classes go up to 190, max crown radius now 15m)  
301 5513d 17h werner /src/fonstudio/ FONSTUDIO: added mrRand(), removed obsolete signal/slot connections.  
259 5549d 02h werner /src/ Big Cleanup of Lightroom Code.
removed all iLand specifics, left pure stamp calculation facilitites.
 
200 5568d 03h 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 5571d 02h werner /src/ fonstudio compiles again...  
132 5585d 23h 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).  
129 5586d 04h Werner /src/ MainWindow GUI (uses Qt Actions) to start/stop/create the "model", GUI to retrieve debug data.  
126 5588d 03h Werner /src/ fine grained debug outputs that could be switched on/off selectively and are only run in debug mode...  
125 5588d 05h Werner /src/ growth of individual trees  
121 5591d 03h 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 5591d 04h 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 5591d 07h Werner /src/ added HD-range species parameter.  
118 5591d 09h Werner /src/ DBGMODE macro.
Multithreading of main calls in Model. Qt is great!!!
 
114 5592d 03h Werner /src/ some more visual fixes (panning, painting of trees, ...)  
113 5592d 05h 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)
 
108 5593d 21h 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 5593d 21h 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 5593d 22h 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 5594d 00h 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 5594d 06h Werner /src/ incorporated "Model" into the FonStudio.  
91 5595d 09h Werner /src/ started implementation of SpeciesSet; this includes lots of tinkering around with global functions, Database-connections and that like.  
90 5595d 10h Werner /src/ changed TreeSpecies -> Species.
added class SpeciesSet.
 
89 5596d 04h Werner /src/ changed internal storage from settingmetadata to pointer to objects. use qDeleteAll to clear and free actual data.  
88 5596d 05h 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 5596d 07h Werner /src/ GlobalSettings Object, reading of global settings meta data, GlobalSettings is a Singleton.  
85 5597d 07h Werner /src/