Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()2.7.0-devJeffB42
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()JeffB42
2021-03-27Merge pull request #263 from thebeline/BF/CommandsJeffB42
2021-03-27Merge pull request #265 from thebeline/BF/SSIDPasswordSpaceJeffB42
2021-03-24Add SPACE and define keyboard buttons visually.Michael J Mulligan
2021-03-24Fixed Command/Control Button Confirm dialog calling.Michael J Mulligan
2021-03-24XMerge branch '2.7.0-dev' into BF/CommandsMichael J Mulligan
2021-03-24remved calls to fatal(), reworked code so a FatalErrorWindow is displayed in ...JeffB42
2021-03-23added Panic() and Panicln()JeffB42
2021-03-23removed extra '*'JeffB42
2021-03-23Merge pull request #251 from thebeline/IMP/AutoLocalJeffB42
2021-03-23Merge pull request #255 from thebeline/BF/WatchDogTimeoutJeffB42
2021-03-22Watchdog everything.Michael J Mulligan
2021-03-22Method names are hard. ;-)Michael J Mulligan
2021-03-22SD Is ReadyMichael J Mulligan
2021-03-16Merge pull request #254 from thebeline/BF/ConfigLogLevelJeffB42
2021-03-16Increase Watchdog timer per documentation recomendations.Michael J Mulligan
2021-03-16Seems like too easy of a fix.Michael J Mulligan
2021-03-15Removing more unneeded logs.Michael J Mulligan
2021-03-15Removing unneeded logs.Michael J Mulligan
2021-03-15Check the SD state after refresh request.Michael J Mulligan
2021-03-15Just trying to figure out where I am...Michael J Mulligan
2021-03-15Logging?Michael J Mulligan
2021-03-15Debug because... Oddness...Michael J Mulligan
2021-03-15Well shoot.Michael J Mulligan
2021-03-15Chech SD status prior to loading or going back.Michael J Mulligan
2021-03-14added 'UI' which was removedJeffB42
2021-03-14reverted click handler b/c it needs 'location'JeffB42
2021-03-14added missing 'this'JeffB42
2021-03-14added calls to sdNotify(), refactred into handleRootLocationClick()JeffB42
2021-03-13added call to sdRefreshRequest.Do() to refresh the file list when the curent ...JeffB42
2021-03-13added logging to try and catch if the app unexpectedly quitsJeffB42
2021-03-13seperated out the refreshButton and backButton, added displayRootLocations()JeffB42
2021-03-13fixed bug in SystemCommandsRequest.Do() where Unmarshal() was being passed a ...JeffB42
2021-03-13added mutex for _indentation to prevent race conditionJeffB42
2021-03-06Initial allow CustomControls with multiple command lines. (untested)Michael J Mulligan
2021-03-01cleaned up code in CreateSelectExtruderStepButton() and CreateSelectHotendSte...JeffB42
2021-03-01fixed commentJeffB42
2021-03-01changed a few logging statements from Info to DebugJeffB42
2021-02-27fixed typo in commentJeffB42
2021-02-27updated commentJeffB42
2021-02-27updated the setting of OctoPrintPluginIsAvailableJeffB42
2021-02-27updated code to use new logger libraryJeffB42
2021-02-27updated code to use new logger libraryJeffB42
2021-02-27moved logger into it's own folder/packageJeffB42
2021-02-26added call to sdNotify() to prevent crashing when printer is unpluggedJeffB42
2021-02-21added more logging to ui.goJeffB42
2021-02-21added MISSING_ENV_TOKEN and INVALID_ENV_TOKENJeffB42
2021-02-21added comment about how updateTemperaturesCallback() needs to guard when not ...JeffB42
2021-02-21broke verifyConnection() up, added getUiStateAndMessageFromConnectionResponse...JeffB42