summaryrefslogtreecommitdiffstats
path: root/src/eulogium.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix and use network dataOlliver Schinagl2015-06-231-17/+37
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* fix missing initial checkbox calls on startupOlliver Schinagl2015-06-211-1/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* fix for move of print_dataOlliver Schinagl2015-06-211-0/+15
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* add networkinfo get/setOlliver Schinagl2015-06-211-0/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* remove old startPrint dbus call, it has been replaced.Olliver Schinagl2015-06-191-2/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* add empty wifi network listOlliver Schinagl2015-06-191-1/+31
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* rename menu_open_dir to more appropiate and generic menu_widget_list_pushOlliver Schinagl2015-06-191-4/+4
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* add set*Power calls, replace in future with generic networking callOlliver Schinagl2015-06-191-13/+44
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* standarize function pointersOlliver Schinagl2015-06-191-46/+46
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* change some dbus_handler stuffOlliver Schinagl2015-06-191-2/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Handle networking dbus callsOlliver Schinagl2015-06-191-3/+45
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* remove .network initializer, we long removed this.Olliver Schinagl2015-06-191-5/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* split up menu data defines into its own widget.h, the actually entries still ↵Olliver Schinagl2015-06-191-0/+1
| | | | | | need to be moved here Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* add some todo remindersOlliver Schinagl2015-06-191-3/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* organize PRINTER signal callsOlliver Schinagl2015-06-191-3/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* add network dbus connectionOlliver Schinagl2015-06-191-0/+11
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* init eulogium horror-var more properlyOlliver Schinagl2015-06-191-11/+21
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* remove name_owner_changed callback, elf handles this for us and just informs usOlliver Schinagl2015-06-181-9/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] start using procedures to start printsOlliver Schinagl2015-06-181-23/+53
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* rename print.file to print.urlOlliver Schinagl2015-06-181-4/+4
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* remove _on_blink_ret, it is unusedOlliver Schinagl2015-06-171-1/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] get procedures to compileOlliver Schinagl2015-06-171-2/+1
| | | | | | | this is a broken commit, procedures are broken and compiling is broken atm. This is a wip commit. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] disable all dbus calls, add some very initial procedure dbus stuffOlliver Schinagl2015-06-161-30/+104
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] cleanup/rename some of the dbus stuffOlliver Schinagl2015-06-161-7/+4
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] use new and updated menu-widget using buttons, checkboxes and ↵Olliver Schinagl2015-06-161-7/+11
| | | | | | radio buttons Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] improve print finished screenOlliver Schinagl2015-06-121-13/+11
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* rename network info to networking, seems logicalOlliver Schinagl2015-06-121-3/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add print-tune menuOlliver Schinagl2015-06-121-4/+117
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add ignore screens when someone else starts a print WIPOlliver Schinagl2015-06-121-62/+169
| | | | | | This is not 100% okay yet, but works as intended (the first time ;) Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] add generic confirmation box and add it to print abortOlliver Schinagl2015-06-121-2/+57
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] remove harma dbus proxy interfaceOlliver Schinagl2015-06-121-16/+3
| | | | | | | The printerService now proxies all harma related calls or emulates them. This removes the need for a separate harma-dbus interface. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] refactor eulogium_button_listOlliver Schinagl2015-06-121-178/+6
| | | | | | | | | eulogium_button_list has been changed to item_list where we take parameters for either a button OR a checklist, since a check button is very similar to a button. Worst case, if all fails, we can always use the parameters to put all items in a horizontal box. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] extract int. macros into seperate headerOlliver Schinagl2015-06-121-7/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Hack to add checkboxes to menu entries, this needs to be re-written to ↵Olliver Schinagl2015-06-121-20/+67
| | | | | | properly set the end-component of the button Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Very preliminairy gettext supportOlliver Schinagl2015-06-121-34/+41
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* make sure icons are properly shownOlliver Schinagl2015-06-121-0/+4
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] add a bunch of empty menu itemsOlliver Schinagl2015-06-121-21/+695
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] drop print_menu and replace it with a generic listOlliver Schinagl2015-06-121-94/+121
| | | | | | | | | | | To work with selection menu's, we've added a generic menu_widget_list to fill menu list with. This list is generic enough that it can equally work with the file list. This patch refactors the list to accomplish this and in turn removes eulogium_print_menu. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] make the return entry a regular buttonOlliver Schinagl2015-06-121-5/+18
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] add network stats buttonOlliver Schinagl2015-06-121-8/+54
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] Add initial default menu structureOlliver Schinagl2015-06-121-0/+285
| | | | | | Add first lines that shows the new menu structure Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] rename settings to systemOlliver Schinagl2015-06-121-20/+20
| | | | | | | System was accidentally named settings, resulting in strange consturcts like settings_settings. This patch fixes this. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] Add top level buttons for materials and hotendOlliver Schinagl2015-06-121-4/+195
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* replace change material with dual material change/settings buttonsOlliver Schinagl2015-06-121-13/+124
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] rename old random buttonsOlliver Schinagl2015-06-121-23/+24
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] rename material button to material & hot-endOlliver Schinagl2015-06-121-8/+8
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Fix segfault when we have no file handlers availableOlliver Schinagl2015-06-121-0/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Remove empty button, jump straight to file listingOlliver Schinagl2015-06-121-12/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] swap text in progress windowOlliver Schinagl2015-06-121-7/+7
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* increase timer frequency to query griffin status more offtenOlliver Schinagl2015-06-121-3/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>