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
2022-09-08minor fixes and refactoring before the big commit (PrintStatusPanel refactor)2.8.0-devJeffB42
2022-07-07setting log level to error when unknown logLevel is setJeffB42
2022-07-07added GetCurrentPanel()JeffB42
2022-05-17Updated the way OctoScreen polls OctoPrint for statusJeffB42
2022-04-10consilodated code into createBackgroundTask(), added GetExperimentalFrequency...JeffB42
2022-04-10renamed ui.update() to ui.Update(), also updated log commentsJeffB42
2022-04-09renamed ui.New() to ui.CreateUi()JeffB42
2022-04-09added 'new' ConnectionPanel.goJeffB42
2022-04-09added call to IsConnectedToOctoPrint to guard against calling service if not ...JeffB42
2022-04-09added IsConnected()JeffB42
2022-04-09added trace logging to OctoScreenPluginInfoBoxJeffB42
2022-04-09added missing comma... oh how I just _love_ GoJeffB42
2022-04-09renamed ConnectionPanel.go to ConnectToNetworkPanelJeffB42
2022-04-09added config setting for systemDHeartbeatJeffB42
2022-04-09minor cleanup/changesJeffB42
2022-04-09fix spelling typoJeffB42
2022-04-09standardized naming convention of singleton panel instancesJeffB42
2022-03-20added ConnectionManager.goJeffB42
2022-03-20fixed spelling typoJeffB42
2022-03-20fixed bug where logLEvel was being set to error, before the current value cou...JeffB42
2022-03-20updated link to comm.pyJeffB42
2022-03-15fixed spelling typoJeffB42
2022-03-15moved octoprint-tentacle.svg into logosJeffB42
2022-03-15added new logoJeffB42
2022-02-27fixed spelling typosJeffB42
2022-02-27added OctoScreenConfig and OctoPrintConfig, updated the way the configuration...JeffB42
2022-02-27updated version to 2.8.0JeffB42
2022-02-15added SystemDHeartbeat.goJeffB42
2022-02-15added SystemDHeartbeat.goJeffB42
2021-08-08Merge pull request #313 from Z-Bolt/2.7.4-devHEADv2.7.4masterJeffB42
2021-08-07added missing includes2.7.4-devJeffB42
2021-08-07renamed buf to buffer, renamed uiupdateFrequency to updateFrequencyJeffB42
2021-08-07added missing includesJeffB42
2021-08-07added additional experimental (and not published) config settings to set back...JeffB42
2021-08-07added an additional 'drain request body change' (curtesy of freman)JeffB42
2021-07-19bumped version to 2.7.4JeffB42
2021-07-17Merge pull request #306 from freman/drainbodyJeffB42
2021-06-23Drain request body before closingShannon Wynter
2021-04-25Merge pull request #296 from Z-Bolt/2.7.3-devv2.7.3JeffB42
2021-04-25modified handleResponse() so 404 errors are optional, but all other errors st...2.7.3-devJeffB42
2021-04-18added EXPERIMENTAL_UPDATE_FREQUENCYJeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18moved SystemExecuteCommandRequest into its own fileJeffB42
2021-04-18added limits on number of custom actions and temperature presets that are addedJeffB42
2021-04-17added 'Are you sure you want to proceed' text to match what one sees in OctoS...JeffB42
2021-04-17added 'yellow bar' to scripts which display a confirmationJeffB42
2021-04-17added wiki section to the readme fileJeffB42