rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=6eb7717301148786b519bedb97743169dce7648d

commit 6eb7717301148786b519bedb97743169dce7648d
Merge: 52fdaf4 77d23be
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Nov 16 15:52:32 2015 +0200

    Merge branch 'master' of internal eflete repo

 data/themes/default/widgets/layout.edc        | 302 ++++++++++++-------------
 data/themes/default/widgets/layouts/tabs.edc  | 211 ++++++++++++++++++
 po/POTFILES.in                                |   2 +-
 src/bin/Makefile.am                           |   4 +-
 src/bin/common/signals.h                      |  10 +-
 src/bin/common/validator.c                    |   3 +-
 src/bin/editor/editor_macro.h                 |  16 +-
 src/bin/editor/editor_states.c                |  30 ++-
 src/bin/project_manager/group_manager.c       |   5 +-
 src/bin/ui/editors/image_editor.c             | 297 -------------------------
 src/bin/ui/editors/sound_editor.c             |  11 +-
 src/bin/ui/editors/style_editor.c             | 236 ++++++++++++++------
 src/bin/ui/{part_list.c => group_navigator.c} | 152 +++++++++----
 src/bin/ui/{part_list.h => group_navigator.h} |  16 +-
 src/bin/ui/history_ui.c                       |   1 -
 src/bin/ui/live_view/demo.c                   |  54 +++++
 src/bin/ui/{part_list.h => live_view/demo.h}  |  46 +---
 src/bin/ui/project_navigator.c                |   9 +-
 src/bin/ui/property.c                         |  61 +++++-
 src/bin/ui/property_group.c                   |  47 ----
 src/bin/ui/property_image.c                   | 303 ++++++++++++++++++++++----
 src/bin/ui/property_macros.h                  |  21 ++
 src/bin/ui/property_private.h                 |   9 +
 src/bin/ui/property_sound.c                   | 100 +++++++++
 src/bin/ui/shortcuts/shortcuts.c              |   2 +-
 src/bin/ui/tabs.c                             |  41 ++--
 src/bin/ui/workspace/workspace.c              | 240 ++++++++++++--------
 src/bin/ui/workspace/workspace.h              |   2 +-
 28 files changed, 1378 insertions(+), 853 deletions(-)

-- 


Reply via email to