summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-29Move global GUI objects for the progress window into the main storage. Potent...Olliver Schinagl1-27/+29
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 Schinagl1-0/+25
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 Schinagl1-1/+2
2015-04-28clear data (beter) on abortOlliver Schinagl1-2/+5
2015-04-28print time should be an int, not a pointerOlliver Schinagl1-1/+1
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 Schinagl1-0/+62
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 Schinagl1-4/+12
2015-04-28Remove (un)focusED callbacks and edje signals, use focus insteadOlliver Schinagl1-34/+0
2015-04-28Prepare for dbus usageOlliver Schinagl1-0/+4
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
2015-04-28This is a messy method of getting the box sizes rightOlliver Schinagl1-13/+43
2015-04-28do not read wb into ws as we don't careOlliver Schinagl1-1/+1
2015-04-28rename resize cb to indicate its for horizontal boxes onlyOlliver Schinagl1-2/+2
2015-04-28Add resize callback to make buttons homogeneousOlliver Schinagl1-15/+47
2015-04-28Use themed seperated, more commentsOlliver Schinagl1-35/+10
2015-04-28rename "layout" to "navi" as the layout used really is a naviframeOlliver Schinagl1-32/+32
2015-04-28Add preliminary 'function' typeOlliver Schinagl1-1/+11
2015-04-28add materials and progressbar to scripted wizzardOlliver Schinagl1-16/+69
2015-04-28make multi screen next button recursiveOlliver Schinagl1-21/+63
2015-04-28dont pop last item on a _prev_ pop, add more multi_screen wizzardryOlliver Schinagl1-18/+54
2015-04-28Pass an array to struct properly to a multi_screen_menuOlliver Schinagl1-14/+22
2015-04-28add multiscreen initial triesOlliver Schinagl1-3/+26
2015-04-28Add a multi-screen rather then multi-text typeOlliver Schinagl1-1/+30
2015-04-28add mainscreen and 1level of subscreen buttonsOlliver Schinagl1-35/+82
2015-04-28fix potential memleak?Olliver Schinagl1-3/+5
2015-04-28Make multi-text menu finish by going to the top of the framelistOlliver Schinagl1-93/+90