BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
tools
/
xmlhelper.cpp
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
1222
2958d 11h
werner
/
public SVN
1221
2958d 11h
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
1102
3247d 06h
werner
/branches/port_qt5_64bit/src/
fixed couple of clang warnings.
some debugging/profiling work w.r.t. establishment/regen.
779
4230d 12h
werner
/branches/port_qt5_64bit/
777
4300d 13h
werner
/trunk/src/
removed a couple of warnings (partly using Q_UNUSED but also dropping of parameters)
671
4813d 13h
werner
/trunk/src/
Necessary changes for GPL licence (i.e. headers in all source files)
639
4974d 11h
werner
/
move current content to the "trunk"
530
5133d 06h
werner
/src/
enabled the dynamic coupling of available nitrogen from the soil module with the "available nitrogen" (fertility rating) used for calculations of species responses.
359
5394d 16h
werner
/src/
stampcontainer.cpp: fixed reading of "debugDumpStamps" key
mainwindow.cpp: added logging to a file, added keys to xml file. new section "system.logging"
341
5478d 11h
werner
/src/
timeevents: added run() function, improvements
280
5543d 07h
werner
/src/
Creation of the "Environment" class (loading of the "world" into iLand).
- added setter-functions to XmlHelper
- added auxiliary functions to CSVFile
- smaller changes to a bunch of other files.
211
5563d 08h
werner
/src/
Phenology class and things that come with that.
194
5569d 02h
werner
/src/
Loading of climate data from a database. Tests contain test code for that.
fixed some regressions due to the recent change in project file structure. ouch.
192
5569d 08h
werner
/src/
xml settings, revisited.
191
5569d 09h
werner
/src/
change of project file structure. update of node requests
189
5569d 20h
iland
/src/
finished ressource vs. resource struggle, some cleanup within xml file
reading.
186
5570d 02h
werner
/src/
management 1st version running
181
5570d 09h
werner
/src/
outputs
171
5576d 01h
werner
/src/
added a "paramValueBool()" function for XmlHelper.
145
5583d 07h
Werner
/src/
Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
137
5584d 22h
Werner
/src/
rework of the growing process, also debugging outputs etc.
104
5594d 06h
Werner
/src/
incorporated "Model" into the FonStudio.
102
5594d 09h
Werner
/src/
* added a global XML-node of the project file to GlobalSettings (each setup() routine has access to that)
* loading of stamps for each species.
94
5595d 03h
Werner
/src/
modelCreate-Test: successfully creates a model, a speciesSet, loads a rudimentary species from a SQLite table (the locations etc. are read from a xml file using the cute XmlHelper class). The species have some Expression-formulas for allometries.
93
5595d 04h
Werner
/src/
XmlHelper class, the first real test-case for that, some thinking about how to setup the whole system.