Commit Graph

7261 Commits

Author SHA1 Message Date
Massimo Maiurana d68dfb9657 updating various translations
SVN revision: 81286
2012-12-18 16:46:31 +00:00
Daniel Zaoui af3342cf0a Removed internal macro that was retrieving the widget data
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 81219
2012-12-18 08:22:13 +00:00
Daniel Zaoui 4bb6abd565 Fix docs and wrong Eo API
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 81218
2012-12-18 08:21:57 +00:00
Daniel Juyung Seo dc0ad517bf elm codegen_example.c: Fixed formatting.
SVN revision: 81216
2012-12-18 08:08:39 +00:00
Daniel Juyung Seo bfd55da606 elm codegen_example.c: Use correct command to build examples.
SVN revision: 81215
2012-12-18 08:07:52 +00:00
ChunEon Park a59453f094 elementary - removed white trailing
SVN revision: 81212
2012-12-18 07:29:42 +00:00
ChunEon Park 578ed94eb0 elementary/transit - only update image file if the file idx is changed.
SVN revision: 81208
2012-12-18 07:09:48 +00:00
ChunEon Park 8680aa4ec9 elementary/image - fix the image to show the image right away if the image preloading is disabled.
SVN revision: 81207
2012-12-18 07:06:42 +00:00
ChunEon Park 2402d4aad9 elementary/transit - dont' elm_transit image animation use the image preloading
SVN revision: 81206
2012-12-18 07:04:13 +00:00
ChunEon Park da7e0b5e62 elementary/image - removed unnecessary lines.
SVN revision: 81205
2012-12-18 06:13:01 +00:00
ChunEon Park b343103b32 elementary/transit - and no more use of icon.
SVN revision: 81203
2012-12-18 05:47:14 +00:00
ChunEon Park 88b939541b elementary/transit - now elm_transit image animation supports elm_image object type
SVN revision: 81202
2012-12-18 05:23:47 +00:00
Daniel Juyung Seo 31c852ca9d elm location_example_01.c: Fixed a build command of location example.
SVN revision: 81197
2012-12-17 23:46:18 +00:00
Massimo Maiurana 025dcf9a95 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Stefan Schmidt 193e83033e elm/toolbar: Fix NULL dereference waiting to happen.
The macro returns NULL if it->prev is not valid. So we better check if prev is
not NULL before accessing it.

SVN revision: 81144
2012-12-17 14:12:49 +00:00
Flavio Vinicius Alvares Ceolin 6ab7e4a2f1 elm elocation: Fixing the elementary.pc
SVN revision: 81142
2012-12-17 14:10:17 +00:00
ChunEon Park ee5a6cf126 elementary/naviframe - don't access data after user callback function. because they can delete widget itself.
SVN revision: 81141
2012-12-17 14:05:13 +00:00
ChunEon Park e257f49885 elementary/popup - fix the popup that returned invalid action buttons
SVN revision: 81117
2012-12-17 10:50:12 +00:00
Massimo Maiurana 628bd07534 updating czech translations
SVN revision: 81058
2012-12-16 21:37:20 +00:00
Stefan Schmidt c0b1b133fe elm: Fix memleaks for string duplicated in parse_str.
We get a strdup'ed string here so we need to take care about freeing it.

SVN revision: 80941
2012-12-14 13:35:53 +00:00
Daniel Juyung Seo 2e31628963 elm colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>
On Tue, Dec 11, 2012 at 8:46 PM, SHILPA ONKAR SINGH <shilpa.singh@samsung.com> wrote:

    Hi All,

    Please find attached bug fix patch for Colorselector.
    This patch fixes the resize issue in palette which happens when
    palette item size is given more than finger size.

    This patch also fixes a fixed: 1 1 warning shown in picker(New addition to colorselector).
    This warning can be seen when we shift from "both mode"(palette+component)  to picker
    mode and back to both mode.

    Change description:
       elm_colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker
    fixed.

    Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)

     Thanks & Regards
    Shilpa Singh

SVN revision: 80937
2012-12-14 12:17:49 +00:00
Jiyoun Park fcf290bab5 oooops, change log and new
SVN revision: 80909
2012-12-14 03:54:55 +00:00
Jiyoun Park 58dd704606 if application delete naviframe item,
naviframe cannot set top object to resize object 


SVN revision: 80908
2012-12-14 03:29:21 +00:00
Stefan Schmidt 94fd96be35 elm/multibuttonentry: Don't leak memory if the filter was already there.
SVN revision: 80879
2012-12-13 15:20:22 +00:00
Stefan Schmidt ca79393500 elm/transit: Avoid pedantic check for use of uninitialized var.
SVN revision: 80878
2012-12-13 15:19:48 +00:00
Stefan Schmidt 0cc6bf40f8 elm/naviframe: Fix potential deref of freed memory.
We should not free it and then access the same data again on line below.

SVN revision: 80862
2012-12-13 14:17:29 +00:00
Daniel Juyung Seo 1bab154972 elm ChangeLog: dummy obj was removed and restored. we can merge the ChangeLog entry.
SVN revision: 80755
2012-12-12 12:21:03 +00:00
Daniel Juyung Seo 570c129df3 elm NEWS: dummy obj was removed and restored. we can merge the NEWS entry.
SVN revision: 80752
2012-12-12 11:39:29 +00:00
Daniel Zaoui f683f07d5e Gesture layer APIs added to access internal variables of the specific
data of the object

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 80742
2012-12-12 09:13:32 +00:00
WooHyun Jung aa3edaa8e6 elementary/naviframe : Restore dummy_edje to naviframe. Now dummy_edje is always smart member of naviframe, so it cannot be removed before deleting naviframe.
SVN revision: 80739
2012-12-12 08:58:03 +00:00
ChunEon Park 650c098697 elementary/po - updated
SVN revision: 80732
2012-12-12 04:32:46 +00:00
ChunEon Park b6e6fb6128 elementary - fix tab space.
SVN revision: 80731
2012-12-12 04:32:29 +00:00
ChunEon Park e42d402c48 elementary/mapbuf - update mapbuf forcely whenever it's states are changed.
SVN revision: 80730
2012-12-12 04:28:11 +00:00
Flavio Vinicius Alvares Ceolin b470aaa0f2 adding support for elocation
SVN revision: 80657
2012-12-11 14:05:48 +00:00
WooHyun Jung 5a7e0de603 elementary/naviframe : Remove dummy_edje. Naviframe should be shown with at least one item, and don't have to care about the state there is no item.
Additionally, it's not a smart member of naviframe, there is no guarantee when this object will be deleted.


SVN revision: 80628
2012-12-11 07:33:27 +00:00
Cedric BAIL 7e45660338 elementary: safely manipulate inlist and destroy part of it.
SVN revision: 80579
2012-12-10 08:18:25 +00:00
Cedric BAIL e7ca3a31d0 elementary: correctly check error in elm_cnp.
SVN revision: 80576
2012-12-10 08:01:16 +00:00
Cedric BAIL 8aef42c60e elementary: more proper NULL check.
SVN revision: 80572
2012-12-10 07:24:48 +00:00
Cedric BAIL 635c56fe3c elementary: make sure private data are safe to manipulate.
SVN revision: 80568
2012-12-10 06:59:46 +00:00
Jiyoun Park c552527bf4 fix wrong config value related with scroll
SVN revision: 80537
2012-12-09 05:27:24 +00:00
Daniel Juyung Seo f11ad7850a elm: fixed build break caused by my two commits.
SVN revision: 80533
2012-12-08 18:39:24 +00:00
Massimo Maiurana 449e0c4f79 updating various translations
SVN revision: 80532
2012-12-08 18:35:53 +00:00
Daniel Juyung Seo b818236056 elm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.
SVN revision: 80529
2012-12-08 18:17:12 +00:00
Daniel Juyung Seo e8152fd7c3 elm: refactoring. on_deletion -> delete_me.
1. delete_me was already there before on_deletion was used.
2. delete_me and on_deletion are same.
3. evas also has delete_me so use the same name.
4. i didn't change naviframe because it has different on_deletion usages from other widgets.

SVN revision: 80528
2012-12-08 18:17:04 +00:00
ChunEon Park b230457c42 elementary/naviframe - set main content to naviframe sub object to keep the obj-sub tree.
it needs to set other item contnets to be sub object.



SVN revision: 80520
2012-12-08 09:39:19 +00:00
ChunEon Park 0040b9e8fd elementary/naviframe - removed unnecessary line. it was compared already in widget api
SVN revision: 80518
2012-12-08 08:53:38 +00:00
ChunEon Park f353378e8b elementary/naviframe - only set the top item to be the resize object.
SVN revision: 80517
2012-12-08 08:09:44 +00:00
ChunEon Park 8539f1bd0d elementary/naviframe - updated changelog
SVN revision: 80515
2012-12-08 07:31:39 +00:00
ChunEon Park 558f84a6ff elementary/naviframe - fix the title part which name of fixed wrongly.
SVN revision: 80514
2012-12-08 07:23:30 +00:00
ChunEon Park 87ff3ba820 elementary/win - return if focus target is NULL
SVN revision: 80512
2012-12-08 07:00:55 +00:00