- 03 Mar, 2020 8 commits
-
-
Michael Reisecker authored
I always expect something to happen on Strg+F in the preview... so the find function has been implemented. Outource some code instead of tripling it. Closing the preview via key board is a bit more intuitive (strg+w closes one tab after the other until it finally closes the main window).
-
Mathias Bavay authored
Moreover, one color used in meteoIO_filters has been tweaked to be more visible in dark theme
-
Mathias Bavay authored
Now the QPalettes are not used, but all colors go through our getQColor() function. It detects if a light or dark theme is used and swapps a few colors accordingly
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
Fix two subtle bugs where a wrong error would be displayed and in some situations the help could not be loaded via keyboard shortcut
-
Michael Reisecker authored
-
Michael Reisecker authored
Implement XML command to automatically open an INI file after an application/simulation has been opened. This method is easily ship-able (unlike the autoload checkbox, which is saved locally) and I reckon this could be an early obstacle for a new user - 'the example simulation is clicked but there are no INI settings visible??'
-
- 02 Mar, 2020 5 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
They were left over from testing out GUI elements and may have been the oldest untouched INIshell code... now they are cleaner and less intrusive.
-
Mathias Bavay authored
-
Michael Reisecker authored
Properly implement yesterday's 'buildall' option - this is actually really useful to decide between a safe and a performant build method (XMLs must be crafted more carefully and are less flexible for the latter but if it fits all is fine)
-
Mathias Bavay authored
Merging branch working_dir
-
- 01 Mar, 2020 11 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
-
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
(Be consistent about when to show it, no non-functional combo boxes)
-
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 1 commit
-
-
Mathias Bavay authored
-