summaryrefslogtreecommitdiffstats
path: root/data (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-06archival commitHEADmasterOlliver Schinagl5-957/+528
2015-06-18Checkboxes: align to the end fix graphicsOlliver Schinagl3-11/+10
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-17update button and checkboxes, checkbox checkmark broken atmOlliver Schinagl3-47/+37
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12update inverse progressbar imageOlliver Schinagl1-0/+0
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12fix progressbar animationOlliver Schinagl1-2/+5
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.hmi] create a new style for button listsOlliver Schinagl1-3/+351
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.hmi] remove shadows from scrollerOlliver Schinagl1-46/+0
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.hmi] update check style, WIPOlliver Schinagl3-68/+115
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.display] theme checkboxOlliver Schinagl4-614/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12[griffin.display] theme: make buttons like the old UMOlliver Schinagl4-79/+38
Also use a textblock rather then text for the elm.text part, this allows us to use multiline text on buttons Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-06-12improve horizontal progress barOlliver Schinagl14-445/+28
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-05-08some new pixelartOlliver Schinagl6-0/+0
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-05-08use smaller font on the progress barOlliver Schinagl1-6/+6
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-05-08use smaller font for labelsOlliver Schinagl2-3/+3
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-05-01Strip naviframe, more stripping should be possible!Olliver Schinagl1-512/+5
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-30Remove shadow and glows from progressbarOlliver Schinagl2-5/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-30Use newly created iconsOlliver Schinagl2-136/+2
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-30Remove unused/nessacery font colorsOlliver Schinagl4-103/+13
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-30make new pixel art, images are too large howeverOlliver Schinagl6-0/+0
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-29Handle button text visibility properlyOlliver Schinagl1-4/+18
Button text's can have several states and those are associated with certain looks. By default, the button is invisible and show() is called on it to make it visible. This patch sets the visible flag properly and adds all potential states we may have, setting the proper font color to match the button skin. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-29Use colorclasses rather then directly setting the font.Olliver Schinagl2-5/+3
This patch properly uses colorclasses to set the font color etc. It also fixes a concistency typo for focus instead of focused. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28make corners of button a 1px smallerOlliver Schinagl3-1/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28make corner a little largerOlliver Schinagl3-3/+3
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Remove (un)focusED callbacks and edje signals, use focus insteadOlliver Schinagl1-11/+11
By default elementary already emits an elm,action,focus signal. Using our own signal handler and signal 'focused' was good for a proof of concept, but is no longer needed as we can respond to the stock signals. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28remove shadow colors, add focused and unfocused statesOlliver Schinagl1-3/+17
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Add additional font and set it as defaultOlliver Schinagl2-1/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Define custom separator themeOlliver Schinagl2-4/+4
Add a new ultimaker styled separator This patch should get a forward port from an earlier patch also touching this stuff. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Add new ultimaker style buttonOlliver Schinagl5-12/+21
The new cura/utlimaker style has its own button themes in Cura, use these as our preliminary default button. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Remove unused button stuffOlliver Schinagl1-1012/+0
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28rename resize cb to indicate its for horizontal boxes onlyOlliver Schinagl1-2/+2
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Add button to theme overlayOlliver Schinagl1-178/+168
This uses a small rollback of an older button theme that is compatible with elm 1.8.5. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28update most basic theme componentsOlliver Schinagl6-575/+103
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28dont build the default theme yet, brokenOlliver Schinagl1-1/+1
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28Add default elementary skeleton theme, with non-elm stuff removedOlliver Schinagl891-27/+34116
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-04-28wip commitOlliver Schinagl419-2/+915
2015-01-24EFL empty projectOlliver Schinagl9-0/+71
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>