summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [griffin.display] add a bunch of empty menu itemsOlliver Schinagl2015-06-121-21/+695
* [griffin.display] drop print_menu and replace it with a generic listOlliver Schinagl2015-06-122-94/+133
* [griffin.display] make the return entry a regular buttonOlliver Schinagl2015-06-121-5/+18
* [griffin.display] add network stats buttonOlliver Schinagl2015-06-121-8/+54
* [griffin.display] Add initial default menu structureOlliver Schinagl2015-06-122-0/+304
* [griffin.display] rename settings to systemOlliver Schinagl2015-06-121-20/+20
* [griffin.display] Add top level buttons for materials and hotendOlliver Schinagl2015-06-121-4/+195
* replace change material with dual material change/settings buttonsOlliver Schinagl2015-06-121-13/+124
* [griffin.display] rename old random buttonsOlliver Schinagl2015-06-121-23/+24
* [griffin.display] rename material button to material & hot-endOlliver Schinagl2015-06-121-8/+8
* Fix segfault when we have no file handlers availableOlliver Schinagl2015-06-121-0/+2
* Remove empty button, jump straight to file listingOlliver Schinagl2015-06-121-12/+2
* [griffin.display] swap text in progress windowOlliver Schinagl2015-06-121-7/+7
* increase timer frequency to query griffin status more offtenOlliver Schinagl2015-06-121-3/+2
* [griffin.display] Add more states based on the dummy printerOlliver Schinagl2015-06-122-11/+62
* Do not update state if it is sthe same as the previous stateOlliver Schinagl2015-05-271-34/+35
* Use macro for time calculation, those magic values look too horribleOlliver Schinagl2015-05-271-14/+21
* [griffin.display] Add mmc and usb storage optionsOlliver Schinagl2015-05-261-4/+80
* fix some typo-bugs and some verbosityOlliver Schinagl2015-05-261-5/+5
* Add an empty buttonOlliver Schinagl2015-05-261-0/+10
* [griffin.display] Creating an initial list is not neededOlliver Schinagl2015-05-181-7/+1
* Improve comments/text a bitOlliver Schinagl2015-05-181-3/+4
* Do not use ints for something thats size_t.Olliver Schinagl2015-05-181-4/+4
* [griffin.display] Add initial USB mount detection supportOlliver Schinagl2015-05-182-0/+274
* Fix segfault when exiting and no filehandler was loadedOlliver Schinagl2015-05-131-2/+4
* Remove file type, handled by file_handler exclusivlyOlliver Schinagl2015-05-131-8/+0
* Add initial eeze supportOlliver Schinagl2015-05-111-1/+7
* [displayService] Query harmaService for file handlersOlliver Schinagl2015-05-112-14/+32
* Remove first run wizard as it is commented in the statemachineOlliver Schinagl2015-05-081-7/+0
* Revamp progress displayOlliver Schinagl2015-05-081-30/+20
* Remove statemachine from bed clearingOlliver Schinagl2015-05-081-10/+4
* Remove start print 'state-mini-machine'Olliver Schinagl2015-05-081-32/+6
* fix build by adding _on_status_changed_ret and friends. Also the struct (ns)...Olliver Schinagl2015-05-081-15/+82
* Add getFileHandlers from griffin, this patch breaks buildOlliver Schinagl2015-05-081-10/+13
* Clean up bed-clearing function a littleOlliver Schinagl2015-05-081-11/+10
* add missing _on_get_print_name_retOlliver Schinagl2015-05-081-0/+18
* Add progress update timer for print-progressOlliver Schinagl2015-05-082-0/+93
* Completly disable cursor on a framebuffer deviceOlliver Schinagl2015-05-081-0/+1
* Some cleaning up, no code changesOlliver Schinagl2015-05-081-11/+6
* Remove abort button from error screenOlliver Schinagl2015-05-081-1/+3
* Add 'clear data' routineOlliver Schinagl2015-05-081-27/+36
* Convert all floats to doublesOlliver Schinagl2015-05-081-6/+6
* Do not use fixed printer enum, use printer stringsOlliver Schinagl2015-05-081-1/+12
* Use new dual and split screen framesOlliver Schinagl2015-04-301-34/+26
* Properly iterate complex dbus messages, they can not be read otherwiseOlliver Schinagl2015-04-301-3/+13
* Use user-home icon and remove < symbol from the return buttonOlliver Schinagl2015-04-301-2/+2
* make splitscreen bottom button align betterOlliver Schinagl2015-04-291-2/+2
* Make a warning from a printfOlliver Schinagl2015-04-291-1/+1
* change print progress to a box from a tableOlliver Schinagl2015-04-291-34/+17
* Move (almost) all callbacks to the top, add prototypes for themOlliver Schinagl2015-04-291-215/+249