This is an automated email from the git hooks/post-receive script.

rimmed pushed a change to annotated tag v0.7.0-rc
in repository tools/eflete.

        at  389b3e0   (tag)
   tagging  66fffd4d519106e8a15309f857815c93c284d6b9 (commit)
  replaces  v0.6.0
 tagged by  Vyacheslav Reutskiy
        on  Fri Jul 1 14:53:58 2016 +0300

- Log -----------------------------------------------------------------
Version v0.7.0-rc

Andrii Kroitor (349):
      group_manager: implement program add/del
      git: update .mailmap
      property: fix incorrect update
      tabs: fix tab close
      property_group: fix double-free
      editor: update banned api
      main_window: remove elm_widget_sub_object_add hack
      tabs: fix error on closing project with open tabs
      sound_editor: fix segfault on second project close
      theme: fix entry style
      group_navigator: fix errors on part restack
      group_manager: comment out usage freeing
      Revert "diff: do not abort on undo merged diffs (text name undo)"
      editor: fix abort on redoing part rename
      editor: use correct type for program rename
      property: fix SEGFAULT after part rename from history
      editor_part: fix wrong undo value stored
      demo: add missing initialization of variable
      project_manager: correct declaration of function with no parameters
      fix clang warning: equality comparison with extraneous parentheses
      config: remove wrong check
      editor: fix targets clean logic on program action set
      container: remove unused calculation
      demo/live_segment_control: remove unused function call
      tabs: fix unsafe list usage
      groupedit_calc: remove unnecessaty evas_object_table_col_row_size_get 
calls
      live_popup: fix possible out of bounds
      group_navigator: fix clang "Dead assignment" warning
      property: disable entries for group and program names
      hitory: fix genlist item style
      group_navigator: move part type selection from menu to combobox
      theme: expand "elm/genlist/tree/item/default" style
      group_navigator: use states for parts instead of separate item classes
      group_navigator: fix bug with double clicking on state
      group_manager: fix state reset after save
      managers: reset property on opening project
      group_navigator: remove elm_check animation on genlist_item_realize
      shortcuts: implement hisoty undo/redo
      history_ui: fix wrong item states when change is made while history is 
open
      history_ui: optimize genlist callbacks
      editor: add missing saves
      group_navigator: use separate style for items caption
      group_navigator: update parts/programs caption
      group_navigator: update gelist part style
      group_navigator: update states and items styles
      group_navigator: update program style
      project_manager: disable aggresive resource checks
      genlist: fix disabled state
      property_group: fix doubling rename change
      image_manager: disable del button after deletion
      image_manager: fix adding of deleted image
      navigator: fix group deletion
      project_navigator: fix group name regex
      history_ui: fix reverted change color
      history_ui: implement Discard
      history_ui: implement Clean
      property_group: fix text size units label
      editor: apply Eflete default values to new parts and states
      editor: change default text size to 12
      editor: reset relative values if rel_to is set to None
      group_navigator: return focus to entry after part type is changed
      group_navigator: passing data to part_ok callback simplified
      group_navigator: add activated callback to new part/state/item/program 
dialogs
      demo: fix default color for swallow parts
      demo: fix image update
      sound_manager: fix validation
      ewe: fix make dist
      property: start from scratch
      property: add stub for property_mode_set
      property: add include guards
      property: connect mode change to existing callbacks
      property: add Property_Attribute structure
      property: add items on mode change
      property: add property_common
      property: add dummy module
      property: changed item's data
      property: change action data
      property: add needed item classes
      property: add content_get functions to item classes
      property: add init_cb to Property_Action
      property: add controls to item class mapping
      property: add stubs for item styles
      property: update dummy sub-module
      property: add realized and unrealized callbacks
      property: add property_color_control
      property: implement PROPERTY_CONTROL_COLOR support
      property: add DBG messages when start/stop/change/init callbacks are 
called
      property: add colorselector item
      proeprty: show correct labels for second control
      main_window: set min property size to 370
      property: change genlist scroller policies
      property: allow non-expandable items to have subitems
      property: change item styles
      proeprty: update dummy module
      genlist: add "property" style
      prroperty: change separator line to image
      property: add PROPERTY_CONTROL_LABEL
      property: add PROPERTY_CONTROL_LABEL example to dummy module
      property: add property_group submodule
      property: add property_item_add to private api
      property: add del_cb to Property_Attribute
      property: add dynamic items to dummy module
      signals: change group selection and property mode changing signals
      group_navigator: removed SIGNAL_PROGRAM_UNSELECTED, added 
SIGNAL_GROUP_NAVIGATOR_UNSELECTED
      property_private: add property_item_del method
      property_private: update property_item_add method
      proeprty: save expanded state of Property_Attribute
      property_group: add basic callbacks
      property: call update callback after init
      property: add proeprty_item_update(_recursively) methods
      property: move init_cb from item realized to content_get
      property: fix unrealizing item with entry while it has focus
      property: disable scrolling while dragging spinner
      property: disable scroll when color selection popup is shown
      ewe_combobox: disable scrolling when item list is expanded
      property_dummy updated
      property: disable spinner value changes when scrolling
      property_group: add group block
      property: fix property_item_update_recursively
      property_group: implement editing of group block
      property: add property_entry_set/_get methods
      property: add part name and part type
      property: add assert to _action_internal to catch possible typos
      property_group: add part scale, mouse_events, repeat_events
      Merge branch 'master' into property
      workspace: add demo navigation and content
      workspace: implement workspace_active_demo_mode_get
      workspace: implement workspace_group_navigator_update_part
      workspace: implement workspace_groupview hard and soft updates
      workspace: return group_navigator,history and workspace interaction
      property_group: add clip_to
      property_group: add part ignore_flags
      property_group: add dragable block
      editor: add wrapper for group_source
      editor: rename source(1-6) functions
      property_group: add type_group-specific property
      property_group: refactor combobox items adding
      property_group: add state block
      property_group: args refactor
      property_group: add state_size block
      Merge branch 'master' into property
      property_group: fix ATTRIBUTE_STATE_ASPECT_MIN in _start_cb
      property_group: add position block
      property: remove left separator from non-tree caption item
      editor: fix reseting string attributes to not NULL values
      property: manually deleting unrealized item's content because of genlist 
bug
      editor: fix border_fill default value
      property: fix border_fill combobox items list
      editor: rename color2 and color3 into outline_color and shadow_color
      property_color_control: change control color before calling change 
callback
      property_dummy: disable dynamic items to fix errors on app_shutdown
      property_group: add colors block
      property_style: fix shadow direction
      theme: fix description apply warnings
      UTC: update diff test
      UTC: update change tests
      UTC: rename new_history into history
      UTC: update history test
      image_manager: remove unnecessary thumb reload
      property_group: use thumb for tween
      popup: fix gengrid thumb style
      string_common: fix font regex
      new_project: don't include default fonts, colorclasses and macros for 
empty project
      import_edc: fix typo
      property_group: fix double-free
      property_group: add text_common block
      editor: split part_effectt into part_text_effect and 
part_text_shadow_direction
      theme: fix 'fixed' errors
      editor: fix fill.size.offset default value
      group_navigator: reorder part dialog items
      group_navigator: fix program type label
      ewe_ruler: fix 'fixed' errors
      fileselector: implement style for path entry
      UTC: remove shortcuts tests
      shortcuts: refactor
      popup: use ap.popup to allow checks in shortcuts
      project_navigator: implement shortcut for group_add (CTRL+N)
      workspace: add shortcuts for new part(q), state(w), item(e) and program(r)
      workspace: add DEL shortcut
      project_navigator: add save project shortcut (CTRL+S)
      tabs: add shortcuts for group tabs
      tabs: add shortcuts for managers
      tabs: fix crash on CTRL+W
      shortcuts: ignore some shortcuts when elm_entry is focused
      main_window: add quit shortcut (CTRL+Q)
      shortcuts: fix issue fith blocking popups
      workspace: add shortcuts for modes
      workspace: add shortcut to cycle states of selected part (s)
      workspace: add shortcut to show/hide current part (h)
      groupview: fix missing description error
      workspace: add zoom shortcuts
      workspace: add ctrl+wheel zoom shortcuts
      group_navigator: add show all/hide all parts check
      workspace: add show all/hide all parts shortcut (shift+h)
      workspace: fix workspace_zoom_factor_set
      genlist: move double-click expand from code to style
      style_manager: allow font change
      segment_control: add missing description
      fileselector: fix progressbar style and position
      tab_home: set focus to name entry on tab show
      sound_manager: fix "object is not an image" error on startup
      theme: add radio style
      shortcuts: add shortcuts for popup (without usage)
      shortcuts: add part unselect shortcut(ESC)
      workspace: hide buggy container on project close
      workspace: add shortcuts for selecting next(x) and prev(z) parts
      property_group: don't delete frames on unset
      property_group: use only one policy for scroller - x:AUTO, y:ON
      workspace: check workspace mode on shortcuts
      workspace: add combobox for zoom
      eflete: refactor comandline options
      tab_import_edj: fix wrong field filled from command line
      eflete: add import edc from command line support
      UTC: fix segfaults in config tests
      tab_home_new: do not mark widget names for translation
      eflete: add command line option to create new project
      ewe: fix biuld after changes in eolian
      main: update usage
      config: raise priority of EFLETE_PROJECTS_DIR environment variable
      popup: remember last fileselector folder
      Merge branch 'master' into property
      genlist: fix warnings in property styles
      property: add filter callbacks
      property_group: use filters instead of adding/removing items on part 
selection
      property: add enum for property group items
      property: fix abort on dragable block expansion
      property: add 'pointer mode' to part properties
      property: add bit field to store allowed part types
      property: remove 'type specific (GROUP)' block item
      property_group: add text effect and shadow direction
      property_group: add text properties
      Merge branch 'master' into property
      property_group: allow PART_IMAGE as clipper
      property_group: add text elipsis
      property_group: refactor history description for bool values
      editor: add warnings about unused return value
      common_macro: add abort() to CRIT_ON_FAIL
      property_group: add textblock part properties
      editor: fix incorrect diff_free call
      property_group: add textblock style
      property_group: add proxy_source
      property_group: add state fill block
      group_navigator: fix abort on part unselection
      property: make property data attached to genlist
      property: do not allow mode change after property creation
      property_group: add item filter by program action type
      property_group: add program name
      property_group: add program 'action', 'signal', 'source' and 'in' 
properties
      Merge branch 'master' into property
      property_group: add missing breaks
      property_group: fix item_aspect_mode_strings order
      property_group: fix item col and pos miin value
      property_group: make container's and item's properties expanded by default
      property_group: swap container's min_v and min_h properties to match 
order in edc
      Merge branch 'master' into property
      editor: fix possible uninitialized variable usage
      property_group: add program filter support
      editor_program: split API for various action types
      property: fix constant re-creation of last items
      property_group: add program action params
      editor: merge program_add and program_action_set
      editor: fix redo of program/state/part del
      editor: remake wrappers for edje_edit_program_transition_value1-4
      property_group: add program's transition type and time
      property_group: add program's transition params
      editor_rogram: remove type checks from getters
      Merge branch 'master' into property
      property_demo: hide unused swallow properties
      property_program: add CURRENT transition option
      group_manager: add special resource type for programs
      workspace: fix segfault on code reload
      property_group: add program script
      project_manager: fix potential segfault.
      property: fix clang warnings
      demo_group: fix clang warnings
      property: fix tween control creation
      property_group: avoid segfault on part selection
      ui: fix properties switching
      editor_program: fix program reset
      property_group: add afters support
      property_group: add program targets support
      history_ui: fix undo/redo of changes with same name
      property_group: fix update on part_item selection
      property_group: fix abort on setting part_item source
      history_ui: remake
      hisory_ui: meka only possible undo/redo
      property_group: avoid segfault on changes from history without selected 
part
      workspace: make hard update on part state change
      main_window: handle quit shortcut
      property_group: add part name validator
      group_navigator: change validators for part and program name
      editor: add group_data api
      group_manager: add group_data api
      group_manager: load group data items on group load
      group_navigator: show data items
      property_group: add group_data top-level item
      property_group: add group_data
      workspace: add group_data rename support
      workspace: support adding/deleting group data items
      property_group: fix data item unselection
      shortcuts: add shortcut for data item add
      menu: add data item to edit menu
      move resource management to separate module
      Resource manager: pre-refactor
      UTC: quickfix
      property_sound: fix incorrect call
      property: remove old prototypes
      tabs: fix static analyzer warning
      common_macro: fix true/false defines for OSX
      resource manager: refactor
      update State after changes in resource manager
      rework selection routines according to new guidelines
      genlist: update group navigator styles
      groupview: emit unselection signal even if no part is selected
      property_group: make dragable block expanded and map collapsed by default
      group_navigator: fix state copy
      fix segfault on TEXTBLOCK add
      property: add possibility to higlight non-default values
      editor_default: add missing prototypes
      genlist: add default/changed states to property item style
      property_group: notify about non-default values
      group_manager: fix _style_font_get
      property_group: fix segfault segfault in transition filter
      tab_open: fix potential segfault on item selection
      resource_manager: replace asser with check-return
      ewe: update according to changes in efl
      ewe: fix build
      group_navigator: fix segfault on add part/state/program/item/data popups
      group_navigator: fix segfault on add part/state/program/item/data popups 2
      fix segfault in want_action popups
      ewe: fix build
      property_color: hide controls when no colorclass is selected
      property: add wide item for colorsel in property_color
      resource_manager: handle part item as resource
      property: add wide item style for tizen theme
      editor: CRIT on edje_edit fails
      editor_part: fix part item reset
      workspace: fix part item restack logic
      group_navigator: fix part_item add/del/restack logic
      resource_manager: make check weaker
      group_manager: avoid segfault on item without name
      spinner: fix value change when dragging
      tabs: tabs_clean
      group_manager: fix segfault on gm_groups_free
      project_navigator: show error message if can't delete group
      group_navigator: fix abort on restack up
      group_navigator: fix button style after restack
      editor: fix abort on adding item into box
      ewe_ruler: fix build

Gerrit User (4):
      Merge "group_manager: implement program add/del"
      Merge "git: update .mailmap"
      Merge "project_manager: fix import edc, set correct edje_cc params"
      Merge "project_manager: fix include"

Hermet Park (2):
      widgets: remove duplicated legax_prefix declaration.
      eflete: fix eo compiliation.

Jaehwan Kim (14):
      Fix build errors
      import_edj: widget can be customized by using edj template theme file.
      add combobox to change the template themes.
      main: use widget option when the file is edj
      import_edj: compose the widget list by existing widget in edj
      tab_home_import_edj: add the style list to the widget list
      Fix build errors
      main: add the style option in widget option.
      Fix build errors
      main_window: change the name to Component Designer in case of tizen
      Revert "project_manager: do not try load not selected widget"
      group_manager: add all groups if there's no checked widget
      Project navigator: change the method to get the text
      group_navigator: copy the style by command

Mykyta Biliavskyi (128):
      Project manager: fix export resources.
      Ewe theme: ellipsis text in combobox style for colorclass.
      Ewe theme: ellipsis text in combobox style for colorclass.
      Colorclass manager: fir sig Abrt on add new colorclass.
      History UI: apply Tizen GUI guidelines.
      Tabs: remove fake item from history.
      Main window: remove tabs from property block.
      Workspace: add history controls into toolbar.
      History: allow current change to be NULL.
      History UI: apply style for combobox.
      History: final replace genlist style to combobox.
      Tizen theme: style for genlist scroller.
      Tizen theme: add style for genlist item tree style.
      Tizen theme: add style for genlist item aligned style.
      Tizen theme: add style for genlist item caption style.
      Tizen theme: add style for genlist item part style.
      Tizen theme: add style for genlist item state and state_selected style.
      Tizen theme: add style for genlist item program.
      Tizen theme: update style for navigator layout.
      Tizen theme: update styles for buttons up, down, plus, minus.
      Tizen theme: update style for check "eye".
      Tizen theme: update style for horizontal toolbar.
      Tizen theme: copy genlist item styles for a new propery.
      Tizen theme: update styles for workspace toolbar view.
      Tizen theme: replace icon folder and file resources.
      Tizen theme: update scroller and genlist theme.
      Tizen theme: update button default style.
      Tizen theme: update style for panes.
      Tizen theme: update bg chess resource.
      Tizen theme: update workspace scroller layout.
      Tizen theme: update styles for main window layout and bg.
      Tizen theme: update genlist item default style.
      Tizen theme: update style for lock check.
      Tizen theme: place back layout for history combobox.
      Tizen theme: fix warnings for button default style.
      Tizen theme: fix button warnings.
      Tizen theme: update slider style.
      Tizen theme: update style for main menu item.
      Property: put property genlist into nvigator layout.
      Tizen theme: fix navigator layout.
      Tizen theme: remove borders from scroller.
      Tizen theme: add icons for group and project navigator.
      Tizen UX: Hide change bg controls from workspace toolbar.
      Tizen UX: replace mode selector control on workspace toolbar.
      Tizen theme: add style for workspace mode switcher check.
      Tizen UX: add combobox with libraries to the workspace toolbar.
      History: update UI controls for history.
      Tizen theme: update placement of workspace toolbar controls.
      Tizen theme: make button zoom fit by guidelines.
      Tizen theme: add icon for group property block.
      Tizen theme: update close icon for tabs.
      Tizen theme: fix size of header navigation layout.
      Tizen theme: update style for button "close".
      Tizen theme: fix popup multiline text.
      Tizen theme: fix style of menu item with submenu.
      Property genlist: do not show property layout until it not needed.
      Tizen theme: remove clipper color for check styles "demo" and "locker".
      Group navigator: swap control buttons accordingly to the guide.
      Tizen theme: make look menu as in guideline.
      Tizen theme: update style for rulers mark.
      Tizen workspace: disable relative scale by default.
      Tizen theme: fix tabs style.
      Tizen theme: fix tabs toolbar resize on any action.
      Properties: adopt infrastructure to use tooltips.
      Property: add tooltip text for group/part/state attributes.
      Property: add tooltip text for image specific attributes.
      Property: add tooltip text for text/textblock specific attributes.
      Tizen theme: add style for tooltip.
      PO: add property_group.c into list of translatable files.
      Property: add tooltip text for box/table/items specific attributes.
      Property: add tooltip text for programs specific attributes.
      Property: add tooltip text for group data specific attributes.
      Property textblock style manager: prepare infrastructure for tooltips.
      Property: add tooltip text for textblock style manager properties.
      Property: add tooltip text for color class manager property.
      PO: add property_color.c and property_textblock.c files.
      Tizen theme: rework scroller default style.
      Tizen theme: fix style for menu item.
      Tizen theme: update style for button.
      Tizen theme: update object style for item toolbar.
      Tizen theme: update history controls.
      Tizen theme: update toolbar controls position.
      Tizen theme: update style for a library combobx.
      Tizen theme: update style for a fit button.
      Tizen theme: replace zoom combobox by spinner.
      Tizen theme: update layout for zoom controls.
      Tizen theme: replace icon resource for a image part type.
      Tizen theme: update icon for a group navigator block.
      Tizen theme: update style for "eye" check.
      Tizen theme: update colorr_class style for  combobox.
      Tizen theme: update style for color preview control.
      Tizen theme: update splash window.
      Tizen theme: replace PT font with BreezeSans.
      Project navigator: use images for genlist item icons instead icons.
      Import edj: change messge on replace dialog.
      Property group: clear attached data, before delete combobox.
      Tizen theme: Add shadow for splash window.
      Tizen theme: update shadow for menu.
      Tizen theme: update shadow for inwin.
      Group navigator: update strings inside popups.
      Textblock style manager: update strings for tooltips.
      Tizen theme: update tooltip style for support auto wrap.
      Property group: first part of tooltip strings update.
      Tizen theme: tooltip label textblock class update.
      Property group:second part of tooltip strings update.
      Theme: add style for a label inside tooltip.
      Textblock style property: update tooltips strings.
      Tizen theme: update backround colors.
      Tizen theme: update panes bar color.
      Tizen theme: add shadow for popup windows.
      Tizen theme: update icons for textblock part.
      Tizen theme: update toolbar icon for library combobox.
      Tizen theme: update genlist items for a group navigator.
      Update requirements in README file.
      Popup: make unified interface for all popup windows,
      Style manager: use unified popup API.
      Colorclass manager: fix usage unified popup API.
      Sound manager: fix usage unified popup API.
      Project navigator: fix usage unified popup API.
      Group navigator: use unified popup API for part state dialog.
      Group navigator: use unified popup API for "program add" dialog.
      Group navigator: use unified popup API for "item add" dialog.
      Group navigator: use unified popup API for "group data add" dialog.
      Group navigator: clean code after migration to unified popup API.
      Main window: fix usage unified popup API for "about" dialog.
      Tizen theme: create style for entry context menu.
      Theme: add style for entry context menu.
      Tizen theme: fix build theme.

Viacheslav Reutskyi (15):
      style_manager: No sence to point action in the names
      style_manager: disable menu item 'Tag' if any style not selected
      demo_group: update the caption style for part lst in the demo mode
      demo_group: caption item expanded by default
      entry.edc: align to top the text in the multiliner entry
      toolbar.edc: fix the separator color
      segment_control.edc: make size smaller, text size to 12
      workspace: turnoff the mouse wheel event while zoom is out
      layouts.edc: make the plus/minus buttons smaller
      tabs.edc: set correct padding for content
      sound_manager: unable to add the folder as sample sound
      popup: show the 'Cancel' button
      property_style: attributes name should be in lower case
      property_sound: delete colon after attributes name
      property_sound: use eo_unref accordingly to changes in efl

Vitalii Vorobiov (388):
      demo_group: add and del parts, and update demo_group with it
      demo_group: update all changed swallow and text parts when mode switch 
back
      live_popup: add swallow set
      live_notify: swallow set work
      workspace: rename active_mode_object into demo_object
      live_genlist: fix SIGSEV on strdup NULL into text part
      property_group: set program target base behaviour
      property_group: fill up combobox'es of program target and set current 
value
      property_group: use editor for program target add and remove (with 
history)
      property_group: when program action is ACTION_STOP targets should be 
programs only
      property_group: sort program target by it's name
      sound_editor: fix ridiculus copy-paste type
      property_group: fix unpleasant bug when empty combo update different combo
      project manager: do not load image as a project resource if it is USER 
image type
      property_group: program targets, disable delete button on last item delete
      property_macro: since Afters and Target are same, make macro definition
      property_group: break was forgotten after ATTRIBUTE_PROGRAM_STATE2
      property_group: in_from and in_range for program properties
      property_group: remove unused members from program structure
      property_macro: need to be able to set labels instead of predined x: and 
y:
      property_group: unset Program Property after program deletion
      tabs: clear property so when loaded again it won't show last property
      property_group: add program filter
      property_group: add forgotten break for program in update
      property_macros: set None for targets and afters when NULL is selected
      group_manager: set up currently selected program
      property_group: callback for Program Select use it's name and not entire 
resource
      property: select program back if it was selected after tab change
      property_group: better logic with filter
      popup: disallow empty group addition when popup just showed
      shortcuts: hide showed colorclass before shortcut would change tab
      diff: do not abort on undo merged diffs (text name undo)
      genlist: Doubleclick on layout does not work correct
      UTC: include to make colorclasses compilable
      UTC: make change compilable (add include for Diff)
      UTC: include group_manager to make history compilable
      UTC: some minor structure and function renames in History Tests
      UTC: update sound editor tests
      UTC: make test_logger compilable
      UTC: no more notify
      UTC: even while workspace tests doesn't work right now, make it buildable
      UTC: live view prop and live view is no more exist
      property_group: fix SIGSEV on filters
      property_macros: only programs to select in afters
      image_editor: disable del button when no image is selected
      image_editor: unselect image property after del button is clicked
      property_image: unset and disable usage controls when no image is selected
      highlight: drag corners only with left mouse button
      image_editor: show image fileselector in the middle of win
      image_editor: rename create function
      image_editor: remove useless and no more required mods
      image_manager: rename image_editor into his new form
      image_manager: quick rename of important functions and structures
      image_manager: disable del button if selected image is in use
      image_manager: remove useless code (since we won;t show this to user 
anymore)
      image_manager: set up name of selected image
      image_manager: no need in new image selection after add
      colorclass_manager: move public structures to main_window
      colorclass_manager: move manager into ui
      UTC: forgotten and removed files
      colorclass_manager: disable OK button when entry is empty at beggining
      colorclass_manager: use mem_calloc instead mem_malloc and memset
      colorclass_manager: preview shouldn't go out of swallow
      shortcuts: delete extra assert
      colorclass_manager: colorclass should be easy to delete, even if it is 
used
      colorclass_manager: disable del button when no CC is selected
      colorclass_manager: remove unused members
      layout: colorclass and style managers got their Apply buttons to be 
removed
      property_color: unset property when CC got unselected
      property_color: delete not important flag
      colorclass_manager: disable button OK when CC's name is already exist
      colorclass: little refactor, create colorselectors at the very beggining
      property_color: add description field
      property_color: set and update CC'es description if neccessary
      property_color: little final macro refactor to fit it to eflete code style
      property_group: fix wrong property colorclass preview on colorclass 
selection
      Style Editor: delete header and move function to main_window
      style_editor: rename function into ..._manager_add()
      image_manager: rename from editor to manager
      shortcuts: rename editors to managers
      style_manager: huge text to see some style params
      style_manager: use mem_calloc
      style_manager: add wrap
      property_style: remove printf
      property_style: remove unnecessary char ( ' ) at the end of tag
      segment_control: change style according to UI/UX
      style_manager: check if name of style is already exists
      style_manager: check tags on tag_add and disable OK button if already 
exist
      property_style: able to save on property change
      style_manager: disable del button and unselect on deletion
      property_style: set toggle style for check
      property_style: check for enable/disable ellipsis (remove value -1 from 
spinner)
      project_navigator: move group,open signal to signals.h
      groupedit_calc: alias-group's part should not be clickable
      live_gengrid: fix SIGSEV on item text load
      main_window: disable history tab when DEMO or editors are shown
      tabs: avoid double tab clicking
      popup: wrong layout name
      tab_home_open: delete recent if it is not found in filesystem
      property_style: set none if style of the text is not correct
      macros: update color_classes according to UI/UX
      property_style: wrong variable to check symbol ( ' )
      style_manager: change "style/tag add" combobox into menu
      colorclass_manager.edc: use color_classes instead of macros
      layout: remove unused layouts (live view)
      style_editor.edc: apply color_classes
      tabs.edc: use color_classes instead of colors
      genlist.edc: use scroller color_class, update colorclasses (return 80 82 
83 color)
      bg.edc: set up color_class for this bg
      button.edc: light fix and cleanup
      styles.edc: apply colorclasses
      styles: remove unused naviframe and panel styles
      tabs: fix Property attributes shown in wrong case
      main_menu: clickable main menu style
      menu.edc: completely new style
      tab_home: enable menu items when project creation was canceled during 
compile
      template.edc: remove wrong insert_after
      property_style: wrong behaviour
      genlist.edc: transform property layouts into genlist items
      property_color: implement with new genlist skeleton
      Property: use right callbacks for colorselector control
      property_image: reimplement with new property architecture
      image_manager: make Item with all data about image public to pass into 
property
      image_manager: send item with data at SIGNAL_IMAGE_SELECTED
      property_image: add base labels into property
      image_manager: add additional field for property (compression quality)
      property_image: apply information of selected image and show in property
      property: add new control for property_image - image preview
      property_image: show image preview
      image_manager: set up compression right after image add
      group_navigator: set Action on program creation
      property_group: show and update program's action as label only
      group_navigator: check index instead of string for part add
      group_navigator: expand programs by default
      property_group: remove transition controls when program action is not 
STATE SET
      group_navigator: wrong index usage on part add
      demo_group: update item and demo_part structure on part rename
      demo_group: program deletion should be repeated for demo's list of signals
      group_navigator: indexes at part add function and forgotten part type
      demo_group: update program list on program changes
      property_group: update transition on action add
      demo_group: change icon for "start program" button
      property_macros: set NULL value program attributes (signal and source)
      property_demo_program: special property to show some program information
      property_demo_program: show info when program was selected in demo
      demo_group: fix type, Demo_Signal instead Demo_Part on group add
      property_demo_program: show correct information about selected program
      property_group: update target list
      shortcuts: cleanup unused shortcuts
      shortcuts: disable to ctrl+s when project is not opened
      shortcuts: do not undo/redo when group's tab is not opened
      default.edc: add hover style
      slider.edc: eflete-related style according to UI/UX
      workspace: do not allow indicator and text to be appeared
      colorclass_manager: new animation for bg switching
      style_manager: new animation for bg switching
      demo: delete previously generated object before new one
      property_group: get alias name from structure that is from list of 
aliasses
      demo: fix callback-leaks
      live_naviframe: set/unset content into swallow parts
      live_naviframe: set/unset text parts in demo
      live_widget_common: add few simple widgets as control for demo
      live_widget_common: more complex (on view) widgets into demo content 
generation
      live_widgets: macro for small, middle and huge amount of 
items/content/widgets
      live_widget_common: add some of heavy widgets into demo content pool
      live_widget_common: temporary ignore color for widget which doesn't like 
color
      live_widget_common: containers to set into demo's swallow
      live_naviframe: delete unusable and unimportant variable
      live_naviframe: add forgotten static mods
      live_widget_common: naviframe to set as demo content
      property_demo_swallow: field to set widget content's style
      demo_group: fix copy&paste mistake (Demo_Signal, but not Demo_Part)
      live_widget_common: apply style to created content
      property_demo_swallow: change stlye and image path to utf8
      live_list: set up into list's swallows
      live_widgets: less object's to make demo work faster with widgets like 
list
      demo: call SWALLOW_SET/TEXT_SET callbacks only for current workspace
      demo: update every demo object callbacks
      live_ctxpopup: use parent's clipper so shown popup would be hidden on tab 
change
      demo: apply workspace.scroller's clipper to created live widget
      tabs: call specific callback when not group tab is clicked
      popup: add helper for colorselection
      property_group: show frame with part properties on next part selections
      property_group: fix behaviour on item selection/unselection
      popup: apply new helper with colorclass to property_group elements
      popup: add button "OK" to apply changes
      popup: remove old colorsel and apply new one just everywhere
      live_frame: remove useless abort
      project_export: notify user that he typed no name for exported edj file
      workspace: move local callbacks to API that will be called from tabs
      property_macros: focus colorselector while clicked before text change 
added
      live_genlist: delete assert that should not be here
      layout: return deleted styles required for popup layouting
      layout: name layout for popup items properly
      property_macros: focus colorselector while clicked before text change 
added
      live_genlist: delete assert that should not be here
      sound_manager: search would work with right text part
      tab_home_info: ignore dummy image and show total number of images without 
it
      tab_home_open: disable Open when .pro file is not selected
      property_group: set correct upper boundary for align in table item
      tabs: update project info on switch between top tabs
      sound_manager: search would work with right text part
      tab_home_info: ignore dummy image and show total number of images without 
it
      tab_home_open: disable Open when .pro file is not selected
      property_group: set correct upper boundary for align in table item
      tabs: update project info on switch between top tabs
      property_image: store height, weight of selected image
      property_group: add name field of item as subitem
      property_color: avoid abort when entry is not exist and new data came
      property_group: add source combobox for item
      property_group: combobox group filling should avoid None when it is not 
needed
      property_group: add min and max spinners for item
      property_group: add prefer, weight, align controls for item
      property_group: add aspect and aspect mode controls for part's item
      property_group: add control for spread of part's item
      editor: split padding_get function for item into four different changable 
API
      property_group: apply and use padding controls for item
      property_group: add controls for TABLE item such as position and span
      property_group: add expandable container for common controls of BOX & 
TABLE
      property_group: add min and padding controls as common for TABLE & BOX
      property_group: add homogeneous control for TABLE container
      image_manager: light refactor to make property work
      editor: split image border into four different editor API
      property: add controls for image border values such as left, right, top, 
bottom
      property: border fill control for image
      property_common: skeleton for image normal control (that set unset image)
      property_group: use image normal control to show current image name
      property_common_image: show popup with gengrid filled with images for 
prop image
      property_group: apply changes to image and add it to history
      property_common_tween: special control for tweens
      property_group: apply tween control
      property_common_tween: show popup for tween image selection
      property_common_tween: fill up tween control with tweens on IMAGE part 
select
      property_common_tween: use image instead of thumbs for now
      property_common_tween: very dirty implementation of tweens, please check 
this out
      property_sound: skeleton creation
      property_sound: set/unset data of selected sound
      property: add init callback for controls
      property_sound: add filter to show different properties for samples and 
tones
      property_sound: add frequency for tones
      property_sound: type and duration info added
      project_manager: use name of resource but not filename of a sound
      property_sound: compression type and quality
      property_sound: show file's name of selected sample
      property_sound: apply some ifdef
      property_common: control for sound player and apply it to property_sound
      property_sound_control: show and apply spinner and button into player
      sound_player: play sound and tone in player
      widget_list: little fix, to at least it avoid SIGSEV
      tabs: apply hard update when color is changed
      property_demo: skeleton of this module
      property_demo: switch between group and demo properties
      property: remove outdated forgotten part of old property
      property_demo: add _init_cb function
      property: init and apply property_demo items to show
      propert_demo: fix typo in demo to fill with content fully
      property_demo: apply filter to show part related controls/properties only
      property_demo: apply filters and change property on different part 
selection
      property_demo: update property to currently selected part and mode on tab 
change
      property_demo: add _update_cb and some of signal properties
      property_demo: update filter to show subitems
      property_demo: fill program properties with info data
      workspace: apply and update demo property while workspace mode switch
      property_demo: add controls for TEXT/TEXTBLOCK parts
      property_demo: add _change_cb to apply inputed text to demo object
      property_demo: properties for SWALLOW part, such as name and content type
      property_demo: more controls for swallow part like widget type and style 
name
      property_demo: apply attributes since its required for 2control items
      property: add min, max spinners for SWALLOW demo parts
      property_demo: apply colors to SWALLOW demo part's content
      property_image_selector: control to select and load image from user's 
category
      property_demo: control to set path to image that will be set into DEMO 
swallow part
      property_textblock: skeleton of textblock manager property
      property_textblock: parse and set clicked style
      property_textblock: fill info into property on style click
      property_textblock: attempt to set up new style after changes
      property_textblock: add block for positioning
      property_textblock: format title and it's (empty for now) controls
      property_textblock: apply filter to hide property when no style is 
selected
      property_textblock: add format controls (ellipsis, linesizes, passwords, 
bg, etc)
      property_textblock: empty content for glow & shadow properties
      property_textblock: fill glow controls with data of selected style
      property_textblock: apply filter to show direction when shadow is selected
      property_textblock: add LINES (under, thought and so on)
      property_textblock: add forgotten part of style (underline_dash!!!)
      property_private: remove uneccessary ATTRIBUTE_*_TITLE
      property_textblock: move underline dash gap/size after dash color control
      property_textblock: split underline colors into two controls
      widget_list: little fix, to at least it avoid SIGSEV
      tabs: apply hard update when color is changed
      demo: send signal that program was edited
      project_manager: use project's filename when there are no title at all
      property_textblock: add new wrap value and name this control properly
      image_manager: remove preview from property and set it into panes 
(default theme)
      image/sound_manager: edc layout code unification
      image_manager: apply different layout when TIZEN
      group_manager: remove unnecessary assert
      sound_manager: different layout for TIZEN related theme
      property_sound: remove sound_player from property
      popup_style: make specific TIZEN-related style
      button_style: elipsis-TIZEN theme
      popup_style: style for TIZEN popup
      Tizen: highlighted text in color_class combobox item shouldn't change
      TIZEN: fix combobox style
      group_manager: fill program resources properly with data
      property_group: size of font in part can be no lower than 1
      TIZEN: style for vertical spinner
      TIZEN: popup according to UI guide
      TIZEN: colorclass for popup text
      spinner_style: use alias for vertical style
      TIZEN: fix spinner entry style
      fonts: apply FN and FN_B everywhere possible
      TIZEN: different splash inwin window
      TIZEN: base layout of inwin managers according to UIUX guide line
      TIZEN: add buttons for plus and minus inside of managers
      TIZEN: hide bg set for tizen theme
      TIZEN: style for property to fit manager UIUX
      TIZEN: add UIUX-background to inwin (to managers)
      TIZEN: borders for content
      managers: set predefined min size for panes
      TIZEN: special theme for manager panes
      TIZEN: search picture for entry searches in managers
      TIZEN: forgotten background for preview
      TIZEN: style for gengrid items
      property: little fix to set tizen property layout only inside of managers
      TIZEN: style for other gengrid styles
      style: fix genlist style typo
      style: gengrid white bg for tizen theme
      style: white background for tizen genlist
      property_group: apply text source's properties like font and font size
      popup: always show entire helper even when object is close to window's 
end side
      tabs: do not fail when all tabs are closed and we close via shortcut 
again and again
      groupview_calc: do not rewrite previous x and y of edit_object
      editor: some of map API like map on, perspective, smooth, alpha, etc
      property_group: simple MAP API for property
      property: simple map API like alpha, map on, perspective and light
      editor: more API for map (zplace, rotation x/y/z/center, focal, point 
color etc)
      editor: reset functions for map API
      property_group: map controls for rotation, focal, zplane
      editor/property: refactor map color point for more flexible value change
      property_group: map point color apply and use
      property_group: map perspective focal and zplane
      property_group: map rotation apply and use
      property_group: map rotation center part
      editor: fix type with apply
      editor: fix edje object update for some of param changes (like map and 
text fit)
      editor: fix default values of focal (should be 1000)
      editor: implement default_is and reset functions for rotation and point 
color
      groupview_calc: apply MAP to image
      spinner.edc: vertical style for upstream
      tab_home_common: display an error message when trying to open not eflete 
.pro file
      live_entry: show entry scroller in demo when entry-single style is opened
      project_navigator: fix SIGSEGV when copy group in huge project
      splash_anim: fix "raise condition" while export edc group or project
      editor: add API for part copy behaviour and history
      group_navigator: add UI and apply editor's functions for part copy
      editor: save and reload edje when text style was changed
      editor_part: undo and redo of copy part quickfix
      Combobox: apply elementary combobox in part_add and part_copy
      Combobox_Style: specific style for entry and combobox
      Combobox_Style: hover prototype
      Combobox_Style: last style for genlist of combobox
      combobox_style: more updates on styles and moving to one edc file
      Styles: fix warning and wrongs with edj compile
      TIZEN Styles: for elementary combobox
      group_navigator: remove NONE type its useless
      combobox_style: use eflete hover for combobox
      property_group: use elementary combobox for clip_to part selecting
      property_group: apply new combobox to a bunch of simple params
      property_group: another few new comboboxes in dragable, group and proxy 
source
      property_group: new combobox for text and map
      property_group: new combobox for rel1, rel2, table boxes and colorclass
      property_group: last bits of new combobox - programs, afters etc
      property_demo: use brand new elementary combobox
      property_sound: use elementary combobox
      property_textblock: use elementary combobox
      property_dummy: change to elementary combobox
      property: finally move NEWCOMBOBOX to COMBOBOX
      property_group: style for color_class combobox
      property_group: style for combobox items to show color_classes
      property_group: combobox for color_class of TIZEN version
      tizen combobox: some light click fixes
      combobox style: remove annoying light blackout
      project_navigator: elementary combobox for alias/copy of comboboxed group
      group_navigator: combobox for state add/copy
      group_navigator: combobox to select program's action type
      group_navigator: apply combobox to item_add for container parts
      tab_home_import_edj: apply elementary combobox

Vyacheslav Reutskiy (488):
      property_group: add contol for manage program 'action' attribute
      project_manager: fix import edc, set correct edje_cc params
      project_manager: fix include
      property_group: add controls for manage the action STATE_SET params
      property_macro: fix typo
      property_group: reuse macro for create callbacks
      property_group: add controls for manage the action SIGNAL_EMIT params
      property_group: add controls for manage the action DRAG_VAL_* params
      property_group: add controls for manage 'sample_name' param
      property_group: add controls for manage 'sample_speed' param
      property_macro: add macro for 1 combobox program attribute
      property_group: add controls for manage 'sample channel' param
      property_group: add controls for manage 'tone_name' param
      property_group: add controls for manage 'tone_duration' param
      groupedit: load USER image by name
      notify: delete this module
      property_group: add contol for manage program 'transition' attribute
      property_macro: add common macro for add item with one spinner
      property_macro: use common macro for add 'one spinner' item
      property_group: use the macro for 1 spinner fore reduse code dublication
      editor_program: return correct values of transition type and 'current'
      property_macro: add macro for manage item with one checkc for programs
      property_group: add contols for manage transition attributes
      property_sound: fix the close Eflete after a sound play end
      popup: add popup helper for choose a sound
      sound_editor: use a popup instead modal_window
      sound_editor: delete old and unused symbol sound_editor_file_choose
      sound_editor: delete extra modes
      sound_editor: disable button '-' if sound not selected
      sound_editor: delete old code for delete sound editor
      sound_editor: change the signal fomr SIGNAL_SOUND_ADD to 
SIGNAL_SOUND_SELECT
      sound_editor: make property empty if sound is unselected
      sound_editor: reuse the image editor layout
      sound_editor: use cxtmenu instad combobox
      sound_editor: reset property when sound is deleted
      sound_editor: disable button '-' if selected sound is used anywhere
      layout.edc: fix mistake in layout name
      sound_editor: fix memory leak on select sound or tone
      property_sound: set the correct tone frequency
      property_sound: delete the tone duration, because tone hasn't it
      property_sound: set the correct sample compression level
      sound editor: add a structure for transfer sound data to prorperty
      property_sound: delete buttons prev and next from player
      property sound: collect the pointers to attribute controls
      gengrid.edc: update TEXT part names
      sound editor: use the Sound_Data for communicate sound editor and property
      sound editor: delete needless data structures
      property_sound: do not play the sound on select
      property_sound: delete the Sound_Prop_Data extra members
      property_sound: delete the code dublicationh
      property_sound: delete Eo out when playing is finished
      property_sound: use ecore_audio_obj_paused_set instead internal members
      update authors
      move the eflete config to $HOME/.config
      config: update the default size of left panes
      sound_editor: rename this module to sound_manager
      main_window: set min size to 1366x768
      delete tests for the edc top level block managers
      entry.edc: really single line entry can be smaller then 150 px
      genlist.edc: naming item styles correctly
      genlist.edc: propagate the events to lowed parts for tree default style
      Revert "tabs.edc: use color_classes instead of colors"
      Revert "genlist.edc: use scroller color_class, update colorclasses 
(return 80 82 83 color)"
      genlist.edc: add styles for item
      icon.edc: add icons 'text_style' and 'text_style_tag'
      style_manager: use icons for mark styles and tags
      project_navigator: use alias link insted file for mark the alias
      image.edc: update 'attention' image
      gengrid.edc: update the default/default item accordigly to guideline
      genlist.edc: delete elm.swallow.penult swallow as unused
      gengrid.edc: update the group_index style, make it more light
      gengrid.edc: update the sound_editor/default item accordigly to guideline
      thim.edc: add 'noframe' thumb style
      image_manager: use 'noframe' thumb style
      property_macro: update list of afters and targets
      update AUTHORS
      main_window.h: delete the symbol wich haven't implementation
      main_window: correct declaration of function with no parameters
      eflete: show the splash on project open form command line
      tabs: add API for set data to import edje tab fields
      eflete: fill the import edj tab fiels on import from command liane
      tabs: exclude the animator.h
      makefile: update makefiles for generate correct tarballs
      gitignore: add tarballs
      entry.edc: use correct test style for disable state
      image: update tile image for workspace bg
      property_group: use correct macro for update the 'state's entry
      propety_group: delete eina_stringshare after use
      main_window: turn off the window auto focus
      update efl and elementary dependencies to 1.17.* libs version
      property_group: fix potential segfault
      popup: set the default popup orient to center
      button.edc: make the text padding bigger for textonly state
      inwin.edc: add image declaration
      button.edc: delete extra color2(3) usage
      popup.edc: update default style accordingly to guideline
      property_group: set units for program attribute from/range (in/from)
      eflete: orient all popups to center
      colorclass_manager: set the correct aling items in the popup
      update NEWS and README for release 0.6.0
      configure: disable print info about enventor
      bump verion for 0.6.0 release
      merge two layouts to one
      Rename the file style_editor.edc -> style_manager.edc
      Move the layout to his file
      style_manager.edc: rename the preview style accourdingly to usage
      style_manager.edc: delete archic layouts
      cleanup: delete unsed layout
      sytle_manager: set icons to menu
      sound_manager: set icons 'sample' and 'tone' to menu
      Turn on the develop mode
      popup: fileselector helper - dismiss the helper on cancel
      toolbar.edc: make the bg tranparent
      workspace: move modules container, group_navi and demo_group to workspace
      update versions
      main_window: disable the minimal window size
      project_manager: make the exported build script executable
      workspace: prepare the workspace.c to new implementation
      workspace: add the core structure and start implement workspace_add
      workspace.edc: add helper layouts for worspace
      scroller.edc: delete 'workspace' style unnecessary
      workspace.edc: update the layout for scroller
      workspace: add scroller and rulers
      workspace: follow ruler pointer by mouse
      toolbar.edc: update the default toolbar styles
      workspace: add switcher for modes
      radio.edc: add styles for bg preview switcher
      main_window: add enum for bg preview
      workspace: implement the bg switcher
      main_window: disable the minimal window size
      project_manager: make the exported build script executable
      workspace: move to separatly stuct the scroll data
      workspace: move to separate func scroll area add procedure
      workspace: implment the switch between normal and demo mode
      container, fix mistake in the siganal name
      container: delete extra data set
      workspace: add container to the scroller
      workspace: select the bg radio accourdingly to mode bg
      container.edc: add style white
      workspace: change the bg style accourdingly to scroller bg
      workspace: change ruyler zero position on event 'container,changed'
      container: delete double size calculation
      container: add the base padding for container
      container: make the Tl handler move calculation light
      workspace: show the correct region on container resize
      UTC: delete test for groupedit
      UTC: delete test for animator
      groupedit: rename to groupview
      container.edc: drop the clipper
      workspace: show the groupview in the normal mode
      container: don't allocate memory for one time create struct member
      groupedit: no sense to recalc object on move
      container: add protrusion calc func
      container: update the geometry calculation
      container: set the correct unlimited max value
      container: delete top left handler
      container: delete unused macro
      container: add the smart move handler
      container: cleanup: rename the variable for smart data
      container: delete the content with container
      container: delete bg, now it's the extra object
      group_navigator: add parent to group_navigator_add signature
      workspace: set to workspace the group_navi for loaded Group
      workspace: add forgoten structure name
      workspace: add hilight and select part on select it in the group navi
      group_navigator: move out the SIGNAL_PART_UNSELECT
      groupview: make signals clearly
      workspace: highlight part on click it
      workspace: change visiblity of part by check
      workspace: emit global SIGNAL_PART_SELECTED on select part
      signals.h: delete SIGNAL_PART_UNSELECTED
      groupview: disable color for event object
      image.edc: add icons for zoom
      workspace: add controls for zoom
      check.edc: add style 'locker'
      check.edc: add style 'chain'
      workspace: add controls for container size manage
      workspace: resize container by spinners
      container: implement size aspect
      workspace: manage the container size and aspect from toolbar controls
      workspace: set hint max to -1 if group max value is 0
      workspace: set container hints on load
      workspace: add middle mark for relative rulers
      workspace: add to mode switcher 'code'
      Revert "workspace: add hilight and select part on select it in the group 
navi"
      Move to Eo_event
      groupview: delete arhaic signal, which not used anymore
      groupview: delete TODO about aspect
      groupview: remove from func names 'edit_object'
      groupview: calculate the parts geometry on move
      groupview: add highlight
      groupview: add signal for highliht events
      workspace: handle the highlight event
      layout.edc: add style for object area
      groupview: implement the object area
      groupview: make the event area larger
      highlight: merge 'show/hide' funcs for 'visibility_set'
      highlight: remove the 'follow' funcs
      hightlight: cleanup, delete unnecessary undefs
      workspace: don't use the ecore_job for close tab, it's broke the project 
close
      workspace: highlight part on group by group navi part selection
      panes: add style 'pan_hide' for workspace
      workspace: use 'pan_hide' style for horizontal pan
      workspace: save and restore the panes_h size on mode switch
      workspace: display the group code
      layout.edc: add overlay layout for entry
      workspace: show the reload request in the code entry if project was 
changed
      container: replace the border visibility API to lock
      workspace: implement container resize lock
      Merge branch 'master' into devs/rimmed/workspace
      Merge branch 'devs/rimmed/workspace'
      popup: delete the popup in double shown case
      sound_property: changing according to the renaming of the eo_add() current
      UTC: delete unit tests for container and highlight
      UTC: delete main_window test
      makefile: include to tarballs tests header and specific files
      move about dialog to main window
      modal_window: deleted, because unused and never be used anymore
      workspace: set the default container size
      ewe_ruler: fix the dashes size calculation
      ewe_ruler: use Evas_Coord for object geometry
      ewe_ruler: update the smart_resize
      UTC: drop the test for pm_style_resource_export.c
      workspace: don't update the code if mode not MODE_CODE
      UTC: update test for pm_project_save
      UTC: remove the workspace tests
      UTC: remove extra edj files generation
      UTC: remove outdated tests
      demo_group: delete hard assert
      ewe_combobox: fix return value of select item function
      container: take into account the zoom factor in the calculation
      groupview: apply zoom to viewed parts
      workspace: use controls for change workspace zoom
      menu: enable zoom in/out items
      workspace: disable the zoom controls for demo mode
      workspace: change the rel scale accordingly to zoom
      main_window: clean up, delete old commented code
      eflete: delete unused funct win_layout_get
      eflete: delete archic window getter
      project_navigator: use the genlist item for get data
      layouts.edc: fix the image middle attr for OpenGL
      group_navigator: set the menu shortcut label
      menu: update the shortcut labels
      group_navigator: change the check state by 'h' hotkey event
      menu: move the managers menu items to 'Edit'
      menu: refactoring
      menu: add to menu undo/redo items
      menu: add items for basic primitives manipulations
      menu: add reset zoom
      menu: emit signals for zomm in/out instead separatly logic
      workspace: implement show object area functions
      shortcut: add hotkey for manage object area visibility
      menu: add to menu item for set object area visibility
      groupview: the object area must be shown on show call
      groupview: change the '_draw_get' to '_selected_geom_get'
      groupview: object_area_get ruturned the Groupview_Geom
      workspace: change the rel scale accordingly to obj area of selected part
      container: return the BASE_PADDING
      workpsace: implement the workspace_container_fill
      menu: add item "Fill workpace"
      image.edc: add 'fit' image
      workspace: implement workspace_container_fit
      menu: add item "Fit container in workpace"
      container: clean up from dead members
      regexp: allow the symbol '-' in hhe style name
      container: add getter for container geometry
      workspace: recalc the relative scale of ruler if object area shown
      workspace: use the container_geom_get instead container_content_size_get
      workspace: implement the rulers visibility
      workspace: implement the align change by mouse
      UTC: fix test after API change
      workspace: add the ctxpopup
      workspace: add to ctx menu item 'Show rulers'
      menu: move 'scale' items to workspace ctx menu
      workspace: implement the scale switcher for rulers
      workspace: correct the orhographic mistake
      groupview: fix the object area calculation
      validator: change the eo event member accourdingly to chages in efl
      menu: use the simular tabs icons
      common: delete a string after search in a gengrid
      popup: use the global popup variable for popups and helpers
      property: select image item in popup on show
      property_sound: disable play button if sound not selected
      slider.edc: fix the calculation loop
      property_sound: move button play to the slider swallow
      layout.edc: make the sound preview light
      project_common: check permissions for selected path
      workspace: allow to change part size in code mode
      groupview: don't resize part view if part hiden
      groupview: don't mark object as changed on move
      Revert "popup: use the global popup variable for popups and helpers"
      project_export: predefine the name for exported file
      menu: disable the 'Release' menu item, because its not implemented
      project_manager: open the .pro file once for given project
      project_manager: delete white lines
      project_manager: add the project lock
      tabs: check the project lock
      popup: get the data from correct object
      popup: button cancel should show if it setted
      workspace: hilight part item in groupview on select it in group_navi
      project_manager: lock project correctly
      tabs: reaload coed only for availible workspace
      tabs: mark the code is changed for all workpsace on project change
      project_navigator: fix twice added group to tree
      layout.edc: add missing state for groupview layout bg
      groupview: fix wrong protrusion calc on first load
      project_navigator: fix twice added group to tree
      layout.edc: add missing state for groupview layout bg
      groupview: fix wrong protrusion calc on first load
      editor: add internal save for item source set
      icon.edc: update the icons name to a FDO standard name
      property_group: add support image as clipper
      editor: add internal save for item source set
      icon.edc: update the icons name to a FDO standard name
      property_group: add support image as clipper
      workspace.edc: move the toolbar to top of workspace
      tabs: unpin the home tab
      menu: add to menu home tab
      Revert "modal_window: deleted, because unused and never be used anymore"
      UTC: drop extra unit test suits
      inwin.edc: adaptate the inwin style to current UI
      modal_window: use the default style for all modal windows
      modal_window: delete extra symbol
      modal_window: fix typo
      workspace: hide the group navi
      workspace: add API for get group navi
      tabs: set the group navi to new place on tabs switch
      config: delete duplicate data from config
      config: save the panes position between project and group navi
      tabs: fix typo
      group_navigator: add dummy object
      tabs: set the dummy group navi, when the real is hiden
      group_navi: update the icons name accourdingly to freedesktop standart
      workspace: add signal for mode change event
      tabs: reset the group/demo navi on mode changed
      eflete: delete unused variable
      tabs: hide the pined tabs for managers
      menu: move managers items from Edit to Window menu
      menu: add the menu Window to mein items list
      image_manager: move to modal window
      sound_manage: move to modal window
      colorclass_manager: move to modal window
      style_manager: move to modal window
      inwin.edc: shift the title to left, looks more better
      eflete/lib: update namespace, accordingly to eo changes
      eflete: delete unused variable
      tabs: hide the pined tabs for managers
      menu: move managers items from Edit to Window menu
      menu: add the menu Window to mein items list
      image_manager: move to modal window
      sound_manage: move to modal window
      colorclass_manager: move to modal window
      style_manager: move to modal window
      inwin.edc: shift the title to left, looks more better
      eflete/lib: update namespace, accordingly to eo changes
      button.edc: add style 'close'
      modal_window: use 'close' style for for button
      icon.edc: delete archaic icon
      tabs: don't try update workspace in home tab
      modal_window: update the mw_add signature
      modal_window: add buttons 'Ok' and 'Cancel'
      button.edc: add styles 'plus', 'minus', 'up' and 'down'
      eflete: use the simple styles for buttons
      button.edc: add style 'close'
      modal_window: use 'close' style for for button
      icon.edc: delete archaic icon
      tabs: don't try update workspace in home tab
      modal_window: update the mw_add signature
      modal_window: add buttons 'Ok' and 'Cancel'
      button.edc: add styles 'plus', 'minus', 'up' and 'down'
      eflete: use the simple styles for buttons
      eflete: drop the unused members from App_Data
      eflete: move the property memeber to separatly struct
      eflete: rename member 'right_top' to 'tabs'
      property: make property for managers is public
      eflete: move managers property to modal window
      Revert "Fix build errors"
      modal_window: emit signal after start animation
      modal_window: disable main menu when modal window is shown
      image_manager: made the manager static
      image_manager: made a little refactoring
      sound_manager: refactoring
      sound_manager: made the manager static
      sound_manager: use the eflete popup for add tone
      style_manager: made the manager is static
      style_manager: little refactoring
      style_manager: use the eflete bool values
      style_manager: free data after callback call
      style_manager: optimize select tag procedure
      style_manager: use the internal popup
      colorclass_manager: made manager is static
      tabs: emit signal when tab is closed
      tabs: open home tab when project is closed
      tabs: show project info after open it
      tabs: hide the group_navi when tabs is closed
      tabs: cleanup
      project_manager: do not try load not selected widget
      managers: unify layout for colorclass and style managers
      managers: unify the preview layout for colorclass and style managers
      project_manager: do not try load not selected widget
      managers: unify layout for colorclass and style managers
      managers: unify the preview layout for colorclass and style managers
      configure: add option for turn GUI for tizen
      configure: fix typo
      configure: include elemtary to efl dependence list
      themes: copy default to folder tizen
      menu: hide menu item which not needed for sdk
      popup: move delete object to job
      Tizen theme: update style for single line entry
      Merge branch 'devs/rimmed/property'
      Tizen theme: update toggle style for check
      Tizer theme: turn repeat events for top part in single entry style
      Tizen theme: copy losted style by merge
      Tizen theme: update default spinner style
      Tizen theme: set correct offset for spinner buttons
      Tizen theme: set the toggle size simular to other styles
      Tizen theme: change the bg for property genlist
      Tizen theme: delete the separator for property genlist caption item
      Tizen theme: set color and size for property item labels accordingly to 
guide
      Tizen theme: update property genlist items geometry
      ewe: add spec ewe theme for tizen
      Tizen theme: update default combobox style
      Tizen theme: update combob_box style for color_class chooser
      Tizen theme: update inwin style
      Tizen theme: update layout for managers
      Tizen theme: update combobox item for color_class
      eflete: show correct home tab if eflete started with opts
      tabs: hide home tab for tizen
      Tizen theme: add border for popup
      Tizen theme: add border for inwin
      Tizen theme: fix restricted calc issue for single line entry
      configure: fix the define HAVE_TIZEN
      menu: file menu items work again
      Tizen theme: change the main menu bg
      config: get the config dir in runtime
      tabs: don't delete home tab when tabs is cleaning
      project_close: don't allocate title string if project not changed
      tab_home_import_edj: use one font size for whole message
      tabs: escape code dublication
      cursor: support mix of system and eflete cursors
      main_window: turnoff the eflete main cursor
      Tizen theme: update menu style
      Tizen theme: fix the border render on opengl engine
      Tizen theme: add more icons
      Tizen theme: update scrollbar size
      Tizen theme: add specific icon parts for highlight
      Tizen theme: more icons
      Tizen theme: update genlist style for group navi
      Tizen theme: drop the cehck animation
      Tizen theme: update navigators head color
      Tizen theme: update default panes style accordingly to guide
      tabs: set the dummy group navi when tizen option is enable
      Tizen theme: fix the tabs size
      Tizen theme: fix offset for genlist in property for managers
      Tizen theme: make item in project navi selectable
      Tizen theme: swap icons for group navi
      Tizen theme: swap file and folder icons
      Tizen theme: show correct over icon for group navi
      sound manager: don't create an eo_stream on select sample
      sound manager: stop plaing sample after close manager
      prorperty_group: update attributes name
      property_demo: update attributes name
      property_textblock: update attributes name
      property_color: update attributes name
      property_sound: update attributes name
      property_image: update attributes name
      editor: add to func signature bool for call edje_edit func
      UTC: change the test accordingly to changes in the editor API
      string_common: update compare cb, consider stringshare in compare
      group manager: add API for get list of used images for given group
      group manager: add API for get list of used groups for given group
      group manager: add API for get list of used samples for given group
      group manager: add API for get list of used color_classes for given group
      group manager: add API for get list of used styles for given group
      group manager: add API for get list of used fonts for given group
      project_manager: create a change with fake deleted parts
      group_manager: fix API names, add forgoten suffix _edj_
      editor: update *_reset API
      editor: add internal func for del part and program
      editor: add new API editor_group_reset
      editor: add diff to change in aff func with falback to default value
      editor: set the empty string if comming NULL
      group_manager: avoid to add empty strings to usage lists
      project manager: fix compile warnings
      validator: update the validator, accordingly to eo event changes
      property_group: disable text size spinner if fix is enabled
      project_manager: copy imported group resources to target edj file
      release: Update README and bump  version for 0.7.0-rc

se.osadchy (3):
      Fix default config path for OS X
      fix issue with ecore_audio
      Fix work of Shortcust for macOS

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 


Reply via email to