Commit Graph

182 Commits

Author SHA1 Message Date
thelastWallE 53e2ea5e02 bump for 0.3.5 2021-04-01 23:54:32 +02:00
thelastWallE d5abe67c56 Merge branch 'rc' 2021-04-01 23:50:11 +02:00
thelastWallE 47cf9eace1 Added missing Checkbox for debug logging
setting was already there in the configuration.
-bump for rc5
2021-04-01 21:23:37 +02:00
thelastWallE cc90ca8862 -bumb for rc4
-css again
-klippy.log analyzer bugfix
2021-03-30 22:05:49 +02:00
thelastWallE 7e1edc8a83 update images 2021-03-30 21:41:08 +02:00
thelastWallE a1ab0f8ebe bumb for 0.3.4rc3 2021-03-30 21:27:27 +02:00
thelastWallE 6b0928bfc6 -css for editor
-fix for FillDataset checkbox, before any Graph was shown
2021-03-30 21:25:25 +02:00
thelastWallE 2aec1a9eaa -Bump for 0.3.4rc2
-fix for errorexception
-added extern logfile
2021-03-29 00:57:23 +02:00
thelastWallE 95da175825 Merge branch 'devel' into rc 2021-03-27 15:54:42 +01:00
thelastWallE 2630895f22 Merge commit '1bf981779cd0cd735ca7723f533d34e82ad50d15' into devel 2021-03-27 15:51:09 +01:00
thelastWallE a5afaf773e update some images 2021-03-27 15:44:29 +01:00
thelastWallE 1bf981779c
Update README.md 2021-03-27 10:41:43 +01:00
thelastWallE 70fb1b5c71 Change name for graph dialog 2021-03-27 00:16:08 +01:00
thelastWallE 69e66d5815 Merge branch 'rc' into devel 2021-03-27 00:13:04 +01:00
thelastWallE b3f5853499 bump for 0.3.4rc1 2021-03-27 00:00:06 +01:00
thelastWallE a023ac6bfd *gitignore 2021-03-26 23:54:38 +01:00
thelastWallE 6fcf80e3e1 Merge branch 'devel' into rc 2021-03-26 23:48:32 +01:00
thelastWallE 415da30ddf +reload configfile as the settings dialog is opened
+Syntax Highlighting for Configfile
+Show logfile content on the Performance Graph Dialog
+Check parsing of configfile before saving
2021-03-26 23:39:08 +01:00
thelastWallE 19f2df12ee
Merge pull request #37 from ollyfg/furtherConfigChecks 2021-03-16 20:24:16 +01:00
thelastWallE 53614f7d00
Merge branch 'devel' into furtherConfigChecks 2021-03-16 20:15:43 +01:00
thelastWallE c1e2cb5ae0 -indentation
-css
2021-03-16 19:32:01 +01:00
thelastWallE bc6302e967 *prepare workspace
*bugfixes
*testing
2021-03-16 19:06:16 +01:00
thelastWallE 0190bf3b8d Merge branch 'testingnewversion' into rc 2021-03-14 16:52:32 +01:00
thelastWallE 1d2fbe94eb -bump version to 0.3.3
-change urls
-add prerelease branches system
2021-03-14 00:24:49 +01:00
thelastWallE ea961767c4 cleaning of rebase 2021-03-12 00:58:12 +01:00
thelastWallE 6931d37570 Rights on Macros changed 2021-03-12 00:24:53 +01:00
thelastWallE fc8d74e898 typo in executeMacro for permissions 2021-03-12 00:24:53 +01:00
thelastWallE 782b9aa91b bugfix of buttonenable and some styling 2021-03-12 00:24:38 +01:00
thelastWallE b1a380a4bf Update2
Prettified
hide buttons if someone has no permissions
2021-03-12 00:23:11 +01:00
thelastWallE 297554536c update
Tested with python3

+borders around macro
+macro permission role
+hide macros then one has no permission
2021-03-12 00:20:17 +01:00
thelastWallE 2984f072ba test1
Test of fix for overflow, link for printer.cfg and hsyntax.
2021-03-12 00:11:22 +01:00
thelastWallE 66c05e258e HSyntax for klipperconfig
From old open PR on fork of mmone
2021-03-12 00:11:21 +01:00
thelastWallE 1b1014f58c Shortcut to printer.cfg with granulary access (#29)
* Shortcut to printer.cfg with granulary access

* added button to sidebar

* restyle
2021-03-11 23:35:45 +01:00
thelastWallE d6cbf8d867 switch for navbar (#33) 2021-03-11 23:35:45 +01:00
thelastWallE 778de6517d
Shortcut to printer.cfg with granulary access (#29)
* Shortcut to printer.cfg with granulary access

* added button to sidebar

* restyle
2021-03-11 12:42:05 -06:00
thelastWallE 32d08946b9
switch for navbar (#33) 2021-02-09 16:45:17 -06:00
Master92 f5d533865d
Fix switching to the tab with a navbar click (#24)
Fix switching to the plugin tab with a navbar click broken
2021-01-05 21:57:49 -06:00
Master92 728dfef0c8
Fix opening in binary mode destroys parsing with python 3 (#25)
Fix performance graph can't read log with Python 3
2021-01-05 21:57:14 -06:00
Oliver Fawcett-Griffiths 1d8a6cb352
Implement further config validation
Basically just parse the config file before we save it, ensuring that it
can be parsed by `configparser` - the same parser used by Klipper.

This PR depende on the changes from https://github.com/AliceGrey/OctoprintKlipperPlugin/pull/8
in order to send a warning popup when validation fails.
2020-10-04 16:31:10 +13:00
Alice Grey 71b23c3abe Bump Version to 0.3.2
Bump Version to 0.3.2
2020-09-27 16:48:20 -05:00
Alice dbf64faee8
Remove unicode conversion (#11)
Fixes issue #9 but keeps unicode conversion for python2 users.
2020-09-27 16:46:47 -05:00
Alice Grey e553a69ff5 Implement Configpath and Logpath Validation
Added JS popup handler. Added configpath and logpath validation when settings are saved.
Add logpath validation


Change file checking method


Check new values instead of old settings on save
2020-09-07 11:40:24 -05:00
Alice Grey a2291b1a3d Typo in github config
Solution for issue #7
2020-09-02 13:23:51 -05:00
Alice Grey a6aaa1157a Bump Version to 0.3.1
Bump Version to 0.3.1
2020-09-02 09:45:33 -05:00
Alice 3a7d0fa47f
Merge pull request #5 from AliceGrey/fixConfigRegression
Fix config regression
2020-09-02 09:36:03 -05:00
Alice Grey 3e918afcb6 Fix Config Path Regression
Config path variable was not updated in template
2020-09-01 22:30:41 -05:00
Alice cedace2f05
Merge pull request #6 from AliceGrey/testing
updateStatus on login
2020-09-01 22:30:00 -05:00
Alice Grey 2d8a6126ca updateStatus on login
Testing updateStatus command
2020-08-30 15:08:01 -05:00
Alice Grey 1b83ceb588 Update Github Check
Change Github user and url
2020-08-30 10:44:24 -05:00
Alice Grey 53cb69e416 Rename path to configpath
Rename path to configpath to match naming scheme of logpath
2020-08-30 10:43:54 -05:00