- 29 Aug, 2020 1 commit
-
-
Mathias Bavay authored
Ideally, it should onyl be printed the first time a command is executed (this is useful for users who have multiple versions of a binary as it is the only way to have a chance to figure out which one will be called). Otherwise, minor constifications in main.cc
-
- 17 Mar, 2020 1 commit
-
-
Michael Reisecker authored
Noteworthy: Removed fixed shortcut in doc because it is OS-dependent.
-
- 06 Mar, 2020 1 commit
-
-
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 1 commit
-
-
Michael Reisecker authored
-
- 04 Mar, 2020 7 commits
-
-
Michael Reisecker authored
Draw a little in the program flowchart - now it may actually prove useful to somebody I hope. Typos.
-
Michael Reisecker authored
Move one more function to 'os' - now only small tweaks are left scattered in the code and the core OS functionality is bundled.
-
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.
-
Mathias Bavay authored
Some obsolete calls for Mac have also been removed.
-
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 2 commits
-
-
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
-
- 02 Mar, 2020 1 commit
-
-
Mathias Bavay authored
-
- 01 Mar, 2020 1 commit
-
-
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.
-
- 29 Feb, 2020 3 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 21 Feb, 2020 1 commit
-
-
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.
-
- 20 Feb, 2020 1 commit
-
-
Mathias Bavay authored
The custom theme approache should have worked, but it did not. So there is for now a wrapper that either calls for the user theme or builds full paths to the icons, depending on the platform.
-
- 19 Feb, 2020 1 commit
-
-
Mathias Bavay authored
There is now an icon theme that can be used on Windows and osX (but the user theme is still used on Linux), the search paths are now plateform agnostics (thanks to Qt) and the icon toolbar can not float or be moved anymore
-
- 13 Feb, 2020 4 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Revert a single styling change. Mathias, please re-revert if it didn't just get lost with your changes and I don't see your reason. For me, this does nothing other than getting rid of an unwanted and otherwise un-targetable (to my findings) rectangle between the ScrollArea and our Groups (at least on Fusion - on others there may still be a gap I wasn't able to identify).
-
Michael Reisecker authored
-
Mathias Bavay authored
Now, all keys (including those having a default value) are printed out. This is not ideal but until another solution is implemented, required in order for the generated ini files to be usable. Moreover, default values in spin hboxes are now written with a very small font in order to hide them from view... Again, not ideal but it will do until a better solution is implemented.
-
- 11 Feb, 2020 1 commit
-
-
Michael Reisecker authored
-
- 07 Feb, 2020 1 commit
-
-
Mathias Bavay authored
-
- 06 Jan, 2020 1 commit
-
-
Michael Reisecker authored
Disable panels' context menus for grouping elements that could show up on a few pixels. Minor XML tweaks and (very) minor code optimization.
-
- 22 Dec, 2019 4 commits
-
-
Michael Reisecker authored
Correct wrong personal path for iniqueryparser, and add a check for that... as well as for missing read permissions. Dump minimal settings file with appropriate command line option. Fix bug where a settings XML would not be available yet. Minor cleanup.
-
Michael Reisecker authored
Settings page is loaded
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- 21 Dec, 2019 4 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Use our own set_style command line option instead of Qt's to more reliably override the forced style
-
Michael Reisecker authored
Close preview window tabs with CTRL+w. When opening a preview window, only start in 'not saved' state if there are changes in respect to the INI on the file system, else allow to close without asking to save (now consistent behavior with resetting the values and closing the program). Fix some typos.
-
Michael Reisecker authored
-
- 09 Dec, 2019 1 commit
-
-
Michael Reisecker authored
-
- 04 Dec, 2019 1 commit
-
-
Michael Reisecker authored
-
- 29 Nov, 2019 2 commits
-
-
Michael Reisecker authored
Add documents folders for XML scanning.
-
Michael Reisecker authored
-