Commit Graph

759 Commits

Author SHA1 Message Date
ChunEon Park c90daa5423 bump version up 0.4.1 2014-11-11 11:40:17 +09:00
ChunEon Park ef693eba67 fix wrong package dependency.
Thanks Scimmia!
2014-11-03 23:23:31 +09:00
ChunEon Park 7adb7fc5ae lib/ctxpopup: disable slider focus.
There is a editor auto scroll problem.
We don't need focus on slider so disable the slider focus that triggered the problem.

Please fix it later if possible.
2014-11-03 17:26:08 +09:00
ChunEon Park 59a4e2bfa3 app/setting: remove unused var. 2014-11-03 15:33:57 +09:00
ChunEon Park ff7caeae42 lib/enventor: fix typo 2014-11-03 15:33:15 +09:00
ChunEon Park 07b52da739 lib/ctxpopup: fix to close ctxpopup correctly.
image previews won't be closed since it's enabled state is incorrect.

keep up state correctly for image preview relaying.
2014-11-03 14:27:33 +09:00
ChunEon Park bc2f514d96 lib/ctxpopup: call dismiss before object is deleted. 2014-11-03 13:53:55 +09:00
ChunEon Park 936fd19e35 ctxpopup: code refactoring
clear up code.
2014-11-03 13:43:13 +09:00
Jaehyun Cho 02fb416a85 ctxpopup: Fix T1753 (ctxpopup is not closed when esc is pressed)
Summary:
Fix to dismiss ctxpopup when esc is pressed or menu is opened
@fix

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1631
2014-11-03 12:19:33 +09:00
ChunEon Park 5c8ff06ba3 lib/edj_viewer: free eio_monitor properly. 2014-11-01 20:13:59 +09:00
ChunEon Park 0c315a64f8 lib/auto_comp: don't access free memory.
entry smart callback could be called after auto_comp is terminated.
Don't access the freed autocomp instance in the entry callbacks.
2014-11-01 20:03:39 +09:00
ChunEon Park 6569821349 lib/syntax_color: free allocated memory. 2014-11-01 18:45:42 +09:00
ChunEon Park 22a39f2d47 app/file_mgr: update missed function delcares. 2014-11-01 18:31:27 +09:00
ChunEon Park 859d38c7f0 lib/build: update the build commands.
if the edc file path is changed, the build command should be updated.
Before this fix, it missed updation so the live view wasn't updated even if new template is selected.
2014-11-01 18:29:56 +09:00
ChunEon Park 243d6a1330 app/file_mgr: open warning box deferred way.
if envnetor opened menu or some other popups,
edc modified warning box will be delayed to the editor has focus.
2014-11-01 18:21:13 +09:00
ChunEon Park c39f46970c lib/enventor: support focused smart callback. 2014-11-01 18:20:21 +09:00
ChunEon Park d90e2101b9 app/file_mgr, menu: fix more build errors. 2014-11-01 17:31:02 +09:00
ChunEon Park 0ad8fd8180 app/file_mgr: fix build warnings. 2014-11-01 17:23:20 +09:00
ChunEon Park 8c7197e7f3 app/main: adjust key handle priority.
prevent any short key functions if a popup is opened.
2014-11-01 17:20:33 +09:00
ChunEon Park b72a9a2b32 app/file_mgr: don't allow any shortcut keys if warning box is opened. 2014-11-01 17:13:37 +09:00
ChunEon Park 9c37b14e98 app/file_mgr: set focus properly.
Set focus on warning box if warning box is opened.
And then recover to enventor if it's closed.
2014-11-01 17:10:36 +09:00
ChunEon Park e513684d22 fix build warnings. 2014-11-01 01:15:58 +09:00
ChunEon Park 1f48b61710 updated gitignore 2014-11-01 01:01:05 +09:00
Jaehyun Cho c31f0f4f0b file_mgr: Fix T1754 (file mgr warning box is not dismissed with esc key)
Summary: Fix T1754 (file mgr warning box is not dismissed with esc key)

Reviewers: Hermet

Reviewed By: Hermet

Maniphest Tasks: T1754

Differential Revision: https://phab.enlightenment.org/D1629
2014-11-01 00:56:56 +09:00
ChunEon Park 91daff0913 updated NEWS 2014-11-01 00:51:04 +09:00
ChunEon Park 8137317bd1 lib: remove header file which should not be tracked. 2014-11-01 00:20:56 +09:00
ChunEon Park 66d5c37320 updated docs 2014-11-01 00:18:15 +09:00
ChunEon Park 89eaac3468 bump up version 2014-11-01 00:14:24 +09:00
ChunEon Park 8d0622fafe app/config_data: fix wrong pass. 2014-10-31 23:58:19 +09:00
ChunEon Park 5ff7e99169 app/config_data: make compatible with windows.
save temporary edj file in folder which is generated by eina_file_mkstemp()

suggested by adrien.
2014-10-31 23:04:31 +09:00
ChunEon Park ed0da0ab10 fix make distcheck errors 2014-10-31 22:24:19 +09:00
ChunEon Park e2b9118c49 updated AUTHORS 2014-10-31 22:07:05 +09:00
Jaehyun Cho ae90b70c57 auto_comp: Reset queue when arrow keys are pressed.
Summary: Reset queue when arrow keys are pressed(when cursor is moved without character input).

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1626
2014-10-31 22:02:08 +09:00
Jaehyun Cho bf59f2c8da auto_comp: Remove unnecessary call.
Summary: Remove unnecessary call. queue_reset() includes entry_anchor_off() already.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1616
2014-10-31 21:58:05 +09:00
Jaehyun Cho d135e0c9ea enventor: Fix T1756 (wrong group name is displayed in status bar)
Summary: Fix to not display wrong group name in status bar with empty template.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1628
2014-10-31 20:48:39 +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 4244351e0b auto_comp: Support "Tab" key to auto complete.
Summary: Support "Tab" key to auto complete.

Reviewers: Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1614
2014-10-31 15:09:59 +09:00
Jaehyun Cho 7f6206269e search: Fix to clear selection when find window is moved or closed.
Summary: Fix to clear selection when find window is moved or closed. Otherwise, the selection block begins from old one.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1581
2014-10-28 01:23:24 +09:00
ChunEon Park ed3a2b93e5 app/about: updated. 2014-10-24 17:38:53 +09:00
ChunEon Park 92cad63c43 app/file_mgr: fix build warning.
fix warning that introduced by 8c68bc9981
2014-10-24 13:36:46 +09:00
ChunEon Park d6522842f3 app/file_mgr: revise warning box gui. 2014-10-24 13:35:17 +09:00
ChunEon Park 04682f7814 app/file_mgr: add a descriptive comment for maintainance. 2014-10-24 13:23:52 +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
ChunEon Park 516ae82bab live_edit: code refactoring.
changed variable name.
2014-10-24 11:59:29 +09:00
Jaehyun Cho 03c80d7025 live_edit: Fix build error by using open API instead of private API.
Summary: Fix build error by using open API instead of private API.

Reviewers: Hermet, seoz

Differential Revision: https://phab.enlightenment.org/D1575
2014-10-24 11:57:33 +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 72e28a7310 enventor: Support "edc,modified" smart callback.
Summary: Support "edc,modified" smart callback. The event_info of edc,modified smart callback indicates whether the modification is done by itself or by other process.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1551
2014-10-23 16:39:31 +09:00
Jaehyun Cho c62b19e9c7 auto_comp: Support auto_comp and color for keyword box, table, item, items, layout, and padding.
Summary: auto_comp: Support auto_comp and color for keyword box, table, item, items, layout, and padding.

Reviewers: Hermet

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

Conflicts:

	src/lib/auto_comp_code.h
2014-10-23 10:52:57 +09:00
Jaehyun Cho d55e920eb0 auto_comp: Support auto_comp and color for keyword set in images.
Summary: auto_comp: Support auto_comp and color for keyword set in images.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1563
2014-10-23 10:37:46 +09:00
Jaehyun Cho f89a9be19f auto_comp: Support auto_comp and color for keyword base_scale.
Summary: auto_comp: Support auto_comp and color for keyword base_scale.

Reviewers: Hermet

Differential Revision: https://phab.enlightenment.org/D1562
2014-10-22 15:53:01 +09:00