Commit Graph

460 Commits

Author SHA1 Message Date
Hermet Park 5c40f9b8f6 remove broken theme extension code.
redundant code were remained uselessly.
these were catched by edje error logs.
2016-03-16 13:02:43 +09:00
Hermet Park d77d8f7a50 + syntax color keywords 2016-03-12 15:17:44 +09:00
Hermet Park 5cc7bc4770 fix makedist failure.
include missing resources.
2016-03-08 16:34:21 +09:00
Hermet Park 6890a0fc67 bump up version 2016-03-07 19:14:18 +09:00
Hermet Park 5900c6ac37 editor: restore error underline style. 2016-03-05 11:13:35 +09:00
Hermet Park da5134a165 status: update line ui. 2016-03-05 00:06:35 +09:00
Hermet Park 683e13de47 update status cursor image. 2016-03-05 00:02:54 +09:00
Hermet Park e78aec8ef6 statusbar: replace a group guide text with a group icon. 2016-03-04 23:58:38 +09:00
Jaehyun Cho ec2c88af8e statusbar: Fix cursor arrow size.
The relative height of cursor_arrow part is zero. So this causes slow
size calculation.
To resolve this issue, "fixed: 1 1;" is added into cursor_arrow part.
This commit fixes commit fd240531ff

Test Plan:
1. add rect by LiveEdit
2. change part size
2016-03-02 21:05:06 +09:00
Hermet Park d09c073fb0 edc_navigator: support program list 2016-02-29 17:28:25 +09:00
Hermet Park bb09392d12 edc_navigator: 3rd patch for base navigation behavior. 2016-02-27 17:31:12 +09:00
Hermet Park fd240531ff statusbar: improve ui.
replace a cursor icon instead of a guide text.
2016-02-27 13:48:07 +09:00
Hermet Park 234f6b2f1b updated icons 2016-02-27 12:58:45 +09:00
Hermet Park 50a7b468ef edc_navigator: 2nd patch for base navigation behavior.
not completed.
2016-02-26 22:23:25 +09:00
Hermet Park db339cfaee change message colors to white.
previous color was eye catchable but not good to read.
2016-02-26 17:48:13 +09:00
Hermet Park 0a3b314384 updated about.
here is one more dedicated developer for enventor.
2016-02-26 16:59:21 +09:00
taehyub 27f62fc10b add color modification feature to change color easier
Summary:
To make it easier for user to modify color,
I added color modification feature such as colorselector,
color view, color inputs and priority color lists into the ctxpopup.

Test Plan:
1. click the 'color' keyword
2. see the color components of ctxpopup
3. change the color using the components

Reviewers: Jaehyun_Cho, NikaWhite, Hermet

Differential Revision: https://phab.enlightenment.org/D3726
2016-02-26 16:54:21 +09:00
Hermet Park 7e7a1f02b7 rearrange a minimum size of window. 2016-02-23 20:07:05 +09:00
Vyacheslav Reutskiy c47e5487ee theme: add name for unnamed parts 2016-02-23 10:30:32 +02:00
Hermet Park b891b071be edc_navigator: not completed. but first patch set for base layout & infra 2016-02-22 20:44:41 +09:00
Hermet Park 0eacf2eb08 one more doc updation. 2016-02-19 17:32:14 +09:00
Hermet Park 956141c920 update readme/about guide. 2016-02-19 17:29:29 +09:00
Hermet Park 30af154860 revise previous patch code.
d929258e57.

scalable.
icon.
etc...
2016-02-19 02:52:49 +09:00
taehyub d929258e57 add back button in menu and about screen
Summary:
Summary
There is no back button in menu and about screens.
So user cannot close the screens without 'escape key'.
To make more efficient I added back button on the screens.

Test Plan:
1. press 'esc' key
2. see the back button on the screen
3. prees 'F2' key
4. see the back button on the screen

Reviewers: Jaehyun_Cho, NikaWhite, Hermet

Differential Revision: https://phab.enlightenment.org/D3705
2016-02-19 02:26:15 +09:00
Hermet Park 33b1f74e48 removed logo from about page. 2016-02-19 02:21:47 +09:00
Hermet Park 7108c1c05e fix broken live spacer image. 2016-02-17 22:46:43 +09:00
Hermet Park 67f80c2b03 remove minimum template code.
actually, empty template code is replaced with minimum template code.
orignally, empty template code is useless.
2016-02-17 22:15:01 +09:00
Hermet Park b15e55fa6e autocomp: generate lazy style code. 2016-02-17 22:13:24 +09:00
Jaehyun Cho f7f9770dd1 templates: Keep coding conventions in basic.edc 2016-02-17 21:39:25 +09:00
Hermet Park 86d07222f6 Revert "indent: Apply indentation for newly loaded edc file"
This reverts commit 66328e75f3.

This patch broke enventor :-(
please test with games/etypers/data/themes/etyers.edc
2016-02-13 03:32:29 +09:00
Jaehyun Cho 66328e75f3 indent: Apply indentation for newly loaded edc file
Auto indentation is applied when an edc file is newly loaded.
2016-02-12 21:39:51 +09:00
Hermet Park ab0dab409c stats: add a function to resize a live view.
previously, editor ctxpopup had inc/dec buttons to control values elaboratly.
I removed them because user could control them using mouse wheel.

I believe it's cleaner and nicer ui for enventor.

@feature
2016-02-09 17:19:23 +09:00
Hermet Park ab8dc5f3ed ui: improve editor ctxpopup.
remove a entry in the editor ctxpopup.
we don't need to display entry anymore
since the changes is simulteniously applied into the editor text.
2016-02-09 15:32:42 +09:00
Hermet Park 61bc3c1cbc ui: adjust the preview image size. 2016-02-09 02:13:54 +09:00
Hermet Park df3d1f9e4d status: improve button style. 2016-02-06 03:04:22 +09:00
Hermet Park 75345770ce add a function to invert view size. 2016-02-05 17:42:26 +09:00
Hermet Park e5f6f463da Eeek. This wans't intended. 2016-02-05 00:19:56 +09:00
Hermet Park fca5e6561c polish tools icons. 2016-02-05 00:09:27 +09:00
Hermet Park c8aa003ec3 update live edit tools 2016-02-04 21:04:33 +09:00
Hermet Park 9692cb188e backup enventor logo original resource. 2016-02-04 19:24:25 +09:00
Hermet Park 524324110a change enventor embeded logo image. 2016-02-04 19:22:48 +09:00
Hermet Park f4cccb9a31 logo - resize logo. 2016-02-04 17:32:04 +09:00
Hermet Park ca03157927 update enventor menu design. 2016-02-04 15:18:18 +09:00
Hermet Park 0627ab6b51 Here, it comes with new design of enventor logo. 2016-02-04 14:38:05 +09:00
Mykyta Biliavskyi 99155bcbf2 Enhance amount of supported keywords for the autocomplete feature.
Newly added keywords and blocks:
  - Block Proxy for description.
     attributes are supported:
       - source_clip
       - source_visible
  - Block Params for external parts
     attributes are supportd
       - int
       - double
       - bool
       - string
       - choice
  - Block Filter for descriptions.
     attributes are supported:
       - code
       - source
       - data
  - Block Link
  - Support External part type.
2016-02-02 11:22:41 +09:00
Hermet Park 14daddac74 code refactoring.
revise bracket logics which was newly introduced.
2016-01-27 14:27:49 +09:00
Hermet Park f9edc4363d removed unused textblock tags. 2016-01-26 00:51:54 +09:00
Hermet Park c79a0aa4e5 about - use entry_file_set() instead of direct file accessing.
This changes enventor makes much simpler to maintaining code.
Additionally, the about file should have been markup format.
Previously, it used to use markup partially so its format was ambigious.
2016-01-25 15:56:20 +09:00
Hermet Park 6f4a9b2683 improve menu ui.
removed the prev button.
instead, user can toggle menu screen off, by clicking the dim area.
2016-01-22 20:47:04 +09:00
Hermet Park df29f91476 don't block mouse events.
This part blocks the status's button click.
2016-01-22 19:33:34 +09:00
Hermet Park 350ee8c413 add live view scale slider onto status bar.
@feature
2016-01-22 17:34:32 +09:00
Jaehyun Cho ab32de6337 autocomp: Fix the count of box.items.item's node list.
This commit fix the commit cf1e142364
Fix the count of part.box.items.item's node list as "span" is removed.
2016-01-21 10:06:32 +09:00
Jaehyun Cho 69d892e4e2 autocomp: Fix to replace unsupported cursor mode value.
Currenly, cursor_mode can have only 2 values, UNDER and BEFORE.
Since BEFORE is more commonly used, unsupported cursor mode value
DEFAULT is replaced with BEFORE.
2016-01-14 20:37:20 +09:00
Jaehyun Cho cf1e142364 autocomp: Fix to remove unsupported keywords in EDC.
group.data.file and part.box.items.item.span are not supported in EDC.
2016-01-14 20:32:45 +09:00
Hermet Park 5b0e15daa6 modify spacer output style. 2016-01-06 13:39:04 +09:00
Hermet Park 08f68802e8 highlight categories to be more notable.
sorry stehpen, but i have no idea why you moved them.
2016-01-03 15:26:08 +09:00
Hermet Park d35a229eab update dummy parts interfaces.
change toggle dummy swallow to dummy parts
because now dummies include spacer and swallow.
2016-01-02 14:06:59 +09:00
Hermet Park 175a4355bf i hope this is the final. :-@ 2016-01-01 15:21:59 +09:00
Hermet Park d38f12313e clean the enventor description once again. 2016-01-01 15:20:50 +09:00
Hermet Park 4b5cd462c6 make enventor description clean and tidy. 2016-01-01 15:15:58 +09:00
Hermet Park d17e5b14b1 bump version up for v0.7.0 release. 2016-01-01 15:09:58 +09:00
Hermet Park 100b674f05 live_edit: improve icon quality.
use higher resolution images.
2016-01-01 01:53:26 +09:00
Mykyta Biliavskyi 1a9b4de007 Autocomplete: add support new keywords.
Inside "part" block added:
   - effect (for Text parts)
   - anti_alias
   - mask_flags
Inside "description" block added:
   - limit
   - clip_to
Inside "text" block added:
   - domain
2015-12-30 16:31:17 +09:00
Hermet Park a41671c11a rename author 2015-12-24 09:18:54 +09:00
Hermet Park e2b895a28d set spacer image transparency to avoid additional color multiply. 2015-12-24 09:01:40 +09:00
Mykyta Biliavskyi d51d9ef663 Dummy object: change image for spacer. 2015-12-23 17:38:52 +09:00
Mykyta Biliavskyi 3b4a6767a5 Dummy: Support dummy spacer like dummy swallow.
Create dummy object for all spacer in the group.
This feature Enable/Disable by the button on
tools panel "Dummy Swallow" or by hotkey Ctrl+W.
2015-12-16 17:33:49 +09:00
Stephen Houston b56a87b550 Enventor: Fix some grammatical/spelling issues. 2015-10-30 07:40:21 -05:00
Jean-Philippe Andre c1c3580305 hilight: add more keywords (LOSSY_ETC1,2, SOURCE) 2015-10-29 14:40:32 +09:00
Jean-Philippe Andre f1888d7be2 hilight: add a couple keywords (no_render) 2015-10-02 14:26:11 +09:00
ChunEon Park ebe037c8a3 about: add one empty line to align form. 2015-09-22 16:36:08 +09:00
ChunEon Park b39b452b69 color: +syntax color keywords 2015-09-21 16:44:14 +09:00
Mykyta Biliavskyi c33ba546f2 Autocomplete: support images subblock inside group block.
Summary:
for cases when "group" block contain "images" subblock
autocomplete feature works wrong if cursor placed below "images"
subblock.
Added support "images" inside "group".Also added "part" to
recognized keywords.
@fix

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2955
2015-08-20 11:11:52 +09:00
Jaehyun Cho 8b3ef719f0 templates: Change sound file name. 2015-08-12 16:46:43 +09:00
Jaehyun Cho 0aef6bd397 templates: Change image file names. 2015-08-12 11:20:37 +09:00
Mykyta Biliavskyi 9c66f6fcf0 Build: marks line, that contain error in edc_editor.
Summary:
parse error messages from edje_cc, and marked
by underline the mistaken line.  In cases for messages
that does not contain line numbers, trying to parse
name of wrong parameter. Trying to searching the parsed name
in edc code, and highlight the first entity.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2791
2015-08-11 13:18:07 +09:00
ChunEon Park 281c9e667e add base_scale to templates. 2015-08-11 11:56:01 +09:00
ChunEon Park 2c4a407e65 renamed color.src -> edc.src
Reeame the color source file more specifically.
2015-07-10 20:06:49 +09:00
ChunEon Park 6e911ef3fc editor: set default tabstops size 10. 2015-07-09 20:34:15 +09:00
ChunEon Park d3cfd41e14 syntax_color: support configurable syntax color count.
Previous the color table count is fixed to 6
we can make it changeable by color configurable file.

Please increase MAX_COL_NUM if it really needs.
2015-07-09 20:18:43 +09:00
ChunEon Park e05fe27848 color: add more keywords 2015-07-09 19:51:00 +09:00
ChunEon Park b0e0820148 autocomp: remove generation of optional code. 2015-07-06 19:32:38 +09:00
Mykyta Biliavskyi 6e62d994c4 Autocompletion: support multi names for the section.
Summary:
Support new *.edc syntax.
Each lexem node can have a many different names.
It useful for parts in new edc syntax (swallow {}, image {} ... )
Change "description" lexem to "desc"

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2785
2015-07-03 11:49:11 +09:00
ChunEon Park 61c6e87993 color: add nomouse keyword 2015-07-02 19:49:23 +09:00
ChunEon Park e990da6de2 update for more lazy edc style. 2015-06-30 20:23:29 +09:00
ChunEon Park f254d6fabe autocomp: update to lazy edc keywords. 2015-06-30 18:18:53 +09:00
ChunEon Park ed624ce108 color: + textblock 2015-06-30 16:21:26 +09:00
ChunEon Park 68e566df51 color: + one more missing keyword. 2015-06-30 16:15:28 +09:00
ChunEon Park 8822f5be5a template: update to new sexy edc style. 2015-06-30 16:14:49 +09:00
ChunEon Park 837185d2e0 color: support new keyword, spacer 2015-06-30 15:51:44 +09:00
ChunEon Park 11513e0568 remove unused functions. 2015-06-30 15:26:07 +09:00
ChunEon Park f705d89495 color: fix conflict set and set_xxx.
this is tricky but works.
2015-06-29 22:01:40 +09:00
ChunEon Park 820f107e48 color: added more keywords 2015-06-29 21:35:04 +09:00
ChunEon Park 273d0c2166 template: remove new line trailiings. 2015-06-24 13:17:22 +09:00
ChunEon Park b4a80c112d get prepare for v0.6.0 2015-06-23 21:38:16 +09:00
ChunEon Park 099b87186f modify zoom behavior.
changed zoom up/down behavior only if view size is set.
it's been quitely useless zoom up/down function without any base size.
2015-06-23 21:30:26 +09:00
ChunEon Park 00ce4ff714 tools: update line number icon image. 2015-06-23 11:05:33 +09:00
ChunEon Park 149faa3f35 updated README/ABOUT 2015-06-23 08:40:39 +09:00
Mykyta Biliavskyi dc85cafc7d Autocomplete: add attribute "dot" for lexems.
Summary:
Attribute "dot" make possible to mark lexems, that
can use the '.' symbol. Like image.normal: "bla";
This commit fix issue, when pressing '.' after any
keyword was shown candidate list.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2709
2015-06-23 08:16:01 +09:00
ChunEon Park 14a0e2cfd2 tools: improved ui.
add click / toggle on/off effect.
2015-06-22 22:45:40 +09:00
Mykyta Biliavskyi 1877830e70 Autocomp: sort autocomp to alphabet order.
Reviewers: Hermet

Maniphest Tasks: T2495

Differential Revision: https://phab.enlightenment.org/D2718
2015-06-22 13:55:36 +09:00
ChunEon Park 46a8114c89 template: update basic. 2015-06-18 08:48:22 +09:00
Mykyta Biliavskyi f931b5e06f autocomp.src: fix mistakes and add dependencies.
Summary:
Add suport blocks images and color_classes inside
collections block.
Fix position cursor for rel1 { to: ""; }.
Add RAW as default type for sound samples.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D2706
2015-06-16 13:27:29 +09:00
ChunEon Park 5b7bdd95ba change the short-cut key usage.
previous panes toggle is triggered by ctrl + arrow keys.
But editor itself uses ctrl key for cursor move/jump.
To conserve the cursor key, we change the panes short-cut.

Thanks jpeg to report this.
2015-06-11 17:19:52 +09:00
ChunEon Park d8bac599a7 removed template code insert feature.
now enventor supports inserting part with live view editor,
i don't think this is required in enventor anymore.
2015-06-11 16:39:26 +09:00
ChunEon Park 02dca36f69 update help description. 2015-06-11 16:24:09 +09:00
Mykyta Biliavskyi 2ceb0a2b3c Autocomplete: enhance the autocomplete feature.
The hardcoded list of the strings from auto_comp_code.h is replaced by
description of the relationships between keywords.
This descriptions is stored in autocomp.src file.
Now the autocomplete feature is monitoring context of the
inputted text, and provide list of the keywords, that
relevant to current context.
For add new relationships between keywords need
only add it into autocomp.src in correct hierarchical order.
2015-06-09 15:28:49 +09:00
Jaehyun Cho 1390a1a6d5 syntax_color: add &gt;(>) and &lt;(<) keywords. 2015-06-06 03:47:06 +09:00
ChunEon Park 6854160251 setting: increase show transition duration. 2015-06-03 23:18:08 +09:00
Mykyta Biliavskyi 512e12c970 Update README and ABOUT files.
Update information accordingly to usage Enventor in CLI.
2015-06-03 20:06:52 +09:00
ChunEon Park a59ebb43aa template: update rotation+zoom 2015-05-31 01:43:53 +09:00
ChunEon Park 0eda8b8510 color: add zoom keyword 2015-05-31 01:42:07 +09:00
ChunEon Park 34893056cf template: add group 2015-05-31 01:40:04 +09:00
ChunEon Park 3ebfc09e61 template: revise basic 2015-05-31 01:25:26 +09:00
ChunEon Park b0ce2bda44 template: add rotation+zoom 2015-05-31 01:17:51 +09:00
Jaehyun Cho 4439ca4d75 text_setting: Add font name/style settings. 2015-03-26 22:00:47 +09:00
Jaehyun Cho b157b5807d themes: Apply entry theme extension.
Entry theme extension is needed to change font type by text class.
2015-03-24 19:52:57 +09:00
Jaehyun Cho 1d026c1b4a syntax_template: Fix that font color popup not appear when font is small.
Fix that font color popup does not appear on font setting when font is small
by setting font_size 3 digits.
2015-03-16 23:27:38 +09:00
ChunEon Park 8e2725786e confirm make distcheck. 2015-03-01 19:01:01 +09:00
ChunEon Park b19304d4c7 Revert "text_setting: Add font name and font style settings."
This reverts commit 74e72e6234.

Conflicts:
	src/bin/text_setting.c

font change is critically buggy.
need to test more and review in detail.
2015-03-01 03:08:18 +09:00
ChunEon Park 4bb07d2f13 theme: restore removed group switching effect that was unintended.
side effect that introduced from e858f46c0b
2015-02-28 22:48:37 +09:00
ChunEon Park db36b48d19 about: insert a empty line here. 2015-02-28 14:43:05 +09:00
ChunEon Park 7720ce5cf5 bump up version 2015-02-28 13:43:36 +09:00
Jaehyun Cho 74e72e6234 text_setting: Add font name and font style settings. 2015-02-27 16:38:55 +09:00
ChunEon Park 2aa5cca140 bin/tools: updated icons with tizen's.
Theses icons are contributed by
Yunho jeong and Mincheol Seo.
2015-02-26 15:20:53 +09:00
ChunEon Park 839e488bf1 theme/images: use macro to reduce loc. 2015-02-26 14:49:16 +09:00
ChunEon Park f7b15998d8 bin/tools: add button - redo, undo. 2015-02-26 14:39:43 +09:00
ChunEon Park 94fb905d65 lib/edc_editor: add 2 more apis - redo, undo. 2015-02-26 14:31:06 +09:00
ChunEon Park b28526310f bin/tools: code refactoring.
rename to explicit name.
2015-02-26 14:23:46 +09:00
ChunEon Park 3a60e771a6 bin/tools: add save button. 2015-02-26 14:22:30 +09:00
ChunEon Park e76fa5a666 bin/tools: adjust tools icons.
adjust 2 more images..
2015-02-26 13:38:59 +09:00
ChunEon Park 6d4f65df99 bin/tools: adjust tools icons.
adjust images and icon position and size.
2015-02-26 13:33:15 +09:00
ChunEon Park e858f46c0b bin/live_edit: increase accuration for detailed coordinates. 2015-02-25 21:50:14 +09:00
ChunEon Park 61fb69f9da bin/live_edit: adjust text template code. 2015-02-25 17:02:01 +09:00
ChunEon Park 4cf2a8677a bin/live_edit: set content scalable 2015-02-25 16:53:16 +09:00
ChunEon Park f21ba9c7e6 bin/live_edit: improve info text ui 2015-02-25 16:06:21 +09:00
ChunEon Park d2f04a1be9 lib/live_view: remove redundant part. 2015-02-25 14:33:42 +09:00
ChunEon Park 0d18a42c86 bin/goto: make button scalable. 2015-02-23 20:00:38 +09:00
ChunEon Park 1ba6dfbc5d bin/tools: fix to icon scalable. 2015-02-23 19:17:11 +09:00
ChunEon Park 66706fac1f bin/live_edit: improve ui.
show/hide align lines more smoothly.
2015-02-22 23:45:49 +09:00
ChunEon Park f44b41ab29 bin/live_edit: show/hide control points
show/hide control points case by case.
2015-02-22 23:35:11 +09:00
ChunEon Park 56848930dd bin/live_edit: improve ui.
frame animation timeline should be same with control points
2015-02-22 22:46:20 +09:00
ChunEon Park 38123a2267 bin/live_edit: fix side effect
control point size should be not zero.

side effect that introduced by a1d8bf57c7.
2015-02-22 22:45:00 +09:00
ChunEon Park a1d8bf57c7 bin/live_edit: remove unnecessary code. 2015-02-22 22:37:26 +09:00
ChunEon Park 66e04b8ec1 bin/live_edit: improve usage.
add better rich control pointers.

this patch totally re-implemenet live edit function
since the draggable part has a lots of limitation to control it by user.
2015-02-22 18:27:24 +09:00
ChunEon Park 49c8b9ea4a bin/live_edit: improve ui. 2015-02-21 15:48:02 +09:00
ChunEon Park 2346693c0a bin/live_edit: improve ux
change ui draggable rel1, rel2 controls.
remove info text
make outline shiny
2015-02-20 20:44:44 +09:00
ChunEon Park 1381b2ade3 bin/live_edit: updated icons 2015-02-16 21:47:49 +09:00
ChunEon Park 5c440f6554 bin/ui: improve tools find icon. 2015-02-16 15:34:06 +09:00
ChunEon Park d5ad84665d bin/ui: improve tools icons 2015-02-16 15:30:10 +09:00