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 2970d 03h werner / public SVN  
1221 2970d 03h werner /branches/ public SVN  
1220 2970d 03h werner /branches/version1.0/ Version 1.0  
1218 2970d 05h werner / clean up repository - make 1.0 trunk again!  
1217 2970d 05h werner / clean up repository - make 1.0 trunk again!  
1104 3258d 10h werner /branches/iland_regen/ Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
 
1023 3551d 13h werner /branches/port_qt5_64bit/src/output/ extended error message when writing output database.  
779 4242d 05h werner /branches/port_qt5_64bit/  
671 4825d 06h werner /trunk/src/ Necessary changes for GPL licence (i.e. headers in all source files)  
639 4986d 03h werner / move current content to the "trunk"  
539 5133d 05h werner /src/ continue implementing grid functionality (yeah! a simple grid input already works)
removing the bug that caused db locks when reloaded model without actually simulating.
 
407 5336d 09h werner /src/ modified the painting of trees (use now the crown radius)
tried to fix the database lock error when reloading the model (not solved: but: no problem when model was executed for at least one year...)
 
265 5559d 15h werner /src/ tried to run iLand again for larger area, and got into concurrency-issues. Reasons:
* debug-messages: are now buffered in a string list and not instantly sent to the QTextEdit
* Expressions: lightResponse-formula: accessed concurrently by several threads; now there are thread-safe versions (executeLocked() and calculateLocked()) that use a QMutexLocker to properly serialize the execution flow.
 
257 5560d 23h werner /src/ added production based (tree) statistics.
StandOut after tree initialization.
some documentation polishing.
 
254 5561d 21h werner /src/ menu entry in apps main menu to copy the wiki-style description of output tables to the clipboard.  
253 5561d 21h werner /src/output/ added a "toWiki"-function that create a wiki-style-format string from output table descriptions.  
232 5567d 01h werner /src/output/ Outputs: strange insert performance behavior and locks when re-running the model. finally, old inserter-statements are finish()-ed to clear all locks.  
231 5567d 13h werner /src/ 3pg model, strange behavior of database. Modified the transaction logic (really important for SQLite), but still shows odd behavior.  
230 5567d 16h werner /src/ 3PG work out  
229 5567d 18h werner /src/ 3pg model. fixed a problem with the setup of ResourceUnitSpecies (a classic: a pointer to a vector, which is still growing... grrrrr.... it took hours to find)  
222 5573d 00h werner /src/ * outputs: delayed commits of transactions. transactions are commited (and thus written to disk) at the end of run
* improved the "remotecontrol", added signals and slots to indicate progress...
 
184 5581d 20h werner /src/ DynamicStandOut: output on stand level based on aggregates (sum, mean, ...) on a set of trees.very neat. stripped column names for tables (no special characters), filter for ressource-units,...  
181 5582d 02h werner /src/ outputs  
177 5582d 20h werner /src/output/ documentation of outputs  
176 5582d 20h werner /src/ getting database oriented outputs to work  
173 5585d 15h werner /src/output/ created basic output structure (Output, OutputManager) as well as a test output