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
path: root/ui
AgeCommit message (Expand)Author
2021-08-07added missing includes2.7.4-devJeffB42
2021-08-07renamed buf to buffer, renamed uiupdateFrequency to updateFrequencyJeffB42
2021-08-07added additional experimental (and not published) config settings to set back...JeffB42
2021-04-18added EXPERIMENTAL_UPDATE_FREQUENCYJeffB42
2021-04-18added limits on number of custom actions and temperature presets that are addedJeffB42
2021-04-17added logging of the panel's name when the panel changesJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17moved var OctoScreenVersion into environment.goJeffB42
2021-04-17updated buld version to 2.7.3JeffB42
2021-04-10bumped background tread to 20, added some additional logging2.7.2-devJeffB42
2021-04-04bumped the version to 2.7.2JeffB42
2021-04-03changed log message to use LogError()JeffB42
2021-03-30changed order in which loadSettings() is calledJeffB42
2021-03-28updated version number to 2.7.1JeffB42
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-24XMerge branch '2.7.0-dev' into BF/CommandsMichael J Mulligan
2021-03-23removed extra '*'JeffB42
2021-03-23Merge pull request #251 from thebeline/IMP/AutoLocalJeffB42
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-16Increase Watchdog timer per documentation recomendations.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-13seperated out the refreshButton and backButton, added displayRootLocations()JeffB42
2021-03-06Initial allow CustomControls with multiple command lines. (untested)Michael J Mulligan
2021-03-01changed a few logging statements from Info to DebugJeffB42
2021-02-27updated the setting of OctoPrintPluginIsAvailableJeffB42
2021-02-27updated code to use new logger libraryJeffB42
2021-02-26added call to sdNotify() to prevent crashing when printer is unpluggedJeffB42
2021-02-21added more logging to ui.goJeffB42
2021-02-21broke verifyConnection() up, added getUiStateAndMessageFromConnectionResponse...JeffB42