This is an automated email from the git hooks/post-receive script.
hermet pushed a change to annotated tag v0.4.1
in repository tools/enventor.
at 56f8fb3 (tag)
tagging c90daa542353bbf7023254bdc05e4552d2f1f821 (commit)
replaces v0.3.0
tagged by ChunEon Park
on Tue Nov 11 11:49:49 2014 +0900
- Log -----------------------------------------------------------------
enventor 0.4.1
Alex-P. Natsios (1):
auto_completion - fix typo for 'relative'
ChunEon Park (149):
updated AUTHORS
edc_editor - fix the disappear scrollable functionality.
edc_editor - fix the vertical scroller disappear on ctrl+v
removed unused images.
refactoring code.
code refactoring.
look efl version one way
updated README
finished the missed code clean up.
revise redo/undo code
editor: update line status when text is changed.
editor: display redo/undo message.
editor: additional descriptive messages.
goto: allow only digits input
goto: removed an empty line.
goto: removed a period in the message
editor: update current line status properly.
editor: set line number status correctly when edc is empty.
redoundo: remove odd line status updation call.
redoundo: fixed typo.
updated AUTHORS
code refactoring.
panes: apply flush style.
syntax_color: add a keyword
indent: free the used memory.
indent: code refactoring.
fix shadow, unused build warnings.
configure: cut off invalid pkg dependency.
dummy_obj: declare a function in the header to be exposed.
edc_parser: support action slider for color2, color3 keywords.
configure: don't depend on eo yet.
fix indenation.
edc_editor: update file path on title exactly.
template: refactoring.
theme: adjust text editor background color.
menu: adjust some messages.
statusbar: improve layout.
edc_editor: request edc file mapping all in reading.
template: code refactoring.
ctxpopup: free the resource after use
template_code: rename template texts
configure: check ecore-file dependency
build: build with ecore_exe and notify errors.
console: implemented basic infra
panes: code refactoring.
panes: removed unused.
panes: support top/bottom drag for console.
live_edit: revise the code
updated AUTHORS
redoundo: removed non-body declares.
tools: renew tools items.
panes: refactoring code.
console: new feature comes.
live_edit: modify status messages.
console: eeek. add missed header file.
panes: adjust console default size.
live_edit: template insertion is disabled while in Live Edit mode.
menu: revise previous commit 06c7aac63df803a30335d6e48102e4883e516780
live_edit: revise code
live_edit: access layout obj
live_edit: don't create menu multiple times.
live_edit: changed short cut key.
template: apply syntax color after template code is inserted.
template: print exception message in case of out of collections.
template: keep the external functions to be lower position.
template_code: fix one less line increase problem in template inserting.
template: insert image parts not only live edit mode.
template: don't use static buffer as possible.
Revert "template: insert image parts not only live edit mode."
template: clean up code.
template: correct line increase in part insert.
template: fix to not insert empty line in editor template insert.
template: fix typo introduced while code clean up.
console: keep the previous position even it relaunched
auto_comp: correct candidates lists.
auto_comp: reset tooltip at better proper position.
ui: apply compact image for simple.
menu: improve ui.
ctxpopup: support mouse wheel to go prev/next image.
edc_editor: update selection area when image preview goes prev/next.
edc_parser: missed push to previous commit.
remove workaround code
ui: update dummy swallow image.
ui: apply compact swallow image for simple.
live_edit: revise theme.
theme: code refactoring.
menu: adjust ui.
live_edit: cancel live_edit if edc is reload.
add author list in readme
tools: fix typo.
about: add about file.
fix make distcheck to work correctly.
edc_parser: code refactoring.
remove redundant theme recover.
setting: change the preference ui.
Revert "enventor: Add customized entry styles for line entry"
live_edit: use font macro.
setting: use slider text instead of label widgets.
template: insert the textblock styles when template code inserted.
tools: improve tools ui.
tools: remove shining image.
tools: fixed typo.
tools: improve tools gui.
fix grammatic fault.
update gitignore list
library support.
main: set enventor options after setting file.
main: code clean up
oops.. fix build break.
update command line usage manual.
edj_viewer: remove redundant function
about: put only major authors who've worked for development.
main: remove workaround code that is no more valid.
about: renamed author to developers.
live_edit: code refactoring.
app/file_mgr: add a descriptive comment for maintainance.
app/file_mgr: revise warning box gui.
app/file_mgr: fix build warning.
app/about: updated.
updated AUTHORS
fix make distcheck errors
app/config_data: make compatible with windows.
app/config_data: fix wrong pass.
bump up version
updated docs
lib: remove header file which should not be tracked.
updated NEWS
updated gitignore
fix build warnings.
app/file_mgr: set focus properly.
app/file_mgr: don't allow any shortcut keys if warning box is opened.
app/main: adjust key handle priority.
app/file_mgr: fix build warnings.
app/file_mgr, menu: fix more build errors.
lib/enventor: support focused smart callback.
app/file_mgr: open warning box deferred way.
lib/build: update the build commands.
app/file_mgr: update missed function delcares.
lib/syntax_color: free allocated memory.
lib/auto_comp: don't access free memory.
lib/edj_viewer: free eio_monitor properly.
ctxpopup: code refactoring
lib/ctxpopup: call dismiss before object is deleted.
lib/ctxpopup: fix to close ctxpopup correctly.
lib/enventor: fix typo
app/setting: remove unused var.
lib/ctxpopup: disable slider focus.
fix wrong package dependency.
bump version up 0.4.1
Daniel Juyung Seo (6):
search: initialize the local variable.
config: fixed buffer not null terminated bug.
edj_viewer: Fixed write to pointer after free bug.
edc_editor, edc_parser: fixed resource leak.
edc_editor: cast pointers to another types correctly.
theme: Add ellipsis: -1 for text parts with min: 1 X.
Igor Murzov (2):
Translate the desktop file to russian
xz is the preferred compression method these days.
Jaehyun Cho (30):
enventor: Add log messages for memory allocation error
enventor: Add back button on menu screen
enventor: Add customized entry styles for line entry
enventor: Correct a contributor name
enventor: Change tools from toolbar to box with buttons
enventor: Change tools from toolbar to box with buttons
edc_editor: Fix T1602 to update syntax color after deleting a line
globals: Change default file name to use pid as identifier
confic_data: Fix T1662 to always save edj file in /tmp/
liveedit: Add text shadow in live edit template
tools: Fix to set data for swallow button callback data
config: Add argument "-to" to open a new file with templates
config: Show tool bar of enventor as default
enventor_smart: Store dummy_swallow value in Enventor_Object_Data instead
of view_data.
menu: Fix to set config edc path when an edc is loaded
build: Fix to show multi-line error message on console.
auto_comp: Support auto_comp and color for keyword base_scale.
auto_comp: Support auto_comp and color for keyword set in images.
auto_comp: Support auto_comp and color for keyword box, table, item,
items, layout, and padding.
enventor: Support "edc,modified" smart callback.
live_edit: Fix build error by using open API instead of private API.
file_mgr: Support that an edc is opened by different processes.
search: Fix to clear selection when find window is moved or closed.
auto_comp: Support "Tab" key to auto complete.
theme_ext: Fix T1752 (fix error message with ELM_SCALE)
enventor: Fix T1756 (wrong group name is displayed in status bar)
auto_comp: Remove unnecessary call.
auto_comp: Reset queue when arrow keys are pressed.
file_mgr: Fix T1754 (file mgr warning box is not dismissed with esc key)
ctxpopup: Fix T1753 (ctxpopup is not closed when esc is pressed)
Kateryna Fesyna (9):
edc_editor: focus lose on left-arrow key is pressed
[EDC-Editor] Make template of parts to use unique names on insertion
Enventor: Prototipe of Drag-n-Drop feature. Patch 1.
EDJ Viewer: fix reseting of layout on edc compiling
Enventor: Prototipe of Drag-n-Drop feature. Patch 2.
Live Edit: Part insertion is disabled while in Live Edit mode
Live Edit: clear selection before insertion
Live Edit: Add ability to drag new part area
Live_Edit: Use template groups as background of new part in Drag-n-Drop
mode
Mykyta Biliavskyi (13):
Redo/Undo: implementation of redo/undo feature.
edc_editor: Fix template text range for undo/redo feature.
indent: enhanced integration with Redo/Undo module.
edc_editor: fix segfault on last character undo.
redoundo: fix cursor position after undo action.
redoundo: fix cursor position after redo action.
menu: Fix change window title.
redoundo: dismiss text selection after redo/undo action.
menu: Update window title on creation empty project.
redoundo: add limit for maximum depth.
template: fix generate for names of templates.
live_edit: create menu if it still does not created.
dummy_object: change input param for edje_object_add from Evas_Object* to
Evas*
kabeer khan (1):
Main : Corrected typo, replaced h with H
-----------------------------------------------------------------------
No new revisions were added by this update.
--