Commit Graph

8361 Commits

Author SHA1 Message Date
Daniel Juyung Seo 7658012217 elm_list_common.h: fixed up wrong doxygen documentation. 2013-08-26 13:44:02 +09:00
Ryuan Choi 3b83238f16 default-desktop.edc: Add guide part for standard profile. 2013-08-25 13:43:11 +09:00
Tae-Hwan Kim 360613d19e elm_widget.c: fix bug to remove edje signal correctly. 2013-08-25 00:40:45 +09:00
Daniel Juyung Seo e24c3ea03b test_spinner.c: added a better example for base/round set. 2013-08-24 10:44:23 +09:00
Daniel Juyung Seo c9a1e95e94 elm_spinner_legacy.h: fixed wrong documentation and add more sample numbers. 2013-08-24 10:41:58 +09:00
Rafael Antognolli 3c16446373 elm/wayland: Fix default theme to use new client area. 2013-08-24 14:32:23 -03:00
Carsten Haitzler e663eb4411 clean up some multibutton ugliness - this breaks theme api...
multibuttonentry really didnt follow elm conventions - it didnt use
namespacing for most singals/swallows - it dug into objects reading
object part geometry where it just should have calced min size and be
done. it did all sorts of other things it shouldnt/didnt need to.. so
i fixed that now... and dark theme has the support.
2013-08-23 23:33:06 +09:00
Daniel Juyung Seo 533617e053 test.c: added guide text to widget name search entry. 2013-08-23 20:10:23 +09:00
Daniel Juyung Seo f070054422 test.c: removed unnecessary callback add. changed callback function name properly. 2013-08-23 20:09:05 +09:00
Chris Michael a03b9464a6 Fix wayland borders to not need framespace defined in theme anymore.
NB: Use a rectangle, swallowed into the frame object, to calculate
framespace values.

Thanks Raster !! :)

This also fixes zmike's Fat-Frame issue ;) (ie: frame size and
framespace will be adjusted now for different font sizes in the
titlebar)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-08-23 08:39:19 +01:00
Ryuan Choi 95cd308e26 elm_entry: "elm.guide" part should be aligned to "elm.text" part.
Attached test code for guide part.
In addition, updated supported part for "guide" in documentation.
2013-08-23 10:59:53 +09:00
Gustavo Sverzut Barbieri 19b55ddc65 genlist: implement list position signals.
Genlist will now emit the following signals to item view related to
their position in the whole list:
      - elm,state,list,first: first item of the whole list
      - elm,state,list,last: last item of the whole list
      - elm,state,list,middle: any item that is not first or last.
      - elm,state,list,single: when the item is the only element of list.
And the following related to a group (considering its given 'parent'):
      - elm,state,group,first: first item of the group
      - elm,state,group,last: last item of the group
      - elm,state,group,middle: any item that is not first or last.
      - elm,state,group,single: when the item is the only element of group.

Unlike odd/even the signals have an extra namespace "list" or "group"
to avoid conflicts with applications that may have declared these
signals themselves for other purposes.

With this patch one can implement easily something like this:

         https://developer.apple.com/library/ios/documentation/userexperience/conceptual/tableview_iphone/Art/tv_grouped_style.jpg
2013-08-22 17:02:49 -03:00
Gustavo Sverzut Barbieri 1bba4c94d3 genlist: rename even_odd_update to more generic name.
The next patch will also send signals to say if it's the first, middle
or last item and also for group, thus using a more generic name will
help.
2013-08-22 17:02:49 -03:00
Daniel Juyung Seo 50f8770cbd notify: changed animation finish data.item for notify.
-   data.item: "emit_hide_finished_signal" "yes";
+   data.item: "hide_finished_signal" "on";
2013-08-22 23:30:07 +09:00
ChunEon Park 5fd81d8849 elementry/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-22 17:00:36 +09:00
Daniel Juyung Seo 209bc2107b ChangeLog: remove remained conflict markers. 2013-08-22 05:30:29 +09:00
Thiep Ha 9b36fb6055 notify: Add hide effect to notify.
As specified in task T149, the notify has show effect but does not have hide effect.
This patch adds hide effect to notify.
2013-08-22 05:24:50 +09:00
Daniel Juyung Seo c5b0d63838 fixed documentation for consistency. Gets -> Get.
Occurance of Get is super much higher than Gets.
So change Gets to Get for consistency.
2013-08-22 05:24:46 +09:00
Daniel Juyung Seo d9637f96b7 elc_fileselector.c: fixed formatting. 2013-08-22 05:24:46 +09:00
Daniel Juyung Seo 36dbbb7d21 po: updated po files. 2013-08-22 04:36:14 +09:00
Daniel Juyung Seo 535920fefd test_slider.c: small refactoring of test code.
1. added frame for a better layout.
2. moved the first slider to second to see the indicator better.
3. use correct parent parameter.
4. added more comments.
5. set correct indicator format.
6. removed trailing whitespaces.
2013-08-22 02:22:56 +09:00
Daniel Juyung Seo d740b3d3d2 elc_popup.c: small clean-ups.
1. removed unnecessary weight/align set for swallowed object.
2. fixed formatting.
2013-08-22 02:22:56 +09:00
Daniel Juyung Seo b87ed8f4fc test.c: remove 's' from buttons and radios test name. 2013-08-22 02:22:56 +09:00
ChunEon Park f7adffc8fa elementary/naviframe - Revert "elementary/naviframe - update only theme changed views"
This reverts commit dcc392cb9e2a0baa738804de0c1ffb66b3d7b472.

They should be done since all the edc states are reset whenever theme is changd.
2013-08-21 11:43:39 +09:00
ChunEon Park 0f1b7679ef elementary/flipselector - added disabled test case. 2013-08-20 14:51:23 +09:00
ChunEon Park 90c0b7ad55 elementary/popup - missed adding "lang,changed" smart callback description. 2013-08-19 21:40:33 +09:00
ChunEon Park 68a9a72af3 elementary/popup - support "language,chagned" smart callback. 2013-08-19 17:10:01 +09:00
ChunEon Park 785aa704cf elementary/flipselector - fixed typo 2013-08-19 15:13:44 +09:00
ChunEon Park f2be546340 elementary/spinner - set default window size 2013-08-19 15:06:46 +09:00
ChunEon Park e413e89129 elementary/fileselector - removed unnecessary empty lines. 2013-08-19 14:43:20 +09:00
ChunEon Park 9f1cd6b080 elementary/flipselector - pass the immediate parent objects not window.
This way is more clean and faster since it doensn't need to redirect the parent.
2013-08-19 14:37:16 +09:00
ChunEon Park 99e1f78ace elementary/mapbuf - fixed comment typo and more intuitive comment. 2013-08-18 20:40:22 +09:00
ChunEon Park 4754c74758 elementary/mapbuf - evas_smart_objects_calculate() call causes many side effects in calculating mapbuf objects$
But it doens't affect to the mapbuf it's special feature, performance. so commented out them.
2013-08-18 20:34:50 +09:00
ChunEon Park aec506d3ef elementary/mapbuf - revert 1f3fd49b4511ba4308a433cee9e7488cb61adaae.
This causes side effects in calculating objects.
2013-08-18 20:16:28 +09:00
Carsten Haitzler 2c2d6911cd test spinner editable mode in elm test 2013-08-16 14:24:45 +09:00
Daniel Juyung Seo 50939d8f25 elm_win.c: focus animation refactoring. 2013-08-15 22:42:59 +09:00
Daniel Juyung Seo 4e1989433e elm_win.c: formatting fix before working on this file. 2013-08-15 22:42:13 +09:00
Chris Michael e797cd9e50 Sorry Jihoon, need to revert this. The code pushed to EFL to add this
feature did not build (missing the matching ecore_imf code) so I had
to revert it from EFL, which means this needs to be reverted also.

Revert "Add elm_entry_input_panel_show_on_demand_set/get()"

This reverts commit 3fc38ccc41d9b61efb4b5a8db08ea8290182bb7a.
2013-08-15 07:43:31 +01:00
Jihoon Kim c69f560ea1 Add elm_entry_input_panel_show_on_demand_set/get() 2013-08-14 18:32:42 +09:00
Daniel Juyung Seo f2d0b1b567 elc_naviframe.h: fixed wrong documentation. 2013-08-14 11:41:25 +09:00
Daniel Juyung Seo c8e5d5d15c test_popup.c: refactoring.
1. longer but more cleaner and easy to read code.
2. remove unnecessary object hide before deletion.
3. etc.
2013-08-14 00:00:25 +09:00
Daniel Juyung Seo 9791fb0e31 elc_popup.c: removed unnecessary code.
Don't need to call evas_object_show for swallowed buttons.
2013-08-13 23:09:50 +09:00
Daniel Juyung Seo 13a3473179 test_radio.c: refactoring.
1. removed unnecessary show.
2. added "changed" smart callback usage.
2013-08-13 12:55:56 +09:00
Davide Andreoli 54f41e4932 Photocam remote url test: add a progressbar while downloading the big image from the net, it took some minutes to complete here. 2013-08-12 21:33:51 +02:00
Daniel Juyung Seo 559b8e96fa gengrid_example.c: refactoring layout.
This fixes T239.
2013-08-13 02:25:15 +09:00
Daniel Juyung Seo a35b31849b transit_example_04.c: refactoring the sample code layout.
This fixes T263.
2013-08-13 02:13:38 +09:00
ChunEon Park eb7878ff03 elementary/mapbuf - trivial change 2013-08-12 21:51:10 +09:00
ChunEon Park a4cb3c27e0 elementary/Mapbuf - Ensure that content size calculation is correctly finished because the mapbuf is willing to block the size calculation forcely. 2013-08-12 21:46:36 +09:00
Chris Michael 90d7174eb8 Revert "Fix elementary building when --disable-ethumb is passed in."
NB: Revert this. Breaks terminology building. WHY does terminology NOT
use the elm_thumb widget ???

This reverts commit 6049b65339e0cc09d6fe6d6cee35a4ebc3927418.
2013-08-12 13:26:53 +01:00
Chris Michael 9b99399b44 Fix elementary building when --disable-ethumb is passed in.
NB: This may not be the most Ideal fix, but it does work. Feel free to
change to a "proper" fix if desired. This was just a quick hack for
Mike to get things building again.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-08-12 13:19:45 +01:00