- 04 Mar, 2020 13 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
A missing icon (on Mac) has also been added
-
Mathias Bavay authored
-
Mathias Bavay authored
They are not used by Snowpack, except when doing spatial resampling (which is not implemented in the xml yet but will be soon)
-
Mathias Bavay authored
-
Mathias Bavay authored
Some obsolete calls for Mac have also been removed.
-
Michael Reisecker authored
Merge dark mode and settings loading changes
-
Michael Reisecker authored
-
Michael Reisecker authored
Apply changes to settings and dark mode
-
Michael Reisecker authored
Merge necessary changes in the settings loading
-
Michael Reisecker authored
This is not only necessary for new features but also cleans up a lot.
-
Michael Reisecker authored
Mathias, I was not sure if you would like to try darkmode on Windows unless disabled. The logic for it is in colors.cc::useDarkTheme()
-
Michael Reisecker authored
This is not only necessary for an upcoming feature but also cleans up a lot.
-
- 03 Mar, 2020 24 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Implement a 'placeholder' property in Textfields and Selectors - if the text is empty this is displayed grayed out by Qt and can tell a user what to enter
-
Michael Reisecker authored
Do mini TODO: start showing a hidden Number when the minus sign is entered. It's not perfect but better.
-
Michael Reisecker authored
rid of obsolete info.
-
Michael Reisecker authored
-
Michael Reisecker authored
Alternative way of presenting the data creators (save space in crowded section, uniform with MeteoIO doc)
-
Michael Reisecker authored
rid of obsolete info.
-
Michael Reisecker authored
-
Michael Reisecker authored
XML. Also enable 'textmode' for some raw editing elements. Set longlabel="true" to align a list of options containing names wider than the standard column width.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Mathias Bavay authored
Thanks again Michael for your help and advices!
-
Mathias Bavay authored
-
Mathias Bavay 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
-
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 3 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
-