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
920 3769d 23h werner /branches/port_qt5_64bit/src/abe/ scheduler  
917 3775d 01h werner /branches/port_qt5_64bit/src/ start of implementing a 2nd queue in the scheduler
when setting up landscape in matrix mode (environment file) now only valid cells need to be present in the env. file.
 
916 3788d 00h werner /branches/port_qt5_64bit/src/ unit-output, testing of scheduler.  
915 3788d 23h werner /branches/port_qt5_64bit/src/ developing ABE unit level scheduling, start with dev. of ABE - Outputs.  
914 3790d 20h werner /branches/port_qt5_64bit/src/ finish of the stand split thing
many other tweaks in ABE land.
 
913 3791d 23h werner /branches/port_qt5_64bit/src/ small changes ABE  
912 3794d 23h werner /branches/port_qt5_64bit/src/ start to develop spatial analysis (after disturbances)....  
911 3795d 09h werner /branches/port_qt5_64bit/src/ scheduling, update in planting  
910 3802d 23h werner /branches/port_qt5_64bit/src/ scheduler, testing, ...  
909 3803d 04h werner /branches/port_qt5_64bit/src/ more renaming: now it is hopefully done.  
908 3803d 04h werner /branches/port_qt5_64bit/src/ amie_global.h -> abe_global.h  
907 3803d 04h werner /branches/port_qt5_64bit/src/ amie -> abe transition  
906 3803d 04h werner /branches/port_qt5_64bit/src/ rename folder to "abe"  
905 3803d 04h werner /branches/port_qt5_64bit/src/ working on scheduler and on implementing disturbances.
now again the AMIE/ABE transformation....
 
904 3803d 19h werner /branches/port_qt5_64bit/src/ ... working on amie...  
903 3806d 23h werner /branches/port_qt5_64bit/src/ working on AMIE - calculation of mean annual increment.  
902 3811d 00h werner /branches/port_qt5_64bit/src/ work on AMIE.
introduced new activity: planting.
zillions of other small mods.
 
901 3813d 09h werner /branches/port_qt5_64bit/src/ repeating activities,
canceling of execution of javascript code in ABE (abort())
some other stuff....
 
897 3817d 00h werner /branches/port_qt5_64bit/src/ working on ABE - doing quite some documentation (YUIDOC), and improving, adding, fixing here or there.
progress is slow but steady ;)
 
896 3817d 23h werner /branches/port_qt5_64bit/src/ working on ABE  
893 3837d 23h werner /branches/port_qt5_64bit/src/ ABE ABE ABE ...  
892 3838d 23h werner /branches/port_qt5_64bit/src/amie/ ABE, ABE, ABE  
891 3839d 22h werner /branches/port_qt5_64bit/src/ *lots* of changes for ABE.  
890 3840d 04h werner /branches/port_qt5_64bit/src/ working on ABE.
restructuring the directories for the documentation.
 
889 3840d 23h werner /branches/port_qt5_64bit/src/ abe, abe, abe  
888 3844d 20h werner /branches/port_qt5_64bit/src/amie/ ... working on ABE ...  
887 3845d 04h werner /branches/port_qt5_64bit/src/amie/ debug/trace information when executing activities.
fixing some issues with events, ...
 
886 3845d 21h werner /branches/port_qt5_64bit/src/amie/ ....  
885 3845d 22h werner /branches/port_qt5_64bit/src/ .... continuing.... ABE  
884 3846d 19h werner /branches/port_qt5_64bit/src/ working on the AMIE/ABE, whatever...  
882 3853d 01h werner /branches/port_qt5_64bit/src/ introduced delayed setup for the resource units (in order for the Mapgrids to behave right).
smaller fixes in the qml-based rulers.
 
880 3886d 00h werner /branches/port_qt5_64bit/src/ implementing the QML based ruler/scale thing. Very nice when you get the hang of it....  
878 3888d 23h werner /branches/port_qt5_64bit/src/ continuing AMIE development.
* first (potentially) multi threaded execution of activities (stands).
* some of the state changes of forest stands (i.e. after execution of an activity the active flag is false)
 
877 3888d 23h werner /branches/port_qt5_64bit/src/ COLORS
added non-numerical layers to iland.
New "Colors" class (including typical R-color-palettes (RColorBrewer, terrain-colors).
the "LayeredGrid" has now a more versatile "LayerElement" that stores default view type, name and caption.
updated the grid definition of fire and wind module.
 
876 3889d 22h werner /branches/port_qt5_64bit/src/ trying to identify why we observe crashes when calling javascript-functions.
Results: not sure, but:
happens, when in JS-file "include('anotherfile.js');" is used;
happens not, if "Globals.include('anotherfile.js');" is used.
bug is related to loosing the "scope" of the (Qt-internal) FunctionObject ("scope->owner" is rubbish, access violations when trying to climb up the scope tree).
I was not able to reproduce the behavior in a mini-project (jstest.pro).
 
875 3890d 21h werner /branches/port_qt5_64bit/src/ AMIE development (many things...)  
874 3894d 00h werner /branches/port_qt5_64bit/src/amie/ ... continuing implementing AMIE...  
873 3895d 19h werner /branches/port_qt5_64bit/src/ lots of development of AMIE.  
872 3897d 07h werner /branches/port_qt5_64bit/src/amie/ improved timing (schedule in amie), and bettered the error reporting for javascript (line numbers, ...)  
871 3900d 23h werner /branches/port_qt5_64bit/src/amie/ implementing MOCCA...