Commits · 9784f2b5ba32c35c0cd2778955447aca33b3735f
- Feb 10, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Feb 07, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Feb 06, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Jan 06, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Jan 05, 2020
-
-
Michael Reisecker authored
-
- Jan 04, 2020
-
-
Michael Reisecker authored
-
- Dec 30, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Dec 29, 2019
-
-
Michael Reisecker authored
-
- Dec 28, 2019
-
-
Michael Reisecker authored
-
- Dec 23, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Dec 22, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Dec 22, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Dec 21, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Use our own set_style command line option instead of Qt's to more reliably override the forced style
-
Michael Reisecker authored
Close preview window tabs with CTRL+w. When opening a preview window, only start in 'not saved' state if there are changes in respect to the INI on the file system, else allow to close without asking to save (now consistent behavior with resetting the values and closing the program). Fix some typos.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
INIshell's XMLs
-
Michael Reisecker authored
-
- Dec 20, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
With the recent performance fix currently it's not possible to have the same filter listed twice with different parameters showing (because if the wrong one is found first when reading an INI, then the right one's panels are not created)
-
- Dec 19, 2019
-
-
Michael Reisecker authored
Fix bug I thought I circumvented when a parent Replicator's number would falsly propagate to child Replicators. Add debug XML node print function.
-
Michael Reisecker authored
-
Michael Reisecker authored
Build 'Alternative' child panels only on demand to make loading times faster for big nodes like the MeteoIO filters
-
Michael Reisecker authored
-
Michael Reisecker authored
Always show '<select>' item in dropdown lists, even if we do not want the users to leave it blank - shows better that a click is required.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Mathias Bavay authored
Removing the shortcuts markers before comparing sections names with an ini file (otherwise, depending on the QT style the sections read in an ini file were not matched). Added two more paths (relative to the binary path) to search for applications and/or simulations.
-
- Dec 18, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Dec 17, 2019
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Perform terminal color replacement in standard output as well (because currently SNOWPACK seems to have some errors reporting to cout instead of cerr).
-
Michael Reisecker authored
Two small fixes for wrong 'unsaved changes' warning: compare case insensitive, and circumvent the Number panel's precision parsing if a numeric INI key is only read and never changed. Also make it more clear that INIshell is working when parsing INI files.
-
- Dec 12, 2019
-
-
Michael Reisecker authored
Don't auto-select items in editable dropdown, give key as tooltip if no help available, minor MeteoIO XML changes
-
- Dec 11, 2019
-
-
Michael Reisecker authored
-
- Dec 09, 2019
-
-
Michael Reisecker authored
-
- Dec 08, 2019
-
-
Michael Reisecker authored
Fix reading a decimal number with more decimals than previously (it was only checked, not set to the widget). Add some MeteoIO XML.
-
Michael Reisecker authored
-
Michael Reisecker authored
Fix reading order of INI keys (for the moment, FILTER1 = MIN has to be read before ARG1::MIN = ... in order to create the necessary panels. Allow dots in meteo parameters
-
Loading