summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make vertical button box homogeneous and available to allOlliver Schinagl2015-04-292-7/+29
* 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 status containersOlliver Schinagl2015-04-291-0/+19
* Add print progress data containerOlliver Schinagl2015-04-292-1/+3
* 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-292-29/+31
* 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-282-0/+27
* Always put a space between the value and the unit!Olliver Schinagl2015-04-281-1/+1
* move dummy init more logicallyOlliver Schinagl2015-04-281-1/+2
* store print flags in print structOlliver Schinagl2015-04-282-1/+3
* clear data (beter) on abortOlliver Schinagl2015-04-281-2/+5
* print time should be an int, not a pointerOlliver Schinagl2015-04-282-2/+2
* Remove old txtdataOlliver Schinagl2015-04-281-86/+13
* add the blink service to two random buttons for initial testingOlliver Schinagl2015-04-281-2/+16
* Initial dbus supportOlliver Schinagl2015-04-282-1/+70
* remove const for the file and name pointers, we can not free them anymore. Al...Olliver Schinagl2015-04-281-2/+9
* reword print-type sentinelOlliver Schinagl2015-04-281-1/+2
* turn pause into an abort buttonOlliver Schinagl2015-04-281-1/+22
* store the actual filepath in the button object, so that we can properly sort ...Olliver Schinagl2015-04-281-2/+4
* make filelist button_list purdyOlliver Schinagl2015-04-281-9/+9
* with button focus working in the new default.edj, we can disable the built-in...Olliver Schinagl2015-04-281-1/+1
* update file_data_set to store more information in the print dataOlliver Schinagl2015-04-282-5/+13
* Remove (un)focusED callbacks and edje signals, use focus insteadOlliver Schinagl2015-04-281-34/+0
* Prepare for dbus usageOlliver Schinagl2015-04-282-0/+12
* fix when supplying an icon, we should set an icon, not a funcOlliver Schinagl2015-04-281-0/+2