Commit Graph

933 Commits

Author SHA1 Message Date
ChunEon Park ff2eb4c3d1 tools: improve tools ui. 2014-09-02 19:53:20 +09:00
Jaehyun Cho dd8a898c87 enventor: Change tools from toolbar to box with buttons
Summary: Change tools from toolbar to box with buttons

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1385
2014-09-02 19:21:55 +09:00
Jaehyun Cho 199ae41883 enventor: Change tools from toolbar to box with buttons
Summary: Change tools from toolbar to box with buttons

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1385
2014-09-02 19:16:18 +09:00
Jaehyun Cho 9335905802 enventor: Correct a contributor name
Summary: Correct a contributor name

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1387
2014-09-02 19:15:03 +09:00
ChunEon Park 7c23ae8be4 template: insert the textblock styles when template code inserted.
Signed-Off-By: Kateryna Fesyna <k.fesyna@samsung.com>
2014-08-30 18:20:38 +09:00
ChunEon Park a05f7fd6ea setting: use slider text instead of label widgets. 2014-08-29 00:52:56 +09:00
ChunEon Park 993073faca live_edit: use font macro. 2014-08-29 00:27:20 +09:00
ChunEon Park b9778cbe7b Revert "enventor: Add customized entry styles for line entry"
This reverts commit 99af6d4b9e.

Not necesary.
2014-08-29 00:19:51 +09:00
ChunEon Park 19d73728b3 setting: change the preference ui. 2014-08-28 16:50:00 +09:00
ChunEon Park c54744e5ef remove redundant theme recover. 2014-08-28 03:11:07 +09:00
Mykyta Biliavskyi cfb145c3b1 dummy_object: change input param for edje_object_add from Evas_Object* to Evas*
Reviewers: Hermet

Subscribers: NikaWhite

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1355
2014-08-27 17:21:51 +09:00
Mykyta Biliavskyi 9de2aaef00 live_edit: create menu if it still does not created.
Summary:
create menu object if it does not created early, and just move menu if
it already created.
@fix

Reviewers: Hermet

Subscribers: NikaWhite

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1356
2014-08-27 17:19:30 +09:00
Jaehyun Cho 99af6d4b9e enventor: Add customized entry styles for line entry
Summary: Add customized entry styles for line entry

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1363
2014-08-27 17:00:41 +09:00
ChunEon Park 1eae977508 edc_parser: code refactoring.
be simpler code.
2014-08-26 11:37:34 +09:00
Daniel Juyung Seo 57c52c07ad edc_editor: cast pointers to another types correctly. 2014-08-23 01:03:51 +09:00
Daniel Juyung Seo 3a7c6caee6 edc_editor, edc_parser: fixed resource leak.
This fixes coverity CID 47576, 47577, and 47578.
2014-08-23 01:01:39 +09:00
Daniel Juyung Seo 09d2275ad1 edj_viewer: Fixed write to pointer after free bug.
This fixes coverity CID 47574.
2014-08-23 00:52:16 +09:00
Daniel Juyung Seo b39ab53ffc config: fixed buffer not null terminated bug.
This fixes coverity CID 47570.
2014-08-23 00:44:34 +09:00
Daniel Juyung Seo 2139ecc40a search: initialize the local variable.
This fixed coverity CID 47575.
2014-08-23 00:41:50 +09:00
Igor Murzov ec80a55e79 Translate the desktop file to russian 2014-08-20 18:38:56 +04:00
ChunEon Park 3f7fd4f8e0 fix make distcheck to work correctly.
specified some missed files in the Makefile.am

Thanks Simotek for reporting.
2014-08-20 16:18:57 +09:00
ChunEon Park 17e8a13303 about: add about file.
previousely, Enventor just showed the README file in about view.
now it just has own ABOUT file for better proper content.
2014-08-18 17:56:41 +09:00
ChunEon Park aab2f000c9 tools: fix typo. 2014-08-17 13:28:02 +09:00
ChunEon Park eccb47a28d add author list in readme 2014-08-15 20:16:10 +09:00
ChunEon Park b2495c9a8d live_edit: cancel live_edit if edc is reload. 2014-08-15 20:08:01 +09:00
ChunEon Park f67c8b0255 menu: adjust ui. 2014-08-15 19:58:45 +09:00
ChunEon Park 3191a0e187 theme: code refactoring.
use macro for simplify.
2014-08-15 19:50:47 +09:00
ChunEon Park 559131729d live_edit: revise theme. 2014-08-15 19:34:57 +09:00
ChunEon Park f86ca5079e ui: apply compact swallow image for simple. 2014-08-15 18:21:29 +09:00
ChunEon Park c001e1e7fd ui: update dummy swallow image. 2014-08-15 18:20:03 +09:00
ChunEon Park c03a71d27c remove workaround code 2014-08-15 17:59:27 +09:00
ChunEon Park e120546b97 edc_parser: missed push to previous commit. 2014-08-15 17:56:29 +09:00
ChunEon Park fe0a67bf9c edc_editor: update selection area when image preview goes prev/next. 2014-08-15 17:54:03 +09:00
ChunEon Park 782a5f94a9 ctxpopup: support mouse wheel to go prev/next image. 2014-08-15 15:10:09 +09:00
ChunEon Park 4475f97d8a menu: improve ui. 2014-08-15 15:00:31 +09:00
ChunEon Park 29125c1148 ui: apply compact image for simple. 2014-08-15 00:03:42 +09:00
ChunEon Park 3cfeb5c54b auto_comp: reset tooltip at better proper position.
it's better to reset tooltip content callback when it's going off.
2014-08-14 23:33:20 +09:00
ChunEon Park 5b905cf613 auto_comp: correct candidates lists.
Reset content_cb to have guarantee the callback call.
If anchor is changed faster than tooltip hide,
the callback won't be called since tooltip regards the content callback is same with before.
2014-08-14 23:27:21 +09:00
ChunEon Park b3fcaaa7b1 console: keep the previous position even it relaunched 2014-08-14 18:29:53 +09:00
ChunEon Park 8e54bf506d template: fix typo introduced while code clean up. 2014-08-13 23:50:47 +09:00
Kateryna Fesyna 16d7d8847e Live_Edit: Use template groups as background of new part in Drag-n-Drop mode
Summary: Created new groups to setup as bg for dragable area in Drag-n-Drop mode.

Reviewers: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1323

Conflicts:

	src/bin/live_edit.c
2014-08-13 23:48:49 +09:00
ChunEon Park afbf2db73a template: fix to not insert empty line in editor template insert. 2014-08-13 23:12:51 +09:00
ChunEon Park 82a29d984c template: correct line increase in part insert. 2014-08-13 22:35:47 +09:00
ChunEon Park 603b53b503 template: clean up code. 2014-08-13 22:35:09 +09:00
ChunEon Park b1d882765c Revert "template: insert image parts not only live edit mode."
This reverts commit 607f54ae87.

it caused cursor position side effect. revert it.
2014-08-13 22:19:32 +09:00
ChunEon Park 0258c3e23c template: don't use static buffer as possible. 2014-08-13 22:14:09 +09:00
ChunEon Park 607f54ae87 template: insert image parts not only live edit mode. 2014-08-13 22:04:51 +09:00
ChunEon Park 07077f53cb template_code: fix one less line increase problem in template inserting. 2014-08-13 20:35:03 +09:00
ChunEon Park bdd0c77c8a template: keep the external functions to be lower position. 2014-08-13 20:28:43 +09:00
ChunEon Park 818070912d template: print exception message in case of out of collections. 2014-08-13 19:56:32 +09:00