- 18 Jan, 2023 1 commit
-
-
Mathias Bavay authored
The Snowpack [Input] section has been restructured like MeteoIO's in order to allow replicating such sections
-
- 11 Jan, 2023 1 commit
-
-
Mathias Bavay authored
-
- 09 Jan, 2023 1 commit
-
-
Mathias Bavay authored
-
- 23 Nov, 2022 1 commit
-
-
Mathias Bavay authored
-
- 22 Nov, 2022 1 commit
-
-
Mathias Bavay authored
-
- 15 Nov, 2022 1 commit
-
-
Mathias Bavay authored
The FORCE_SW_MODE key in [SnowpackAdvanced] had never been exposed in Inishell... This is now done! The order between the "snowpack_advanced" and "tech_snow" sections has been changed in order to be more natural.
-
- 14 Nov, 2022 1 commit
-
-
Mathias Bavay authored
-
- 09 Nov, 2022 1 commit
-
-
Mathias Bavay authored
-
- 04 Nov, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Fix deprecated folder location See merge request !4
-
- 02 Nov, 2022 1 commit
-
-
Mathias Bavay authored
-
- 14 Oct, 2022 1 commit
-
-
Mathias Bavay authored
-
- 06 Oct, 2022 1 commit
-
-
Mathias Bavay authored
-
- 02 Oct, 2022 1 commit
-
-
Michael Reisecker authored
This would not compile in newest Qt6. Any unwanted repercussions here? Also probably a typo in the SP help?
-
- 26 Sep, 2022 1 commit
-
-
Mathias Bavay authored
-
- 23 Sep, 2022 3 commits
-
-
Mathias Bavay authored
-
-
Mathias Bavay authored
-
- 22 Sep, 2022 1 commit
-
-
Mathias Bavay authored
Fixed some datetime types and declared the new SYNTH plugin (but it is commented out as not everything is ready in MeteoIO)
-
- 01 Sep, 2022 1 commit
-
-
Mathias Bavay authored
-
- 22 Aug, 2022 1 commit
-
-
Mathias Bavay authored
-
- 19 Aug, 2022 1 commit
-
-
Mathias Bavay authored
it is also now possible to provide both CSV_UNITS and CSV_UNITS_OFFSET / MULTIPLIER (see matching commit in MeteIO)
-
- 17 Aug, 2022 1 commit
-
-
Mathias Bavay authored
-
- 16 Aug, 2022 1 commit
-
-
Mathias Bavay authored
-
- 14 Aug, 2022 1 commit
-
-
Nander Wever authored
-
- 12 Aug, 2022 4 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 11 Aug, 2022 1 commit
-
-
Mathias Bavay authored
The help texts have been fully rewritten, a new type has been added "COMPONENTS" in order to clarify what is required to parse date and time by components. Please note that actually, MeteoIO does not use the CSV_TIMESTAMP key, it is only there to structure the GUI.
-
- 10 Aug, 2022 4 commits
-
-
Mathias Bavay authored
More code replication but more features for the user...
-
Mathias Bavay authored
Since default values trigger the printing of the matching keys in the ini file, explicitely setting default values in SnowpackAdvanced triggered the writing of a fully populated section in the user's ini file. This is risky (the user might decide to edit some of these keys manually) and makes it harder to spot dangerous configuration options in an ini file. Therefore, the default values have been removed (relying on Snowpack having them anyway) and are now only provided in the help text (which also provides an incentive to read the help text).
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 20 Jul, 2022 1 commit
-
-
Michael Reisecker authored
The Error class was pretty much the first one to exist, and this level indeed turned out not to be used... it doesn't even really make sense the way everything works now. Also cleans up a tiny bit of Qt5 compatibility
-
- 12 Jul, 2022 5 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
The .pro file would set this in the past. Considered switching to "ifndef NDEUG" but that seems silly, and add_definition but this way should be trouble-free hopefully and all the code stays the same... feel free to switch to a more proper way!
-
Michael Reisecker authored
If Inishell crashes then the log can be retrieved. This is not possible of course for users running binaries without compiling, so if we ever have a use case this could grow into a user setting.
-
Michael Reisecker authored
-