Commit Graph

7414 Commits

Author SHA1 Message Date
Shinwoo Kim 47d2e7a701 [access] use more proper name elm_access_object_get(); instead of elm_access_object_access_get();
SVN revision: 82793
2013-01-15 06:31:35 +00:00
Shinwoo Kim fd66920430 [access] follow consistent naming rule in elementary as below.
- elm_access_object_item_register(); -> elm_object_item_access_register();
  - elm_access_content_cb_set(); -> elm_access_info_cb_set(); The content would be considered as an evas object.
  - elm_access_text_set(); -> elm_access_info_set();


SVN revision: 82791
2013-01-15 04:20:37 +00:00
ChunEon Park 92cb1d522d elementary/conformant - same as the virtual keyboard, set displaymode whenever clipboard states are changed.
SVN revision: 82759
2013-01-14 12:44:09 +00:00
Stefan Schmidt 3a650a499b elm/thumb: Make sure we also build without ethumb.
Patch by Tasn.

SVN revision: 82758
2013-01-14 12:20:57 +00:00
Daniel Juyung Seo 0a49002145 elm test_genlist.c: Obey scale size for pixels.
SVN revision: 82756
2013-01-14 12:01:34 +00:00
Daniel Juyung Seo 43f4d4c241 elm test_genlist.c: Fixed a typo.
SVN revision: 82755
2013-01-14 12:01:25 +00:00
Daniel Juyung Seo 724a97f6a1 elm fileselector.edc: Fixed elm.swallow.files size calculation problem. elm.swallow.path could override elm.swallow.files.
SVN revision: 82752
2013-01-14 10:13:07 +00:00
Daniel Juyung Seo d18f5ba5fc elm po: Updated po files.
SVN revision: 82751
2013-01-14 10:13:04 +00:00
Daniel Juyung Seo 84d251acc8 elm list, genlist, gengrid: Added highlighted and unhighlighted signal callbacks.
SVN revision: 82750
2013-01-14 10:12:50 +00:00
Carsten Haitzler dd0d6b153f let's try handling auto-throttle by counting up
shown/withdraw/iconified windows at the time we eval windows and then
use just the shown count to disable throttling. :)



SVN revision: 82748
2013-01-14 09:46:25 +00:00
Gustavo Sverzut Barbieri cf67b17f8b fix elm_thumb usage of edje/elm
really, the problem was not even ethumb, but mixing elm_layout and
evas_object with edje.



SVN revision: 82740
2013-01-14 01:24:53 +00:00
Gustavo Sverzut Barbieri b7cac6c050 fix ethumb test
crazy stuff in there... ouch :-/



SVN revision: 82739
2013-01-14 01:23:54 +00:00
Shinwoo Kim 04d10ab68d [naviframe] rebuild broken accessibility feature on title area.
SVN revision: 82685
2013-01-12 06:41:21 +00:00
Mike McCormack e334e681ec elementary: Fix an unused warning
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82670
2013-01-11 21:41:01 +00:00
Henrique Dante de Almeida 32da7114d6 Remove redundant code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82646
2013-01-11 16:43:30 +00:00
Henrique Dante de Almeida 47580df23e Fix spelling
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82645
2013-01-11 16:43:25 +00:00
Henrique Dante de Almeida c494985603 Cleanup code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82644
2013-01-11 16:43:20 +00:00
Henrique Dante de Almeida ebbc9de6b9 Remove wayland frame caluclation code
Disabling frame calculation for now, because, in the code, a call
for getting the geometry might return the size with the frame
included, so adding it in the resize call would result in doubling
the frame size.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82643
2013-01-11 16:43:14 +00:00
Cedric BAIL 80c628daeb elementary: fix mistake with ebus linking.
SVN revision: 82596
2013-01-11 00:23:58 +00:00
Daniel Juyung Seo 5ab9f4b980 elm access: Added const for getters.
SVN revision: 82588
2013-01-10 21:11:59 +00:00
Daniel Juyung Seo a5f8da22e0 elm elm_access.h: Fixed formatting. No space after *.
SVN revision: 82587
2013-01-10 21:11:54 +00:00
Daniel Juyung Seo 26eccbef54 elm access: Code restructuring like other codes.
SVN revision: 82586
2013-01-10 21:11:34 +00:00
Eduardo de Barros Lima 5bb50d9645 dlopen and friends are now required by elm_need_e_dbus(), remove HAVE_FORK conditional to include the header.
Build was broken with the following message:

elm_main.c: In function 'elm_need_e_dbus':
elm_main.c:372:4: warning: implicit declaration of function 'dlopen' [-Wimplicit-function-declaration]
elm_main.c:372:46: error: 'RTLD_LAZY' undeclared (first use in this function)
elm_main.c:372:46: note: each undeclared identifier is reported only once for each function it appears in
elm_main.c:372:58: error: 'RTLD_GLOBAL' undeclared (first use in this function)
elm_main.c:374:4: warning: implicit declaration of function 'dlsym' [-Wimplicit-function-declaration]
elm_main.c:374:14: warning: assignment makes pointer from integer without a cast [enabled by default]
elm_main.c: In function '_elm_unneed_e_dbus':
elm_main.c:387:18: warning: assignment makes pointer from integer without a cast [enabled by default]
elm_main.c:392:4: warning: implicit declaration of function 'dlclose' [-Wimplicit-function-declaration]

I wonder if this is correct for other platforms other than linux??



SVN revision: 82573
2013-01-10 14:27:38 +00:00
Christopher Michael ef44d05696 Data is not used in the show_region_hook anyway, so no need to pass it.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82572
2013-01-10 14:06:50 +00:00
Christopher Michael 90164ddfdf Do not try to get the genlist Smart_Data from the data pointer in
show_region_hook, but rather get it from the actual Object.

Fixes a crash that happens if someone overrides the show_region_hook
(via elm_widget call) and passes an Int or String or something else as
the data parameter.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82571
2013-01-10 14:06:46 +00:00
Shinwoo Kim 44363b8f19 [access] export some APIs which would improve application side flexibility.
+ elm_access_object_item_register();
  + elm_access_object_item_unregister();
  + elm_access_object_item_access_get();



SVN revision: 82561
2013-01-10 12:00:05 +00:00
Carsten Haitzler d9179d33d7 oops printf--
SVN revision: 82560
2013-01-10 11:55:43 +00:00
Carsten Haitzler 30fdd25972 and dont set states until state change cb tells u they changed in
elm_win. more testing needed.



SVN revision: 82559
2013-01-10 11:53:39 +00:00
Daniel Juyung Seo 01a96dd036 elm index_example_0x.c: Fixed build command.
SVN revision: 82557
2013-01-10 11:49:55 +00:00
Daniel Juyung Seo 18343ceca0 elm elm_index.h: More documentation warning for elm_index_level_go().
SVN revision: 82556
2013-01-10 11:49:51 +00:00
Daniel Juyung Seo e6a6ecfb97 elm index: Call elm_index_level_go(). It's a must.
SVN revision: 82555
2013-01-10 11:46:34 +00:00
Carsten Haitzler f60618ccc8 fix docs.
SVN revision: 82553
2013-01-10 11:42:08 +00:00
Carsten Haitzler 7a5cb57def a quick test involving more win state stuff - add test cases for
iconify & withdraw



SVN revision: 82550
2013-01-10 11:24:04 +00:00
Cedric BAIL be61e731aa elementary: hopefully the last one.
SVN revision: 82530
2013-01-10 08:37:56 +00:00
Cedric BAIL 5a5728fb4e elementary: small left over.
SVN revision: 82525
2013-01-10 08:25:24 +00:00
Cedric BAIL 14cacd9575 elementary: add Ecore_Input.h directly.
SVN revision: 82523
2013-01-10 08:22:08 +00:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Jaehwan Kim ae782f4d81 Fix max value calculation of els_box. Related to svn 82450.
SVN revision: 82504
2013-01-10 04:41:36 +00:00
Jaehwan Kim 1a77d92c46 Fix Buffer not null terminated
SVN revision: 82500
2013-01-10 02:24:40 +00:00
Daniel Juyung Seo 869c313eee elm index: Fixed formatting.
SVN revision: 82468
2013-01-09 15:54:42 +00:00
Daniel Juyung Seo c712b3ce57 elm map: Fixed formatting.
SVN revision: 82465
2013-01-09 15:34:59 +00:00
WooHyun Jung f696af78d1 elementary/elm_index : Freed pointer should not be returned.
SVN revision: 82458
2013-01-09 12:43:51 +00:00
Shinwoo Kim a345019094 [colorselector] remove resource leak possibility
SVN revision: 82456
2013-01-09 11:56:57 +00:00
Jaehwan Kim 6f2142abe9 Fix out-of-bounds read
SVN revision: 82455
2013-01-09 11:47:11 +00:00
Jaehwan Kim 7adcc92f18 Fix Dereference after null check
SVN revision: 82453
2013-01-09 11:30:10 +00:00
Shinwoo Kim e301666c65 [conform] use proper condition, again.
SVN revision: 82452
2013-01-09 11:24:11 +00:00
Shinwoo Kim 75c47c7ebb [conform] use proper condition
SVN revision: 82451
2013-01-09 11:17:08 +00:00
Jaehwan Kim fbd2af0ca1 Fix Logically dead code
SVN revision: 82450
2013-01-09 10:32:52 +00:00
Jaehwan Kim ecd584e094 Fix missing break
SVN revision: 82449
2013-01-09 10:14:18 +00:00
ChunEon Park db9cad3932 elementary/mode/access - set file create mode before create temp file.
SVN revision: 82446
2013-01-09 09:17:33 +00:00
Daniel Juyung Seo 081f9f8006 elm: Restructuring codes to remove dead codes.
SVN revision: 82445
2013-01-09 09:02:22 +00:00
ChunEon Park df32ff9669 elementary/colorselector - SAFETY NULL checking
SVN revision: 82444
2013-01-09 09:01:02 +00:00
ChunEon Park 244b790c58 elementary/map - fixed more insane free in map
SVN revision: 82443
2013-01-09 08:49:30 +00:00
ChunEon Park 0b6a6dfc08 elementary/map - fixed memory leak
SVN revision: 82442
2013-01-09 08:40:56 +00:00
ChunEon Park 05b798b1e1 elementary/font - fixed memory leak
SVN revision: 82440
2013-01-09 08:37:48 +00:00
ChunEon Park e68959696d elementary/multibuttonentry - fix memory leak
SVN revision: 82439
2013-01-09 08:28:03 +00:00
Jaehwan Kim 803ff266ac Fix copy-paste error
SVN revision: 82434
2013-01-09 04:57:54 +00:00
Flavio Vinicius Alvares Ceolin 29a9437bef [elm] calendar: small fixes for documentation
SVN revision: 82347
2013-01-07 14:07:31 +00:00
Flavio Vinicius Alvares Ceolin fd30ab1d76 [elm] calendar: Fixing a problem with min/max year
Respecting the years bounds.



SVN revision: 82346
2013-01-07 13:50:19 +00:00
Shinwoo Kim a05fc18d87 [access] return null; not return;
SVN revision: 82345
2013-01-07 13:26:54 +00:00
Massimo Maiurana 8551d5f326 updating portuguese and esperanto translations
SVN revision: 82342
2013-01-07 11:39:56 +00:00
WooHyun Jung 05b4f1fe58 elementary/elm_entry : When limiting the length of text by filter callback, only committed text should be considered. Preediting text can be changed with the shorter one.
SVN revision: 82341
2013-01-07 11:37:53 +00:00
ChunEon Park 7fdc6b90bb elementary/mapbuf - removed workaround code that would cause the performance issue.
Sorry, I have no idea now what to do, even mapbuf has much side effects in rendering.




SVN revision: 82322
2013-01-07 07:07:27 +00:00
ChunEon Park 6dd5d41f85 elementary/label - and cancel the ellipsis before label try to calc the text size.
SVN revision: 82320
2013-01-07 06:06:16 +00:00
Shinwoo Kim 03c859692b [access] _elm_access_add() could return NULL
SVN revision: 82319
2013-01-07 05:56:51 +00:00
ChunEon Park 3d38cd451d elementary/label - removed data dosen't used anywhere
SVN revision: 82316
2013-01-07 04:38:40 +00:00
ChunEon Park 1b2897fa18 elementary/label - recover ellipsis mode when slide mode is end.
SVN revision: 82315
2013-01-07 04:33:29 +00:00
Daniel Juyung Seo 13d9833110 elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,

Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.

Thank you,
Jaehyun Cho.

SVN revision: 82300
2013-01-06 14:15:52 +00:00
Massimo Maiurana baa5551039 updating portuguese translation
SVN revision: 82298
2013-01-06 09:52:45 +00:00
Daniel Juyung Seo 363a5a18fa elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique@gmail.com>
SVN revision: 82297
2013-01-06 04:46:53 +00:00
Leandro Dorileo e00d7f5774 elementary: fix EDJE_VERSION
The old edje build system considered just maj to MODULE_ARCH, now
it takes in account maj.min.v_mic - so, elm and edje don't
understand each other - resulting in broken things like edje_external
module not being loaded.


SVN revision: 82269
2013-01-05 07:42:34 +00:00
ChunEon Park a9ff2c4093 elementary/label - removed unncessary
SVN revision: 82267
2013-01-05 06:01:56 +00:00
ChunEon Park 1612543daf elementary/label - removed unnecessary
SVN revision: 82266
2013-01-05 05:59:18 +00:00
ChunEon Park e1c165366a elementary/label - removed unnecessary call
SVN revision: 82265
2013-01-05 05:50:13 +00:00
ChunEon Park 5ab4c3ce0b elementary/label - added a label signal callback "slide,end"
SVN revision: 82263
2013-01-05 04:56:06 +00:00
ChunEon Park 6302d12079 elementary/naviframe - removed duplicated string data
SVN revision: 82260
2013-01-05 04:24:22 +00:00
ChunEon Park 2e70ef8124 elementary/label - removed workaround. now it's working slide reset every go is called.
SVN revision: 82259
2013-01-05 04:10:33 +00:00
Carsten Haitzler f33321a0ca fix small leak that only happens if elm config needs an update.
SVN revision: 82247
2013-01-05 01:12:27 +00:00
Massimo Maiurana 0ff35eb80d updating spanish and italian translation
SVN revision: 82242
2013-01-04 22:18:09 +00:00
Daniel Juyung Seo ffa9c1e793 elm: Refactoring.
Smart data is already initialized so we do not need to re-initialize them if the value equals to 0, NULL, or EINA_FALSE.
Sometimes re-initializing smart data explicitly is needed for readability. So there are left overs.

SVN revision: 82228
2013-01-04 19:10:19 +00:00
ChunEon Park cf3b781b13 elementary/label - some missed stuff.
SVN revision: 82176
2013-01-04 13:44:08 +00:00
ChunEon Park 7746c70173 elementary/label - added elm_label_slide_go()
SVN revision: 82172
2013-01-04 13:24:37 +00:00
ChunEon Park 63e0a42a38 elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()
SVN revision: 82170
2013-01-04 10:59:41 +00:00
ChunEon Park 724a0b0f2d elementary/label - support slide effect of the label widget optionally.
now it supports slides the texts if the label area is smaller than the text width length.

deprecated - elm_label_slide_set()/get()
added - elm_label_slide_mode_set()/get()



SVN revision: 82169
2013-01-04 10:47:51 +00:00
ChunEon Park 103d2e27ad elementary/po - updated
SVN revision: 82167
2013-01-04 10:34:52 +00:00
ChunEon Park 0471757de8 elementary/label - more information for users
SVN revision: 82159
2013-01-04 08:00:56 +00:00
ChunEon Park 3d0e9dcfb6 elementary/label - you intended this if it cannot slide because of the text length.
SVN revision: 82158
2013-01-04 07:43:16 +00:00
ChunEon Park 4f6ed249a2 elementary/label - sliding -> slide
SVN revision: 82156
2013-01-04 07:39:14 +00:00
ChunEon Park dacd0c80c1 elementary/fileselector - ++ unused
SVN revision: 82155
2013-01-04 07:38:26 +00:00
ChunEon Park fa34a04d32 elementary/label - removed unncessary set
SVN revision: 82153
2013-01-04 07:33:50 +00:00
ChunEon Park 1019226cc5 elementary/label - modified internal variable name to be more clear.
SVN revision: 82152
2013-01-04 07:32:10 +00:00
WooHyun Jung 733e98473d elementary/entry : Removing unused codes.
SVN revision: 82144
2013-01-04 04:32:30 +00:00
Flavio Vinicius Alvares Ceolin 3fcc4797a7 [elm] Updating the NEWS with the lasts commits
SVN revision: 82109
2013-01-03 21:02:25 +00:00
Flavio Vinicius Alvares Ceolin a8719f824d [elm] calendar: spinners for month and year now
Adding a separated spinner for year.



SVN revision: 82108
2013-01-03 20:50:10 +00:00
Flavio Vinicius Alvares Ceolin e8996b459d [elm] datetime: Adding max and min year to standard
profile

The same values that are in the others profiles.



SVN revision: 82107
2013-01-03 20:48:52 +00:00
Flavio Vinicius Alvares Ceolin 29044a7624 [elm] dayselector: making the looking and feel more
consistent with the others widgets



SVN revision: 82106
2013-01-03 20:48:35 +00:00
Flavio Vinicius Alvares Ceolin 06414efc47 [elm] file_selector: making the widget more desktop
friend

Allowing select dir/file in the entry box.



SVN revision: 82105
2013-01-03 20:48:14 +00:00
Flavio Vinicius Alvares Ceolin 94b4a8535a [elm] fileselector_buton test: small fixes
Fixing the usage of the check buttons



SVN revision: 82104
2013-01-03 20:44:58 +00:00
Leandro Dorileo 85472a116a Elementary: remove duplicated slideshow icon
Remove duplicated slideshow icon from icons.edc.


SVN revision: 82096
2013-01-03 19:10:06 +00:00
DUBEYPRINCE KUMAR ac8e33ea76 From: DUBEYPRINCE KUMAR <prince.dubey@samsung.com>
Subject: [E-devel] [BUG] [ELM] [PATCH] Bug fixes for APIs
elm_gengrid_region_show/bring_in

Please review the attached patches.

Attached patch "elm_gengrid.patch" which fix the bug related to
elm_gengrid_region_show/bring_in APIs.

And patch "test_gengrid.patch" in order to test the fix.



 Change Description:
 
      1. An internal function _item_show_region() is created which does
      the
      calculation for item position.
      
          2. This function is called in _calc_job() as soon as pan
object
gets its
size.

    3. Test_gengrid code enhancement for testing the fix.



SVN revision: 82063
2013-01-03 12:03:55 +00:00
ChunEon Park dcc29483af elementary/naviframe - fixed some unacceptable stuffs.
SVN revision: 82061
2013-01-03 11:41:10 +00:00
ChunEon Park 1dd2144a7c elementary/naviframe - use the layout intead of the edje_object
SVN revision: 82060
2013-01-03 11:26:57 +00:00
Jaehwan Kim a36ec132c7 Fix the bug which the callbacks of the sub-object are added even if the sub-object is already added the parent object.
SVN revision: 82053
2013-01-03 09:52:57 +00:00
Shinwoo Kim 88dac18cf7 [access] export elm_access_activate_cb_set(); and add related documentation.
SVN revision: 82052
2013-01-03 09:31:33 +00:00
Daniel Juyung Seo f4e8c92f0d elm list: Fixed list separator size bug. Patch by Thiep Ha <thiep.ha@samsung.com>
On Sun, Dec 9, 2012 at 11:11 AM, thiep ha <thiep.ha@samsung.com> wrote:

    Dear All,

    In elementary list, the separator is not correctly set.
    I would like to send a patch to correct the list with separator.
    I also add an example named "List Separator" to test it.

    Please review this patch.

    Best Regards,
    Thiep Ha

SVN revision: 82040
2013-01-03 06:23:33 +00:00
Daniel Juyung Seo 443d838758 elm elm_widget.c: ;; is not sexy.
SVN revision: 82038
2013-01-03 06:12:51 +00:00
Daniel Juyung Seo a45bf9e5db elm slier: Used a macro for delay changed interval.
SVN revision: 82037
2013-01-03 06:12:38 +00:00
ChunEon Park 3b715ae4af elementary/po - updated
SVN revision: 82033
2013-01-03 04:54:10 +00:00
ChunEon Park fc6a4a4db7 elementary/naviframe - removed unnecessary string buf copy
SVN revision: 82031
2013-01-03 04:20:11 +00:00
JaeHyun Cho 6282ede9d3 elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly
Dear all,

Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.

Thank you,
Jaehyun Cho.

Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>



SVN revision: 82030
2013-01-03 04:10:45 +00:00
Gustavo Lima Chaves 3484f83bf8 [elm] Just fixing the return type documentation of elm_prefs_data_get().
(copy&paste failure) and the "@see" in elm_prefs_data_set() (pointing to
itself).

patch by Murilo Belluzzo.



SVN revision: 82005
2013-01-02 19:00:52 +00:00
Daniel Juyung Seo cf682c4214 elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
SVN revision: 82004
2013-01-02 18:36:22 +00:00
Daniel Juyung Seo efb5d3f995 elm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_get/set instead of elm_finger_size_get/set.
SVN revision: 82003
2013-01-02 18:16:03 +00:00
Daniel Juyung Seo ffb23d5f80 elm test_weather.c: Use entry activated callback.
SVN revision: 81949
2013-01-01 08:45:06 +00:00
Daniel Juyung Seo 5953de5f2a elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.
SVN revision: 81948
2013-01-01 08:45:03 +00:00
Daniel Juyung Seo 1ccac38ac1 elm test_weather.c: Print more useful information.
SVN revision: 81947
2013-01-01 08:44:57 +00:00
Mike Blumenkrantz 9d12c4d900 update elm todo
SVN revision: 81877
2012-12-29 16:01:49 +00:00
Mike Blumenkrantz 86727a6b8b same netwm tooltip fix
SVN revision: 81876
2012-12-29 15:57:08 +00:00
Gustavo Sverzut Barbieri c8e20e4f7b elm: edbus (v1) is disabled by default.
SVN revision: 81872
2012-12-29 14:47:48 +00:00
Mike Blumenkrantz 41a5d834cf same commit for trunk
SVN revision: 81868
2012-12-29 13:45:17 +00:00
Henrique Dante de Almeida 92f1d5c283 [elm] Update ChangeLog
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81811
2012-12-28 15:22:17 +00:00
Henrique Dante de Almeida c522a60698 [elm] Update test_main_menu with new D-Bus menu features
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81810
2012-12-28 15:00:15 +00:00
Henrique Dante de Almeida 742440f3aa [elm] Support freedesktop icons in D-Bus menu
If Elementary is compiled with Efreet support, D-Bus menu will
export freedesktop icon names.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81809
2012-12-28 15:00:00 +00:00
Henrique Dante de Almeida 6b67520b48 [elm] Use content from menu item to get menu text
Do some extra effort to find out a name for the menu item to send via D-Bus

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81808
2012-12-28 14:59:55 +00:00
Henrique Dante de Almeida 849567e4e7 [elm] Support optional properties in D-Bus menu
The D-Bus menu interface description requests that properties with
default values should be optimized out.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81807
2012-12-28 14:59:50 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Henrique Dante de Almeida 895d038885 [elm] Remove "visible" property from D-Bus menu (always true)
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81805
2012-12-28 14:59:40 +00:00
Henrique Dante de Almeida b8d09d3690 [elm] Support item separators in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81804
2012-12-28 14:59:33 +00:00
Daniel Juyung Seo 22fe887792 elm test_entry.c: Added 'activated' smart callback usage.
SVN revision: 81797
2012-12-28 12:19:20 +00:00
Mike Blumenkrantz 3abf0ce65a forwardport previous commit for genlist fixing
SVN revision: 81790
2012-12-28 09:51:40 +00:00
Jiyoun Park 2b6e8f8384 sorry indentation
SVN revision: 81781
2012-12-28 03:59:36 +00:00
Jiyoun Park 831f70a845 fix elm_photocam file set's error handle code
SVN revision: 81779
2012-12-28 03:54:24 +00:00
Lucas De Marchi cea4dd84f1 elementary: fix automake options
SVN revision: 81760
2012-12-27 21:35:05 +00:00
Murilo Belluzzo abcc99fcd1 [elm] Add support to D-Bus systray icons
For now, it supports only one system tray icon per application.

Each instance of ELM_OBJ_SYSTRAY_CLASS is a handler for
the same system tray item. But the API is ready to support
multiple system tray items per application.

Also, since this is a new feature, it only provides an EObject API. So,
if the old style API is still required, please do it.

Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 81747
2012-12-27 13:38:40 +00:00
Henrique Dante de Almeida 58b2fc2cd2 [elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81746
2012-12-27 13:38:33 +00:00
Mike Blumenkrantz 762586961d probably want eo for elm configure...
SVN revision: 81729
2012-12-27 05:54:42 +00:00
Michael Jennings 640021a53f Spec and build dependency fixes.
SVN revision: 81711
2012-12-26 11:53:38 +00:00
Carsten Haitzler d063cc067e valgrind complain--
SVN revision: 81669
2012-12-24 09:47:11 +00:00
Shinwoo Kim f10fb3e115 [access] export some APIs,and remove unnecessary lines.
+ elm_access_object_register();
  + elm_access_object_unregister();
  + elm_access_text_set();
  + elm_access_text_get();
  + elm_access_cb_set();

These APIs are to use edje part, evas object as an accessible object.
and do not create access object, because access object would be created at run time.
This is different with internal API _elm_access_object_register();


SVN revision: 81659
2012-12-23 14:50:56 +00:00
Aron Xu 56de89a84d Add Simplified Chinese translation for elementary
SVN revision: 81572
2012-12-21 19:56:19 +00:00
Gustavo Lima Chaves ed0519a582 [elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
2012-12-21 19:10:09 +00:00
Jonas M. Gastal 24e2e9d2e7 elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
2012-12-21 17:38:05 +00:00
Jihoon Kim 19f51743f4 elm : fix memory leak in entry
SVN revision: 81538
2012-12-21 11:03:10 +00:00
Massimo Maiurana 8f56edcf3b updating various translations
SVN revision: 81482
2012-12-20 19:58:56 +00:00
Massimo Maiurana 30a66339ac updated esperanto and italian translations
SVN revision: 81451
2012-12-20 13:11:37 +00:00
ChunEon Park a4c735c632 elementary/image - +FIXME
SVN revision: 81413
2012-12-20 01:54:57 +00:00
Flavio Vinicius Alvares Ceolin 68d67520f1 elm: using the right ecore_evas engine api
SVN revision: 81396
2012-12-19 18:07:09 +00:00
Christopher Michael aae9891a64 If elementary is built with wayland support (and X support), then we
need to run an engine compare before trying to get wayland specific
items (in this case, the ecore_evas window).

NB: Fixes ticket #1992

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81369
2012-12-19 14:41:45 +00:00
Stefan Schmidt d0793194b5 elm/map: Free buffer on error path
SVN revision: 81342
2012-12-19 10:28:20 +00:00
Carsten Haitzler 457848df53 wake up. fix svn breakages. yay. :)
SVN revision: 81316
2012-12-19 01:08:13 +00:00
Gustavo Sverzut Barbieri 6afb683626 elm_plug: fixed signal name.
SVN revision: 81313
2012-12-18 22:14:27 +00:00
Gustavo Sverzut Barbieri 3a80bee71c elm_plug: callback when server side image changed.
changelog and news will come later.



SVN revision: 81312
2012-12-18 22:07:50 +00:00
Gustavo Lima Chaves c02d084ef7 elm: Silent a compiler warning.
SVN revision: 81294
2012-12-18 19:57:33 +00:00
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
Massimo Maiurana 724f42c552 updating various translations
SVN revision: 80486
2012-12-07 18:53:30 +00:00
Luis Felipe Strano Moraes 25074f6277 [elm] Handling signals on elm_sys_notify.
Author: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 80474
2012-12-07 17:23:34 +00:00
Jonas M. Gastal d6b0cea1e8 elm: Fix instruction of how compile icon_example_01.c
Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 80470
2012-12-07 16:19:56 +00:00
Gustavo Lima Chaves 34c58941bd Fix Elm's build. antognolli += spank.
SVN revision: 80455
2012-12-07 13:54:38 +00:00
Rafael Antognolli 902fdfc116 elementary: Make it build again without efreet.
SVN revision: 80448
2012-12-07 13:25:15 +00:00
ChunEon Park 4733715962 elementary/naviframe - Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
Hi All,

Please find attached bug fix patch for Naviframe.
This patch fixes crash in naviframe which happens when evas_object_del
is called immediately after item_pop.

Change description:
elc_naviframe: Crash on calling evas_object_del of naviframe immediately after item_pop fixed.

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

Thanks & Regards
Shilpa Singh

Signed-Off-By: Shilpa Onkar Singh<shilpa.singh@samsung.com>



SVN revision: 80442
2012-12-07 12:31:07 +00:00
WooHyun Jung 2bbb2dac16 [elementary/multibutton_entry] Fix focus problem in multibuttonentry.
Entry can get focus only when multibuttonentry is focused.


SVN revision: 80433
2012-12-07 10:54:04 +00:00
Shinwoo Kim d878e2fb9e [access][win] use ecore client message data
SVN revision: 80429
2012-12-07 10:28:22 +00:00
Cedric BAIL 3ef34e5dac elementary: eo_data_get can return NULL if the object is dead.
SVN revision: 80418
2012-12-07 08:44:47 +00:00
Cedric BAIL a1da9e6b65 elementary: simplify test in elm_entry_text_set.
SVN revision: 80413
2012-12-07 07:12:58 +00:00
Jaehwan Kim ca6994b182 Small bug. In some case, the box cannot be proper size.
SVN revision: 80412
2012-12-07 06:57:16 +00:00
Cedric BAIL 8c3981293b elementary: safer call to mkstemp.
SVN revision: 80409
2012-12-07 04:03:01 +00:00
Jaehwan Kim 0e03e10b06 Scroller is scrolled to transverse direction, when it cannot be scrolled to original direction and can be scrolled to transverse direction.
SVN revision: 80404
2012-12-07 01:37:04 +00:00
Daniel Juyung Seo e6189411fd elm elm_widget.c: Refactoring internal functions. Move around internal functions for the eo readability.
SVN revision: 80377
2012-12-06 17:49:19 +00:00
Daniel Juyung Seo 4ec49cf83b elm test_conform_indicator.c: Fixed build warnings.
SVN revision: 80376
2012-12-06 17:49:08 +00:00
Daniel Juyung Seo da2dbe25dd elm elm_access.h: one liner for api decralations.
SVN revision: 80370
2012-12-06 16:13:13 +00:00
Daniel Juyung Seo d24d0348ce elm access: const for getters.
SVN revision: 80369
2012-12-06 16:12:59 +00:00
Shinwoo Kim 30be7b82dc [access] add elm_access_external_info_get(Evas_Object*); becuase there is set();
SVN revision: 80353
2012-12-06 12:21:19 +00:00
ChunEon Park 7748dd4d44 elementary/mapbuf - update whenever the content is moved or resized.
SVN revision: 80348
2012-12-06 11:47:26 +00:00
Mike McCormack 98a3ae1ae7 elementary: Fix initializer and shawdow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 80346
2012-12-06 11:16:08 +00:00
Shinwoo Kim f426ed101c [access] elm_access_external_info_set(Evas_Object*, const char*) initial draft
i would like to export an API which name is elm_access_external_info_set(Evas_Object *, const char*);
this will be using by application side to set additional accessibility information.

widget could have different information which could be different in another context.
for example: there would be an entry which is for user ID, and there would be another entry which is for password.
in this case, developer would like to add additional information for each entry as below.

  entry for user id reads "entry (default information), this entry is for user id (additional information)"
  entry for password reads "entry, this entry is for password"

for this reason, i have attached patch. please review the patch and give feedbacks.



SVN revision: 80339
2012-12-06 10:56:29 +00:00
Daniel Juyung Seo c9f53ba831 elm test_conform_indicator.c: Refactoring season one. I will continue working on this file.
1. Use one menu button for one test.
2. Fixed formatting.
3. Use cleaner code.

SVN revision: 80337
2012-12-06 10:49:52 +00:00
Daniel Juyung Seo 348b033bd2 elm: Updated NEWS and ChangeLog for r80312.
SVN revision: 80336
2012-12-06 10:38:40 +00:00
Cedric BAIL cf45191574 elementary: such a shame...
SVN revision: 80330
2012-12-06 09:49:43 +00:00
Cedric BAIL 46daa66f8e elementary: as suspected, that was a bad idea.
SVN revision: 80328
2012-12-06 09:38:25 +00:00
Cedric BAIL 1a12d85dcc elementary: typo.
SVN revision: 80326
2012-12-06 09:23:04 +00:00
Cedric BAIL 2a7e6019e2 elementary: let's not break the work when we don't use Wayland.
SVN revision: 80325
2012-12-06 09:20:37 +00:00
Cedric BAIL 901d685a45 elementary: more typo.
SVN revision: 80322
2012-12-06 09:02:22 +00:00
Cedric BAIL 9ce131754f elementary: fix borkage.
SVN revision: 80320
2012-12-06 09:00:18 +00:00
Cedric BAIL bb6589c3f1 elementary: fix forgotten break.
SVN revision: 80319
2012-12-06 08:59:14 +00:00
Shinwoo Kim 184b398750 [slider][access] bug fix: smart_activate(); works in the opposite way.
SVN revision: 80318
2012-12-06 08:48:50 +00:00
Cedric BAIL 17321c8bc3 elementary: always finish elm_conform buffer with at least one '\0'.
SVN revision: 80313
2012-12-06 08:31:25 +00:00
Daniel Juyung Seo 4d029f2ddc elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift.
SVN revision: 80312
2012-12-06 08:25:53 +00:00
Cedric BAIL 8830f43b7d elementary: improve stability/safety of quicklaunch.
SVN revision: 80308
2012-12-06 08:15:08 +00:00
Cedric BAIL 53bec88358 elementary: let's not explicitely test for NULL and trigger a segv.
SVN revision: 80306
2012-12-06 07:55:59 +00:00
Cedric BAIL 4c54fc7f9e elementary: in fact that's a new bug.
SVN revision: 80302
2012-12-06 07:31:04 +00:00
Christopher Michael 29dbb8804d Patch from Juan Zhao <juan.j.zhao@linux.intel.com> to fix correct
usage of HAVE_ELEMENTARY_WAYLAND.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 80301
2012-12-06 07:30:27 +00:00
Cedric BAIL 4e17a72fc7 elementary: properly read file in elm_entry.
SVN revision: 80300
2012-12-06 07:28:57 +00:00
Gustavo Sverzut Barbieri 1f9630075c efl: missing news
SVN revision: 80282
2012-12-05 22:31:29 +00:00
Gustavo Sverzut Barbieri 27c6def19d elm: add system notification.
SVN revision: 80281
2012-12-05 22:24:00 +00:00
Daniel Juyung Seo 10cb9bcf73 elm elm_list.c: fixed formatting.
SVN revision: 80262
2012-12-05 15:52:43 +00:00
Gustavo Sverzut Barbieri 066157cfdb more shutdown fixes for elm_need/unneed.
SVN revision: 80258
2012-12-05 15:13:18 +00:00
Gustavo Sverzut Barbieri bab69d04cc elm: fix need/uneed so it will release memory upon elm_shutdown.
Murilo Belluzzo spotted that we're incrementing a counter on an EAPI
elm_need_*(), but the unneed version is executed automatically from
elm_shutdown(), thus only once.



SVN revision: 80257
2012-12-05 14:35:04 +00:00
Bruno Dilly aab47242e8 elementary: one more fix regarding edbus / edbus2
c & p fail, I suppose.
Spotted by Murilo Belluzzo.



SVN revision: 80256
2012-12-05 14:27:48 +00:00
Stefan Schmidt 52e924bba6 elementary: Lets remove it also from POTFILES.in
Soemthign to keep in mind: If you remove a file do a quick grep to
see where is still it listed. :)

SVN revision: 80254
2012-12-05 14:05:25 +00:00
Gustavo Lima Chaves 445330accf [elm] Actually remove those files.
Stupid conflict before, sorry.



SVN revision: 80247
2012-12-05 13:45:35 +00:00
Gustavo Lima Chaves 50df396bca [elm] Remove unused file.
els_scroller.c -> I forgot to dump it after my refactoring.



SVN revision: 80242
2012-12-05 13:36:25 +00:00