=============
Eflete 1.19.0
=============

Changes since 0.7.0
-------------------
Features:
   * many improvments

Fixes:
   * make the Eflete theme scalable
   * project_navigator: remove ghost alias items
   * project_navigator: fix abort on recursive group deletion
   * project_manager: fix crash on folder del

Changes since 0.6.1
-------------------
Features:
   * demo: make posible set to swallow custom layout from opened project
   * workspace: markers for show part on ruler
   * property: make posible call sound manager from property
   * property: make posible call colorclass manager from property
   * property: add to style combobox item for call style manager
   * property: add button for call image manager from image picker
   * export: export edj with only used groups and add append feature.
   * export: export edj with only used groups and add append feature.
   * group_navigator: add UI and apply editor's functions for part copy
   * editor: add API for part copy behaviour and history
   * editor: implement default_is and reset functions for rotation and point color

Fixes:
   * groupview_calc: wrong center calculation for MAP
   * workspace: don't forget to recalc normal.layout before hidding
   * groupview: remove clipper and use "hide source" from proxy object
   * Group navigator: fix list of available part types.
   * popup: disable shortcuts if popup shown
   * Add ___eflete_dummy_sample___  use in programs.
   * import_edj: fix the style loading method.
   * property: disable shortcuts if color class combobox is expanded
   * workspace: make ruler label readble for zoom less 60%
   * Replace edje_object_signal_emit by elm_object_signal_emit.
   * ewe_ruler: fix the dashes position
   * editor_program: emit_source should be not NULL if emit_signal is setted
   * genlist.edc: fix the label suize for property
   * project_save: do not main_loop on splash
   * property_group: item weight could be from 0 up to 9999
   * editor_part: save edje object to update all changes of items made in property
   * resource_manager: do not SIGSEV on project load anymore
   * property_textblock: add missing value Extraexpanded for font width
   * popup: hide popup when invoked object of property is deleted in genlist
   * groupview: set a part name as text to TEXT part is setted text is ""
   * eflete: return EFL_BETA_API_SUPPORT
   * tab_home: show helpers in the middle of window
   * property_textblock: add % to ellipsis or else it will keep confusing users
   * import_edj: compare the widget name exactly.
   * widget_list: fix the memory leak.
   * live_naviframe: do not SIGSEV on part_text_set (check NULL before text set)
   * workspace: recalc container on mode switch
   * groupview: update a object_area calc for avoid artifacts with zoom
   * groupedit: fix text zoom
   * project_navigator: clean up selected group to copy alias
   * property_demo: apply style when it is changed for content widget
   * workspace: fix container fit behavior
   * project_manager: wrap all ecore_exe code into thread_safe_call_sync
   * workspace: set container to center if it smaller a workspace
   * project_manager: fix ecore_exe run in threads for new_theme
   * Tizen theme: fix style for combobox "library" button.
   * Theme: fix highlight menu item with submenu.
   * Project navigator: delete aliasses before delete main group.
   * style_manager: create validator when new popup appeared
   * property_group: sigsev quick fix with tone and sample programs
   * property_textblock: use single lined text for cases when ellipsis is on
   * project_manager: do not use sigset under WIN32
   * sound_manager: do not check not updated vars, so create validator every time
   * property_textblock: fix Background isn't displayed in Preview and program aborted
   * Workspace: add hard update geoup view on part select action.
   * property_textblock: huge refactor to avoid font spaces and weird calculation
   * Validator: add ability to free validators.
   * widget_list: fix the function name
   * property_textblock: remove value duplication in font_glow_list
   * tabs: show project info tab on second and further new theme creating
   * sound_manager: fix little typo
   * property_textblock: update GLOW_SHADOW_DIRECTION combobox on value change
   * project_manager: temporary fix thread blocking when imported edc contain scripts
   * groupview_calc: update text when text_source'd part was deleted
   * tabs: cleanup pointers to avoid SIGSEV on project save when all tabs are closed
   * Group navigator: use internal structures for a part restack order.
   * template: wrong image copy&paste
   * entry: style for noedit (for property controls which use noedit entry)
   * property_image_selector: do not disable so elipsis button will work
   * Group navigator: state copy default item is a "None";
   * group_navigator: unselect part on groupedit when ESC is clicked
   * shortcuts: block shortcuts on zoom dragging
   * combobox TIZEN style: forgotten update on 'library' style
   * combobox style: fix style for 'zoom' combobox
   * group_navigator: when part is added, there is no need in holding part type
   * Splash: remove "Cancel" button.
   * combobox style: fix style errors
   * combobox style: use right style naming (upstream & TIZEN styles)
   * TIZEN hoversel style: additional changes and fixes, use right scroller
   * history_ui: avoid SIGSEV for now
   * combobox style: fix "item,pressed" double invokage
   * tizen combobox: some light click fixes
   * group_navigator: remove NONE type its useless
   * Property group: clear attached data, before delete combobox.
   * splash_anim: fix "raise condition" while export edc group or project
   * editor: fix edje object update for some of param changes (like map and text fit)
   * Project navigator: change the method to get the text
   * sound manager: don't create an eo_stream on select sample
   * group_manager: add all groups if there's no checked widget
   * tabs: don't delete home tab when tabs is cleaning
   * config: get the config dir in runtime
   * Colorclass manager: fir sig Abrt on add new colorclass.
   * project_manager: do not try load not selected widget
   * project_manager: do not try load not selected widget
   * property_image: store height, weight of selected image
   * Ewe theme: ellipsis text in combobox style for colorclass.
   * Ewe theme: ellipsis text in combobox style for colorclass.
   * Project manager: fix export resources.
   * demo: call SWALLOW_SET/TEXT_SET callbacks only for current workspace
   * demo: fix callback-leaks



Changes since 0.5.0
-------------------
Features:
   * new project navigator: use tree to navigate within groups
   * tabs: move the managers to tabs
   * tabs: edit several groups at one time
   * history: support all group arrtibutes
   * group navigator: merge the parts, states and programs lists
   * demo: additional options for swallowed object
   * navigator: posible to add new group, copy or make alias of existing one
   * Eflete: add option for import edj file from command line
   * Property: make possible to rename layouts and styles

Fixes:
   * navigator: fix group deletion
   * image_manager: disable del button after deletion
   * property_group: fix doubling rename change
   * tabs: avoid double tab clicking
   * live_gengrid: fix SIGSEV on item text load
   * shortcuts: delete extra assert
   * image_editor: disable del button when no image is selected
   * popup: disallow empty group addition when popup just showed
   * property_group: better logic with filter
   * property: select program back if it was selected after tab change
   * property_sound: fix the close Eflete after a sound play end
   * property_macros: set None for targets and afters when NULL is selected
   * tabs: clear property so when loaded again it won't show last property
   * property_group: unset Program Property after program deletion
   * project_manager: fix import edc, set correct edje_cc params
   * Config: fix set projects dir path.
   * Main window: hide History block controls.
   * Property: unset and hide any previous content.
   * workspace: fix segfault after closing tab
   * project_navigator: set the corrent string to entry
   * project_navigator: fix group add
   * popup: get the selected path from fs on 'done'
   * property: fix bug with property over history
   * Popup: do not delete list of selected files returned by fileselector while multi
   * style_editor: fix abort while 'open,close,open' routine
   * sound_editor: fix abort after sound editor close
   * Shortcuts: Hot key now work after export project as edc
   * Styles: fix the single line entry size calculation
   * History: fix the wrong property update on undo
   * History: disacart changes only if it exist
   * Styles: do not change the bg state if button disabled
   * Wizards: disable button 'Apply' if project name is invalid
   * History: fix part restack
   * Widget List: Nesting level does not match indentation
   * Part dialog: free validator before close the dialog
   * Connect: don't try unselect the deleted part
   * Property: set the correct name for image fill start and end points.
   * Groupedit: discard set text to part two times
   * Groupedit: discard the double object calculation
   * Colorsel: fix colorsel in property that changes it's size while moving window
   * History: update live view on all other redo/undo changes
   * Connector: rename part gets more and more laggy with every change
   * Live View Property: change parent for Check
   * Property: multiplier min value should be 0
   * Property: don't unset the color_class on part color set

Changes since 0.5.0-beta
-------------------------
Features:
   * Widget list: set the name for new layout on add

Fixes:
   * History: show added diff in history list from combobox
   * History: hide the state list if part list is empty on Unde action
   * Workspace: do not set max part size less then min
   * Styles: propogate events for ctxpopup
   * Property: hide the color class attribute for swallow, spoacer and textblock
   * layouts: fix fallback styles
   * Layout Add: add any number of layouts when there are widgets in project


Changes since 0.5.0-alpha
-------------------------
Fixes:
   * Layout Add: add any number of layouts when there are widgets in project
   * Styles: fix colorselector (add disabled states and some minor fixes)
   * Project manager: fix sound export name
   * history: fix return value on successful undo
   * project_manager: fix random segfault after saving new project
   * image_editor: fix missing image with id 0
   * project_manager: fix new image saving
   * project_manager: add missing eina_thread_mainloop_end
   * live_view: fix properties scroller
   * animator: fix checks in live veiw properties
   * live_view: fix swallowed objects not being deleted
   * properties: internal save on combobox changes
   * Image_editor: fix del logic by clicked apply button
   * Project manager: fix save logic for image resources
   * project_manager: fix random segfaults
   * live_view: fix bg and scale selection panel style
   * Project manager: fix folder image and sound is empty
   * ewe_tabs: fix content theme problems because of missing parent
   * UTC: make it enabled to "make check" from different folder
   * Live View Prop: update loaded layout when scale is changed
   * Project Manager: fix memory leak in Project_Thread (in worker)
   * Property: Group Max/Min value should not change Min/Max if Min/Max has 0 value
   * Part Manipulation: do not delete all programs if there are no parts anymore
   * Shortcuts: export should be disable while project is not opened
   * Project Manager: update style edje edit objects
   * Shortcuts: add Image should invoke Image Editor
   * Live View Prop: fix ...need_recalculate_set() spam if there are signals exist

Changes since 0.4.1
-------------------
Features:
   * Groupedit: apply layout to BOX part
   * Property: add BOX property called layout and alternative layout
   * Groupedit: showing BOX and it's items on workspace
   * Property: add attribure multiplier
   * Widget manager: add field 'items' into Part structure.
   * Shortcuts: add GROUP part shortcut
   * Workspace: show GROUP part on workspace
   * Property: support GROUP's params
   * Part Dialog: new part type GROUP
Fixes:
   * groupedit_calc: fix memory leak on every TEXTBLOCK recalc
   * Sound editor: fix sound playes after select, without auto checkmark
   * properties: fix memory leak in ui_property_style_set
   * live_view: fix memory leak in live_view_widget_style_set
   * wizard_common: fix memory leak
   * Style editor: no sense to mark the project 'changed'
   * Image Manager: Group Item should have size
   * Sound Editor: while in Sample Select mode, add new sound in different way
   * Property macro: fix workspace update
   * conector: fix history block hide/show
   * Live view: fix live view resize at layout block
   * Property: update min-max for item
   * States_List: unset part from states list after part,unselect
   * part_dialog: add internal save after adding new part
   * ui: fix spinner text overflow
   * connector: save style before opening
   * Widget List: fix Controls disappear after redo or undo
   * Widget List: fix restack behaviour while there are expanded Container part
   * Widget List: fix style fallback after restack container part (BOX or TABLE)
   * Widget List: fix SIGSEV after item restack
   * Groupedit: set background of TABLE part according to UI/UX
   * item_dialog: add groups sorting
   * Property: hide 'color' and 'color class' attributes when GROUP part is selected
   * Groupedit: show background of GROUP part when source is NULL
   * Property: fix the tooltips text for text attribute
   * shortcuts: disable delete callback
   * properties: fix image.fill.offset history
   * groupedit: fix proxy colors
   * group_edit: fix color calculation
   * Project Manager: refactor dev-file reload functions
   * Groupedit: fix separate mode selection
   * Property: fix errors on part creation
   * connector: fix layout deletion after adding new layouts
   * connector: make layout and style deletion find another object in the same way
   * Groupedit: unset Group part when source is set to 'None'
   * Spinner: fix style that caused property to spam
   * Live View header: set min size for whole header
   * Workspace: fix contextual menu
   * Live View Property: do not check already checked check while checking 'Texts'
   * Live View: hash which contain default text of text parts (radio)
   * Property: fix code reset after select new part
   * Live View: hash which contain default text of text parts (naviframe)
   * Live View: hash which contain default text of text parts (multibuttonentry)
   * Live View: hash which contain default text of text parts (frame widget)
   * Live View: hash which contain default text of text parts (custom layouts)
   * Live View: hash which contain default text of text parts (common widgets)
   * properties: update code tab on last part deletion
   * Property: update min and max of property
   * Style editor: fix save activation logic
   * ui_connector: fix segfault on style deletion
   * ui_connector: fix layout delete
   * sound manager: add tone name check
   * Sound Manager: fix sound sample add
   * Live View Property: while in Animator move menu (bg radios and scale) inside
   * connector: add mmaped file reload on style loading
   * Colorclass: fix save enable logic
   * Property: save and update loaded group when draggable is changed
   * Workspace: background for proxy part
   * properties: fix TEXTBLOCK tags support
   * animator: show real program name on unfocus
   * ui: set default focus in dialogs
   * project_manager: fix wrong behaviour on edc compilation failure
   * project_manager: fix .pro file being damaged on crash
   * Property: update Live View after set image from Image Editor
   * Saving routines: reload file after every inner save fix
   * Wizard: warning message if path to file is not entered
   * Project Open: block menu when error is shown while 'Project Open' action
   * Property: fix wrong filename after new image add from property
   * Property: state image change fix
   * Project Manager: ask if user is sure about 'unchanged project close'
   * Export edj/edc: fix warning name in "export edc/edj"
   * Widget List: fix crash after new part box(table) with item delete
   * Widget Manager: do not allow to delete latest style and notify about it
   * properties: fix localization issue in enventor mode
   * Main Menu: block menu while splash is active (in new theme, open and import)
   * properties: fix the console error with 'proxy source' control
   * Styles: add clipper for text in "image" Entry
   * animator: fix segfault on mode change after deleting all programs
   * project_manager: fix segfault on 'New project' close
   * Project Open: 'Project is not selected' warning
   * Shortcuts: fix type for Ctrl+Y (redo)
   * Import Edj: change error message when 'path to edj file' is empty
   * Export Edj: enable menu after 'Export_edj_develop' mwin close ('X' button)
   * Widget List: item add shows error if there is only one group in project
   * fix other list-free memory leaks
   * wizard_import_edc: fix memory leak
   * live_view: fix memory leaks
   * Live View: genlist fix of container/text set
   * Live View: gengrid fix of container/text set
   * Widget manager: reduse the creating time of wm_style
   * Open project: disable the main menu while the dialog is open
   * sound_editor: fix segfault if main window is not created
   * UTC: live_widget change const char pointers to Style *
   * UTC: live_view_test fix
   * UTC: live view style set fix
   * Style: fix layout for signals in live view property
   * Style: fix frame for live view
   * Styles: fix 'ellipsis' build warning from main_menu style
   * live_view: fix SEGFAULT when opening ill-named genlist item style
   * Property: fix update all source attribute
   * Live_view: Update panel accroding to new UI / UX
   * Wizards: add notify message on project import event
   * Groupedit: set color2 as outline and color3 as shadow for editable TEXT
   * Live View: update live view when new signal added
   * Groupedit: object area calculation now use offsets
   * Style: fix size difference between expanded frame with and without checks
   * Live_view prop: add frame collapse prohibition if no items
   * Live View Property: disable check of frame if there are no items
   * Property: fix visibility of "position" field (for TABLE/BOX)
   * Styles: set the ellipsis for combobox color_class items
   * Styles: set text align to left for combobox items
   * Property: add correct values for part item aspect ratio mode.
   * Property: fix item.weight attribute.
   * Live_view prop: fix property and radio layouts
   * Style: fix frame for LiveView, Signal frame doesn't need any checks in header
   * Style: fix panel size in Live View
   * Style: clipper behavior on collapsed and expanded states
   * Styles: fix panel style according to UI/UX
   * Groupedit: could not be resolved for class 'Evas_Rectangle' message SPAM fix
   * Live View Property: fix style reload drop swallow/text check's styles
   * Live View Property: hide scroller when live view is unset
   * Combobox: fix style set
   * Live View: apply style to Radio widget
   * About Window: fix incorrect animation
   * Property: fix typo after refactoring state.max
   * Project manager: fix generation options for edje_cc in enventor mode.
   * Property: change the labels for aspect ration controls
   * Style: change the state of button image in collapsed state of frame
   * locale: fix for systems without nls support
   * Live view: fix apply scale value to the non-widget objects.
   * Project manager: add handlers into enventro save function.
   * Enventor: fix segfault on switch to enventor mode.
   * Groupedit: fix TABLE - border was removed by accident
   * Property: fix mistake in property TABLE/BOX (min checks update)
   * Property: fix macro descriprions
   * Properties: fix aspect ratio display issue
   * Widget List: fix SIGSEV on part selection when BOX/TABLE items are expanded
   * Style: update style for combobox accordingly to guideline
   * Style: fix size of '2swallow' property layout parts
   * Groupedit: remove recalc for BOX
   * Widget list: fix scroll at Widget list after new item was added/deleted
   * Menu: disable and enable menu while "Export EDJ" inwin opening/closing
   * Groupedit: select item on workspace for BOX
   * Groupedit: spread items in BOX - fix bug of borders being on top
   * Project_manager: fix overall top levels generation
   * Export Edj: fix SIGSEV on fileselector close after "Export edj => develop"
   * About Window: about information should slide from begin to end fully
   * Property: hide BOX, TABLE and item's frame after style unload
   * Part Dialog: new part should disable Save Project button
   * Widget List: fix Item isn't visible after added few Box with Item
   * Open Project: fix shortcut blockage after project load
   * windows: fix theme loading
   * BOX/TABLE Item Dialog: show error message when item is already exist
   * BOX/TABLE Item Dialog: show error message when item's source is not selected
   * Enventor: add pathes for enventor object.
   * sound_editor: fix compilation with --disable-audio
   * Style: fix genlist item tree style.
   * Style: fix history genlist item style.
   * UTC: fix liveview test accourdinly to changes in the Elementary
   * Connector: fix create modal window for fileselector.
   * Groupedit: fix delete components of groupedit part.
   * Connector: fix _on_export_done (export as edj -> develop)
   * Groupedit: make border and highlight items (of BOX) as part of groupedit
   * Property: fix scroller calculation at property after part selection
   * Groupedit: fix Textblock add logic
   * Live View: fix notification popup show.
   * Style: change the frame default style accourdingly to guideline
   * History: fix group min/max attributes history flow.
   * History: fix incorrect part add undo action.
   * Style: change the spiner style accordingly to guideline
   * Connector: remove setting style for button "Ok" in popup dialog
   * Widget List: fix segfault on TABLE part delete.
   * Styles: fix label style for eflete
   * Styles: fix style for image_info
   * Live_genlist: fix check logic
   * Live_gengrid: fix check logic
   * Styles: fix segmant control style name
   * Image editor: fix segfault on close select image dialog
   * History: fix loading history in genlist
   * Property: set existing style for image tween frame
   * Property: change property part unset
   * Connector: add prohibition on empty name field Export edj
   * Project manager: fix addition of extension while export file
   * Live_view: fix checkmark for animator
   * Live_view: fix checkmark for list
   * Live_view: fix checkmark for radio and scroller
   * Live_view: fix checkmark on Swallow and Texts logic
   * Property: fix deploy at property list
   * New Theme: quick fix, compile with dependency groups
   * History: fix seg fault on x86 while new state add for some part
   * Delete unnecessary stringshare
   * localization: fix ngettext calls if localization is disabled
   * Connector: fix highlight item absence after layout add
   * project_manager: make pm_project_thread_project_get inline
   * common_macro: fix value from wrong enum warning
   * Connector: show created property that is hidden after new project reopen
   * Build: Ability to build project from different places
   * Live_view: fix deploy at live view property list
   * Property: show error on wrong part source set
   * Export Edj: ability to show all files in fileselector during export
   * Style dialog: fix highlight item absence after style add
   * UTC: fix random fail/pass of workspace_edit_object_part_rename tests
   * Connector: update workspace to apply saved and new text styles
   * New Theme: animation of "New Theme" window
   * Menu: minor fixes with editor buttons disable
   * Style Editor: do visible new style after 'save project'
   * Ability to build project from different places
   * Fix the build of tests after ewe move
   * Fix the build resources
   * UTC: fix pm_thread_free test
   * Shortcuts: disable some shortcuts while in enventor mode
   * Style Editor: fix segmentation fault on using newly added style for textblock.
   * Connector: fix adding sound with enventor mode
   * groupedit: fix ERR on style reopen
   * widget_manager: fix memory leak
   * history: fix memory leak
   * style_editor: fix mixed char*/stringshare usage.
   * Zoom: disable ability to zoom in or out while style is not loaded
   * Zoom: zoom reset on unloading style
   * style_editor: fix incorrect memory read in _lines_colors_update
   * sound_editor: fix memory leak
   * animator: fix memory leaks in program_editor
   * animator: fix memory leaks in program_sequnce
   * animator: fix memory leak
   * Live view: fix incorrect double swallow add at live view
   * project_manager: fix memory leak on new project creation
   * external/syntax_color: fix memory leak
   * Connector: fix highlight item absence after layout del
   * Connector: fix 'export group' cancel not work
   * ui_property: fix SEGFAULT on exit if part with type TEXT selected
   * UTC: fix failing colorclass_viewer positive test
   * ui_property: fix memory leak in macro ITEM_1COMBOBOX_STATE_UPDATE
   * ui_property: fix memory leak in macro ITEM_1COMBOBOX_PART_*
   * Property: free enventor object on style unset.
   * Style_dialog: fix style addition
   * Wizard: disable special menu items on _cancel_cb while imporing edc or edj
   * Wizard: change accepted symbols for project names
   * ui_property: fix memory leak in macro
   * Connector: delete duplicate saving after adding new layout
   * main_widow: fix invalid memory read
   * ui_property: fix memory leaks
   * widget_manager: fix layout aliasses linking
   * widget_manager: fix memory leak in wm_widgets_list_new


Changes since 0.4.0
-------------------

Fixes:
   * fixes memory leaks.

Changes since 0.3.1
-------------------

Feature:
   * Sound editor: add, remove, search sounds and tones;
   * Image Editor: show usage list of selected image (list of groups);
   * Image Editor: icon for unused image in gengrid;
   * Style editor: tabs for text, format, glow & shadow and lines for edit;
   * Wizard: new project with different number of widgets;
   * Wizard: import edj and edc;
   * Program editor: show animator and programs sequence;
   * Shortcuts: different hotkeys for working with eflete, workspace, project etc;
   * History: undo/redo;
   * Workspace: zoom in and out with hotkeys, mouse and by using eflete main menu;
   * Support PROXY part type;
   * Animations of editors and modal windows;
   * Highlight: grabbing and moving part by holding "Ctrl+Alt";
   * Enventor Integration: Use Enventor object for 'Code' tab;
   * Main window: add new buttons for editors to toolbar;
   * Splash: animation for saving, loading and compiling.

Fixes:
   * Program editor: fix in.from and in.range fields;
   * Image editor: select multiple images by pressing on CTRL;
   * Program editor: localization fix;
   * Property: disable mouse wheel events for spinners;
   * Groupedit: calculate real size of groupedit;
   * Live View: fix Live View looks incorect when there is no "version: 110";
   * Live View: fix Live View doesn't update part names when they are changing;
   * Groupedit: fix wrong calculation of Object Area;
   * Workspace: 'min' and 'max' for group.

Changes since 0.3.0
-------------------

Feature:
   * Image Editor: groups of images (included into edj, linked);
   * Image Editor: set size of icons in genlist based on original size of image;
   * Image Editor: new image editor window;
   * Image Editor: displaying image information;
   * Program editor: support FROM_CURRENT option of transition.

Fixes:
   * Program editor: fixing transition fields blocking;
   * Program editor: fixing labels reset after action type change;
   * Program editor: fixing callbacks update;
   * Program editor: moving entry callbacks to object creation;
   * Property: fixing tween frame style;
   * Notify: removing ellipsis.

Changes since 0.2.9
-------------------

Fixes:
   * Project Manager: export to edc with latest changes in project;
   * Project Manager: fixing wrong behavior on file access issues;
   * Property: fix update border value in property;
   * Save File Dialog: fixing SEGFAULT on edc export;
   * Program Editor: fixing wrong names of new programs;
   * Panes: fixed min size for right part (property block).

Changes since 0.2.8
-------------------

Feature:
   * Property: add turn option on/off ellipsis attribute;
   * Image editor: choose a image on double click.

Fixes:
   * Fix warning window shown;
   * Program editor: fix a bug with delete 'target' and 'after' fields;
   * Program editor: fix extra warnings;
   * Program editor: add label to 'Add program' window;
   * Property: reset a image border after image change;
   * Property: fix a sequence of parts in the combobox after part reorder in the
     'Widget List'.

Changes since 0.2.7
-------------------

Features:
   * Live View: adding notify;
   * Live View: adding naviframe.

Fixes:
   * UTC: fix report generation;
   * UTC: fix failing tests;
   * Colorclasses: updating property after adding new colorclass or removing old;
   * Property: fix GLOW effect;
   * Live View: fix code style;
   * Groupedit: fix segfault when scroll down;
   * Groupedit: fix restack of items when in separated mode;
   * Groupedit: fix unselect after scroll down.

Changes since 0.2.6
-------------------

Features:
   * Dialogs: open and save files dialogs now moved from inwin to modal windows.

Fixes:
   * Dialogs: refactoring;
   * Program Editor: changing program properties without pressing Enter;
   * Program Editor: applying changes to signal list after adding new signal;
   * Live View: empty container is shown even when part's list is empty;
   * Property: fixing "clip_to" wrong list of items;
   * Property: scroller doesn't scroll when anything of parts isn't selected;
   * Fix -Wshadow errors.

Changes since 0.2.5
-------------------

Fixes:
   * Groupedit: remake a separate mode, delete unnecessary objects;
   * Fix documentation.

Changes since 0.2.4
-------------------

Fixes:
   * Live View refactoring;
   * Groupedit: remake bg in the separate mode;
   * Workspace: move to ewe_ruler.

Changes since 0.2.3
-------------------

Features:
   * Live View property: setting swallows blocks into live view object;
   * Live View property: setting texts blocks into live view object;
   * Live View property: sending signals into live view object;
   * Part property: add border_fill combobox for IMAGE part;
   * Part property: add tweens for IMAGE part;
   * Part property: add effect for TEXT part;
   * Styles: add reorder mode for genlist of parts of loaded style.

Fixes:
   * packing images into resources.edj file (refactoring);
   * fixing UTC compile;

Changes since 0.2.2
-------------------

Features:
   * Part property: add styles list to the textblock;
   * Part property: add field chooser ignore flags.

Fixes:
   * fix ewe version depends;
   * update images parts fill block params on groupedit.

Changes since 0.2.1
-------------------

Features:
   * Part property: add the fill property for image part type;
   * Part property: multiline mode for textblock part;
   * Part property: cursor mode for textblock part;
   * Part property: pointer mode for textblock part;
   * Part property: entry mode for textblock part;
   * Part property: select mode for textblock part;
   * Part property: source [1-6] for textblock part;
   * Duplicate part state.

Fixes:
   * Add Container to the live view;
   * Small fixes in live view module.

Changes since 0.2.0
-------------------

Features:
   * Signal list: change states of the group parts accordingly to selected
     signal.

Fixes:
   * delete the build target folder.
   * fix bug with STATE_SET after creating new program.
   * update the default value in the rel1_to (x/y) fields from "None" to
     "Layout".
   * fix the bug with closing file dialog in the image editor, if image not be
     selected.
   * in the field "text" of TEXT and TEXTBLOCK part property may type all
     symbols.
