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-04-17added call to DumpSystemInformation()JeffB42
2021-04-04added new environment variable, DISPLAY_CURSORJeffB42
2021-04-04fixed typo (changed 'error' to 'err')JeffB42
2021-04-04added code to force the cursor to be shownJeffB42
2021-03-24remved calls to fatal(), reworked code so a FatalErrorWindow is displayed in ...JeffB42
2021-03-16Seems like too easy of a fix.Michael J Mulligan
2021-03-13added logging to try and catch if the app unexpectedly quitsJeffB42
2021-02-27updated code to use new logger libraryJeffB42
2021-02-21added importJeffB42
2021-02-21added aditional logging to API callsJeffB42
2021-01-02added fix so OCTOPRINT_APIKEY can be read from OctoScreen's config fileJeffB42
2020-12-21removed SanityCheckRequiredEnvironmentVariables(), and added code to automati...JeffB42
2020-12-12added comments about the default width and height, added some formating (extr...JeffB42
2020-11-16change log level of trace statements form info to debugJeffB42
2020-09-13changed the way the panel history and back button navigation is handled, now ...JeffB42
2020-09-08Added SanityCheckRequiredEnvironmentVariables()JeffB42
2020-09-08changed ui.StylePath to utils.StylePathJeffB42
2020-08-23added logging routines, fixed crashing bug when print is paused, added lots o...JeffB42
2020-08-08Moved environment variables from main.go into utils/environment.go, added cal...JeffB42
2019-09-22added shutdown/reboot featuresAleksei Kvitinskii
2019-06-27project hard forkAleksei Kvitinskii
2019-05-28added folders support, improved scrolling and some more minor thingsAleksei Kvitinskii
2019-05-26added logo, 4 extruder support, info about IP addressAleksei Kvitinskii
2018-02-22Fix the resolution issuesherrwusel
2018-01-13main: autodetect OCTOPRINT_HOST, fixes #9Máximo Cuadros
2018-01-06ui: new OCTOPRINT_TFT_RESOLUTION variablev0.1.2Máximo Cuadros
2018-01-03minor fixesMáximo Cuadros
2018-01-03*: environment variablesv0.1.0Máximo Cuadros
2018-01-01logging: general UI improvementsMáximo Cuadros
2017-12-27notification: notifications based on logrusMáximo Cuadros
2017-12-16fix handle error on UI.verifyConnectionMáximo Cuadros
2017-12-04ui: UI as gtk.WindowMáximo Cuadros
2017-11-30ui: auto-detect connection and auto-connect, showing splash panelMáximo Cuadros
2017-11-28ui: use go-octoprintMáximo Cuadros
2017-11-26gui: draft of packageMáximo Cuadros
2017-11-26PoCMáximo Cuadros