summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 Schinagl1-9/+52
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 Schinagl1-0/+266
2015-05-13Fix segfault when exiting and no filehandler was loadedOlliver Schinagl1-2/+4
2015-05-11Add initial eeze supportOlliver Schinagl1-1/+7
2015-05-11[displayService] Query harmaService for file handlersOlliver Schinagl1-14/+31
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 Schinagl1-0/+89
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-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
2015-04-29Make vertical button box homogeneous and available to allOlliver Schinagl1-7/+28
2015-04-29split tripple menu up into a dual buttonOlliver Schinagl1-29/+37
2015-04-29Check for print bed status before starting a printOlliver Schinagl1-4/+74
2015-04-29improve dbus error handling a bit, i think we try to get a message, even if w...Olliver Schinagl1-13/+24
2015-04-29Add error printing if the printer is in an error state, open the option for a...Olliver Schinagl1-4/+23
2015-04-29Get and store printer statusOlliver Schinagl1-0/+47
2015-04-29Add some very preliminary dummy IP info screenOlliver Schinagl1-1/+18
2015-04-29add comment about what to do with the error screenOlliver Schinagl1-0/+1
2015-04-29Try to abort the print when using the abort buttonOlliver Schinagl1-0/+14
2015-04-29fix up some wording orderOlliver Schinagl1-2/+1
2015-04-29Move return button to the top as it can be very commonly usedOlliver Schinagl1-23/+23
2015-04-29Add print progress data containerOlliver Schinagl1-1/+2
2015-04-29typo cleanups + enable wizardOlliver Schinagl1-3/+2