- 01 Mar, 2020 9 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Un-document color-coding that has been removed; users are on their own here now. Update sample colors for the Preview. Prevent unneccessary warning.
-
Michael Reisecker authored
Offer the CSV plugin's mechanism to handle individual specifications for individual stations (thus also reading such INI files correctly)
-
Michael Reisecker authored
Allow to bypass performance savings in Alternative panel to always build all options. This is useful for Alternatives that are purely cosmetical (splitting up settings, showing/hiding elements)
-
Michael Reisecker authored
-
Michael Reisecker authored
Only display errors when opening the settings file if the file already exists (no confusing errors on the first program startup). Show in the status if something has happened on startup. Fix autoload feature by re-adding lost settings node.
-
Michael Reisecker authored
-
Michael Reisecker authored
single text field via a new 'textmode' attribute. This is a cosmetic improvement for keys that do not have a default item list (e. g. station names). Some coloring consistence in the Dev help - but all of that doesn't really fit together anymore.
-
Michael Reisecker authored
Remember splitter sizes also when hiding/showing the Workflow - this makes toggling the Workflow via the menu much more user friendly
-
- 29 Feb, 2020 11 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
In a Checkbox, handle "t/f" in addition to "true/false" and "1/0". Correct bug where saving an INI from the preview would have the file name twice The Alternative panel does not do that yet (does handle 1/0 though for boolean-only lists), so add a note there.
-
Michael Reisecker authored
-
Michael Reisecker authored
For Alternative panels that show verbose texts standing for a concise INI key (like the Filter list), show the true value as tool tip in addition to the optional item help. (There was no way to view this, making it harder to locate changes in the INI or preview)
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Now that different styling elements are used (font italics, font color, background color) we need to handle it separately. Very possible that there's more issues lurking here.
-
- 28 Feb, 2020 4 commits
-
-
Mathias Bavay authored
If a path that is referred to in the workflow is relative, it is now converted to absolute based on the location of the ini file. This is what makes the most sense and allows directly opening the results files.
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 27 Feb, 2020 3 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
Now the meteoio_plugins and meteoio_gridplugins files are not needed anymore, they have been replaced by more modular files. The new syntax for the WINSTRAL spatial interpolation has been implemented. A buggy input field in Snowpack has been fixed (NUMBER_OF_SOLUTES).
-
- 26 Feb, 2020 2 commits
-
-
Mathias Bavay authored
This icon set is to be used on Mac.
-
Mathias Bavay authored
This means that the PATH variable receives more locations where to look for the application that should be launched by the workflow. It is assumed that the workflow name is also used (all lowercase) in some potential directory names that could contain the executable for the said application.
-
- 25 Feb, 2020 3 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Re-enable possibility to move the toolbar around for small screens, but fix it per default (can be un-fixed via context menu).
-
Mathias Bavay authored
Now the user can chose to either use as working directory the one of the ini file or the current one. The first elements of an enhanced way to find applications even not in the PATH have been laid out, it will now be customized for each platforms.
-
- 24 Feb, 2020 3 commits
-
-
Mathias Bavay authored
When the application was not found in PATH, it would fail to notify the user, thus letting the user believe "something" is running. It now properly reports to the user that the executable was not found.
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 21 Feb, 2020 3 commits
-
-
Mathias Bavay authored
At least in some circumstances, reading the xml or ini files can be a little long (virtualized Windows10).
-
Mathias Bavay authored
Some icons were still not working, this has been fixed. The search paths for the application files has once more been tweaked to behave better with Linux usage. The ini files panel now shows the path centered, italic and on a neutral background. The pre-defined buttons roles have been set where possible/applicable. When a workflow external application run is fininshed, the application notifies the user (blinking taskbar icon, bouncing cursor, etc depending on the platform). The XML validation had a bug: it converted the bytestream to the local encoding when it must be to utf8. And finally, some more micro-optimizations.
-
Mathias Bavay authored
The default values and behaviors have also been improved
-
- 20 Feb, 2020 2 commits
-
-
Mathias Bavay authored
So there is no need to generated pngs. A debug line has been removed in MainWindow.cc
-
Mathias Bavay authored
If the out of tree builds on Windows have been configured to have the cloned directory as root (so building into things such as inishell-ng/build-inishell-desktop_Qtxxxx) then starting the application without deploying it will work as planned (ie find the xml files)
-