Commit Graph

228 Commits

Author SHA1 Message Date
thelastWallE 7981c3b9ff
bugfix for migration 2023-02-27 17:51:45 +01:00
thelastWallE 175911a190 🌐 update de translation 2021-12-31 01:36:46 +01:00
thelastWallE 63029d4177 💄 add copy to clipboard icon
- add copy to clipboard button for macro example
2021-12-31 01:34:07 +01:00
thelastWallE 705e26d94b 💄 rework the macro example
- rewrite the macro example and
fix for textinput height on param_macro_dialog
2021-12-28 21:32:37 +01:00
thelastWallE 4fc646598a 🐛 extend regex for macro parsing
- extend the regex to include "." to parse decimal values for
the parameter Dialog of the macro

Fixes #76
2021-12-28 16:53:13 +01:00
thelastWallE df0d01907b 🐛 fix python2 circular imports 2021-11-21 02:41:27 +01:00
thelastWallE 52267bee7a 🌐 update de translation 2021-11-21 00:50:24 +01:00
thelastWallE 0dd82e408f add option to hide 'Open editor' button 2021-11-21 00:46:07 +01:00
thelastWallE ad0e8917dc 💄 add sidebar status maxheight 2021-11-20 23:22:41 +01:00
thelastWallE 19cd3809b5 🐛 fix import problem 2021-11-20 22:16:23 +01:00
thelastWallE 15dc34b3d7 🌐 update de translation 2021-11-17 22:29:41 +01:00
thelastWallE 9b51db376f 🚸 add option to hide PopUps for errors 2021-11-17 22:27:43 +01:00
thelastWallE 443333d7fb 🌐 translation for de 2021-11-13 11:22:15 +01:00
thelastWallE f8764e3220 🎨 fix migration/ add text to macros tab
- fix some migration problems for new versions
- add text to the macros tab
- adding breaklines for messages on sidebar
2021-11-13 11:21:45 +01:00
thelastWallE b39276015d add utf-8 error handling
- add popup about utf-8 decoding error
- update translation for de
- add Dialogs which show when no filename was set
- update for python2 compatibility
2021-11-07 23:19:49 +01:00
thelastWallE 21c27a84a9 🌐 update de translation 2021-11-03 11:19:19 +01:00
thelastWallE 3478bc06ee refactor configcheck
- move the decission to check the config from serverside to clientside
- add confirmation for saving a faulty config
2021-11-03 11:10:14 +01:00
thelastWallE 4673f165af 🌐 update de translation 2021-10-31 15:24:04 +01:00
thelastWallE 50fbec4cf7 🌐 update de translation 2021-10-31 13:09:12 +01:00
thelastWallE 12da59d178 💄 (settings): add text for path
- add text to the config file list,
to show the path to the configs
- set y position for the left side of the main tab -5px,
to be in aligment of the right buttons
2021-10-31 12:51:24 +01:00
thelastWallE ef05c3e271 ♻️ refactor(setting): migration baseconfig
-refactor the migration for the baseconfig
- remove old_config setting
- change name for self.ConfigChangedAfterSave_Config()
2021-10-31 11:29:23 +01:00
thelastWallE c9b2d3a49b 🐞 fix(editor): save fontsize immediately
- save the fontsize immediately after changing it on the editor
- "restart on save" to active as default
2021-10-21 22:22:04 +02:00
thelastWallE b0ee099a41 🌈 style(main_tab): move button for OctoKlipper settings
move the button for the OctoKlipper
settings out of the basic menu on the main tab
2021-10-19 10:29:12 +02:00
thelastWallE 794b016bc3 feat(editor): add button for save on closing 2021-10-19 10:22:40 +02:00
thelastWallE bf7ebbd261 feat: setting for hiding confirmation
add setting to hide confirmation before reloading klipper
2021-10-19 10:21:08 +02:00
thelastWallE b8f3e1f069 bump for 0.3.9rc3 2021-10-07 19:12:13 +02:00
thelastWallE c8a2486b7c fix(editor):ask reload of file after SAVE_CONFIG 2021-10-07 19:06:16 +02:00
thelastWallE c635bc23f2 🐞 fix(modals): fix some resizing 2021-10-07 13:24:45 +02:00
thelastWallE 0b5f86f29f 🌈 style: extend navbar tooltip
- extend the navbar tooltip for long messages
- add logmessages/PopUp for more messages
2021-10-07 00:59:23 +02:00
thelastWallE 3c940bb786 🐳 chore: spelling and keyparameters 2021-10-06 23:14:57 +02:00
thelastWallE dbeb0bfcce translation: update for de
-update de translation
-add "save and close" button to confirmation dialog
2021-10-04 00:09:08 +02:00
thelastWallE f7ae941e9e fix:confirmation on editor closing
- add variable definition on saving the file for confirmation question
- add editor focus after confirmation message
2021-10-02 22:58:27 +02:00
thelastWallE a6539f203c fix:confirmation for editor closing 2021-10-02 22:08:29 +02:00
thelastWallE 12e08bb20d fix:height for settingspage 2021-10-02 21:42:30 +02:00
thelastWallE b6d9be7a17 🐳 chore: update translation for de 2021-09-21 02:07:51 +02:00
thelastWallE f494fc00c1 🐞 fix: Cfg: parse configpath for new setting
-parse old configpath setting into configpath and baseconfig settings
-load config on start with the filename from the baseconfig setting
2021-09-21 01:54:05 +02:00
thelastWallE 3bcef9d729 Merge commit '622b9ba3a0029d72e7724ebaab2318d89b989a9d' into 0.3.9 2021-09-17 22:27:40 +02:00
thelastWallE 556c014b35 🌈 style: change save config button
-make save config button normal
2021-09-17 22:27:14 +02:00
thelastWallE 622b9ba3a0 🐳 chore: translation for de 2021-09-17 22:25:16 +02:00
thelastWallE da9e27eaf9 🐳 chore: remove unnecessary import
-remove unnecessary import for configparser
2021-09-16 17:44:45 +02:00
thelastWallE c835795fe9 🦄 refactor: Restart command
-change restart command setting to work with new editor
-add migrate settings docstrings
-refactor statement for check_parse  in cfgUtils.py>save_cfg
-change knockout binding for ace editor
-change calculating for height of editor modal-body
-moved editorbuttons to modal_footer
-set focus to editor after modal shown
-load printer.cfg on start for the editor
-show Confirmation on dirty editor closing
2021-09-16 12:31:51 +02:00
thelastWallE ef6c846f56 🌈 style: Restyle PopUps; Editor Modal Position
- change title of PopUps
- make sure position of editor modal is ok on first show
2021-09-08 16:03:06 +02:00
thelastWallE bcab95f77a Merge commit '0a66294687590a0ca5b12c2abb1fb70ac923aedd' into 0.3.9 2021-09-07 19:23:32 +02:00
thelastWallE 0a66294687 🐳 chore: translation for de 2021-09-07 19:22:18 +02:00
thelastWallE d5363ab1c4 🐞 fix: remove flex on editor modal
-remove display:flex on editor modal
- set padding on checkboxes with labels to 0 for settings dialog
2021-09-06 12:10:03 +02:00
thelastWallE c150a20a32 🐞 fix(syntaxHighlighter): fix for gpio pins 2021-09-06 01:06:24 +02:00
thelastWallE 90cd461cdf 🐞 fix: height for textarea
fix height for textarea on backups dialog on safari
2021-09-05 23:47:52 +02:00
thelastWallE 8636fc5481 🌈 style: backups and editor dialog 2021-09-05 23:23:33 +02:00
thelastWallE ae1e2c9823 🐳 chore: remove debug messages 2021-09-05 22:26:49 +02:00
thelastWallE 26f4b856e1 🌈 style: editor restyling
-remove checkbox on editor
-change container for buttons
2021-09-05 22:25:46 +02:00