summaryrefslogtreecommitdiff
path: root/src/bin/test_colorclass.c
Commit message (Collapse)AuthorAgeFilesLines
* elementary: Fix test_colorclass functionChris Michael2015-11-301-1/+1
| | | | | | | | | | The test_colorclass function (and prototype) were incorrect in that they did not have the proper function parameters defined. This lead to a warning when building elementary tests. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
* colorclass: remove remote editor, make base api publicMike Blumenkrantz2015-09-301-1/+1
| | | | | | the remote editor needs to be rewritten to use x11 client messages and wayland shell extensions at some point. need to make this stable now to use in e20 release
* colorclass: move test translate+list callbacks to mainMike Blumenkrantz2015-04-061-27/+0
| | | | enable remote editing of all colorclasses in elm_test
* colorclass: fix test window initial resize geomMike Blumenkrantz2015-04-061-1/+1
|
* colorclass: disable local extra listing in test for nowMike Blumenkrantz2015-04-051-1/+2
|
* colorclass: add util function for listing color classes out of an open edje fileMike Blumenkrantz2015-04-051-0/+20
|
* colorclass: add subsystem for remotely editing colorclasses over dbusMike Blumenkrantz2015-04-051-1/+2
| | | | | | the winid should match the e_pixmap id also various theme improvements
* colorclass: add test caseMike Blumenkrantz2015-04-051-0/+29
a simple test case for local usage of the color class editor