- fs::create_directories may return false even, when one of the paths has been created
- migrateSettings: tried to migrate a folder which does not even exist.
Implements various enhancements of the LaTeX tool, including a global template file and a configuration settings panel.
Co-authored-by: rolandlo <roland_loetscher@hotmail.com>
Support "no icon" stylus cursor type #2093
Make stylus cursor type combo box entries translatable
Add warning if we get an unknown stylus cursor type in settings xml
Move stylus cursor type settings to top of cursor group
Move settings enums into new SettingsEnum.cpp
Set other cursor settings "visible" based on whether a cursor icon is chosen
apply git-clang-format-9 format changes
Support "no icon" stylus cursor type #2093
Update src/control/settings/SettingsEnums.h
Co-authored-by: Roland Lötscher <40485433+rolandlo@users.noreply.github.com>
Update src/gui/dialog/SettingsDialog.cpp
Co-authored-by: Roland Lötscher <40485433+rolandlo@users.noreply.github.com>
Update src/control/settings/SettingsEnums.cpp
Co-authored-by: Roland Lötscher <40485433+rolandlo@users.noreply.github.com>
Update src/control/settings/Settings.cpp
Co-authored-by: Roland Lötscher <40485433+rolandlo@users.noreply.github.com>
move settings enum functions to cpp and harmonise use of std::string
remove duplicate stylusCursorTypeToString added during merge
Add 16 kHz sample rate and sundry.
This commit implements the change suggested in #2091 adding 16 kHz
audio sample rate (the default rate remains 44.1 kHz).
This commit also changes the 96.1 kHz rate to 96 kHz, which is more
commonly used, and fixes the unmatched combobox label 91000.
Add a 'saveAs' dialog function for the Lua api
Fixed the QuickScreenshot plugin to work with scrot (gnome-screenshot polluted the xournalpp window)
Fixed the comments in QuickScreenshot/main.lua to reflect current changes.
Fixed formatting in QuickScreenshot files and luapi_application.h