summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [griffin.display] Add more states based on the dummy printerOlliver Schinagl2015-06-121-9/+52
* 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-181-0/+266
* Fix segfault when exiting and no filehandler was loadedOlliver Schinagl2015-05-131-2/+4
* Add initial eeze supportOlliver Schinagl2015-05-111-1/+7
* [displayService] Query harmaService for file handlersOlliver Schinagl2015-05-111-14/+31
* 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-081-0/+89
* 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
* 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
* Make vertical button box homogeneous and available to allOlliver Schinagl2015-04-291-7/+28
* split tripple menu up into a dual buttonOlliver Schinagl2015-04-291-29/+37
* Check for print bed status before starting a printOlliver Schinagl2015-04-291-4/+74
* improve dbus error handling a bit, i think we try to get a message, even if w...Olliver Schinagl2015-04-291-13/+24
* Add error printing if the printer is in an error state, open the option for a...Olliver Schinagl2015-04-291-4/+23
* Get and store printer statusOlliver Schinagl2015-04-291-0/+47
* Add some very preliminary dummy IP info screenOlliver Schinagl2015-04-291-1/+18
* add comment about what to do with the error screenOlliver Schinagl2015-04-291-0/+1
* Try to abort the print when using the abort buttonOlliver Schinagl2015-04-291-0/+14
* fix up some wording orderOlliver Schinagl2015-04-291-2/+1
* Move return button to the top as it can be very commonly usedOlliver Schinagl2015-04-291-23/+23
* Add print progress data containerOlliver Schinagl2015-04-291-1/+2
* typo cleanups + enable wizardOlliver Schinagl2015-04-291-3/+2
* Move global GUI objects for the progress window into the main storage. Potent...Olliver Schinagl2015-04-291-27/+29
* Make progress screen appear based on successful start of print.Olliver Schinagl2015-04-281-6/+19
* Rename _on_start_print_ret to _on_print_start_retOlliver Schinagl2015-04-281-2/+3
* Add very generic basic error dialogOlliver Schinagl2015-04-281-0/+25