Commit Graph

310 Commits

Author SHA1 Message Date
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
ChunEon Park 62cbb30270 bin/setting: improve more ui layout
it's suck to use toggle, label and slider..
label aligning is different each others...
2015-02-13 18:19:00 +09:00
Jaehyun Cho 83abef91d2 setting: Add the Text Editor mode in setting.
Add the Text Editor mode in setting by adding text_setting.c.
text_setting.c covers the syntax coloring and the syntax font scaling.
2015-02-03 15:44:12 +09:00
Jaehyun Cho e1991b63ff Revert "setting: Add the Text Editor mode in setting."
This reverts commit 799fd32e13.

The previous commit("config: Add config_syntax_color_set()/get() functions.")
is not applied correctly.
2015-02-03 13:46:43 +09:00
Jaehyun Cho 799fd32e13 setting: Add the Text Editor mode in setting.
Add the Text Editor mode in setting by adding text_setting.c.
text_setting.c covers the syntax coloring and the syntax font scaling.
2015-02-03 13:42:12 +09:00
ChunEon Park 1cd13a93f9 lib/liveview: clip the content if it's over the maximum view size. 2014-12-23 18:37:48 +09:00
Jaehyun Cho 528389b95c ctxpopup: Support toggle candidate.
Summary:
Support toggle candidate.
         @feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1789
2014-12-19 14:36:49 +09:00
ChunEon Park 5fd165eaf4 theme: improve candidate popup gui. 2014-12-16 10:10:52 +09:00
Jaehyun Cho 48e56a4c4c ctxpopup: Change slider candidate style to contain type and entry.
Summary:
Change slider candidate style to contain value type and entry.
@feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1743
2014-12-16 09:08:15 +09:00
Jaehyun Cho a4227ef9a4 setting: Add size configuration of Live View
Summary:
Add size configuration of Live View
@feature

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1667
2014-11-25 21:08:29 +09:00
Jaehyun Cho 9fb78b12a2 theme_ext: Fix T1752 (fix error message with ELM_SCALE)
Summary: Add "fixed: 1 1;" to "sizer.content" part to fix error message with ELM_SCALE.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1627
2014-10-31 20:44:26 +09:00
Jaehyun Cho 8c68bc9981 file_mgr: Support that an edc is opened by different processes.
Summary: file_mgr: Support that an edc is opened by different processes. Open warning window to synchronize or ignore the edc changes.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1561
2014-10-24 13:21:10 +09:00
Daniel Juyung Seo 1a64378be0 theme: Add ellipsis: -1 for text parts with min: 1 X.
This fixes the following errors:

edje_cc: Warning. Part 'elm.text.title' in group
'fileselector_layout' contains description 'default:0' which has
text.min: 1 X; but not text.ellipsis: -1;
edje_cc: Warning. This is almost certainly not what you want.
2014-10-23 22:25:08 +09:00
Jaehyun Cho cdcc68fba1 liveedit: Add text shadow in live edit template
Summary: Add text shadow in live edit template to identify text clearly

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1522
2014-10-07 11:30:44 +09:00
ChunEon Park e5927b37eb library support.
current enventor apis are under beta apis.
im notice you these apis could be changed soon.
2014-09-30 23:56:16 +09:00
ChunEon Park f238cb5a4e tools: improve tools gui. 2014-09-11 11:28:30 +09:00
ChunEon Park 3c2d9912d0 tools: remove shining image. 2014-09-02 19:54:26 +09:00
ChunEon Park ff2eb4c3d1 tools: improve tools ui. 2014-09-02 19:53:20 +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 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
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 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 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 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
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
Kateryna Fesyna c3bae3bd01 Live Edit: Add ability to drag new part area
Reviewers: Hermet

Projects: #enventor

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

Conflicts:

	src/bin/live_edit.c
2014-08-13 19:16:08 +09:00
ChunEon Park de81c39a0d live_edit: revise code 2014-08-13 18:20:42 +09:00
ChunEon Park bbfc446455 menu: revise previous commit 06c7aac63d 2014-08-13 17:16:07 +09:00
Jaehyun Cho 06c7aac63d enventor: Add back button on menu screen
Summary: Add back button on menu screen

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1321
2014-08-13 17:05:45 +09:00
Kateryna Fesyna 478e058200 Enventor: Prototipe of Drag-n-Drop feature. Patch 2.
Summary:
Second patch of Drag-n-Drop feature contains new layout for editing parts relative sizes before insertion.
This patch improves parts templates in order to allow set parts sizes.

Reviewers: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1309
2014-08-12 11:31:06 +09:00
ChunEon Park 8e89c0f357 console: new feature comes.
This console box displays error messages.
2014-08-11 21:13:04 +09:00
ChunEon Park c4e3ac89fd tools: renew tools items.
remove new/save/load
add menu
2014-08-11 17:56:33 +09:00
ChunEon Park f6fe9b7955 live_edit: revise the code 2014-08-11 16:32:35 +09:00
Kateryna Fesyna 71c3db0766 Enventor: Prototipe of Drag-n-Drop feature. Patch 1.
Summary:
This commit contains the basic implementation of Live Edit mode.
With this commit Live Edit toggling is added to Menu, Tools and Ctrl-M hot-key.
Activating of Live Edit mode disables the EDC-Editor and allows user to add new parts by selecting corresponding part type in the menu that appears on right click on the EDJ-Viewer area.

Reviewers: Hermet

Projects: #enventor

Differential Revision: https://phab.enlightenment.org/D1276
2014-08-11 13:48:01 +09:00
ChunEon Park 0cbf3b38be panes: support top/bottom drag for console. 2014-08-10 18:33:17 +09:00
ChunEon Park 7a771f79e2 console: implemented basic infra 2014-08-10 17:46:14 +09:00
ChunEon Park 5944f3d4c1 statusbar: improve layout.
improve structure to be customizable.
also, this removes the annoying padding at the end of the group name.
2014-08-08 17:32:46 +09:00
ChunEon Park 8eeb5206ad theme: adjust text editor background color. 2014-08-07 22:55:43 +09:00
ChunEon Park cf46aad5ca panes: apply flush style. 2014-08-05 15:48:36 +09:00
ChunEon Park cbfe14c87c refactoring code.
renamed the edc file, group names to be more clear.
2014-07-30 17:02:08 +09:00
ChunEon Park 908e305cd1 removed unused images. 2014-07-30 14:38:30 +09:00
ChunEon Park 4db65212a7 goto,search - fix gui scalability 2014-07-15 22:59:39 +09:00
ChunEon Park 70477f47a4 newfile - new feature come.
now user choose a template at new file.
2014-07-10 13:43:55 +09:00
ChunEon Park c4ca207ba6 ui - improved goto icon image. 2014-06-02 23:06:48 +09:00
ChunEon Park de2dedaa13 tools - added a goto item. 2014-06-01 16:13:38 +09:00
ChunEon Park 0cf6bf5b51 goto - added new feature, go to line 2014-06-01 15:35:54 +09:00
ChunEon Park f559e67402 theme - removed panes buttons 2014-05-30 19:53:09 +09:00
ChunEon Park 5af20a44f1 theme - removed enventor title animation 2014-05-30 19:41:52 +09:00
ChunEon Park 104ee94f9c theme - fix the compat issue.
this is introduced by recent raster patch that check the theme version.
2014-03-27 09:11:18 +09:00
Jerome Pinot bdf8dd26a9 enventor: add missing file in Makefile.am 2014-03-15 15:41:41 +09:00
ChunEon Park b62c1eea06 statusbar - use the text rather than textblock.
text is much lightweight than textblock.
2014-03-15 01:24:47 +09:00
ChunEon Park 7fb77f2c9f tools - use the icon groups instead of the separate icon files. 2014-03-13 13:18:25 +09:00
ChunEon Park 21edebb1d3 ctxpopup - adjust layouting. 2014-03-10 01:01:26 +09:00
ChunEon Park 084211579f hotkeys - renames to tools
conceptually, the function is changed.
2014-03-09 01:22:54 +09:00
ChunEon Park 60a74d4676 hotkeys - redesign ui.
migrate toggle key to setting menu
2014-03-09 01:05:26 +09:00
ChunEon Park c6cf0d3329 ctxpopup - removed unnesessary list theme extension. 2014-03-09 00:33:33 +09:00
ChunEon Park dc3ce7be3f hotkeys - redesign ui 2014-03-08 22:55:48 +09:00
ChunEon Park edb20219b8 gui - modify part highlight image. 2014-03-08 14:30:52 +09:00
ChunEon Park 32cc7c4d8b search - retouch the ui 2014-03-08 13:23:26 +09:00
ChunEon Park 2440afc9f0 search - display current search direction. 2014-03-08 03:10:30 +09:00
ChunEon Park f6e9eb495b search - change the find/replace function.
put the find forward, find backward instead of the find, find/replace

once, you replace the word, it will find the next word automatically.
2014-03-05 03:07:28 +09:00
ChunEon Park 5c68216676 stats/hotkeys - set invisible state as default 2014-03-02 16:57:22 +09:00
ChunEon Park de8164bcb9 search - on implementing. 2014-03-02 13:34:22 +09:00
ChunEon Park 1175060055 search - on implementing find/replace 2014-03-02 03:17:34 +09:00
ChunEon Park 06be86982c search - on implementing find/replace 2014-02-28 23:41:16 +09:00
ChunEon Park 145549c201 editor - resolved recalculation edje err log message 2014-02-28 01:34:24 +09:00
ChunEon Park c4b685bdbe about - removed inset image in the about scroller. 2014-02-27 16:38:35 +09:00
ChunEon Park 144ec65ee6 edc_editor - set the default font size to the default entry size.
now editor doesn't need to customize the entry theme.
2014-02-27 16:29:23 +09:00
ChunEon Park 9d8513f005 menu - fixed warning message typo 2014-02-26 10:57:35 +09:00
ChunEon Park fb1b4d861f search - on implementing search function. 2014-02-26 10:36:53 +09:00
ChunEon Park e93ff21211 Merge branch 'master' of git+ssh://git.enlightenment.org/tools/enventor
Conflicts:
	data/themes/default/images.edc
	data/themes/default/images/Makefile.am
2014-02-23 01:04:26 +09:00
ChunEon Park 496444ffc0 hotkey - improve ui. 2014-02-22 15:42:17 +09:00
ChunEon Park a020bbe71e hotkeys - adjust hotkey area height 2014-02-22 15:05:47 +09:00
ChunEon Park e442bc8d4c hotkeys - improve ui. apply icons 2014-02-22 15:01:07 +09:00
ChunEon Park cb7c6f085f ctxpopup - adjust button size in the slider. 2014-02-22 13:53:26 +09:00
ChunEon Park 409d97f43c panes - fix the panes view recovery.
added missed signals in customized theme.
2014-02-22 13:44:58 +09:00
ChunEon Park 32aeb3ee48 hotkeys - toggle the hotkey button icon 2014-02-18 02:13:34 +09:00
ChunEon Park ab238bf1c6 setting - be scalable ui. 2014-02-10 23:03:04 +09:00
ChunEon Park 5d8d5e2493 statusbar - realign text and their display area. 2014-02-10 22:49:56 +09:00
ChunEon Park e79e216e39 be scalable ui. 2014-02-10 11:48:42 +09:00
ChunEon Park 612cf5f769 panes - support scalability 2014-02-07 16:57:56 +09:00
ChunEon Park 13d1a9f2c8 statusbar - ellipsis group name when the string is long. 2014-02-04 19:18:43 +09:00
ChunEon Park 3a586dface improved gui.
added layout background tiled image.
2014-02-03 19:15:37 +09:00
ChunEon Park 9651c0dddd ctxpopup - rename part name for consistency. 2014-01-30 12:25:35 +09:00
ChunEon Park 486a9b8f44 statusbar - removed unnecessary clip part 2014-01-30 12:22:57 +09:00
ChunEon Park 3aefa8ff8a hotkeys - add a trigger button for hotkey gui enable/disable 2014-01-30 12:18:31 +09:00
ChunEon Park 4542644e81 implementing hotkey menu 2014-01-29 22:28:02 +09:00
ChunEon Park 967644fb2c improve panes left/right button gui. 2014-01-26 04:14:42 +09:00
ChunEon Park 554adbaf98 panes arrow buttons should be scalable. 2014-01-26 03:29:12 +09:00
ChunEon Park 86b92abd32 adjust status bar text part size.
18 is over the staus bar height.
makes text parts height fit to status bar height exactly.
2014-01-26 03:14:07 +09:00
ChunEon Park 61c8e00df6 enventor - specify the file lists those are included.
now make distcheck could be finished successfully.
2013-11-09 15:28:43 +09:00
ChunEon Park 817dd1b61c enventor - the image part was over-sized. fixd it. 2013-10-23 19:01:16 +09:00
ChunEon Park 9e4fa1a4be enventor - elaborate dummy swallow part outline color. 2013-10-20 02:38:31 +09:00
ChunEon Park 2d26f4ec5a enventor - update ctxpoup style along with dark theme. 2013-10-18 18:23:47 +09:00
ChunEon Park 2f474818af enventor - elaborate syntax color. 2013-10-18 17:01:51 +09:00
ChunEon Park 303bd779e1 enventor - no more support theme change.
now enventor works only on the dark theme based.
2013-10-18 13:41:47 +09:00
ChunEon Park 452c593b6d enventor - reverted unintended change. 2013-10-04 02:03:04 +09:00
ChunEon Park d7a5a51184 enventor - updated theme extension. 2013-10-04 02:00:12 +09:00
ChunEon Park 414186a9d7 enventor - support theme change in the option
but panes bug eeeeek.
2013-09-24 02:29:46 +09:00
ChunEon Park 87e0954f42 enventor - elaborte font size for warning box. 2013-09-23 15:41:25 +09:00
ChunEon Park 0df4dd6be8 enventor - elaborate dark theme entry selection color 2013-09-21 18:00:18 +09:00
ChunEon Park 09a252ecb5 enventor - updated entry style 2013-09-21 17:40:51 +09:00
ChunEon Park 33d7759fab enventor - highlight effect on the menu title 2013-09-21 15:10:25 +09:00
ChunEon Park 089d7b781c enventor - elaborate font sizes. 2013-09-21 14:53:34 +09:00
ChunEon Park 85a868539a enventor - elaborate font style in dark theme 2013-09-21 01:47:05 +09:00
ChunEon Park 901ed9c9af enventor - elaborate the slider ui 2013-09-21 00:42:24 +09:00
ChunEon Park 09c62ee084 enventor - improve uis 2013-09-20 21:43:22 +09:00
ChunEon Park 609cc9cb59 enventor - support dark theme 2013-09-20 20:21:51 +09:00
ChunEon Park 30fc00f6cf enventor - use spacer as possible. 2013-09-20 17:31:46 +09:00
ChunEon Park 4680571992 enventor - elaborate ui 2013-09-20 17:25:29 +09:00
ChunEon Park 8aaaaba80b enventor - elaborate envetor ui 2013-09-20 17:14:00 +09:00
ChunEon Park 0e92e38344 enventor - elaborate uis 2013-09-20 16:48:42 +09:00
ChunEon Park fb01285232 enventor - kill the views after caching time is passed. 2013-09-19 18:52:30 +09:00
ChunEon Park eb38a5da4d enventor - applied view switching effect. 2013-09-19 17:44:51 +09:00
ChunEon Park 59b0368663 enventor - adjust image preview output size. 2013-09-08 17:34:28 +09:00
ChunEon Park eded0b4a6e enventor - added image preview feature. to test it, double click the "image" word. 2013-09-08 17:04:56 +09:00
ChunEon Park 88c8ae53c0 enventor - reverted c1a256d393
Actually image was missed.
2013-09-02 11:22:30 +09:00
Daniel Juyung Seo c1a256d393 enventor - fixed edc build break.
added data/images directory to use logo.png.
another way to fix is to add logo.png into data/themes/images directory but that looks wrong because of duplicated set of one image is not good.
2013-09-01 06:56:13 +09:00
ChunEon Park f9c47b40d4 enventor - improved warning box ui 2013-08-31 22:04:57 +09:00
ChunEon Park 096b09da02 enventor - improved warning box ui 2013-08-31 22:02:19 +09:00
ChunEon Park 2af1534bf8 enventor - adjust font grow effect color. 2013-08-31 21:28:26 +09:00
ChunEon Park 8979530aee enventor - reduce main menu title font size. 2013-08-31 21:23:57 +09:00
ChunEon Park ccac28be17 enventor - some text effect apply in ui 2013-08-31 21:22:27 +09:00
ChunEon Park dd8d0843b4 enventor - updated dummy obj design and updated proto sample. 2013-08-31 02:03:13 +09:00
ChunEon Park 38520e73af enventor - renamed help to about 2013-08-31 01:40:15 +09:00
ChunEon Park 995bb31ee4 enventor - updated menu ui 2013-08-28 23:15:00 +09:00
ChunEon Park 8e7e671cd6 enventor - implemented data path entry ui 2013-08-28 13:22:46 +09:00
ChunEon Park a485774263 enventor - now you can set the font path 2013-08-28 02:26:13 +09:00
ChunEon Park d18c987bc6 enventor - set min size for status bar 2013-08-25 02:05:28 +09:00
ChunEon Park 600d519e43 enventor - updated fileselector menu 2013-08-22 01:43:52 +09:00
ChunEon Park 38ca556d65 enventor - updated menu ui 2013-08-22 01:30:28 +09:00
ChunEon Park e5ee428801 enventor - adjust panes left/right arrow width 2013-08-21 02:10:13 +09:00
ChunEon Park 8bbcc5da08 enventor - renamed theme to themes 2013-08-10 03:08:14 +09:00