From 21eb355c2bff463119ff098cbd8eb0125909820e Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 31 May 2016 18:28:22 +0100 Subject: [PATCH] Remove legacy elementary directory The merge is already done and everything works as expected. There is no need to keep this one. --- legacy/elementary/.arcconfig | 4 - legacy/elementary/.gitignore | 62 - legacy/elementary/.lcov-config | 1 - legacy/elementary/.mailmap | 82 - legacy/elementary/ChangeLog | 1772 --------------------- legacy/elementary/INSTALL | 365 ----- legacy/elementary/Makefile.am | 161 -- legacy/elementary/Makefile_Eolian_Cxx_Helper.am | 14 - legacy/elementary/Makefile_Eolian_Helper.am | 35 - legacy/elementary/Makefile_Eolian_Js_Helper.am | 15 - legacy/elementary/NEWS | 1371 ---------------- legacy/elementary/README | 112 -- legacy/elementary/TODO | 18 - legacy/elementary/autogen.sh | 47 - legacy/elementary/configure.ac | 702 -------- legacy/elementary/doc/Doxyfile.in | 148 -- legacy/elementary/doc/DoxygenLayout.xml | 185 --- legacy/elementary/doc/Makefile.am | 224 --- legacy/elementary/doc/e.css | 1025 ------------ legacy/elementary/doc/foot.html | 9 - legacy/elementary/doc/head.html | 14 - legacy/elementary/doc/index.doxy | 327 ---- legacy/elementary/elementary.spec.in | 102 -- legacy/elementary/m4/.gitignore | 39 - legacy/elementary/m4/ac_define_if.m4 | 7 - legacy/elementary/m4/efl.m4 | 449 ------ legacy/elementary/m4/efl_beta.m4 | 5 - legacy/elementary/m4/efl_binary.m4 | 79 - legacy/elementary/m4/efl_compiler_flag.m4 | 57 - legacy/elementary/m4/efl_doxygen.m4 | 99 -- legacy/elementary/m4/efl_eo.m4 | 6 - legacy/elementary/m4/efl_examples.m4 | 63 - legacy/elementary/m4/efl_path_max.m4 | 36 - legacy/elementary/m4/efl_stdcxx_11.m4 | 133 -- legacy/elementary/pkgbuild/.gitignore | 3 - legacy/elementary/pkgbuild/PKGBUILD | 108 -- legacy/elementary/po/.gitignore | 13 - legacy/elementary/po/ChangeLog | 11 - legacy/elementary/po/LINGUAS | 1 - legacy/elementary/po/Makevars | 41 - legacy/elementary/po/POTFILES.in | 180 --- legacy/elementary/src/Makefile.am | 14 - legacy/elementary/src/imported/Makefile.am | 5 - legacy/elementary/tests/test_decl.sh | 102 -- legacy/elementary/tests/test_eapi.sh | 40 - legacy/elementary/tests/test_getter.sh | 27 - legacy/elementary/tests/test_setter.sh | 55 - legacy/elementary/tests/test_setter_blacklist.txt | 18 - 48 files changed, 8386 deletions(-) delete mode 100644 legacy/elementary/.arcconfig delete mode 100644 legacy/elementary/.gitignore delete mode 100644 legacy/elementary/.lcov-config delete mode 100644 legacy/elementary/.mailmap delete mode 100644 legacy/elementary/ChangeLog delete mode 100644 legacy/elementary/INSTALL delete mode 100644 legacy/elementary/Makefile.am delete mode 100644 legacy/elementary/Makefile_Eolian_Cxx_Helper.am delete mode 100644 legacy/elementary/Makefile_Eolian_Helper.am delete mode 100644 legacy/elementary/Makefile_Eolian_Js_Helper.am delete mode 100644 legacy/elementary/NEWS delete mode 100644 legacy/elementary/README delete mode 100644 legacy/elementary/TODO delete mode 100755 legacy/elementary/autogen.sh delete mode 100644 legacy/elementary/configure.ac delete mode 100644 legacy/elementary/doc/Doxyfile.in delete mode 100644 legacy/elementary/doc/DoxygenLayout.xml delete mode 100644 legacy/elementary/doc/Makefile.am delete mode 100644 legacy/elementary/doc/e.css delete mode 100644 legacy/elementary/doc/foot.html delete mode 100644 legacy/elementary/doc/head.html delete mode 100644 legacy/elementary/doc/index.doxy delete mode 100644 legacy/elementary/elementary.spec.in delete mode 100644 legacy/elementary/m4/.gitignore delete mode 100644 legacy/elementary/m4/ac_define_if.m4 delete mode 100644 legacy/elementary/m4/efl.m4 delete mode 100644 legacy/elementary/m4/efl_beta.m4 delete mode 100644 legacy/elementary/m4/efl_binary.m4 delete mode 100644 legacy/elementary/m4/efl_compiler_flag.m4 delete mode 100644 legacy/elementary/m4/efl_doxygen.m4 delete mode 100644 legacy/elementary/m4/efl_eo.m4 delete mode 100644 legacy/elementary/m4/efl_examples.m4 delete mode 100644 legacy/elementary/m4/efl_path_max.m4 delete mode 100644 legacy/elementary/m4/efl_stdcxx_11.m4 delete mode 100644 legacy/elementary/pkgbuild/.gitignore delete mode 100644 legacy/elementary/pkgbuild/PKGBUILD delete mode 100644 legacy/elementary/po/.gitignore delete mode 100644 legacy/elementary/po/ChangeLog delete mode 100644 legacy/elementary/po/LINGUAS delete mode 100644 legacy/elementary/po/Makevars delete mode 100644 legacy/elementary/po/POTFILES.in delete mode 100644 legacy/elementary/src/Makefile.am delete mode 100644 legacy/elementary/src/imported/Makefile.am delete mode 100755 legacy/elementary/tests/test_decl.sh delete mode 100755 legacy/elementary/tests/test_eapi.sh delete mode 100755 legacy/elementary/tests/test_getter.sh delete mode 100755 legacy/elementary/tests/test_setter.sh delete mode 100644 legacy/elementary/tests/test_setter_blacklist.txt diff --git a/legacy/elementary/.arcconfig b/legacy/elementary/.arcconfig deleted file mode 100644 index 7422e6c..0000000 --- a/legacy/elementary/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "project_id" : "elementary", - "conduit_uri" : "https://phab.enlightenment.org/" -} diff --git a/legacy/elementary/.gitignore b/legacy/elementary/.gitignore deleted file mode 100644 index 5427997..0000000 --- a/legacy/elementary/.gitignore +++ /dev/null @@ -1,62 +0,0 @@ -# -# NOTE! Don't add files that are generated in specific -# subdirectories here. Add them in the ".gitignore" file -# in that subdirectory instead. -# -# NOTE! Please use 'git ls-files -i --exclude-standard' -# command after changing this file, to see if there are -# any tracked files which get ignored after the change. -# -*~ -*.lo -*.o -*.la -*.gcda -*.gcno -.libs -.deps -.*.swp -.*.swo -*.pc -Makefile -Makefile.in -*.so -*.dll -*.edj -*.cmake -*.exe -elementary-*-doc.tar.bz2 -/aclocal.m4 -/autom4te.cache/ -/config.cache -/config.guess -/config.log -/config.status -/config.sub -/configure -/depcomp -/elementary.spec -/elementary_config.h -/elementary_config.h.in -/install-sh -/libtool -/ltmain.sh -/missing -/stamp-h1 -/ar-lib -/test-driver -core -cscope.* -tags -/ABOUT-NLS -/config.rpath -/mkinstalldirs -/config.cache -*.gmo -/config.cache-env -/compile -/config/default/*.src -/config/mobile/*.src -/config/standard/*.src -Session.vim -/coverage/ diff --git a/legacy/elementary/.lcov-config b/legacy/elementary/.lcov-config deleted file mode 100644 index bb631ac..0000000 --- a/legacy/elementary/.lcov-config +++ /dev/null @@ -1 +0,0 @@ -geninfo_auto_base = 1 diff --git a/legacy/elementary/.mailmap b/legacy/elementary/.mailmap deleted file mode 100644 index 0bb03a3..0000000 --- a/legacy/elementary/.mailmap +++ /dev/null @@ -1,82 +0,0 @@ -# This cleans up all kind of different spellings, typos and different email -# addresses for commit authors. It makes git shortlog statistics more meaningful. -# -# More people can be added following this scheme: -# Proper Name Commit Name -# -# Please keep this file in sync between efl, elementary, e and terminology. - -Carsten Haitzler Carsten Haitzler (Rasterman) -Cedric BAIL Cedric Bail -Cedric BAIL Cedric BAIL -Cedric BAIL Cedric Bail -Cedric BAIL Cedric BAIL -Cedric BAIL Cedric BAIL -Cedric BAIL Cedric BAIL -Vincent Torri Vincent Torri -Tom Hacohen Tom 'TAsn' Hacohen -Tom Hacohen Tom -Gustavo Sverzut Barbieri Gustavo Sverzut Barbieri -Christopher Michael Christopher Michael -Christopher Michael Christopher Michael -Christopher Michael Christopher Michael -Christopher Michael Christopher Michael -Sebastian Dransfeld Sebastian Dransfeld -Sebastian Dransfeld sebastid -Mike Blumenkrantz Mike Blumenkrantz -Mike Blumenkrantz discomfitor -Mike Blumenkrantz zmike -Mike Blumenkrantz Mike Blumenkrantz -Mike Blumenkrantz Mike Blumenkrantz -ChunEon Park ChunEon Park -David Walter Seikel David Walter Seikel -Rafael Antognolli Rafael Antognolli -Rafael Antognolli Rafael Antognolli -Iván Briano Ivan Briano -Iván Briano Ivan Briano -Lucas De Marchi Lucas De Marchi -Lucas De Marchi Lucas De Marchi -Jihoon Kim Jihoon Kim -Stefan Schmidt Stefan Schmidt -Jonas M. Gastal Jonas Gastal -Daniel Juyung Seo Daniel Juyung Seo -Daniel Juyung Seo Daniel Juyung Seo -Daniel Willmann Daniel Willmann -Gustavo Lima Chaves Gustavo Lima Chaves -José Roberto de Souza José Roberto de Souza -José Roberto de Souza José Roberto de Souza -José Roberto de Souza José Roberto de Souza -Mike McCormack Mike McCormack -Mike McCormack Mike McCormack -Mike McCormack Mike McCormack -Mike McCormack Mike McCormack -Boris Faure Boris 'billiob' Faure -Eduardo Lima Eduardo Lima (Etrunko) -Panagiotis Galatsanos Godfath3r -Samuel F. Baggen Thanatermesis -Samuel F. Baggen Samuel F. Baggen -Samuel F. Baggen Thanatermesis -Jean Guyomarc'h Jean GUYOMARC'H -Marcel Hollerbach Marcel Hollerbach -Jean-Philippe ANDRÉ Jean-Philippe Andre -Jean-Philippe ANDRÉ Jean-Philippe ANDRE -Jean-Philippe ANDRÉ Jean-Philippe Andre -Amitesh Singh Amitesh Singh -Amitesh Singh ami -Amitesh Singh Amitesh Singh -Tae-Hwan Kim bluezery -Tae-Hwan Kim Bluezery -Daniel Kolesa q66 -Daniel Kolesa q66 -Daniel Kolesa q66 -Daniel Kolesa Daniel Kolesa -Daniel Kolesa Daniel Kolesa -Daniel Kolesa Daniel Kolesa -Wonguk Jeong Wonguk Jeong -Wonguk Jeong wonguk.jeong -Kai Huuhko Kai Huuhko -Massimo Maiurana maxerba -Lee Gwang-O Gwang O Lee -Thibaut Broggi broggi_t -Daniel Zaoui Daniel Zaoui -Jérémy Anger kidanger diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog deleted file mode 100644 index 3dbb96d..0000000 --- a/legacy/elementary/ChangeLog +++ /dev/null @@ -1,1772 +0,0 @@ -2012-04-26 Carsten Haitzler (The Rasterman) - - * 1.0.0 release - -2012-04-27 Daniel Juyung Seo (SeoZ) - - * Genlist : Fixed genlist expandable effect bug when we expand/contract - items with many children very quickly. - * Genlist : Realize move items during tree effect only when the item is - not in the queue. - -2012-04-30 Jérôme Pinot - - * Add missing files in the tarballs. - -2012-05-02 Cedric Bail - - * Do less allocation and reuse much more Evas_Map. - -2012-05-02 Carsten Haitzler (The Rasterman) - - * Fix possible problems with other subsystems depending on X11 display - being closed (XCloseDisplay not close() on socket fd). - -2012-05-02 ChunEon Park (Hermet) - - * Font: actually it doesnt append the font to the hash when font_hash is - created inside. Now it is fixed. - -2012-05-03 WooHyun Jung - - * Add feature about focus. Focus can be moved in all direction by - by elm_widget_focus_go function. - -2012-05-04 Leandro Pereira - - * Fix icon not appearing in default Genlist theme. - -2012-05-09 Cedric bail - - * Reload theme when it change on disk. - -2012-05-11 ShilpaOnkar Singh - - * Added focus key event handling for the colorselector - -2012-05-13 Dave Andreoli - - * Fileselector: honor folder_only when using EIO - -2012-05-14 Shinwoo Kim - - * menu: remove crash issue when no-parent item is passed to the - elm_menu_item_separator_add() - -2012-05-14 Shinwoo Kim (kimcinoo) - - * popup: Bug Fix: improper usage of textblock - -2012-05-15 Dave Andreoli - - * Fileselector: honor folder_only when using EIO - -2012-05-16 Carsten Haitzler (The Rasterman) - - * Fix genlist ELM_LIST_LIMIT mode to do what it originally did. - Documentation was wrong too and code had a slight bug stopping - genlist from contracting to min size. - * Optimize the case of COMPRESS + homogeneous mode to avoid - queue entirely and use existing known item sizes. - -2012-05-16 Dave Andreoli - - * Fileselector: Add a wheel spinner that show/spin while EIO is working - -2012-05-16 Tom Hacohen (TAsn) - - * Fix fileselector selection done bug and pass the right string. - -2012-05-22 Jaehwan Kim - - * Toolbar: Add the more panel feature in toolbar. - When it is the ELM_TOOLBAR_SHRINK_EXPAND mode and the max item is set, - the items over max number are located in more panel. - The APIs are added for this feature.(elm_toolbar_more_item_get, elm_toolbar_items_max_set/get) - -2012-05-22 Carsten Haitzler (The Rasterman) - - * Add skeleton for handling remote commands access controls. - -2012-05-23 Tae-Hwan Kim (Bluezery) - - * Map: Add elm_map_overlays_get & elm_map_overlay_visible_get functions. - -2012-05-24 Michal Pakula vel Rutka - - * Add ability to use cnp helper code on non-elm widget objects by - falling back to ecore-evas to get the window id. - -2012-05-24 Tae-Hwan Kim (Bluezery) - - * Add "loaded" signal for elm_map. - -2012-05-25 Rob Bradford - - * Refactor X11 specific code to use ecore_evas_*_window_get functions - so that the driver for the Ecore_Evas will be checked. - -2012-05-28 Mike Blumenkrantz - - * Fix sizing calc error in list item homogenizing - -2012-05-28 Carsten Haitzler (The Rasterman) - - * Made elm_object_focus_set() fall back to evbas_object_focus_set() - if the object is not an elm widget. - -2012-05-29 Mike Blumenkrantz - - * Prepending items to a genlist no longer causes the selected item to - scroll out of the viewport - * Collapsing tree items in genlist now animate properly - -2012-05-29 Rob Bradford - - * Move X related window items into their own substruct of - _Elm_Win_Smart_Data to allow grouping based on engine. - -2012-05-29 Rob Bradford - - * Move X related cursor items into their own substruct of Elm_Cursor - to make supporting cursors on other platforms cleaner. - -2012-05-30 Rob Bradford - - * Add support for setting the cursor under Wayland: - * Introduce a configure option and #define to as per other engines - * Add always-built API function to allow identification of running - under Wayland (like for X11) - * Call into Ecore to set the cursor when the mouse enters the desired - widget. - -2012-05-30 Mike Blumenkrantz - - * Fix even/odd signals for genlist items - -2012-05-30 Thiep Ha - - * Entry: Add 3 APIs which are elm_entry_text_style_user_push/pop/peek - and test functions for these APIs. - -2012-05-31 WooHyun Jung - - * child_can_focus should be EINA_FALSE only when all children in the object - tree are not focusable. Before this fix, it was EINA_FALSE when all sub - objects were not focusable. (i.e. didn't check whole object tree) - -2012-06-01 Mike Blumenkrantz - - * Re-setting the current mirrored mode state no longer causes a full recalc - -2012-06-07 Jaehwan Kim - - * Toolbar: Remove the APIs elm_toolbar_items_max_set/get. - Instead of them, add the APIs elm_toolbar_standard_priority_set/get. - The items which are lower than standard priority are located in more menu or panel. - -2012-06-08 Jaehwan Kim - - * Add elm_object_scroll_hold/freeze_get. - -2012-06-12 ChunEon Park (Hermet) - - * Fixed Transit wipe effect flickering. - -2012-06-12 Carsten Haitzler (The Rasterman) - - * Add elm_win_size_base_set/get, elm_win_size_step_set/get for hinting - sizing of windows. Useful for terminals. - -2012-06-12 Mike Blumenkrantz - - * Map no longer saves its files to directories outside of the user's home directory - -2012-06-14 Seunggyun Kim - - * Fix elm_config_font_overlay_apply() to also apply rescaling properly. - -2012-06-14 Jaehwan Kim - - * Toolbar : Add the reorder feature when the more panel is shown. - After the item is long-pressed, it can be moved. - -2012-06-14 Michael Bouchaud - - * Add an enum to Elm_Calendar_Mark_Repeat_Type: - ELM_CALENDAR_LAST_DAY_OF_MONTH - -2012-06-15 Michael Bouchaud - - * elm_progressbar: elm_progressbar_format_function_set to add a callback - function to format the unit string. - -2012-06-16 Davide Andreoli - - * elm_map: add elm_map_overlay_del_cb_set to be notify when - an overlay is deleted. - -2012-06-21 Daniel Juyung Seo (SeoZ) - - * Genlist: Fixed a bug with decorate all mode + tree effect. Delete tree - effect animator and set the effect mode to none when decorate all mode is - set. - -2012-06-23 Daniel Willmann - - * elm_progressbar: Add "changed" signal to be emitted when the value - is changed. - -2012-06-25 Daniel Juyung Seo (SeoZ) - - * Genlist: Fixed tree expand bug. Check item type when an item is requested - to be expanded/contracted. - -2012-06-25 Carsten Haitzler (The Rasterman) - - * add elm_cnp_selection_loss_callback_set() so you know when you - lose a selection as a client - * improve robustness of cnp to track target object deletions. - -2012-06-26 Shinwoo Kim (kimcinoo) - - * Use Edje to enable accessibility on TEXTBLOCK. - -2012-06-27 Daniel Juyung Seo (SeoZ) - - * Genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly. - -2012-06-29 Artem Popov - - * Add support for a new toolbar style with icon and text - aligned in center. "item_centered". - -2012-06-30 Shinwoo Kim (kimcinoo) - - * Add elm_config_access_set/get() to allow for a config tool to enable - to diasbale access mode. - * Add access highlight infra - -2012-06-30 Artem Popov - - * Fix panel theme_hook handling for scaling - -2012-07-01 Gustavo Sverzut Barbieri (k-s) - - * Add and use elm_widget_item_widget_get() - * Fix elm_segment_control to not abuse user's data from item. - -2012-07-03 Cedric Bail - - * Initialize Emotion when necessary. - -2012-07-03 Minseok Kim - - * Add elm_multibuttonentry_editable_set() and - elm_multibuttonentry_editable_get() - -2012-07-03 Shinwoo Kim (kimcinoo) - - * Add access hook to widget infra. - -2012-07-05 Carsten Haitzler (The Rasterman) - - * Fix several FB related issues: - * Fallback to FB from X11 so it "just works" - * Config expected x11 and failed to start app if engine not - explicitly set to non-x11 - * No mouse cursor displayed in fb when needed, so add a - softcursor mode defaulting to auto. - * Add elm_win_screen_dpi_get() - -2012-07-06 Shinwoo Kim (kimcinoo) - - * Add layout access enable/disable api: - * elm_layout_edje_object_can_access_set/get() - -2012-07-07 Carsten Haitzler (The Rasterman) - - * Add slider popup mode (based in idea originally proposed in - patches from Sumanth Krishna Mannam, but susbequently rejected - a few times as it didn't measure up to commitable standards). - -2012-07-10 Gustavo Lima Chaves - - * Add elm_scroller_page_size_get() and - elm_scroller_page_relative_get() for consistency (some scrolling - widgets got these gettes before). - -2012-07-10 Rob Bradford - - * Expose into private API a function for getting the X window from an - Ecore_Evas using the backend safe functions. - * Use this new API to replace a non backend safe call in the copy and - paste code - -2012-07-12 Tae-Hwan Kim (Bluezery) - - * Fix that vertical bounce enable value can be get from elm_config - when the genlist is added. - -2012-07-16 Carsten Haitzler (The Rasterman) - - * Disable html mode pastes from cnp to work around thunderbird. - -2012-07-18 Carsten Haitzler (The Rasterman) - - * Fix evil little bug where scrolelrs with scrollbars make - self-feeding loops expecially with min size hints on scrollers (which - the change in smart object infra broke too - fixed here). - -2012-07-18 Yan Wang - - * Small fix to account for framespace that is used in wayland - (0 in x11 so shouldnt affect x11). - -2012-07-18 Hermet (ChunEon Park) - - * Fix the mapbuf to resize the contents(smart obj) correctly. When smart obj was - set as the contents the _configure would be called recursively. In this process - the lastest size could be reverted as the previous one. - -2012-07-19 Gustavo Sverzut Barbieri (k-s) - - * Add Elm_Win_Trap and elm_win_trap_set() to allow e17 integration. - -2012-07-23 Hermet (ChunEon Park) - - * fixed invalid sd memory access when delete window inlined image - -2012-07-24 Hermet (ChunEon Park) - - * fixed scroller to not have the hold flag when mouse up happened. - -2012-07-24 Gustavo Sverzut Barbieri (k-s) - - * Add elm_flip_go_to() - -2012-07-25 Carsten Haitzler (The Rasterman) - - * Fix elementary quicklaunch to transprot environment over as - well as args and cwd. - -2012-07-27 Shinwoo Kim (kimcinoo) - - * Patch in incomplete access supoprt in popup. - -2012-07-30 Cedric Bail - - * Allow freeze/thaw on Elm_Layout and reduce number of object update. - * Defer Elm_Calendar generation until really needed. - -2012-07-31 Shinwoo Kim (kimcinoo) - - * Patch in incomplete access supoprt in ctxpopup and dayselector. - -2012-08-02 Cedric Bail - - * Fix elm_image_orient_set/get. - -2012-08-06 Cedric Bail - - * Make Elm_Slider update itself asynchronously. - -2012-08-09 Cedric Bail - - * Reset main loop after fork in quicklaunch. - -2012-08-18 Shinwoo Kim (kimcinoo) - - * Patch in incomplete access in: colorselecto, win, diskselector, - gengrid, genlist, progressbar, slider, label, entry - -2012-08-20 Jihyeon Seol - - * Fix sizing issue in multibutton entry by making all lines - the same height. - -2012-08-20 Shinwoo Kim (kimcinoo) - - * Patch in incomplete access support in datetime. - -2012-08-21 Carsten Haitzler (The Rasterman) - - * Spotted an incompleteness. there is a way to set Elm_Win_Trap for - manual render, but no way to go to an elm win and do this (And - of course twiddle with the norender state too), so add this in. - elm_win_norender_push(), elm_win_norender_pop(), - elm_win_norender_get() and elm_win_render() added. - -2012-08-21 Shinwoo Kim (kimcinoo) - - * Patch in incomplete access support in segment control and spinner - -2012-08-28 Carsten Haitzler (The Rasterman) - - * Track window states as a total count and be able to self-throttle - or suspend rendering as a result. - -2012-08-30 Carsten Haitzler (The Rasterman) - - 1.7.0 release - -2012-08-30 Gustavo Lima Chaves (glima) - - * Toolbar widget is now a scrollable widget. - * Entry widget is now a scrollable layout. - * Fileselector entry widget is now an elm layout. - * Ctxpopup widget is now an elm layout. - * Multibutton entry entry is now an elm layout. - * Popup widget is now an elm layout. - * Panel widget is now an elm layout. - * All internal widget hooks (and related macros) were removed, due - to deprecation. Thus, people using that (unstable) API will have - to adapt themselves. - -2012-08-30 Shilpa Onkar Singh - - * Naviframe's item Subtitle_label deleted in item_free. - -2012-08-31 WooHyun Jung - - * The state of elm_check is now changed by mouse click event. - -2012-09-03 Rajeev Ranjan - - * Fix min/max limit setting to respect field boundaires EXCEPT - for years which have no boundaries with - elm_datetime_field_limit_set() - -2012-09-03 Bluezery - - * Fix re-order animation when it doesn't end correctly. - * Improve elm map module loading to onlt init the module needed - when searching and not all modules. - -2012-09-03 Shinwoo Kim (kimcinoo) - - * Add in more access subsystem features like activation cb. - * Fix popup to apply the same style to the notify sub-widget. - -2012-09-04 Jihoon Kim (jihoon) - - * Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN. - -2012-09-11 ChunEon Park (Hermet) - - * Even if the top item is inserted into the naviframe. Any transition - wouldn't be launched. - -2012-09-12 Jaehwan Kim - - * When the number of item is changed, the toolbar emits the signal - to theme. The theme can be changed something according the number - of item. - -2012-09-12 Shinwoo Kim (kimcinoo) - - * Add access features to calendar. - * Add icon show/hide handling to diskselector ala button etc. - -2012-09-12 Thiep Ha - - * Fix ctxpopup direction if -1 is uses as priority. - -2012-09-12 Jiyoun Park (jypark) - - * Add image deleted signal into plug. it help user notice socket service - fail and they can retry service connection. - * Add test code deal with this signal. - -2012-09-12 Davide Andreoli (davemds) - - * Add external property "play length" to Video widget, read-only. - -2012-09-13 M.V.K. Sumanth - - * Fix diskselector when bounce off and round enabled. - -2012-09-12 Flavio Ceolin - - * Add elementary_codegen - tool that genereates code to working with - edje files. Given an edje file and a group, it searchs for SWALLOW - parts and programs and generates a source/header with the helpers - for the follow functions: - - - elm_layout_signal_callback_del - - elm_layout_signal_callback_add - - elm_layout_signal_emit - - elm_layout_content_get - - elm_layout_content_set - - elm_layout_content_unset - - elm_layout_text_get - - elm_layout_text_set - - elm_layout_theme_set - -2012-09-14 Doyoun Kang - - * Add APIs for floating mode - - elm_win_floating_mode_set - - elm_win_floating_mode_get - -2012-09-14 Shinwoo Kim (kimcinoo) - - * Fix info field set for bubble widget. - -2012-09-17 Shinwoo Kim (kimcinoo) - - * Add direction enum to elm access activate api - * Use activate directions - -2012-09-19 Jaehwan Kim - - * Add reorder mode set/get API in Toolbar - -2012-09-19 Michael Bouchaud (yoz) - - * fix resizing on naviframe when an item is poped - -2012-09-20 Michael Bouchaud (yoz) - - * fix wrong size calc in naviframe when an item have setted - tittle_visible_set to false. - -2012-09-24 Flavio Ceolin - - * elementary_codegen: Adding support for box and table. - -2012-09-25 Cedric Bail - - * Escape theme filename correctly. - -2012-09-27 Jaehwan Kim - - * Add the toolbar API which expand the transverse length - -2012-09-28 Shinwoo Kim (kimcinoo) - - * Fix disk selector selection of middle item when obj not at 0. - -2012-09-28 Jihyeon Seol - - * Fix list corruption issue in multibuttonentry. - -2012-09-28 Bruno Dilly - - * add elm_bg as external - -2012-10-03 Michael Bouchaud (yoz) - - * add elm_calendar_displayed_time_get - * add a signal display,changed to elm_calendar - -2012-10-02 Bruno Dilly - - * add policy for elm_exit - -2012-10-03 Bruno Dilly - - * fix init counts - * immediately shutdown elm on external shutdown - -2012-10-04 Igor Murzov - - * fix copy&paste error in elm_flip. - * fix possible invalid memory access in elm_access. - -2012-10-04 Cedric Bail - - * Add a color picker to elm_colorselector. - -2012-10-04 Sebastian Dransfeld - - * Use ecore_x_selection_converter_text to convert text data so we can - support COMPOUND_TEXT - -2012-10-08 Bruno Dilly - - * fix elm_spinner_special_value_add() - * add elm_spinner_special_value_get() / del() - -2012-10-10 Shinwoo Kim (kimcinoo) - - * Add access features to multibuttonentry - * Fix diskselector bug on round with appended items with more - than 4 items. - -2012-10-12 Michael Bouchaud (yoz) - - * Add elm_map_name_search - -2012-10-12 Shinwoo Kim (kimcinoo) - - * Fix conform widget to be part of focus chain. - -2012-10-13 ChunEon Park (Hermet) - - * Fix the transit to launch the effect directly when elm_transit_go is called. - -2012-10-14 Jiyoun Park (jypark) - - * Add display mode change feature related with keypad state change - to elm conformant and naviframe. - -2012-10-15 Shinwoo Kim (kimcinoo) - - * Add access features to toolbar items - -2012-10-15 Prince Dubey Kumar - - * Fix genlist reorder mode item not being resized on genlist resize. - -2012-10-17 Daniel Juyung Seo - - * elm: Fixed on_focus_region() issue. Focused area should be scrolled - only when it is needed. Now only entry needs this feature. - -2012-10-18 Jaehwan Kim - - * Add the fitting the size of items according the viewport size. - If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode, - it can be scroll. And the end of the item is fitted on the end of the viewport. - -2012-10-19 Tae-Hwan Kim (Bluezery) - * Fixed wrong_calc_job parameter. - -2012-10-19 ChunEon Park (Hermet) - - * Fix elm_transit image animation which last few frames are skipped. - -2012-10-25 Michael Bouchaud (yoz) - - * some fix for promote and demote in genlist - -2012-10-30 SeungGyun Kim - - * Added elm_notify_align_set/get and Deprecated elm_notify_orient_set/get - -2012-10-30 ChunEon Park (Hermet) - - * Fix the transit to accept proxy object. - -2012-10-31 TaeHwan Kim (Bluezery) - - * Don't crash glview even if you failed to create obj. - -2012-11-02 ChunEon Park (Hermet) - - * Don't update map uv with image size for proxy object in elm_flip. - -2012-11-06 Gustavo Lima (glima) - - * Fix typo on check's theme -- back from disabled state was broken. - -2012-11-07 Mikael Sans (xhell) - - * Fix wrong parameter for thumbnail error in elm_icon. - -2012-11-12 ChunEon Park (Hermet) - - * Support virtualkeypad, clipbard state shange signals from - conformant - -2012-11-12 Jaehwan Kim - - * Add elm_toolbar_item_show/bring_in. - It show or bring a specific item, when the toolbar can be scrolled. - -2012-11-12 Michael Bouchaud (yoz) - - * Add missing selected event in elm_index (elm_index_item_selected_set) - -2012-11-14 Michael Bouchaud (yoz) - - * Add elm_genlist_nth_item_get - * Add elm_gengrid_nth_item_get - -2012-11-15 Jiyoun Park (jypark) - - * Support indicator service in elm_conformant. elm conformant can manage - indicator(elm_plug). - -2012-11-21 Michael Bouchaud (yoz) - - * update the min size hint on elm_label after a text set - -2012-11-22 Michael Bouchaud (yoz) - - * fix elm_flip to show only one face at a time - -2012-11-22 ChunEon Park (Hermet) - - * Lets remove contents regardless of the preseve_on_set if naviframe is - deleted. - -2012-11-22 Shilpa Sigh (shilpa.singh@samsung.com) - - * Clear the title contents when naviframe item is deleted. - -2012-11-22 Thiep Ha - - * Fixed entry to enable have_selection only when a text is actually selected. - -2012-11-23 ChunEon Park (Hermet) - - * Free the text parts of the naviframe item when item is deleted. - -2012-11-26 Daniel Zaoui and Yaakov Goldberg - - * Porting of Elementary to Eo - -2012-11-29 ChunEon Park (Hermet) - - * Fix the mapbuf to update it's contents correctly, even if they go - outside of the buffer - -2012-11-29 Thiep Ha - - * Entry: add a mode to clear selection when entry loose focus. - -2012-11-30 ChunEon Park (Hermet) - - * Fix the naviframe to resize it's items which are inserted. - -2012-11-30 ChunEon Park (Hermet) - - * emit the signals for content_set/unset text_set/unset one time! - -2012-12-02 Mike Blumenkrantz - - * Fix case where tooltips could go offscreen unnecessarily. - -2012-12-03 Gustavo Sverzut Barbieri (k-s) - - * Add elm_need_eldbus(), deprecate elm_need_e_dbus(), integrating - eldbus. - -2012-12-04 Cedric Bail - - * Fix a possible divide by zero in els_scroller animator. - -2012-12-04 Murilo Pinoti Belluzzo (mbelluzzo) - - * Add elm_app_name_set/get(): Formal application name string. - * Add elm_app_destkop_entry_set/get(): Path to '.desktop' file. - * Add elm_sys_notify to expose System Notifications (D-Bus atm). - -2012-12-04 Gwanglim Lee - - * Add window profile set/get API in elm_win - -2012-12-05 Cedric Bail - - * Fix uninitialized data path in elm_flip, elm_gesture_layer, - elm_interface_scrollable, els_scroller. - -2012-12-05 Shilpa Onkar Singh (shilpa.singh@samsung.com) - - * Fix naviframe to not send hide signals even before item doens't created - yet. - -2012-12-06 Cedric Bail - - * Fix possible segv in elm_quicklaunch infrastructure. - * Fix elm_conform buffer to always finish with at least one '\0'; - * Fix forgotten break in elm_map that would have thrown error when the - action was properly taken in fact. - -2012-12-06 Daniel Juyung Seo (SeoZ) - - * Fix wheel scroll direction with shift. - -2012-12-06 ChunEon Park (Hermet) - - * Fix the mapbuf to show the content always. Sometimes mapbuf couldn't show - the content properly. - -2012-12-07 Cedric Bail - - * Safer call to mkstemp in elm_cnp. - * Simplify test in elm_entry_text_set. - -2012-12-07 WooHyun Jung - - * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. - -2012-12-08 ChunEon Park (Hermet) - - * Fix the naviframe title_set problem that caused the title visible status reset. - -2012-12-10 Cedric Bail - - * Make sure private data is not NULL in elm_interface_scrollable. - * Correctly handle failure case in _x11_notify_handler_image. - * Fix missuse of EINA_INLIST_FOREACH in elm_transit.c. - -2012-12-12 ChunEon Park (Hermet) - - * Update mapbuf forcely whenever it's states are changed. - -2012-12-12 WooHyun Jung - - * Now, dummy object is always smart member of naviframe. - -2012-12-14 Jiyoun Park - - * Fix naviframe's resize object problem when item was deleted. - -2012-12-17 Chueon Park (Hermet) - - * Fix the popup that returned invalid action buttons. - -2012-12-17 Chueon Park (Hermet) - - * Makes naviframe safety even if someone deletes the naviframe in transition finished cb. - -2012-12-18 Chueon Park (Hermet) - - * Elm_transit image aniamtion effects supports elm_image object type. - -2012-12-18 Chueon Park (Hermet) - - * Don't Elm_transit image animation use image preloading to avoid image flickering. - -2012-12-18 Chueon Park (Hermet) - - * Let image update right now if the image preloading is disabled. - -2012-12-18 Gustavo Sverzut Barbieri (k-s) - - * elm_plug now emits "image,resized" on server-side changes. - * elm_plug typo fixed "image.deleted" to "image,deleted" ('.' -> ',') - -2012-12-20 Henrique Dante de Almeida (hdante) - - * Add elm_dbus_menu to support D-Bus external menus. - * Add main menu to elm_win, which can be exported via D-Bus - * Add configuration: ELM_EXTERNAL_MENU, to switch between internal and external menus - -2012-12-20 Murilo Pinoti Belluzzo (mbelluzzo) - - * Add elm_systray to set a Status Notifier Item in the System Tray (D-Bus). - -2012-12-27 Jiyoun Park (jypark) - - * elm_photocam returns file_set error properly. - -2012-12-28 Mike Blumenkrantz - - * Fix bug where genlist would delete items added during selection callback if a clear was queued - -2012-12-27 Henrique Dante de Almeida (hdante) - - * Support item separators in D-Bus menu - * Support freedesktop icons in D-Bus menu - * Reduce D-Bus communication (omit default values) - -2012-12-29 Mike Blumenkrantz - - * Tooltips now correctly set NETWM tooltip window type - -2013-01-03 JaeHyun Jo (jae_hyun@cho@naver.com) - - * Fix the naviframe item part text to be set properly. - -2013-01-03 Thiep Ha - - * Fix list separator size bug. - -2013-01-03 Jaehwan Kim - - * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. - -2012-01-03 Prince Dubey Kumar - - * Fix gengrid region_show/bring_in and add test - -2012-01-04 ChunEon Park - - * Deprecate elm_label_slide_set()/get() and added elm_label_slide_mode_set()/get() instead and elm_label_slide_go(). - -2012-01-05 ChunEon Park - - * Added a label signal callback "slide,end" - -2013-01-06 Jaehyun Cho - - * Fix omitting signal emission when customized text parts change the text. - -2013-01-10 Cedric Bail - - * Don't link anymore with E_DBus at build time. - -2013-01-13 Daniel Juyung Seo (SeoZ) - - * Added "highlighted" and "unhighlighted" signals to list, genlist, and gengrid. - -2013-01-16 Shilpa Singh , Rajeev Ranjan - - * Fix "changed" signal being sent twice in case of toggle style when check is clicked. - -2013-01-16 WooHyun Jung - - * elm_plug should call elm_widget_can_focus_set after adding parent class. - * Now, widget itself is the object which gets mouse_up event for stealing focus from another object. By this change, a widget with scroller interface can change its focus state before mouse_up of hit_rect. - -2013-01-16 Jaeun Choi - - * Fix bug where index is not re-filled if autohide disabled - -2013-01-16 ChunEon Park (Hermet) - - * allocate conformant part dummy objects only when the swallow parts are existed actually. since these parts are really dependent on the platform, in most case they don't need all parts at the same time. - -2013-01-16 Daniel Juyung Seo (SeoZ) - - * Fix thumb theme hook. - -2013-01-17 Bora Hwang (bora1.hwang@samsung.com) - - * when parent of ctxpopup is resized, ctxpopup calls dismissed signal - -2013-01-18 Thiep Ha (thiep.ha@samsung.com) - - * Fix memory leak of the ctxpopup and callback function to be a ctxpoup obj is delivered to. - -2013-01-19 WooHyun Jung - - * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called. - -2013-01-22 ChunEon Park (Hermet) - - * apply display mode to all views of a naviframe if the display mode of the views are changed. - -2013-01-22 Daniel Juyung Seo (SeoZ) - - * Enhanced diskselector add and item_append time. - -2013-01-23 WooHyun Jung - - * In _timer_cb of elm_notify, access to sd should be forbidden after smart_callback_call is called. - -2013-01-26 ChanWook Jung (jchanwook@gmail.com) - - * Expand elm_transit tween_mode and add twee_mode_factor_set(),get() APIs - -2013-01-26 WooHyun Jung - - * A widget which doesn't have focus_region_get should give its width and height for correct focus_region_show. - -2013-01-26 Daniel Juyung Seo (SeoZ) - - * Add elm_index_delay_change_time_set/get for changing delay change time in index. - -2013-01-28 Shinwoo Kim - - * [access] The read next/prev message does not move focus but move highlight only. the focus moves when the activate message is detected. - -2013-01-29 Jaehwan Kim - - * Fix the scroll position is calculated by the size of pan object, not the size of scroller. - -2013-01-29 ChunEon Park (Hermet) - - * Fix a elm_transit crash issue when user delete all target objects in the effect end callback. - -2013-02-05 ChunEon Park (Hermet) - - * Index supports "language,changed" smart callback. - -2013-02-07 WooHyun Jung - - * elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode. - -2013-02-07 Jaehwan Kim - - * Add smart callback signals of a scroller. "vbar,drag", "vbar,press", "vbar,unpress", "hbar,drag", "hbar,press", "hbar,unpress". - -2013-02-12 ChunEon Park (Hermet) - - * GLview, Gengrid support "language,changed" smart callback. - -2013-02-12 ChunEon Park (Hermet) - - * Ctxpopup will be dismissed when elm language is changed. - -2013-02-12 ChunEon Park (Hermet) - - * added APIs - elm_object_item_translatable_part_text_set(), elm_object_item_translatable_part_text_get(). - -2013-02-12 Arvind R - - * Fix elc_player pause state to be in sync. - * Fix time string display to handle hours right. - -2013-02-12 ChunEon Park (Hermet) - - * replace elm_object_domain_translatable_text_part_set(), elm_object_translatable_text_part_get() with elm_object_domain)translatable_part_text_set(), elm_object_translatable_part_text_get(). - -2013-02-14 ChunEon Park (Hermet) - - * added 2 APIs elm_object_orientation_mode_disabled_set(), elm_object_orientation_mode_disabled_get() - -2013-02-15 Jaehwan Kim - - * Add the reorder effect in toolbar. - -2013-02-15 Shinwoo Kim - - * Popup is now a focusable object. - -2013-02-16 Paulo C. A. Cavalcanti Jr - - * Fix elm_config to properly check file type. - -2013-02-16 ChunEon Park (Hermet) - - * Improve naviframe to not apply items'style multiple times. - -2013-02-16 ChunEon Park (Hermet) - - * Don't handle the resize objects in widget infrastructure. Actually resize objects are sub objects so we don't need to care them separately. this causes overhead in some cases. - -2013-02-17 Cedric Bail - - * Improve support on some 64bits system. - -2013-02-17 Mike Blumenkrantz - - * ignore tab key widget focus change if control/alt is pressed - * prevent blank entry hoversels - -2013-02-17 Shinwoo Kim - - * Fix restacking issue on ctxpopup - resatck callback makes the bg object be top of ctxpopup. - -2013-02-20 Carsten Haitzler (The Rasterman) - - * Fix gl engine vsync option pass-in in elm_win - * Fix elm_progressbar_pulse() to abort if pulsing not enabled - -2013-02-21 Carsten Haitzler (The Rasterman) - - * Improve a lot of the dnd infra to be more fully baked - * Add elm_drop_target_add() elm_drop_target_del() and elm_drag_start() - -2013-02-21 Jaehwan Kim - - * Fix scroller acceleration bug. It was accelerated even it's scrolled - after finishing the previous scroll. This happens with page scroll enabled. - -2013-02-25 Taehwan Kim - - * Fix 1byte invalid read & do memset, rewind if needed. - -2013-02-26 Jaeun Choi - - * Add omit feature to elm_index. - -2013-02-28 Jaehwan Kim - - * Add the option about sending signals in content_pos_set. - When the scroller is resized, the signals("elm,action,scroll", "elm,edge,top" so on) shouldn't be sent, - because it's not a scroll-action. So in this case, the content_pos_set should be called without the signals. - -2013-02-28 ChunEon Park (Hermet) - - * Add elm_transit_smooth_set(), elm_transit_smooth_get() - -2013-02-28 Jaehwan Kim - - * Fix the standard of scrollbar-calculation from the scroller's x to pan's x. - The scrollbar have to sync with pan. if not, the scrollbar doesn't move even if the position of content moves. - -2013-03-02 Brian J. Lovin - - * Fix initial value of the spinner on the first mouse move. - -2013-03-04 Jaeun Choi - - * Fix elm_index to send a signal to the selected item in smart theme. - -2013-03-04 WooHyun Jung - - * Focus highlight should not be showed on (0, 0). - -2013-03-04 Junki Cho - - * Improved gengrid item append performance. - -2013-03-05 Jiyoun Park - - * Fix elm_conform didn't set size hint when keypad on. - -2013-03-05 Jaehwan Kim - - * Add edje_object_message_signal_process before edje_object_size_min_restricted_calc. - If the min size is changed by edje signal in edc, the the function should be called before the calculation. - -2013-03-05 Jiyoun Park - - * Fix elm_conform didn't change indicator mode when create. - -2013-03-06 ChunEon Park (Hermet) - - * Add elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del(). - -2013-03-07 Jaehwan Kim - - * Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD. - This is the number of pixels the range which can be scrolled, while the scroller is holed. - -2013-03-07 ChunEon Park (Hermet) - - * Add elm_naviframe_item_pop_cb_set(). - * Naviframe works for H/W backkey event. - -2013-03-08 WooHyun Jung - - * Add elm_widget_newest_focus_order_get for knowing the last object(and its focus order) which got focus. - * After elm_win is created, if there is no manual focus setting, only elm_win should get focus when focus state is changed. - -2013-03-08 Jaehwan Kim - - * Fix the toolbar cannot be unselected when it's mode is ELM_OBJECT_SELECT_MODE_ALWAYS. - -2013-03-08 ChunEon Park (Hermet) - - * Remove the back button callback if the button is unset on the naviframe. - -2013-03-11 WooHyun Jung - - * Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout. - * Naviframe is now supproting focus_direction. - -2013-03-11 Tom Hacohen (TAsn) - - * Entry: Fixed a bug with text appending. - -2013-03-13 WooHyun Jung - - * Fixed a bug in elm_list. Focus_next is needed only when access mode is enabled. - -2013-03-13 Tae-Hwan Kim (bluezery) - - * Fix a memory leak in elm_genlist. Return value of elm_genlist_realized_items_get should be freed - -2013-03-15 Jaehwan Kim - - * Add the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scroll,down". - -2013-03-18 WooHyun Jung - - * Focus highlight should be reconfigured when theme is changed. - -2013-03-19 Jaehwan Kim - - * Fix the elm_shutdown bug in _elm_shutdown_config. - When the elm_shutdown is used after elm_config_all_flush, the segment fault occur. - It's why it uses ecore_x in _prop_all_update_cb after removing it. - -2013-03-20 Carsten Haitzler (The Rasterman) - - * Fix elm box layout when an item has a max size, and that squashes all - content even when the minimum size is greater. - -2013-03-23 WooHyun Jung - - * Add four more focus directions. ELM_FOCUS_UP/DOWN/RIGHT/LEFT. - * Add elm_object_focus_next_object_get/set. - * Add elm_object_focused_object_get. - -2013-03-27 Jihoon Kim - - * Add elm_entry_input_panel_layout_variation_set/get API - -2013-03-29 ChunEon Park (Hermet) - - * Map supports "language,changed" smart callback. - -2013-03-29 Mike Blumenkrantz - - * Fix ctxpopup geometry when parent is an elm_win. - -2013-04-01 Jaehwan Kim - - * Scroller decides whether the accelerator is on or not, depending on the velocity and the interval time of the flick event. - -2013-04-01 Jaehwan Kim - - * Add the repeat_events_set/get for blocking the events of content objects. - This feature is useful to the access. - -2013-04-01 ChunEon Park (Hermet) - - * Add convenient macros - elm_object_translatable_part_text_set(), elm_object_item_translatable_part_text_set(). - -2013-04-06 Jaehwan Kim - - * Add the API elm_scroller_page_scroll_limit_set/get. - It sets the maxium of the movable page at flicking. - -2013-04-08 Jaehwan Kim - - * Quit the scroll animator if the scroller don't have a bounce and reach a edge. - -2013-04-08 Jaehwan Kim - - * Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called. - -2013-04-08 Rafael Antognolli - - * Fix layout_example_02. - * Fix hoversel_example_01. - -2013-04-09 Daniel Juyung Seo (SeoZ) - - * Fix elc_player crash issue. - -2013-04-09 Carsten Haitzler (The Rasterman) - - * Add elm_mapbuf_auto_set()/elm_mapbuf_auto_get() - -2013-04-09 WooHyun Jung - - * Ctxpopup is now supproting focus_direction. - -2013-04-10 Jaehwan Kim - - * Fix the region_show/region_bring_in don't have a limit at a paging movement. - -2013-04-10 Jaehwan Kim - - * Add the API elm_scroller_single_direction_set/get. - This sets how the content is scrolled. - -2013-04-10 Jaehwan Kim - - * Fix the calculation double type number. - Round off to the nearest whole number. - -2013-04-15 Jaehwan Kim - - * Add the feature for key events. - -2013-04-16 Jaehwan Kim - - * Fix the policy is not changed when the theme is changed. - The "reload" signal from edc is necessary always. - -2013-04-16 WooHyun Jung - - * When entry is disabled, scrolling is also disabled. - -2013-04-17 ChunEon Park (Hermet) - - * Don't try to pop the naviframe item multiple times. - -2013-04-18 Shinwoo Kim - - * Add elm_access_action(), elm_access_action_cb_set() - -2013-04-22 Shinwoo Kim - - * Make access object unfocusable when Aaccessibility is disabled. - -2013-04-23 ChunEon Park (Hermet) - - * Added elm_object_domain_part_text_translatable_set(), - elm_object_item_domain_part_text_translatable_set(). - -2013-04-23 Jaehwan Kim - - * Fix the scrolled entry in scroller is located wrong position when the - cursor is changed. It is a scroller in scroller. In this case, it moved - twice. - -2013-04-23 ChunEon Park (Hermet) - - * Support language change for widget items (Ctxpopup, Hoversel, - Naviframe, Diskselector, List, Menu, Segment_Control, Toolbar, Popup, - MultibuttonEntry) - -2013-04-23 ChunEon Park (Hermet) - - * Support language,changed callback (Fileselector_Button, - Fileselector Entry, Spinner - -2013-04-25 ChunEon Park (Hermet) - - * Fix null pointer access on naviframe item deletion. - -2013-04-29 ChunEon Park (Hermet) - - * Fix toolbar item clipped problem on reordering toolbar item. - -2013-04-30 Jaehwan Kim - - * Add the config elm_scroll_smooth_start_enable. - There's no tick when scroller starts scroll if it's set. - -2013-04-30 ChunEon Park (Hermet) - - * Layout supports "language,changed" smart callback. - -2013-04-30 Jaehwan Kim - - * The momentum animation time is changed as the amount of flick. - -2013-05-01 Ryuan Choi (ryuan) - - * Fix elm_object_cursor_theme_search_enabled_set to do as it's name described. - -2013-05-02 WooHyun Jung - - * elm_entry_filter_accept_set function now can recognize tags. - -2013-05-02 ChunEon Park (Hermet) - - * Don't be dead even if a ctxpopup item callback function is null. - -2013-05-03 Shinwoo Kim - - * Fix gengrid does not work under the accessibility. - * Fix do not append NULL to genlist focus list. - -2013-05-01 Ryuan Choi (ryuan) - - * Fix elm_clock_first_interval_set writes wrong value. - -2013-05-06 WooHyun Jung - - * Add elm_entry smart callback - "text,set,done". - -2013-05-09 Seunggyun Kim - - * Fix remained ecore timer issue when gesture layer was deleted. - -2013-05-14 Youngbok Shin - - * Fix ctxpopup can't be called again in the mobile mode entry. - -2013-05-16 Ryuan Choi (ryuan) - - * Fix single line enty got multiple line when pasted multiple line. - -2013-05-17 Thiep Ha - - * Add selection handlers to entry. - -2013-05-23 Daniel Juyung Seo (SeoZ) - - * Fix colorselector color change but when palette item is selected. - -2013-05-23 Ryuan Choi (ryuan) - - * Fix elm_colorselector does not emit "changed" when clicked color palatte. - -2013-05-27 Tae-Hwan Kim (bluezery) - - * Add support elm_object_item_signal_emit() for elm_list. - -2013-05-27 Jihoon Kim (jihoon) - - * Add ELM_INPUT_PANEL_LAYOUT_DATETIME. - -2013-05-27 Seunggyun Kim - - * Add elm_config_glayer_long_tap_start_timeout_set/get, - elm_config_glayer_double_tap_timeout_set/get - -2013-05-30 ChunEon Park - - * Fix the mapbuf to be enabled before it's content is entirely rendered - once. - -2013-06-05 Ryuan Choi (ryuan) - - * Fix elm_colorselector does not update color bar when picker changed color. - -2013-06-05 ChunEon Park (Hermet) - - * Fix navifame to recover the focus for the prev page when top item is deleted. - -2013-06-06 Ryuan Choi (ryuan) - - * Up/down step of hour decimal of elm_clock is changed to 12 not to touch hour unit at editing mode. - -2013-06-07 Thiep Ha - - * Add magnifier to entry. - -2013-06-10 ChunEon Park (Hermet) - - * Remove the keyboard area in the conformant if the keyboard state is off. - -2013-06-10 Daniel Juyung Seo (SeoZ) - - * Add "focused" and "unfocused" smart callback for panel, video, web, - web2, genlist, hover, index, list, map, photocam, progressbar, radio, - scroller, slider, slideshow, spinner, toolbar, win, calendar, check, - clock, colorselector, datetime, diskselector, flipselector, gengrid, - ctxpopup, fileselector_button, naviframe, player, popup, bubble, button. - -2013-06-05 Ryuan Choi (ryuan) - - * Fix colorselector send "changed" signal twice when pressed color bar. - -2013-06-11 ChunEon Park (Hermet) - - * Keep the smart members of the naviframe views whenever resize object is changed. - This prevents the dangling view objects of the naviframe and keep the layer - consistency. - -2013-06-13 Ryuan Choi (ryuan) - - * Replace uri to url from elm_web_uri_get, elm_web_uri_set and "uri,changed" signal. - Previous APIs and signal are deprecated. - -2013-06-16 ChunEon Park (Hermet) - - * Naviframe: Dont' be popped if the event is freezed and popping is going on. - -2013-06-18 Jaehwan Kim - - * In case of scroll in scroll, the child scroller have to bounce if parents don't have a bounce. - -2013-06-19 Jaehwan Kim - - * Fix elm_scroller_page_show bug. It have to save the wanted values to show the wanted page. - -2013-06-20 Youngbok Shin - - * Fix non-scrollable entry did not comply focus_highlight data. - -2013-06-22 Thiep Ha - - * Move cursor when mouse moves with longpress. - * Show magnifier when selection handlers are pressed or moved. - -2013-06-22 ChunEon Park (Hermet) - - * Block mouse events when the ctxpopup on dismiss. - -2013-06-23 ChunEon Park (Hermet) - - * Apply current ctxpopup style to the list in the ctxpopup. - -2013-06-24 Ryuan Choi (ryuan) - - * fileselector : Add support mime type filter - -2013-06-25 Ryuan Choi (ryuan) - - * Fix crash of elm_notify when timeout is zero. - -2013-06-26 Daniel Zaoui (JackDanielZ) - - * Gesture Layer: add APIs to add/del multiple callbacks for a same - gesture/type/state. - -2013-06-25 Ryuan Choi (ryuan) - - * Fix Segfault in elementary file_selector_example when closed. - https://phab.enlightenment.org/T133 - -2013-06-30 Jaehwan Kim - - * Add the elm_scrollable_interface_content_viewport_resize_cb_set. - When the viewport is resized, the enrolled function is called. - -2013-07-03 Thiep Ha - - * Fix bug of showing multiple popups in Entry. - -2013-07-03 Hosang Kim - - * added callback call "scroll", "scroll,anim,start", "scroll,anim,stop", "scroll,drag,start", "scroll,drag,stop" - in toolar widget. - -2013-07-03 Jaehwan Kim - - * Change the method to calculate a distance which be scrolled from linear to sine curve. - And add the configuration thumbscroll_flick_distance_tolerance. It's the max flick distance. - -2013-07-06 Shinwoo Kim - - * Add elm_access_highlight_next_set, export elm_widget_focus_region_show - -2013-07-12 Guilherme Íscaro - - * Add elm_dayselector_wekdays_names_set/get - -2013-07-13 Daniel Juyung Seo - - * Fix elm_object_item_part_content_set bug with end content in elm_list. - -2013-07-14 ChunEon Park (Hermet) - - * Entry : Change the keyboard mode only if the imf is not available. If - the imf is available, the keyboard mode should be decided by ime, but - not entry. This prevents the asynchronous states between ime and - conformant. - -2013-07-23 ChunEon Park (Hermet) - - * File Selector : Support elm_object_part_text_set() for the ok, cancel - part to change the OK, Cancel button label. - -2013-07-25 Carsten Haitzler (The Rasterman) - - * Add throttle policy settings to elm - -2013-07-26 ChunEon Park (Hermet) - - * Flip : Fix the flip page to not flip on a direction if the direction - is disabled. - -2013-07-31 Shinwoo Kim - - * Add _elm_access_object_get, deprecate _elm_access_info_get. - -2013-07-31 Carsten Haitzler (The Rasterman) - - * Fix elm to use key not keyname (otherwise xmodmap and friends - don't work). - -2013-08-09 Cedric Bail - - * Add support for URL in Elm_Image with the following new smart - callback : "download,start", "download,progress", "download,done", - "download,error". - -2013-08-10 ChunEon Park (Hermet) - - * Popup: Fix the corrupted internal widget tree that caused - elm_theme_set() doesn't work correctly. - -2013-08-11 Daniel Juyung Seo (SeoZ) - - * Win Focus: Added elm_win_focus_highlight_animate_set/get(). - -2013-08-12 Cedric Bail - - * Add URL support to Elm_Photocam with the same callback as URL suport - in Elm_Image. - -2013-08-12 ChunEon Park (Hermet) - - * Mapbuf: Ensure that content size calculation is correctly finished - because the mapbuf is willing to block the size calculation forcely. - -2013-08-19 ChunEon Park (Hermet) - - * Popup: Support "language,changed" smart callback. - -2013-08-22 Thiep Ha - - * Add hide effect for notify. - -2013-08-22 ChunEon Park (Hermet) - - * Widget: Improve performance in applying widget theme. It prevents - applying themes more strictly if it tries to apply same theme. This - increases the performance hugely in case that user applies a specific - theme to the window object. - -2013-08-26 Daniel Juyung Seo (SeoZ) - - * Gengrid: implement selectraise feature. - -2013-08-28 Daniel Juyung Seo (SeoZ) - - * Bg: Add bg reset feature. - -2013-09-04 Ryuan Choi (ryuan) - - * elm_config : profile may be broken when clicked reset button in profiles tab - -2013-09-07 Shinwoo Kim - - * elm_access : delete access object in job when its hover object is deleted - -2013-09-10 Niraj Kumar - - * ProgressBar: Added support for more than one progress status in a - single progress bar - -2013-09-10 Ryuan Choi (ryuan) - - * elc_fileselector : Navigate (if needed) and select file with "selected" - signal when user typed file path on path_entry. - -2013-09-10 Jose Roberto de Souza (zehortigoza) - - * table : Introduce elm_table_child_get() API. - -2013-09-11 Daniel Juyung Seo (SeoZ) - - * flip : Added support for focus direction. - -2013-09-12 Ryuan Choi (ryuan) - - * elc_fileselector : Added "selected,invalid" smart callbacks. - -2013-09-12 ChunEon Park (Hermet) - - * elm_object_item : Introduces new APIs, elm_object_item_track(), - elm_object_item_untrack(), elm_object_item_track_get(). - -2013-09-14 Daniel Juyung Seo (SeoZ) - - * spinner : fixed arrow key focus movement bug. - -2013-09-15 Daniel Juyung Seo (SeoZ) - - * flip : set the focus to it's content object when flip go to is called - while flip is focused. - -2013-09-18 Tom Hacohen (TAsn) - - * Gesture layer: Fix gesture layer with "pointer" events. - -2013-09-18 Michael Bouchaud (yoz) - - * Elm_Widget_Item: Introduces new widget APIs, - elm_widget_item_part_text_custom_set(), - elm_widget_item_part_text_custom_get(), - elm_widget_item_part_text_custom_update() - -2013-09-21 Daniel Juyung Seo (SeoZ) - - * hover: added "dismissed" callback. - -2013-09-21 Daniel Juyung Seo (SeoZ) - - * menu: added "dismissed" callback. - -2013-09-21 Daniel Juyung Seo (SeoZ) - - * menu: added elm_menu_item_subitems_clear. - -2013-09-27 ChunEon Park (Hermet) - - * layout: fixed the layout to swallow the contents again when theme is changed. - -2013-09-29 ChunEon Park (Hermet) - - * mapbuf: Dont' move the content to not be calculated. Mapbuf expects - the content is static object and it won't be updated by content - position. This actually reduces the mapbuf calculation time muchly in - case of complex layout. - -2013-10-01 Ryuan Choi (ryuan) - - * fileselector: Add the configuration fileselector_double_tap_navigation_enable. - It makes fileselector navigate folder using double tap instead of single tap. - -2013-10-02 Ryuan Choi (ryuan) - - * fileselector: Add "activated" smart callback. It can be used to execute - a file activated by double-clicking or pressing Enter key. - -2013-10-03 ChunEon Park (Hermet) - - * Focus: update the focus highlight style when theme is changed. - -2013-10-04 Carsten Haitzler (The Rasterman) - - * Break popup theme - it was poorly namespaced, unable to - handle styles at all (so styles were broken with the given - namespace). - -2013-10-08 Daesung Kim (ad960009) - - * ctxpopup : fix elm_object_content_unset didn't unpack content from box - -2013-10-10 ChunEon Park (Hermet) - - * scroller : fix the scroller to locate the current page correctly - in case that the scroller is suddenly resized and then the drag - couldn't capture the page location. - -2013-10-12 Ryuan Choi (ryuan) - - * popup : Change the behavior about adding or removing buttons to keep the - user defined position of button. - -2013-10-14 Daniel Juyung Seo (SeoZ) - - * hoversel: Support elm_object_item_signal_emit in hoversel. This works - only when the item is created. - -2013-10-17 Ryuan Choi (ryuan) - - * fileselector : Add support multi-selection. - -2013-10-17 Carsten Haitzler (The Rasterman) - - * Default theme is now dark. - -2013-10-18 Ryuan Choi (ryuan) - - * fileselector : Add support visibility control of hidden files/directories. - -2013-10-21 Ryuan Choi (ryuan) - - * fileselector : Monitor and update changes of selected path automatically while EIO is working. - -2013-10-22 Amitesh Singh (_ami_) - - * slider : Show popup on left/right/up/down key down press and hide on left/right/up/down key up press. - -2013-10-23 Christophe Sadoine - - * spinner: added signals "spinner,drag,start" and "spinner,drag,stop". - -2013-10-27 Thiep Ha - - * entry: Correct magnifier showing. - -2013-10-30 Amitesh Singh (_ami_) - - * image: Add support for "clicked" callback on Return/space/KP_Enter key press. - -2013-10-30 Shilpa Onkar Singh - - * slider: Added elm_slider_step_get(), elm_slider_step_set(). - -2013-11-03 Daniel Juyung Seo (SeoZ) - - * Genlist/Gengrid/List: Added multi select mode. - -2013-11-07 ChunEon Park (Hermet) - - * scroller: don't focus region show if the scroller is disabled. - -2013-11-05 Amitesh Singh (_ami_) - - * hoversel: Added focus support on hoversel items. - -2013-11-22 ChunEon Park (Hermet) - - * mapbuf: reset the mapbuf internals correctly when the content is - removed(unset) - -2013-11-25 ChunEon Park (Hermet) - - * image: fix the elm_image_prescale_set() to work properly. - -2013-11-28 Daniel Juyung Seo (SeoZ) - - * spinner: fix mouse wheel support. - -2013-12-01 Carsten Haitzler (The Rasterman) - - * 1.8 release - -OUT OF DATE NOTICE: - ------------------- -With the start of the 1.9.x release cycle we now longer update the ChangeLog and rely on git log for -this functionality. We keep however a NEWS files for a high level overview of changes in a new -release which will be filled at the end of the release cycle. diff --git a/legacy/elementary/INSTALL b/legacy/elementary/INSTALL deleted file mode 100644 index 7d1c323..0000000 --- a/legacy/elementary/INSTALL +++ /dev/null @@ -1,365 +0,0 @@ -Installation Instructions -************************* - -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without warranty of any kind. - -Basic Installation -================== - - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following -more-detailed instructions are generic; see the `README' file for -instructions specific to this package. Some packages provide this -`INSTALL' file but do not implement all of the features documented -below. The lack of an optional feature in a given package is not -necessarily a bug. More recommendations for GNU packages can be found -in *note Makefile Conventions: (standards)Makefile Conventions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). - - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. Caching is -disabled by default to prevent problems with accidental use of stale -cache files. - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you -may remove or edit it. - - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You need `configure.ac' if -you want to change it or regenerate `configure' using a newer version -of `autoconf'. - - The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. - - Running `configure' might take a while. While running, it prints - some messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Optionally, type `make check' to run any self-tests that come with - the package, generally using the just-built uninstalled binaries. - - 4. Type `make install' to install the programs and any data files and - documentation. When installing into a prefix owned by root, it is - recommended that the package be configured and built as a regular - user, and only the `make install' phase executed with root - privileges. - - 5. Optionally, type `make installcheck' to repeat any self-tests, but - this time using the binaries in their final installed location. - This target does not install anything. Running this target as a - regular user, particularly if the prior `make install' required - root privileges, verifies that the installation completed - correctly. - - 6. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly - for the package's developers. If you use it, you may have to get - all sorts of other programs in order to regenerate files that came - with the distribution. - - 7. Often, you can also type `make uninstall' to remove the installed - files again. In practice, not all packages have tested that - uninstallation works correctly, even though it is required by the - GNU Coding Standards. - - 8. Some packages, particularly those that use Automake, provide `make - distcheck', which can by used by developers to test that all other - targets like `make install' and `make uninstall' work correctly. - This target is generally not run by end users. - -Compilers and Options -===================== - - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. Run `./configure --help' -for details on some of the pertinent environment variables. - - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: - - ./configure CC=c99 CFLAGS=-g LIBS=-lposix - - *Note Defining Variables::, for more details. - -Compiling For Multiple Architectures -==================================== - - You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you can use GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. This -is known as a "VPATH" build. - - With a non-GNU `make', it is safer to compile the package for one -architecture at a time in the source code directory. After you have -installed the package for one architecture, use `make distclean' before -reconfiguring for another architecture. - - On MacOS X 10.5 and later systems, you can create libraries and -executables that work on multiple system types--known as "fat" or -"universal" binaries--by specifying multiple `-arch' options to the -compiler but only a single `-arch' option to the preprocessor. Like -this: - - ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ - CPP="gcc -E" CXXCPP="g++ -E" - - This is not guaranteed to produce working output in all cases, you -may have to build one architecture at a time and combine the results -using the `lipo' tool if you have problems. - -Installation Names -================== - - By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX', where PREFIX must be an -absolute file name. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. - - In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. In general, the -default for these options is expressed in terms of `${prefix}', so that -specifying just `--prefix' will affect all of the other directory -specifications that were not explicitly provided. - - The most portable way to affect installation locations is to pass the -correct locations to `configure'; however, many packages provide one or -both of the following shortcuts of passing variable assignments to the -`make install' command line to change installation locations without -having to reconfigure or recompile. - - The first method involves providing an override variable for each -affected directory. For example, `make install -prefix=/alternate/directory' will choose an alternate location for all -directory configuration variables that were expressed in terms of -`${prefix}'. Any directories that were specified during `configure', -but not in terms of `${prefix}', must each be overridden at install -time for the entire installation to be relocated. The approach of -makefile variable overrides for each directory variable is required by -the GNU Coding Standards, and ideally causes no recompilation. -However, some platforms have known limitations with the semantics of -shared libraries that end up requiring recompilation when using this -method, particularly noticeable in packages that use GNU Libtool. - - The second method involves providing the `DESTDIR' variable. For -example, `make install DESTDIR=/alternate/directory' will prepend -`/alternate/directory' before all installation names. The approach of -`DESTDIR' overrides is not required by the GNU Coding Standards, and -does not work on platforms that have drive letters. On the other hand, -it does better at avoiding recompilation issues, and works well even -when some directory options were not specified in terms of `${prefix}' -at `configure' time. - -Optional Features -================= - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - - Some packages offer the ability to configure how verbose the -execution of `make' will be. For these packages, running `./configure ---enable-silent-rules' sets the default to minimal output, which can be -overridden with `make V=1'; while running `./configure ---disable-silent-rules' sets the default to verbose, which can be -overridden with `make V=0'. - -Particular systems -================== - - On HP-UX, the default C compiler is not ANSI C compatible. If GNU -CC is not installed, it is recommended to use the following options in -order to use an ANSI C compiler: - - ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" - -and if that doesn't work, install pre-built binaries of GCC for HP-UX. - - On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot -parse its `' header file. The option `-nodtk' can be used as -a workaround. If GNU CC is not installed, it is therefore recommended -to try - - ./configure CC="cc" - -and if that doesn't work, try - - ./configure CC="cc -nodtk" - - On Solaris, don't put `/usr/ucb' early in your `PATH'. This -directory contains several dysfunctional programs; working variants of -these programs are available in `/usr/bin'. So, if you need `/usr/ucb' -in your `PATH', put it _after_ `/usr/bin'. - - On Haiku, software installed for all users goes in `/boot/common', -not `/usr/local'. It is recommended to use the following options: - - ./configure --prefix=/boot/common - -Specifying the System Type -========================== - - There may be some features `configure' cannot figure out -automatically, but needs to determine by the type of machine the package -will run on. Usually, assuming the package is built to be run on the -_same_ architectures, `configure' can figure that out, but if it prints -a message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: - - CPU-COMPANY-SYSTEM - -where SYSTEM can have one of these forms: - - OS - KERNEL-OS - - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the machine type. - - If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will -produce code for. - - If you want to _use_ a cross compiler, that generates code for a -platform different from the build platform, you should specify the -"host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. - -Sharing Defaults -================ - - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Defining Variables -================== - - Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run -configure again during the build, and the customized values of these -variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: - - ./configure CC=/usr/local2/bin/gcc - -causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). - -Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: - - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash - -`configure' Invocation -====================== - - `configure' recognizes the following options to control how it -operates. - -`--help' -`-h' - Print a summary of all of the options to `configure', and exit. - -`--help=short' -`--help=recursive' - Print a summary of the options unique to this package's - `configure', and exit. The `short' variant lists options used - only in the top level, while the `recursive' variant lists options - also present in any nested packages. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`--cache-file=FILE' - Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to - disable caching. - -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error - messages will still be shown). - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`--prefix=DIR' - Use DIR as the installation prefix. *note Installation Names:: - for more details, including other options available for fine-tuning - the installation locations. - -`--no-create' -`-n' - Run the configure checks, but stop before creating any output - files. - -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - diff --git a/legacy/elementary/Makefile.am b/legacy/elementary/Makefile.am deleted file mode 100644 index 387a071..0000000 --- a/legacy/elementary/Makefile.am +++ /dev/null @@ -1,161 +0,0 @@ -AM_DISTCHECK_CONFIGURE_FLAGS = --with-tests=regular -SUBDIRS = src data config doc - -if HAVE_PO - -SUBDIRS += po - -endif - -ACLOCAL_AMFLAGS = -I m4 - -MAINTAINERCLEANFILES = \ -ABOUT-NLS \ -Makefile.in \ -aclocal.m4 \ -config.guess \ -elementary_config.h.in* \ -config.sub \ -config.rpath \ -configure \ -depcomp \ -install-sh \ -ltmain.sh \ -missing \ -$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ -$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ -$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \ -m4/libtool.m4 \ -m4/lt~obsolete.m4 \ -m4/ltoptions.m4 \ -m4/ltsugar.m4 \ -m4/ltversion.m4 \ -m4/gettext.m4 \ -m4/iconv.m4 \ -m4/lcmessage.m4 \ -m4/lib-ld.m4 \ -m4/lib-link.m4 \ -m4/lib-prefix.m4 \ -m4/nls.m4 \ -m4/po.m4 \ -m4/progtest.m4 - -if HAVE_PO - -MAINTAINERCLEANFILES += \ -po/boldquot.sed \ -po/en@boldquot.header \ -po/en@quot.header \ -po/insert-header.sin \ -po/Makefile.in.in \ -po/Makevars.template \ -po/quot.sed \ -po/remove-potcdate.sin \ -po/Rules-quot - -endif - -EXTRA_DIST = \ -README \ -AUTHORS \ -COPYING \ -COPYING.images \ -COMPLIANCE \ -elementary.pc.in \ -elementary-cxx.pc.in \ -elementary.spec \ -elementary.spec.in \ -m4/efl_binary.m4 \ -m4/efl_doxygen.m4 \ -m4/elm_check_backend.m4 \ -config.rpath \ -pkgbuild/PKGBUILD - -sed_process = \ -$(SED) \ --e 's,@VERSION\@,$(VERSION),g' \ --e 's,@VMAJ\@,$(VMAJ),g' \ --e 's,@prefix\@,$(prefix),g' \ --e 's,@exec_prefix\@,$(exec_prefix),g' \ --e 's,@libdir\@,$(libdir),g' \ --e 's,@includedir\@,$(includedir),g' \ --e 's,@datarootdir\@,$(datarootdir),g' \ --e 's,@datadir\@,$(datadir),g' \ --e 's,@pkgdatadir\@,$(pkgdatadir),g' \ --e 's,@requirement_elm_pc\@,$(requirement_elm_pc),g' \ --e 's,@ELEMENTARY_LIBS\@,$(ELEMENTARY_LIBS),g' \ --e 's,@ELEMENTARY_PC_LIBS\@,$(ELEMENTARY_PC_LIBS),g' \ -< $< > $@ || rm $@ - -pc_verbose = $(pc_verbose_@AM_V@) -pc_verbose_ = $(pc_verbose_@AM_DEFAULT_V@) -pc_verbose_0 = @echo " PC " $@; - -elementary.pc: $(top_srcdir)/elementary.pc.in Makefile - $(AM_V_at)rm -f $@ - $(pc_verbose)$(sed_process) - -elementary-cxx.pc: $(top_srcdir)/elementary-cxx.pc.in Makefile - $(AM_V_at)rm -f $@ - $(pc_verbose)$(sed_process) - -if HAVE_FREEBSD -pkgconfigdir = $(libdir)data/pkgconfig -else -pkgconfigdir = $(libdir)/pkgconfig -endif - -pkgconfig_DATA = elementary.pc elementary-cxx.pc - -CLEANFILES = elementary.pc elementary-cxx.pc - -cmakeconfigdir = $(libdir)/cmake/Elementary -cmakeconfig_DATA = \ -cmakeconfig/ElementaryConfig.cmake \ -cmakeconfig/ElementaryConfigVersion.cmake - -.PHONY: doc screenshots - -doc: - @echo "entering doc/" - $(MAKE) -C src/examples screenshots - $(MAKE) -C doc doc - -screenshots: all - @echo "entering src/examples/" - $(MAKE) -C src/examples screenshots - -if ELEMENTARY_ENABLE_COVERAGE - -lcov-reset: - @rm -rf $(top_builddir)/coverage - @find $(top_builddir) -name "*.gcda" -delete - @lcov --zerocounters --directory $(top_builddir) - -lcov-report: - @mkdir $(top_builddir)/coverage - lcov --capture --compat-libtool --no-external --config-file .lcov-config --output-file $(top_builddir)/coverage/coverage.info --directory $(top_builddir) - lcov --remove $(top_builddir)/coverage/coverage.info '*.h' --output-file $(top_builddir)/coverage/coverage.cleaned.info - lcov --remove $(top_builddir)/coverage/coverage.cleaned.info '*/elm_test_*' --output-file $(top_builddir)/coverage/coverage.cleaned2.info - lcov --remove $(top_builddir)/coverage/coverage.cleaned2.info '*/elm_suite.c' --output-file $(top_builddir)/coverage/coverage.cleaned3.info - lcov --remove $(top_builddir)/coverage/coverage.cleaned3.info '*NONE*' --output-file $(top_builddir)/coverage/coverage.cleaned4.info - lcov --remove $(top_builddir)/coverage/coverage.cleaned4.info '*/datetime_input_ctxpopup.c' '*/elm_horizontal_box.c' '*/elm_vertical_frame.c' '*/elm_vertical_box.c' '*/elm_horizontal_frame.c' '*/prefs_iface.c' '*/elm_swallow.c' --output-file $(top_builddir)/coverage/coverage.cleaned5.info - genhtml --legend -t "$(PACKAGE_STRING)" -o $(top_builddir)/coverage/html $(top_builddir)/coverage/coverage.cleaned5.info - @echo "Coverage Report at $(top_builddir)/coverage/html" - -endif - -if ELEMENTARY_ENABLE_TESTS - -lcov-check: -if ELEMENTARY_ENABLE_COVERAGE - @$(MAKE) $(AM_MAKEFLAGS) lcov-reset -endif - @$(MAKE) $(AM_MAKEFLAGS) check -if ELEMENTARY_ENABLE_COVERAGE - @$(MAKE) $(AM_MAKEFLAGS) lcov-report -endif - -clean-local: - rm -f src/tests/check-results.xml -endif diff --git a/legacy/elementary/Makefile_Eolian_Cxx_Helper.am b/legacy/elementary/Makefile_Eolian_Cxx_Helper.am deleted file mode 100644 index bbae6f0..0000000 --- a/legacy/elementary/Makefile_Eolian_Cxx_Helper.am +++ /dev/null @@ -1,14 +0,0 @@ - -EOLIAN_CXX = @eolian_cxx@ -_EOLIAN_CXX_DEP = @eolian_cxx@ - -AM_V_EOLCXX = $(am__v_EOLCXX_@AM_V@) -am__v_EOLCXX_ = $(am__v_EOLCXX_@AM_DEFAULT_V@) -am__v_EOLCXX_0 = @echo " EOLCXX " $@; - -SUFFIXES += .eo.hh .eo.impl.hh - -%.eo.impl.hh %.eo.hh: %.eo $(_EOLIAN_CXX_DEP) - $(AM_V_EOLCXX) \ - $(MKDIR_P) $(dir $@); \ - $(EOLIAN_CXX) $(EOLIAN_FLAGS) -o $@ $< diff --git a/legacy/elementary/Makefile_Eolian_Helper.am b/legacy/elementary/Makefile_Eolian_Helper.am deleted file mode 100644 index d409e98..0000000 --- a/legacy/elementary/Makefile_Eolian_Helper.am +++ /dev/null @@ -1,35 +0,0 @@ -if HAVE_EOLIAN_GEN -EOLIAN_GEN = @eolian_gen@${EXEEXT} -_EOLIAN_GEN_DEP = @eolian_gen@${EXEEXT} -else -EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT} -_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT} -endif - -AM_V_EOL = $(am__v_EOL_@AM_V@) -am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@) -am__v_EOL_0 = @echo " EOLIAN " $@; - -SUFFIXES = .eo .eo.c .eo.h .eo.legacy.h .eot .eot.h - -%.eo.c: %.eo ${_EOLIAN_GEN_DEP} - $(AM_V_EOL) \ - $(MKDIR_P) $(dir $@); \ - $(EOLIAN_GEN) --legacy --silent-types $(EOLIAN_FLAGS) --gc -o $@ $< - -%.eo.h: %.eo ${_EOLIAN_GEN_DEP} - $(AM_V_EOL) \ - $(MKDIR_P) $(dir $@); \ - $(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o $@ $< - -%.eot.h: %.eot ${_EOLIAN_GEN_DEP} - $(AM_V_EOL) \ - $(MKDIR_P) $(dir $@); \ - $(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o $@ $< - -%.eo.legacy.h: %.eo ${_EOLIAN_GEN_DEP} - $(AM_V_EOL) \ - $(MKDIR_P) $(dir $@); \ - $(EOLIAN_GEN) --legacy --silent-types $(EOLIAN_FLAGS) --gh -o $@ $< - -CLEANFILES += $(BUILT_SOURCES) diff --git a/legacy/elementary/Makefile_Eolian_Js_Helper.am b/legacy/elementary/Makefile_Eolian_Js_Helper.am deleted file mode 100644 index 11c3134..0000000 --- a/legacy/elementary/Makefile_Eolian_Js_Helper.am +++ /dev/null @@ -1,15 +0,0 @@ - -if HAVE_JS -EOLIAN_JS = @eolian_js@ -_EOLIAN_JS_DEP = @eolian_js@ -endif - -AM_V_EOLJS = $(am__v_EOLJS_@AM_V@) -am__v_EOLJS_ = $(am__v_EOLJS_@AM_DEFAULT_V@) -am__v_EOLJS_0 = @echo " EOLJS " $@; - -SUFFIXES += .eo.js.cc - -%.eo.js.cc: %.eo $(_EOLIAN_JS_DEP) - $(AM_V_EOLJS)$(EOLIAN_JS) $(EOLIAN_FLAGS) -o $@ $< - diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS deleted file mode 100644 index 881841f..0000000 --- a/legacy/elementary/NEWS +++ /dev/null @@ -1,1371 +0,0 @@ -================= -Elementary 1.17.0 -================= - -Changes since 1.16.0: ---------------------- - -Features: - - * toolbar: add item_signal_emit. - * spinner: add entry filter for accepted only digits and "." - * hoversel: add item disabling support. - * Elm entry: Keep cursor at inserted position after dnd. - * atspi: support key modifers in bridge. - * atspi: add type of accessibility object - * elementary: Port elementary to use Ecore_Wl2 library - * cnp: add Copy & Paste support for Windows - * cursor: add cursor support on Windows. - * popup: add popup default align config for other profiles. - * Entry: Context Menu is now configurable - * genlist: supporting homogeneous mode about each item class. - * calendar: Apply elm_button widgets instead of manually implemented spinner buttons. - * efl-js: JavaScript Eolian binding - * popup: add popup dismiss function for hide effect - * box: implement aspected item layout - * toolbar: Send a signal when shrink mode is changed. - * genlist: new SCROLLTO_BOTTOM alignment - * calendar: add color classes and text classes. - * datetime: add color classes and text classes. - * index: add color classes and text classes. - * spinner: add color classes and text classes. - * multibuttonentry: add color classes and text classes. - * elm config - allow the ability to save out to another hidden profile - * elm config - add function to check if profile exists - * elm config - add the ability to have derived configurations from others - * ctxpopup: add geometry,update smart callback. (T2042) - -Fixes: - - * calendar: weekdays do not get translated when language is dynamically changed issue fix - * index: internal item's edje object handling logic changed to improve performance. - * naviframe: subtitle,show signal not sent - * segment_control: fix variable affectation - * Genlist: Fixed a possible crash in filter iterator and a typo. - * Clouseau: handle case when the library is not installed - * win: only perform maximize frame state updating during ecore-evas callback - * gengrid: Prevent duplicated selected function calls when item is unselected in the function. - * atspi: unprotect subset of methods - * notify: fix broken timeout feature in elm_notify (T2853) - * notify: fix hide animation - * multibuttonentry: change default format count. - * multibuttonentry: internal entry cnp mode set as "ELM_CNP_MODE_PLAINTEXT". - * datetime: fix field arrange code for dynamically field sequence change case. - * comp base: allow mouse events to propagate through comp base -> wallpaper - * Entry: add markup cnp handlers - * elementary: Fix test_colorclass function - * elm: set language to edje when elm_language_set is called. - * spinner: prevent scrolling when longpress timer enabled. - * elementary: Don't call ecore_wl2_shutdown unless we have a display - * elm border: change shadow toggle program signal source e -> elm - * elementary: Update ecore wayland window geometry (T2919) - * spinner: add possibility to enter negative value. (T2915) - * gengrid: fix Logic in _item_single_select_left and _item_single_select_right. - * Elm entry: fix null item in item provider. - * Fileselector entry: fix a case when file was not selected - * genlist : fix size hash issue when genlist layout sizing evaluated - * genlist: remove unnecessary data creation - * elm_photocam: add NULL check - * atspi: return previous name in overloaded getters - * Elm config: use a name instead of elm_widget_type_get (T2891) - * Entry: Add newline filter for single line entry (T2660) - * [config] fix static analysis issue - * Elm entry: Fix to hide magnifier when menu is disabled. - * elm - cursor - fix job handling to not leave rogue jobs - * genlist : add size_calc forcely about content when elm_layout. - * elm wl cnp - fix paste to not crash anymore - * elm config - monitor JUST the correct files for profile and cfg change - * elementary: Fix elementary not compiling - * sys_notify: fix shutdown of elm_sys_notify - * segment_control: check item disable (T2883) - * elementary_test: remove wrong usage of EINA_UNUSED. - * layout: do not unset max size hint during sizing eval - * hide indicator after mouse wheel activation. (T2348) - * combobox: fix recalc and hover's best_location error - * js: fix examples functions - * elm entry: check for null return from eina_rectangle_new - * [Hover] Fixed the delaying of hover dismiss on continuous mouse clicks (T3006) - * box: enforce size recalc during unpack_all() - * config: try to properly update config for popup new align value. (T3008) - * config: Correct defaults in upgrade of popup conf (T3008) - * Gengrid: improve item_region_show code - * elementary: Fix elm_win_window_id_get function (T3058) - * Adjust "context_menu_disabled" configuration. - * genlist : fix tree item floating issue when homoegeneous mode is enabled (T2708) - * combobox: move responsibility to define filter and content to the user of a combobox - * combobox: "return" key handled correctly and removed unreachable code. (T3075) - * Genlist: do not select the item two times in case of a double click. - * Elm Image: fix usage of animated gif on the same image object more than one time - * combobox: fix disabled state (T3075) - * combobox: fix continuous clicks on hover - * [toolbar] don't leak icons into the UI - * [toolbar] Adjust icon size along with text etc. - * genlist/gengrid: Fix focus hilight error (T3122) - -Changes since 1.15.0: ---------------------- - -Features: - - * multibuttonentry: add horizontal, vertical padding between items. - * index: add index item priority APIs for support multilingual - * elm_config: Add flag to control pushing naviframe prev button automatically. - * focus: add the focus region show mode - * focus: item focus moves by geometry. - * popup: make scroller optional in popup (T2651) - * elm theme - add a blank focus style if you want invisible focus - * Label: add support for all the fancy tags already provided for entry - * elm - thumbscroll finger scrolling - make it far smoother - * focus: add the APIs to set the focus next about item. - * Elm_genlist: Add Item filtering support - * spinner: delete longpress timer when scroller enabled. - * focus: add the focus_direction feature about item. - * focus: change the focus don't stay to scroller. - * elc_multibuttonentry: add item disable support - * atspi: add translation domain for name and description. - * atspi: support org.a11y.atspi.Collection interface - * atspi: add new relationship append/remove/clear API - * elm run - be explicit about elm run not nesting in docs - * gengrid : add all_contents_unset API in gengrid for reusing contents. - -Fixes: - - * spinner: entry text makes to registered special value instead of number. - * multibuttonentry: item object scale set is not need when theme applied. - * mbe: remove unnecessary keypad hide call from multibuttonentry. - * popup: fix resize issue in case of custom part text set - * focus: add del callback always. - * focus/list/genlist/gengrid: fix focus highlight issues on list widgets when auto focus enable is on. (T2555) - * Tooltip: reset content delete callback directly after invocation - * elm_toolbar: fix icon_size to consider edje base scale - * spinner: Add to support spinner value %d format. - * scroller: fix the focus move bug in scroller. - * gengrid: extends D2418 to horizontal mode. - * gengird: change focus move mechanism in gengrid. - * elementary: Fix Copy and Paste test to actually paste clipboard text - * elm theme - conformant - fix to have proper min size of conformant - * cnp: init wayland dnd handlers upon creating the first drop target - * cnp: initialize Elm_Selection_Data.action for wayland drops - * cnp: fix wayland drop format selection - * cnp: pass wayland drop event size to handler, do not nul terminate drop data - * cnp: end wayland drag on allocation failure - * cnp: only nul terminate wayland drops for text type drops - * cnp: redo wayland drop to nul terminate for text_uri drops and free on every drop - * Gengrid: Set focus after item looping - * list: fix crash while setting nearest item in viewport (T2662) - * Entry: fix cursor repositioning on theme_apply (T2646) - * scroller: fix the misstake. change && -> || - * scroller: fix memory leak on keys traversal - * theme: fix theme file path parsing issue on windows. - * elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_win_xwin_update() in _elm_win_finalize_internal(). - * gengrid: fix item focus movement in case of horizontal mode - * gengrid: no need to loop in case of reorder mode is enabled - * toolbar: fix issue of focus not coming to item on mouse click (T2697) - * config: revert first_item_focus_on_first_focus_in to 0 (T2662) - * Genlist: reset item tree expanded state when putting item in cache - * elm win - fix to ensure smart calc is done before show - * Gengrid: Fix wrong focus movement in _item_single_select_down - * multibuttonentry: Use elm focus for items instead of evas focus. - * Revert "Elm_Interface_Scrollable: Improvement in looping behavior" - * Elc_Naviframe: When push is in progress, block pop until push is complete. - * multibuttonentry: Fix mbe clicked signal is not work. - * Elc_Multibuttonentry: Item resize issue on text set - * Genlist: Dont select first item if its DISPLAY_ONLY - * naviframe: fix a focus issue when deleting the first item - * gengrid: fix crash issue. - * FileSelector: fix behaviour when the file is chosen - * elm map - fix module load craziness loading all elm modules - * elm map - fix crash on badly handled zoom timeout callback - * FileSelector Entry: fix behaviour for events - * elm_image: fix image preload issue - * elm theme - make sure key sounds are on input channel for muting config - * calendar: fix signal process timing issue when view update. - * elm autofocus show - fix cases where focus is inside containers - * elm - when focus goes back in to a window dont have scrollers jump - * elm toolbar 0 size items fix if icon not found (T2710) - * multibuttonentry: Fix box item append rtl when mirror enabled. - * elc_multibuttonentry: Input panel should be controlled only if multibuttonentry is editable - * focus: remove checking the focus origin in highlight job. - * dnd/x11: correct coordinates in pos callback - * test_dnd: transfer text without markup when drag label - * [spinner] Notify when value is edited directly - * elm - fix focus set on focus in on window due to previous focus fix - * elm_conformant: display mode set fix - * gengrid: fix duplicate edje signal (elm,state,focused) to item on focus - * calendar: weekday update when first day of week changed. - * spinner: Fix internal logic about special value show instead of number. - * multibuttonentry: fix MBE item clear, item delete logic error. - * Revert "index: fix index object got a wrong min value." - * spinner: fix extra callback calls - * multibuttonentry: Fix padding to be affected by base_scale in edc. - * multibuttonentry: Fix MBE item box min size calc error. - * elc_naviframe: fix crash in strcmp, if text_set is NULL issue - * elm_hover: delay hover dismiss while handling edje signal - * elm cursors - if min size is too small then force it to be sane - * elm cursor - fix hotspot tracking to actually work right - * toolbar: Fix crash on more_item when shrink mode is set with no item. - * elementary: Fix calling ecore_evas_wayland_move with improper values - * elm_hoversel: fix to show dismiss animation - * toolbar: do not change align for "noicon" toolbar items (T2782) - * elementary: Remove unused static variable - * elementary: Remove unused static variable - * elementary: Fix passing wrong parameter - * elementary: Fix passing wrong parameter - * elementary: Remove unused variable - * elementary: Remove unused static varible - * elementary: Remove unused function - * elementary: Remove unused variables - * elementary: Remove unused static variable - * elementary: Remove unused static variable - * elementary: Fix genlist example to not free data until After it has been removed from the list (CID1327342) - * deskmirror: unset proxy.source_clip for urgency effects - * border: bring sparklebear theme up-to-date with current efl rendering - * elc_file_selector_button: free allocated path name - * elm_win: fix wrong comment. - * elm_cnp: DnD/X11: correct drag window position in rotation - * dayselector: fix warning related to argument type - * multibuttonentry: fix label packed many times in internal box. - * win: reemit atspi "focused" event on bridge connection - * multibuttonentry: when item is clicked/selected, select function not called issue fix. - * widget: update child_can_focus flag on focusability change - * colorselector: picker spinner UI not proper issue fix. (T2401) - * autoscroll focus: pass the object region position relative to the scroller. (T1686) - * elm_segment_control: fix invalid parameter - * atspi: add missing SELECTED changed signals - * win : Prohibiting auto-rendering, until elm_win is shown. - -Changes since 1.14.0: ---------------------- - -Features: - - * ctxpopup: Added item_focus_set/item_focus_get. - * hoversel: Added item_focus_set/item_focus_get. - * elm_focus: added new focus move policy and elm_object_focus_move_policy_set/get - * Elm: Add context,open signal in elm_entry. - * theme: migrate all e users of darken_rounded_square to new darken_square image - * elm_scroller: add wheel_disable_set API - * calendar: show days of prev/next month. - * gengrid: add item cache in gengrid for efficient realize/unrealize operation. - * elm_config: Add feature to control transition scale for edje - * win: Add autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN - * EFL Model List View for MVC design - * EFL Model Form View for MVC design - -Fixes: - - * elementary: Remove unused variable - * genlist: fix to return item style correctly. - * label: Fix memory leak. - * SlideShow: Fix double invocation of ItemClass delete function (T2394) - * elm_object_item: fix the issue that del_cb doens't get item data as its parameter - * widget: more fix wrt item data. - * tooltip: set the correct style of label. - * slider: use theme of object for popup. - * entry: update selection handlers when entry is resized - * elm_win: Set initial withdrawn state from win's ecore_evas property. - * Immediatly change the cursor if changed from inside the widget - * elm_genlist: fix implementation of genlist tooltip functions - * fileselector button: correct window parent finding - * elm config - init wl if env vars indicate we should - * Genlist: support of ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode of genlist item for ELM_ITEM_SELECT_ON_FOCUS_DISABLE config variable. - * elm - fix profile handling if ELM_PROFILE is set - dont listen to x msg - * Gengrid: fix mirroring bug in gengrid widget. - * gengrid/genlist: decrement item counter before triggering item del callback - * glview: preserved changed state when altering render mode - * tooltip: fix positioning when tooltip is affixed to a window object - * interface scrollerable: modify the loop_v condition in _elm_scroll_momentum_animator() function - * tooltip: fix tooltip multi line text issue (T2034) - * fix list item mode change on elm list - * cnp: Add safety check for NULL pointer from _elm_util_text_to_mkup(). - * cnp: Add safety check for NULL pointer from calloc() for anim_icon. - * cnp: Add safety check for NULL pointer from strdup(). - * Dnd/X11: add dnd support for image, uri types - * Cnp/X11: move entry-only code in elm_cnp to entry - * Cnp/X11: correct object parameter in datacb - * entry: add dnd image handling - * cnp: Add safety check for NULL pointer from malloc(). - * clock: Add safety check for NULL pointer from localtime() func. - * entry: emit changed,user signal when text is pasted or dropped - * win: only trigger del trap if win type is not FAKE - * win: do not use deferred ecore evas deletion for FAKE wins - * dayselector : add safety check for NULL pointer from _item_find() - * colorselector: add safety check for NULL pointer from ecore_x_image_new(). - * genlist: fix resize of items when added after elm_genlist_clear(). (T2367) - * elm_colorselector: fix horiz/vertical padding to be affected by base_scale in edc - * elm_genlist: reset timer to NULL on cancel only. - * DnD: remove text/uri handling - * config: fix the flush file path. - * X11/CnP: remove X11 invocations from elm_entry (T2183) - * config: read flush.cfg when elm_config_all_flush is called. - * elm_colorselector: pixel-picker accuracy fix - * elm_gengrid: fix the bug that gengrid item index(position) is updated wrong value in item_update - * elm_interface_scrollable: fix wrong mirrored calculation - * elementary: Add rudimentary support for Elm Wayland apps to set border icon (T2453) - * Revert "theme: return false if elm_object_style_set() failed to set requested style." - * Genlist: use correct variable during realize - * elm_datetime: Fix datetime ctxpopup resize issue - * Elm_Interface_Scrollable: Improvement in looping behavior - * layout: Fix eo API error while running "Genlist 7" in elementary_test. (T2534) - * Entry: Add chunked append in case of _elm_entry_entry_append - * naviframe: Fix to work clicked callback of auto pushed button. - * cnp: change drag win type to ELM_WIN_DND - * elm_conform: remember window pointer. - * elm_conform: remove smart_callback when it is removed. - * elm - scroller - set hold flag on wheel events if used for that dir - * image: fix a crash, 0 divide problem. - * slider: compare slider values elaborately. - * Entry: Fix behaviour of markup filters when setting entry text. (T2561) - * elementary: Tweak elm wayland border focus to Fix T2575 (T2575) - * elementary: Update elementary wayland border theme to match E's - * elementary: Fix elementary wayland border opaque region calculations (T2575) - * elementary: Fix program signal for enable/disable of shadows - * elementary: Properly fix wayland opaque region setting (T2575) - * popup: fix title icon to show up. (T2581) - * Scroller: Improvement in _key_action_move() calculations. - * genlist : fix genlist dangling pointer crash in item select (T2553) - * elementary: Adjust shadow spacer on maximize (T2578) - * elementary: Fix T2573: Extra blank line in Genlist Dnd Test (T2573) - * Elm_Config: add getpwent support, fix compilation on Windows - * Elm_Config: fix compilation when getuid() or geteuid() are not available - * elementary: Fix compiler warning disgarding const qualifier - * elementary: Fix external variable declaration to match const char - * elm_gengrid: Fix condition error. - * Elm_Prefs: use Evil API - * elm_gengrid: fix missing variable initialization. - * multibuttonentry: delete clicked signal preventing code when mbe shrinked. - * entry: few times the hit_rect is not clipped properly during genlist scrolling, with entry as content. - * multibuttonentry: fix bug with uneditable MBE use case. - * multibuttonentry: update end text(item count) even mbe shrinked. - * Colorselector: fix wrong object for callback call function - * multibuttonentry: internal label object status, box pack, unpack logic clean up. - * interface_scrollable: don't use integer abs on floating point - * interface_scrollable: convert to int before using abs first - * elm: simulate the clicked event over the object only. - * hoversel: use elm_object_focus_set to set focus on subobjects. - * colorselector: fixed up the selected process - * popup: fix resize issue when action area and title area is absent. (T2623) - -Changes since 1.13.0: ---------------------- - -Features: - - * elm scroller - add adnimated and accelerated wheel scroll - * elm_transit: Add elm_transit_go_in() API - * DnD/Wl: add cancel support - * DnD/Wl: support multi-layer Drag and Drop - * genlist: Implemented genlist expand mode and content_min_limit function - * elm - focus feature - add config option to automatically show/hide focus - * elm_slider: Added elm_slider_indicator_visible_mode_set/get. - * config: Reinitialize font config using evas_font_reinit() API. - * scroller: add loop feature. - * multibuttonentry: Add item long pressed callback. - * Elm helper: add the posix regex validator. - * add colorclass editor - -Fixes: - - * panel: Remove error message from elm_panel_add API and _theme_apply func. - * popup: passing right parameter to elm_layout_sizing_eval - * elm engine - restore explicit use of ELM_ENGNE env var - * genlist: select the focused item on enter key input - * gengrid: select the focused item on enter key input - * genlist: Fix elm_genlist_item_index_get. - * popup: removed button style setting code in theme_apply - * multibuttonentry: Item selected callback called twice redundantly. - * entry: Don't unlink empty files when saving @fix T2122. - * genlist/gengrid : Add upadating 'focus' state in item realized function. - * datetime: Fix elm_datetime_field_limit_set. - * elementary_test: fix build on windows - * elementary: Restart default cursor for wayland windows - * elementary: Fix issue of cursor getting unset on DRM engine - * layout: apply widget's states when elm_layout_file_set is called - * gengrid/genlist/list: focus first item if first_item_focus_on_first_focus_in is on whether focus highlight is enabled or not - * config: fix config name - * elm_win framespace toggling on fullscreen change: activate! - * hoversel: Enabled default mirroring in hoversel. - * Genlist: make reordered item selected - * popup: correct popup position. - * layout: here default content alias can be acceptable. - * Genlist/Gengrid : Modified to handle the focus highlight on unrealized items - * genlist: Send param item type instead of eo item type. - * widget: fix the abi break. - * GLView: Return false if the surface could not be created - * conform: Use eo_isa() to check object types. - * elm_win fullscreen setting on FAKE wins should just toggle the flag - * elm_widget: fix wrong parmeter. - * elm_entry: fix focus on text selection - * [elm_datetime] Fix to parse the POSIX locale format properly. - * [elm_datetime] Fix to consider second field while comparing datetime values. - * elm_datetime: compatibility for Windows. - * elm_prefs: compatibility for Windows. - * elm_slideshow: looking for right data directory in prefix. - * elm_prefs: looking for right lib directory in prefix. - * elm_panel: display directory from HOME on Windows. - * elm_fileselector: display directory from HOME on Windows. - * elm_diskselector: check if sd variable is null. - * task_switcher: add variable verification. - * elm_genlist: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. - * elm_naviframe: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. - * elm_naviframe: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR. - * elm_map: use of elm_app_data_dir_get() instead of PACKAGE_DATA_DIR - * Elm_Win: Fix _elm_win_focus_prev_target_del callback added repeatly without callback del. - * elm image - stop repeating events by default - wrong - * elm_genlist: pass eo_it to eo_do_ret func, not VIEW(it) - * [elm_panel] Fix mirroring issue. - * test_naviframe: Fix content image file names. - * elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_set - * spinner: fix entry style in non 'button_layout' mode - * elm_gengrid: mark cursor_engine_only in data and update state when realized - * atspi: add missing signals array sentiel. - * elementary: Fix elm_win_window_id_get for wayland - * elm_slider: fix theme apply - * elm_clock: fix theme apply - * elm: add safety check - * elm_segment_control: mark default return value in eolian API - * elm_photocam: Fixed T2337, zoom in/out rotated photocam image - * Genlist: Fix for memory leak - * elm_photocam: Limiting image reload in zoom in/out - * elm_multibuttonentry: change theme_set API to provide full widget theming - * elm_multibuttonentry: fix label position and size defects - * elm_toolbar: fix memory leaks - * Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_mode - * Genlist: rectification in _item_focused_next() - * map: fix scale calculation error - * Fix slideshow smart events event_info - -Changes since 1.12.0: ---------------------- - -Features: - - * config: Add font hinting api - * config: Add key bindings for elm_actionslider - * fileselector: Add a search icon - * genlist: Add the clicked,right event on items - * genlist: Add "scroll" smart callback - * gengrid: Add "clicked,right" smart callback with proper test - * icon theme: Add standard freedesktop names. - * image Inherits edje signal emit - * list: Focus highlight when loop is enable - * list: Add "clicked,right" smart callback with simple test - * scroller: Add step size set API - * theme/e/shelf: Add a translucent style. - * transit: Support BEZIER CURVE - * win: Support elm_win style change and runtime theme change. - * win: Support runtime alpha window switch on theme change. - * win: Add the elm_win_util_dialog_add() API function - * win: Add elm_win_fake(), ELM_WIN_FAKE type - -Fixes: - - * box: Fix inappropriate size_hint_align value usage - * box: Layout should not silently fail when size is less than min size hint - * cnp: Fix issue with event data causing an invalid free - * cnp: Fix return values to use Eina_Bool - * colorselector: Fix not intended duplication - * colorselector: Fix layout broken in ELM_COLORSELECTOR_ALL mode - * colorselector: Fix to get proper min size with picker only mode - * colorselector: Fix memory leak in _color_bars_add - * config/font selector: Avoid accessing invalid data on deld items - * datetime: Fix edc sizing issue by putting fixed: 1 1. - * DBUS Menu: Fix SIGSEV and SIGBUS when trying to use dbus. - * diskselector: Change idle enterer add condition - * DnD: Fix callbacks deletion for inline windows. - * DnD: Fix to work again in wayland - * entry: Fix dropped text data insertion - * entry: Set handler style according to current widget style - * fileselector: Fix eio access of widget data after de in eio threads - * genlist: Fix genlist crash issue when clearing genlist on item focus callback. - * genlist: Ignore no-select items when moving with the keyboard - * genlist: Add missing callback call - * genlist: Unselect item if the select mode is display only or none. - * genilst: Unselect items if the genlist select mode is display only or none. - * genlist: Cancel multi selected items. - * gengrid: Add missing "moved" callback call on item reorder by key. - * gengrid, genlist, list, toolbar: Fix memory leak and enhance performance. - * gengrid: Fix memory leak in elm_gengrid_realized_items_update - * icon: Use evas_object_geometry_get instead of image_size to know the wanted size - * image: Fix an unclipped issue about image bigger than object size - * image: Fix to have exact size using elm_image_fill_outside_set() - * image: Fix image rotation in non-common cases - * image: Fix orientation api - major bug in implementation - * image: Fix elm_image_memfile_set API fail when elm_image widget is not visible. - * label: Add "slide,end" signal emission - * label: Fixed to prevent slide's autostart before calling elm_label_slide_go() - * label: Fixed label disappearing after theme changed - * list: fix access of deleted items in list when recursing - * list: Fix invalid item data scope get - * modules: Make sure we have all linker flags setup for our modules. (T1920) - * multibuttonentry: Delete duplicate running code. - * panes: Fix elm_panes_fixed_set. - * popup: Fix misprint in popup style alias name - * progressbar: Fix invalid access to freed units string - * segment_control: Fix elm_object_item_text_set bug. - * toolbar: Fix memory leak in _elm_toolbar_nearest_visible_item_get - * tooltip: Use proper object to set tooltip layer - * transit: Free the map resource. - * transit: Fix to support zoom rate zero. - * transit: Fix crash issue caused by multiple transit effects. - * widget: Fix elm_object_disabled_set API - * widget: Pass Elm_Object_Item *item as *event_info in item->del_func. - * widget: Apply default return value according to description in .eo or add description too. - * win: Set config engine on higher priority than DISPLAY env var - * win: Fix wrong return value of window theme apply. - * win: fix an issue that profile is erased and set to NULL. - - [Samples] - * test_external.edc: pulse value have to be true for put in pulsing mode. - * test_gengrid: Fixed Item_Data array size for prevent buffer overflow. - * test_icon: Fix dereference of null return value (CID1261370) - - [E Theme] - * e/gadman: Add clipper for gadget popup shine - - -Changes since 1.11.0: ---------------------- - -Features: - - * theme: Improve efm icons provided by ApB (T575) - * process state: Add events and state get function - * fileselector: Introduce current_name_{set|get} (T1664) - * GLView: Add more configuration flags for the surface - * GLView: Add support for client-side rotation - * GLView: Add constructor for GLES 1.1 context glview - -Fixes: - - [Widgets] - * bg: Fix the _elm_bg_elm_layout_sizing_eval bug. - * box: elm_box_align_set API fix - * conform, inwin, progressbar, radio: Fix wrong part_alias_description implementations and documentations. - * fileselector: Do not call _populate directly in APIs (T1663) - * label: Fix size calculation for wrapped label - * label: Reset sd->lastw as '-1' in some elm_label APIs for ensure the sizing_eval. - * list: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. - * map: the widget use efreet cache home to save image files to, so efreet should be initialized. - * notify: Fix style applying - * genlist: Fix item select logic when item select mode is ALWAYS. - * genlist: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. - * genlist: Fix a crash bug in case of calling a genlist_clear in a select callback function. - * genlist: Remove unnecessary callbacks when item loop is disabled. - * gengrid: Fix _item_unselect to check select value not highlight value. - * gengrid: Fix ELM_OBJECT_SELECT_MODE_NONE codes and added more DISPLAY_ONLY check. - * gengrid: Fix item select logic when item select mode is ALWAYS. - * gengrid, genlist, list, toolbar: Fix DISPLAY_ONLY select mode for an object. - * gengrid/popup: Fix wrong return type of _item_del_pre_hook. - * panel: Resize scrollable content in content_size_set API - * panel: Forbid changing of content of "elm.swallow.event" part - * win: Win should not check ELM_ACCEL variable if application has overridden it - * win: Fix segfaults (wrong checking) - * win: Start wins in withdrawn state - - [Infra] - * config: Remove accel_override from elm_config - * module: Detect extention just based on if its windows or not. - * widget: Fix segfaults for _elm_widget_item_style_set/get - * widget: Fix seg fault when ts is NULL. - * widget: Fix the typo. Use win object instead. - - [Samples] - * test entry: make scrollable entries visible - * examples: Fix missing -lm link - -Changes since 1.10.0: ---------------------- - -Features: - - * map: Added elm_map_region_zoom_bring_in() API. - * gengrid: Added horizontal item loop feature. - * atspi: Added AtspiText and AtspiEditableText interface support. - * fileselector: Added a search entry for realtime filename search. - * panel: Added scrollable feature. - * gengrid: Added normal reorder type. - * toolbar: Added selected and unselected smart callbacks. - * win: Added noblank property to disable screen blanking/saving. - -Fixes: - - * genlist: Fixed wrong item focus set on item_focus_set API call. - * scroller: Added the missng signals - vbar,press, vbar,unpress, hbar,press, hbar,unpress - * win: if no ELM_DISPLAY is set, try more engines before giving up (T1294). - * dist: Removed autogen.sh from the dist tarball. - * config: Always create a themes directory for user. - * po: Set all initial values for Language and Language-Team. - * win: Fixed borderless_set behavior. - * dnd: Rotate dragwin if main window is rotated when draging. - * slider: Fixed theme to not self-feed emit signals in a loop. - * check: Fixed colorclasses for disabled text. - * fileselector: Made selected_set actually select the file. - * tooltip: Corrected the typo in documentation of elm_object_tooltip_show. - * elm_theme: Fixed wayland borders to be sized and colored correctly. - * transit: Fixed to adopt the tween_mode factor. - * config: Don't segfault if we are not using an X11-compatible engine. - * list: Call "selected" callback after setting focus to the selected item. - * gengrid: Corrected the reorder start and end evas smart callback call. - * map: Added missing legacy API into legacy header. - * naviframe: Fixed warning caused by elm_obj_layout_signal_emit override function in naviframe. - * ctxpopup: Fixed arrow geometry set. - * ctxpopup: Fixed wrong popup size. - * config: Handle case where ELM_ENGINE environment variable is misspelled. - * photocam: No longer gets stuck in "busy" animations. - * gengrid: Fixed position calculation routine. - * genlist: Do not segv if the user clear the list on item double-click. - * gengrid: Once again selects items using keyboard when no item was previously selected - * entry: Fixed clearing selection region problem while it's already selected. - -Changes since Elementary 1.9.0: -------------------------------- - -Features: - - * popup: implemented widget item focus feauture. - * list: implemented widget item focus feature. - * list: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. - * popup: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. - * hoversel: Added "item,focused" and "item,unfocused" smart events for widget items. - * win - add accel preference option to elm windows - * focus: Added focus highlight clip disable feature. (T1056) - * focus: Added optional focus feature - focus movement by mouse_in. - * toolbar: implemented widget item focus feature. - * elementary: Add support to elementary for creating applications which run in drm. - * list: Added focus movement on widget items by mouse in. - * genlist: Added focus movement on widget items by mouse in. - * gengrid: Added focus movement on widget items by mouse in. - * toolbar: Added focus movement on widget items by mouse in. - * gengrid: Added feature to move focus out of gengrid if focus is on edge items. - * focus: Added optional focus feature - item focus on selection. - * Adjust code to use the slightly different Eo2 API. - * win - add ELM_ACCEL env var to set acel method that is preferred - * theme - improve efm icons provided by ApB (T575) - * atspi: Atspi_Action interface implementation @feature - * gengrid: item moving feature with keys. - * config: Added two APIs to enable/disable focus auto scroll bring in feature. - * genlist: Implemented item_select_on_focus feature. - * gengrid: Implemented item_select_on_focus feature. - * gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs. - * focus: Change new API names related to focus auto scrolling. - -Fixes: - - * hover: Made hover itself unfocusable. - * elm_list/focus: @bugfix crashes with empty lists and unfocused elements. - * @fix homogeneous genlist recalc on theme change (T1023) - * @fix slider popup creation with custom themes - * @fix broken slider popup hide logic - * diskselector: Fix segmentation fault (T988) - * object_item: Check null in elm_object_item_del. - * naviframe: Emit visible signal to edc theme when first item is pushed - * fix ctxpopup getting min size from content immediately on set - * Fix bug of moving cursor handler - * entry - fix menu to not popup after every time mobile sel handles are clicked - * elm: Add Drm Detection - * Avoid Month wrapping by ignoring summer time correction. - * elm_widget: @fix use of uninitialized values. - * naviframe: Fix smart_show function to show only top item view - * entry - send selection,cleared signal if a selection is dismissed. - * @fix slider overlay parenting - * actionslider: Fixed mouse movement issue. - * elm_win: Unbreak the ABI break of window type. - * Remove silencing of errors when called on non elm widgets. - * theme overlays - fix to prepend on overlay to be semantically consistent - * entry - fixed calc issue of the wrap none mode. - * segment_control, toolbar: Fixed broken scale of widget item. - * entry - entry did word wrapping even the mode was ELM_WRAP_NONE. - * Focus: fix segfault due to bad call to Eo function. - * list/genlist: Fixed Home and End key event handling routine. - * Accessibility: unref the object only if it exists. - * [Elm_Dnd] Fix type matching of drag and drop target objects in X11. - * [Elm_Entry] Update selection handlers position and its visibility when scrolling - * diskselector: Compare correct variables. (CID1193236) - * atspi_object: Added missing comma. (CID1193238) - * index: Set variable to NULL after free. (CID1193250) - * access: Fixed memory leak. (CID1193244) - * fix scrollbar to be clickable even if vieport is tiny compared to content - * naviframe : Fixed the overlap issue during multiple push. - * genlist needs to iterate exactly once over a fixed list when deselcting all items - * list: Fixed item multi/single selection routine to skip disabled item correctly. - * genlist: Fixed item multi/single selection routine to skip disabled item correctly. - * panel: check _elm_config_key_binding_call return value - * datetime: clip sub components into global clipper - * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw - * elm win - fix tracking of current position to properly store it in win obj - * spinner: crash issue on deletion fix - * elm win - fix wrong resizing of focus highlight obj. - * fix left over soft cursors in elm (T893) - * [Elm_Dnd] Correct drag position when rotation - * [Elm_Dnd] Fix segmentation fault when deleting object with same registered drop callbacks - * elm_map: Fixed a leak when ecore_file_download_full fails - * gengrid: Fixed the focus animation in horizontal mode - * map: remove memory leak - * list/genlist/gengrid/toolbar: Fix - _nearest_visible_item_get() should always return an item. - * plug: fix SEGV of elementary_test during reconnecting - * list: Fixed _elm_list_item_content_focus_set in case the first content is focused. - * dnd: Skip drag window when drag starts - * widget: Initialized internal variables. (CID1199625) - * scroller: Initialized some internal variables. (CID1199657) - * spinner: fixed odd behavior of the spinner - * ctxpopup: sd->box null check and event_flag set for previous and next focus move. - * entry: wrong viewport value calculation issue fix - * elm_interface_scrollable: fix resize after drag bug. - * dnd: Correct drag window positon in drag start - * tooltips position more accurately in X in xinerama - * entry no longer completely breaks focus by focusing itself on selection signal - * toolbar: Fixed wrong edje api usage for elm objects. - * genlist: Removed unnecessary item show call on multi select. - * ctxpopup bg theme should block all mouse events, not just left button - * ctxpopup should not blindly show arrows when they are not wanted by the theme - * gengrid: frame variable should be used for position changes. - * widgets - propagate current parent orientation to sub object. - * elm_map: Fix to support customized style for elm_map - * entry: Fix a test case for editable, non-editable entry. - * layout: remove sizing_eval call when layout is already destructed. @fix - * elm_map: Fix to show and bring in a correct region after zooming - * gengrid : Fix the issue to skip disable item in item select - * entry: Enable context menu with mosue down even if the entry is not editable in some case. - * hoversel: item-loop should happen on UP/DOWN Key in case of vertical hoversel and on LEFT/RIGHT Key in case of horizontal hoversel. - * fix visiblity of entry cursor when selections exist (T1229) - * elm_map: Fix to calculate map size not to be smaller than viewport size - * [Fileselector] Fix double-call of callback function on clicking "Enter" key. - * fix 0 size focus region (T1205) - * Correctly emit the scroll signal when scrolling an entry @fix T1274. - * entry: update selection handlers' visibility when entry is hidden or shown (T1175) - - -Changes since Elementary 1.8.0: -------------------------------- - -Additions: - - * Label: add 2 new api for setting the slide animation speed. - * elm_win: added the window manager rotation feature and a sample. - * focus: Added focus_highlight_geometry_get() into elm_widget. - * config - feature add - audio muting config and controls - * ctxpopup: add a new api for ctxpopup which makes ctxpopup not to hide automatically - * Add elm_genlist_item_subitems_get() - * New textblock tags for elm entry widget. - * theme - more efm icons from appb (T575) - * Add genlist_item_subitems_count() - * access: Add smart signal "access,changed" - * Colorselector: Item Selection/Unselection logic changes and corresponding API additions. - * access: Add elm_widget_access_highlight_in_theme_set/get. - * Colorselector: Palette_items_get API added. - * atspi: event broadcast added. Orca screen reader now ables to read UI. - * win: Add a API, elm_win_type_get. - * focus: Added elm_object_focus_highlight_style_get/set() to support custom focus highlight on widget - * entry: Add elm_entry_select_region_set API - * Colorselector: Item_signal_emit_hook added. - * focus: Added "focus_part" support on elm widget. - * add tests to window moves. - * Introduce fileselector interface and applied to elm_fileselector. - * entry: Add elm_entry_input_panel_show_on_demand_set/get API - * atspi: accessible and component interface implementation. - * entry - Add "rejected" smart callback in "elm_entry_filter_accept_set" - * fileselector : Add elm_fileselector_custom_filter_append to support custom filter - * hoversel: Added evas smart signal "expanded" in hoversel. This patch depends on D373. - * elc_popup: Added focus support on popup-base's swallow parts. - * web: Added elm_web_html_string_load() to load html string as the content - * elm_object_item: Added elm_object_item_style_set/elm_object_item_style_get(). - * New Elementary API -- elm_multibuttonentry_format_function_set(). - * Add 'pulse' property to progressbar edje-external object API. - * Adding hungarian translation - * elementary/mapbuf - added 2 apis, elm_mapbuf_point_color_set(), get(). - * fileselector: Add elm_fileselector_sort_method_get/set to select order of file/directory list. - * clock: Add elm_clock_pause_set and elm_clock_pause_get functions for elm_clock widget - * accessibility: ATSPI2 support. - * Popup: Adding elm_popup_align_set and elm_popup_align_get api - * fileselector: Add support to change the size of thumbnails in grid view. - * tooltip: Adding elm_object_tooltip_orient_set API - * tooltip: Added elm_object_tooltip_move_freeze_push/pop/get() - -Improvements: - - * Fix doxygen in interface scrollable, slider, elm widget container, fileselector interface - * elm atspi: add comments for Eo API - * elm win - on shutdown some objects become null during shutdown so be quiet - * test_list: Disabled 'focus on selection' as it is turned off by default. - * elm_index: disable indicator when the selected item is unselected - * index: send active signal(elm,state,active) to selected item in auto_fill - * theme - noclip - actually no clip - * theme - scroller - noclip style - * theme - clean - list image used in group - * theme: unify tags macro. - * theme - default styles - make disabled all look properly disabled - * Label: better speed/duration calculation. - * Add more tests to "Entry user style", to spot out lots of bug. - * Elementary menu item: handling hidden icon - * Elm entry: Set initial select mode for non desktop entries (T861) - * naviframe: Hide inserted view if the view is not a top view - * datetime: Simplify the nested loop in _datetime_items_get() - * access/layout: sort focus list based on geometry value - * elm_layout now supports focused/unfocused smart callback - * datetime: Enhance launching time of test_datetime by avoiding _reload_format() in visible_set() - * spinner_example: Made spinner editable to have more test cases about changed and delay,changed callbacks. - * spinner: After long press of inc/dec buttons, start continuously increasing/decreasing - * datetime_input_ctxpopup: delay creation of ctxpopup until it is really needed. - * focus: Added test cases for the existing issues/feature enhancement relate to focus - * config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for an optimization. - * datetime: Refactor to launch test_datetime little bit faster - * test: Removed size hint macros from reference codes. - * Updating hungarian translation - * make iconify effects moe natural (faster to deiconify to make it feel snappy) - * elementary - don't use __UNUSED__ anymore - * elm: replace 0 or 1 with EINA_FALSE or EINA_TRUE - * elm: Unified the usage of strncmp. - * test_web_ui: Added a button to test select tag and window.open() - * naviframe: Better structure packing for naviframe item and added more description about item structure members. - * autotools: restore support of static compilation (T599) - * elementary - override widget translation but work also the base widget's behavior. - * elementary - support language changed callback from a few widgets. - * elementary - send signal "language,changed" with one way in the widget. - * elementary - use the focused/unfocused string in widget defined. - * test_hoversel: Change the hoversel button text when an hoversel item is selected. - * fileselector: Make fileselector focusable. Ok on Enter key and Cancel on Escape key. - * popup: Replace focus_direction_go with focus_cycle. - * url: Added underscore(_) to elm internal functions, elm_url_xxx. - * spinner: Create an internal entry when it is really needed. - * spinner: Toggle entry on Enter and space key. - * toolbar: Do not check ev->string for Return key and react on space key. - * all widgets: change Eo API for "elm_widget_theme()" to "theme_apply" - * prefs should CRI on add/file_set if init has failed - * entry: Add smart activate for accessbility. - * entry: If the scrollable entry is set disable, send "*,disabled" signal to scr_edje too. - * datetime: Delay elm_layout_theme_set until memebers are initialized in _smart_add - * panel: Delay elm_layout_theme_set until memebers are initialized in _smart_add - * elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. - * fileselector_entry: Delay elm_layout_theme_set until memebers are initialized in _smart_add - * test_photocam: Support zoom in and out with more condition checks. - * ctxpopup: set smart member relationship for objects in ctxpopup - * naviframe: Replace naviframe title visible APIs to naviframe title enabled APIs - * test_glview_simple: Close the window instead of exiting the program on close button. - * toolbar: Check whether icon is null before sending signal - * elm: Build in an alphabetical order. - * actionslider:enable the mouse event - * elm cnp (dnd) - file:/ is the minimum, not file:// so work with other apps - * When the viewport is resized, the entry size will be recalculate. - * setuid safeness - ensure if an app that is setuid doesn't do bad things - * gengrid, genlist: Fallback into default item style if the required item style does not exist. - * elementary_config: Refactor elementary config menu by merging Access, Select clear, and clouseau menu. - * Widget: Don't check if it's the correct class everywhere. - * Updating serbian translation - * web: Disable more logics to reduce binary size when web backend is none - * elementary/widget - don't call theme_set() until base widget is not created yet. - * elm_widget: Partial update for widget smart data comments. - * tests - add test for requesting sa massive window and seeing response - * test_fileselector: Added edje custom filter example to show the real use case of fileselector custom filter. - * entry: Show "Paste" option when called ctxpopup with selection - * Multi button entry items now support custom parts on elm_object_item_text_[gs]et() calls. - * Now multi button entry items will happily listen to_object_item_signal_emit() calls. - * Give focus capabilities to elm_plug widget. - * elm config - move x properties to child window of root. reduces wakeups - * elm: Unified eina critical manro to CRI. - * test_glview_simple: Do not manipulate glview if gl is not supported. - * test_web: removed web-mobile test by adding an option to change useragent - * fileselector: enter key press in name entry acts like ok button click. - * Update systray theme to have only one box - * colorsel - allow widget to re-wrap smaller of resized down with palette on - * elm_test: clean up some elm_object_focus_set() usage. - * ctxpopup: disable content correctly on smart disable. - * elementary/ctxpopup - disable the contents when they are exist. - * DnD: cancel feature during drag - * layout: reset disabled status after refreshing the widget theme. - * genlist - don't do heavy queue work for 0 width genlists and defer fill - * naviframe: clip the shadow also. - * elementary/elm_button.c : Change the timing of signal_emitting. - * slider: show/hide slider popup - * Gengrid: Enable Scroll To Type when item bring in or show region. - * autotools: improve build system to be able to correctly pick outside and inside tools. - * libtool: work around lack of communication between mingw and libtool to generate .dll. - * elm_prefs_cc: use the right macro to allow cross compilation nicely. - * Elm list, like genlist, should emit 1st/middle/last signals to its items. - * spinner: it has to be recalculated when its style is changed - * theme - fine tune pkgkit icon to be a little lighter - * theme - xkb module - make lettering more readable over flag - * allow battery reading to be bigger by minor overlap with + sign - * remove pager16 base image; this is never visible - * add clip for gadcon popups - * desklock logo visibility gets a clipper and visibility toggling (T613) - -Fixes: - - * Fix more complaints on inwin shutdown and focus stuff (T958) - * DnD: Fix bug of hard-coded type when drag - * els_cursor: Fix mouse_out changing cursor to wrong image (T878) - * colorselector: Do not add custom palette color to the palette of config (T786) - * naviframe: Fix elm_naviframe_item_pop_to not to attempt to remove removed item - * naviframe: Fix to set only top view to be focusable - * Thread example fixes (T956) - * elm_web2: Fix possible crash when loaded the contents which contains form elements - * Fix issue where items added into tree with more than 2 levels could be rendered at the wrong location in the list. - * examples - threads - fix nitpick on still running threads on shutdown (T955) - * elm scroller - fix self feeding reconfigure to bail out on many loops - * list - fix mode set to have override power over scroll limit api - * menu: Fixed wrong internal variable name. - * entry - fix scroller hide/show signal when changing style (edje obj) - * theme - fix scrollbar + end icon position - * Test Label2: keep the slider updated when the label change size - * fix missing menu bg - * atspi_bridge: unref ret if iter_struct is null (CID 1170201) - * elm cnp: fix freeing selection buf - * elm-menu - fix style to use current when setting menu bar - * Elmementary menu styling fixed - * Prevent widget item API calls while item is deleting except data_get API call. - * Icon/Layout: Clean-up signal callbacks when signal is freed or layout is deleted. If not, dangling edje callback can be remained at some moment. (CID 1167968) - * datetime: fix wrong condition for validation in _field_limit_get() (CID 1167969, 1167970) - * test genlist: Fixed warning in genlist item styles. - * elm datetime module: Fix that registers clicked callback of diskselector multiple - * datetime: Correct the validation of parameter in _field_format_get/_field_limit_get - * mapbuf - don't leave the dangling static map pointer that won't be freed. - * test_flip_page: Revert wrong initialize routine. - * fileselector: Fixed that data of "done" signal may start with two slash - * elm entry: Fix anchor bug finding wrong anchor geometry. - * fileselector: Fixed that does not navigate / on path_entry - * web: Follow latest webkit change to fix build break with latest ewebkit - * elm_cnp: Fix that calls _x11_elm_widget_xwin_get two times at elm_cnp_selection_{set|get} - * test_focus3: Correct wrong data for smart callback. - * focus: Fixed focus issue that the highlight was not visible on first click. - * naviframe - don't access item after del - * naviframe: Fix to enable item deletion in pop_cb - * elm filesel - scale button in filesel button. - * elm filesel - fix theme layout for button+entry - * inwin - the "greying out" fade looks just wrong - make it black. - * entry: Fixed to emit "*enabled" signal to scr_edje when it is not disabled. - * entry: NULL should be set to the correct position of tmpbuf. - * conform: Fixed to get a geometry from *focus_region_get for show_region_job. - * test_flipselector: Fixed that buttons use wrong flipselector which is not intended. - * fileselector: Fix that folder only mode shows only files instead of only folders (T756) - * scroller: Fixed wheel event callback - * panes: Fixed panes smart callbak calls by fixing default theme. - * fileselector: Fix that the enter key does not navigate directory - * glview test - fix if evas gl ins't found - leak of gld data - * elm prefs cc - fix failed lseek handling on compile - * glview test - dont leak gld - * elm glview - evas sync before rendering with always draw to sync right - * dbus menu - fix leak of reply creation for method events (CID 1039975) - * mapbuf - move index check into eo method and use fixed index size (CID 1141033 and CID 1141032) - * elm prefs - useless staement as _deltai() already fills in *val (CID 1040028) - * fix elm fsel test to check mkdir return (CID 1040043) - * app client - fix not handling failed return from eldbus call (CID 1091411) - * elm map - fix incorrect return check of fread (CID 1132735) - * elm map - fix incorrect return check of fread (CID 1132736) - * elm map - fix incorrect return check of fread (CID 1132737) - * scroller: fixed infinite loop bug in scroller - * test_dnd: Check return value of strchr it can be NULL. (CID 1152899 and 1152898) - * elm prefs - fix leak if setup_err/set_err happens in elm prefs (CID 1040006) - * list test - make test item never able to access invalid mem (CID 1040020) - * genlist test - make test item never able to access invalid mem (CID 1040021) - * fix alloc to use right sizeof type in elm_image - * fix mingw build for setuid fix/checks - * map: fix allocator sizeof operand mismatch reported by clang - * multibuttonentry, genlist, layout, toolbar: Fixed dereference of null pointers which were reported by clang builg. - * toolbar: Fixed dead assignment reported by clang build. - * elm theme - fix toggle color to hide invisible orange rect - * widget: Fix a bug in elm_widget_newest_focus_order_get. - * fileselector: Fix dereference before null check (CID:1147525) - * fileselector: Fixed wrong allocation in _custom_filter_append (CID:1147526) - * elm_test: fix test_entry_anchor scroller callback - * elm_widget: Fix not to load theme for mirroring if smart data is not set - * elm_thumb: Delete ethumb object on smart_del in order to prevent the ethumb from being left as an artifact after the elm_thumb has been deleted. - * Reach mbe item on signal emit hook properly. - * multibuttonentry - emit edje signal to oedje object not item struct! - * web: popup for