Add mechanism to reference keys in the GUI
- Jun 23, 2022
-
-
Mathias Bavay authored
Now at least a big chunk of the world's languages should be properly matched by the regex for "normal" text (it matches any unicode letter potentially combined with a unicode accentuation mark). A rule has been introduced for dates, times and sections similar to ini files (as this has been observed in csv files).
-
- Jun 21, 2022
-
-
Michael Reisecker authored
Now the base path panel will fire a signal to the file name panel when it changes (to update the filename panel's properties).
-
Michael Reisecker authored
A simple new check wrongly excluded this...
-
- Jun 16, 2022
-
-
Michael Reisecker authored
This should be quite rare (a user selecting a file outside of the base path), and this way it is consistent that a FilePath with "path" set does not contribute to the previous locations history. It is "remembered" anyway in the "path" property.
-
Michael Reisecker authored
Now, regardless of the last used folder if a base path is set then clicking the "open file" button will start at that directory. Re-add noexcept flag that went missing when I played around with substitutions there.
-
Michael Reisecker authored
This is done with a new "link" button which will highlight the corresponding panel when pressed.
-
Michael Reisecker authored
So far this is used in the FilePath widget to allow the "path" property to reference other keys. To build up upon.
-