summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [griffin.hmi] remove shadows from scrollerOlliver Schinagl2015-06-121-46/+0
* [griffin.hmi] update check style, WIPOlliver Schinagl2015-06-123-68/+115
* [griffin.hmi] refactor eulogium_button_listOlliver Schinagl2015-06-124-179/+175
* [griffin.hmi] extract int. macros into seperate headerOlliver Schinagl2015-06-122-7/+26
* Hack to add checkboxes to menu entries, this needs to be re-written to proper...Olliver Schinagl2015-06-122-21/+68
* Very preliminairy gettext supportOlliver Schinagl2015-06-121-34/+41
* make sure icons are properly shownOlliver Schinagl2015-06-121-0/+4
* [griffin.display] theme checkboxOlliver Schinagl2015-06-124-614/+1
* [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] theme: make buttons like the old UMOlliver Schinagl2015-06-124-79/+38
* [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
* improve horizontal progress barOlliver Schinagl2015-06-1214-445/+28
* 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-112-1/+8
* [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
* some new pixelartOlliver Schinagl2015-05-086-0/+0
* use smaller font on the progress barOlliver Schinagl2015-05-081-6/+6
* use smaller font for labelsOlliver Schinagl2015-05-082-3/+3
* 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