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