summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-29Make vertical button box homogeneous and available to allOlliver Schinagl2-7/+29
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 status containersOlliver Schinagl1-0/+19
2015-04-29Add print progress data containerOlliver Schinagl2-1/+3
2015-04-29typo cleanups + enable wizardOlliver Schinagl1-3/+2
2015-04-29Move global GUI objects for the progress window into the main storage. Potent...Olliver Schinagl2-29/+31
2015-04-28Make progress screen appear based on successful start of print.Olliver Schinagl1-6/+19
2015-04-28Rename _on_start_print_ret to _on_print_start_retOlliver Schinagl1-2/+3
2015-04-28Add very generic basic error dialogOlliver Schinagl2-0/+27
2015-04-28Always put a space between the value and the unit!Olliver Schinagl1-1/+1
2015-04-28move dummy init more logicallyOlliver Schinagl1-1/+2
2015-04-28store print flags in print structOlliver Schinagl2-1/+3
2015-04-28clear data (beter) on abortOlliver Schinagl1-2/+5
2015-04-28print time should be an int, not a pointerOlliver Schinagl2-2/+2
2015-04-28Remove old txtdataOlliver Schinagl1-86/+13
2015-04-28add the blink service to two random buttons for initial testingOlliver Schinagl1-2/+16
2015-04-28Initial dbus supportOlliver Schinagl2-1/+70
2015-04-28remove const for the file and name pointers, we can not free them anymore. Al...Olliver Schinagl1-2/+9
2015-04-28reword print-type sentinelOlliver Schinagl1-1/+2
2015-04-28turn pause into an abort buttonOlliver Schinagl1-1/+22
2015-04-28store the actual filepath in the button object, so that we can properly sort ...Olliver Schinagl1-2/+4
2015-04-28make filelist button_list purdyOlliver Schinagl1-9/+9
2015-04-28with button focus working in the new default.edj, we can disable the built-in...Olliver Schinagl1-1/+1
2015-04-28update file_data_set to store more information in the print dataOlliver Schinagl2-5/+13
2015-04-28Remove (un)focusED callbacks and edje signals, use focus insteadOlliver Schinagl1-34/+0
2015-04-28Prepare for dbus usageOlliver Schinagl2-0/+12
2015-04-28fix when supplying an icon, we should set an icon, not a funcOlliver Schinagl1-0/+2
2015-04-28add focus/unfocuse style callbacksOlliver Schinagl1-0/+34
2015-04-28disable scroller by blocking it (no mouse_wheel disabled available)Olliver Schinagl1-0/+1
2015-04-28remove debug printfOlliver Schinagl1-1/+0
2015-04-28Add generic scroller. TODO: fix mousewheelOlliver Schinagl1-9/+18
2015-04-28Reverse scroll direction (again)Olliver Schinagl1-2/+2
2015-04-28fix ugly spelling mistakeOlliver Schinagl1-1/+1
2015-04-28Align app a little betterOlliver Schinagl1-28/+8
2015-04-28Add additional button callbacks for debuggingOlliver Schinagl1-12/+33
2015-04-28Create own 'elm_button_list'Olliver Schinagl1-52/+104
2015-04-28do not animate highlights, it looks horrible when tabbing to fastOlliver Schinagl1-3/+2
2015-04-28rework the filelist, store data in the elm_object_itemOlliver Schinagl1-45/+52
2015-04-28better align tune and pause buttons, replace table with ultiscreen laterOlliver Schinagl1-1/+4
2015-04-28slide is probably ore natural using speed, but that is not available yet on 1...Olliver Schinagl1-1/+2
2015-04-28Cleanups and comment fixinOlliver Schinagl1-91/+23