rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=3b6d61a07e275ee768883319f0116acb922a55f0

commit 3b6d61a07e275ee768883319f0116acb922a55f0
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Thu Jan 28 12:23:33 2016 +0000

    image_manager: rename from editor to manager
---
 po/POTFILES.in                                               |  2 +-
 src/bin/Makefile.am                                          |  2 +-
 src/bin/ui/{editors/style_editor.c => style_manager.c}       |  0
 tests/Makefile.am                                            | 12 ++++++------
 tests/edj_build/Makefile.am                                  |  2 +-
 .../style_manager_add.c                                      |  6 +++---
 .../test_style_manager.c}                                    |  6 +++---
 .../test_style_manager.h}                                    |  4 ++--
 8 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index cc7d643..a6f1ba4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -17,7 +17,7 @@ src/bin/ui/editors/animator_program_sequence.c
 src/bin/ui/colorclass_manager.c
 src/bin/ui/image_manager.c
 src/bin/ui/editors/sound_editor.c
-src/bin/ui/editors/style_editor.c
+src/bin/ui/style_manager.c
 src/bin/ui/live_view/elementary/live_actionslider.c
 src/bin/ui/live_view/elementary/live_bg.c
 src/bin/ui/live_view/elementary/live_bubble.c
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index fc2e6d1..97ae1f1 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -38,7 +38,7 @@ libete_a_SOURCES = \
 ../../src/bin/ui/splash.c \
 ../../src/bin/ui/shortcuts/shortcuts.c \
 ../../src/bin/ui/container/container.c \
-../../src/bin/ui/editors/style_editor.c \
+../../src/bin/ui/style_manager.c \
 ../../src/bin/ui/editors/sound_editor.c \
 ../../src/bin/ui/dialogs/about_window.c \
 ../../src/bin/ui/dialogs/colorsel.c \
diff --git a/src/bin/ui/editors/style_editor.c b/src/bin/ui/style_manager.c
similarity index 100%
rename from src/bin/ui/editors/style_editor.c
rename to src/bin/ui/style_manager.c
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 73e97a7..b4c4521 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@ modal_window_test \
 project_manager_test \
 config_test \
 cursor_test \
-style_editor_test \
+style_manager_test \
 highlight_test \
 ui_main_window_test \
 groupedit_test \
@@ -244,11 +244,11 @@ cursor_test_SOURCES = \
 cursor_test_CFLAGS = ${FLAGS}
 cursor_test_LDADD = ${LD}
 
-style_editor_test_SOURCES = \
-../tests/test_style_editor/test_style_editor.c \
-../tests/test_style_editor/style_manager_add.c
-style_editor_test_CFLAGS = ${FLAGS} 
-DEDC_PATH=\"${srcdir}/test_style_editor/data/\"
-style_editor_test_LDADD = ${LD}
+style_manager_test_SOURCES = \
+../tests/test_style_manager/test_style_manager.c \
+../tests/test_style_manager/style_manager_add.c
+style_manager_test_CFLAGS = ${FLAGS} 
-DEDC_PATH=\"${srcdir}/test_style_manager/data/\"
+style_manager_test_LDADD = ${LD}
 
 container_test_SOURCES = \
 ../tests/test_container/test_container.c \
diff --git a/tests/edj_build/Makefile.am b/tests/edj_build/Makefile.am
index ac5d1b4..2953e38 100644
--- a/tests/edj_build/Makefile.am
+++ b/tests/edj_build/Makefile.am
@@ -44,7 +44,7 @@ check: Makefile
        $(builddir)/groupedit_edit_object_set.edj \
        $(builddir)/mw_icon_set.edj \
        $(builddir)/program_editor_window_add_test.edj \
-       $(builddir)/style_editor.edj \
+       $(builddir)/style_manager.edj \
        $(builddir)/test_project_manager.edj \
        $(builddir)/image_manager.edj \
        $(builddir)/ui_states_list_data_set.edj \
diff --git a/tests/test_style_editor/style_manager_add.c 
b/tests/test_style_manager/style_manager_add.c
similarity index 95%
rename from tests/test_style_editor/style_manager_add.c
rename to tests/test_style_manager/style_manager_add.c
index 119db59..4b128c3 100644
--- a/tests/test_style_editor/style_manager_add.c
+++ b/tests/test_style_manager/style_manager_add.c
@@ -17,15 +17,15 @@
  * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
  */
 
-#include "test_style_editor.h"
+#include "test_style_manager.h"
 #include "test_common.h"
 
 /**
- * @addtogroup style_editor_test
+ * @addtogroup style_manager_test
  * @{
  * @addtogroup style_manager_add
  * @{
- * style_editor
+ * style_manager
  * <TABLE>
  * @}
  */
diff --git a/tests/test_style_editor/test_style_editor.c 
b/tests/test_style_manager/test_style_manager.c
similarity index 89%
rename from tests/test_style_editor/test_style_editor.c
rename to tests/test_style_manager/test_style_manager.c
index ba1f6fc..1eff7b0 100644
--- a/tests/test_style_editor/test_style_editor.c
+++ b/tests/test_style_manager/test_style_manager.c
@@ -17,10 +17,10 @@
  * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
  */
 
-#include "test_style_editor.h"
+#include "test_style_manager.h"
 
 Suite* test_suite (void) {
-   Suite *suite = suite_create("test_style_editor");
+   Suite *suite = suite_create("test_style_manager");
    TCase *tcase = tcase_create("TCase");
    tcase_add_test(tcase, style_manager_add_test_p);
    suite_add_tcase(suite, tcase);
@@ -31,7 +31,7 @@ int main(void) {
    int number_failed;
    Suite *suite = test_suite();
    SRunner *runner = srunner_create(suite);
-   srunner_set_xml(runner, "test_style_editor.xml");
+   srunner_set_xml(runner, "test_style_manager.xml");
    srunner_run_all(runner, CK_VERBOSE);
    number_failed = srunner_ntests_failed(runner);
    srunner_free(runner);
diff --git a/tests/test_style_editor/test_style_editor.h 
b/tests/test_style_manager/test_style_manager.h
similarity index 92%
rename from tests/test_style_editor/test_style_editor.h
rename to tests/test_style_manager/test_style_manager.h
index 05e8646..34e20e8 100644
--- a/tests/test_style_editor/test_style_editor.h
+++ b/tests/test_style_manager/test_style_manager.h
@@ -21,9 +21,9 @@
 #include "main_window.h"
 
 /**
- * @defgroup style_editor_test
+ * @defgroup style_manager_test
  */
 
-#define TEST_NAME "style_editor"
+#define TEST_NAME "style_manager"
 
 void style_manager_add_test_p(int);

-- 


Reply via email to