summaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* archival commitHEADmasterOlliver Schinagl2015-07-065-957/+528
|
* Checkboxes: align to the end fix graphicsOlliver Schinagl2015-06-183-11/+10
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* update button and checkboxes, checkbox checkmark broken atmOlliver Schinagl2015-06-173-47/+37
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* update inverse progressbar imageOlliver Schinagl2015-06-121-0/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* fix progressbar animationOlliver Schinagl2015-06-121-2/+5
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] create a new style for button listsOlliver Schinagl2015-06-121-3/+351
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] remove shadows from scrollerOlliver Schinagl2015-06-121-46/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.hmi] update check style, WIPOlliver Schinagl2015-06-123-68/+115
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] theme checkboxOlliver Schinagl2015-06-124-614/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* [griffin.display] theme: make buttons like the old UMOlliver Schinagl2015-06-124-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>
* improve horizontal progress barOlliver Schinagl2015-06-1214-445/+28
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* some new pixelartOlliver Schinagl2015-05-086-0/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* use smaller font on the progress barOlliver Schinagl2015-05-081-6/+6
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* use smaller font for labelsOlliver Schinagl2015-05-082-3/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Strip naviframe, more stripping should be possible!Olliver Schinagl2015-05-011-512/+5
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Remove shadow and glows from progressbarOlliver Schinagl2015-04-302-5/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Use newly created iconsOlliver Schinagl2015-04-302-136/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Remove unused/nessacery font colorsOlliver Schinagl2015-04-304-103/+13
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* make new pixel art, images are too large howeverOlliver Schinagl2015-04-306-0/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Handle button text visibility properlyOlliver Schinagl2015-04-291-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>
* Use colorclasses rather then directly setting the font.Olliver Schinagl2015-04-292-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>
* make corners of button a 1px smallerOlliver Schinagl2015-04-283-1/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* make corner a little largerOlliver Schinagl2015-04-283-3/+3
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Remove (un)focusED callbacks and edje signals, use focus insteadOlliver Schinagl2015-04-281-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>
* remove shadow colors, add focused and unfocused statesOlliver Schinagl2015-04-281-3/+17
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add additional font and set it as defaultOlliver Schinagl2015-04-282-1/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Define custom separator themeOlliver Schinagl2015-04-282-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>
* Add new ultimaker style buttonOlliver Schinagl2015-04-285-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>
* Remove unused button stuffOlliver Schinagl2015-04-281-1012/+0
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* rename resize cb to indicate its for horizontal boxes onlyOlliver Schinagl2015-04-281-2/+2
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add button to theme overlayOlliver Schinagl2015-04-281-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>
* update most basic theme componentsOlliver Schinagl2015-04-286-575/+103
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* dont build the default theme yet, brokenOlliver Schinagl2015-04-281-1/+1
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* Add default elementary skeleton theme, with non-elm stuff removedOlliver Schinagl2015-04-28891-27/+34116
| | | | Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
* wip commitOlliver Schinagl2015-04-28419-2/+915
|
* EFL empty projectOlliver Schinagl2015-01-249-0/+71
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>