- 10 Mar, 2020 2 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 09 Mar, 2020 3 commits
-
-
Michael Reisecker authored
header' entry.
-
Michael Reisecker authored
be given - this will flash the frame's border, enabling contextual help.
-
Michael Reisecker authored
Add possibility to show the user guide with a specified tab opened. Use this to link to the Preview section from the preview menu.
-
- 07 Mar, 2020 2 commits
-
-
Michael Reisecker authored
Quick fix: a signal also triggers disabled menus, so we check this back (to disallow getting to the Preview without an application).
-
Michael Reisecker authored
Add 'new tab' preview menu, listen to the print command (to show preview) in the preview itself, the Logger and the About window. Show the logger on STRG+L from the preview and about windows.
-
- 06 Mar, 2020 2 commits
-
-
Michael Reisecker authored
The idea was to always be able to start writing an INI, but without an application highlighting is off anyway and this way everything is connected better.
-
Michael Reisecker authored
read from strings). Use this opportunity to get rid of semi-confusing initialization function names that were left from the very early design phase. Make the MainWindow's openIni() available to the outside.
-
- 05 Mar, 2020 8 commits
-
-
Michael Reisecker authored
Cleanup so that always writing out all INI values (optional ones too) is the default behavior. This promotes the hack here to a feature request. Get rid of outdated doc concerning this. Also: Work with the full INI (file system + GUI) for the character transformations.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
through the preview (whitespaces, sorting, capitalization)
-
Michael Reisecker authored
'Alternative' panels. Better error messages. Now for nodes where we know that the performance saving workaround makes sense, we can explicitly set it in the attributes. By default, all children are built. Result: E. g. GEO_HEAT will be filled correctly even if it's not used because SNP_SOIL is FALSE (without having to state that it should work in the XML).
-
Mathias Bavay authored
-
Michael Reisecker authored
Much more user friendly INI warning log messages. Also, now if and only if warnings/errors occur when parsing an INI then an 'opening ini_file...' is logged once. Better startup log info. Scroll to end of log when logging a new message.
-
Michael Reisecker authored
More end user friendly 'unknown INI key' log message, don't warn of misformated INI files if it's only a harmless whitespace.
-
- 04 Mar, 2020 12 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Draw a little in the program flowchart - now it may actually prove useful to somebody I hope. Typos.
-
Michael Reisecker authored
More integration of keyboard shortcuts: Add menu for 'refresh applications' so that the user can find the native shortcut for it. In the welcome text, use the nativ shortcut for the help hint. Don't mention key shortcuts in the help file anymore.
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
Properly implement and document the newish workflow checkbox so it can be called by ID as the others. Minor cleanup in recent features; typos. I did not see it being used anywhere, so if it is, please check if something broke.
-
Michael Reisecker authored
-
Michael Reisecker authored
This is not only necessary for new features but also cleans up a lot.
-
Michael Reisecker authored
This is not only necessary for an upcoming feature but also cleans up a lot.
-
- 03 Mar, 2020 7 commits
-
-
Michael Reisecker authored
-
Mathias Bavay authored
The active/inactive icons have been redone as svg. Formulas are now marked as invalid as long as they are...
-
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
-
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??'
-
- 01 Mar, 2020 3 commits
-
-
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
Remember splitter sizes also when hiding/showing the Workflow - this makes toggling the Workflow via the menu much more user friendly
-
- 29 Feb, 2020 1 commit
-
-
Michael Reisecker authored
-