platform/upstream/elementary.git
12 years ago[Elm] And now button also inherits from
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:26 +0000 (16:58 +0000)]
[Elm] And now button also inherits from
 elm_layout.
It's theme has now "elm.swallow.icon" as the icon spot ->
will change it on other themes ASAP.

SVN revision: 70634

12 years ago[Elm] Just a tip on a background test.
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:21 +0000 (16:58 +0000)]
[Elm] Just a tip on a background test.

SVN revision: 70633

12 years ago[Elm] Elm bg now happily inherits from elm
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:16 +0000 (16:58 +0000)]
[Elm] Elm bg now happily inherits from elm
 layout.

SVN revision: 70632

12 years ago[Elm] 2nd specialization of Elm's new base smart
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:10 +0000 (16:58 +0000)]
[Elm] 2nd specialization of Elm's new base smart
 class: elm_layout.
This will be, besides the codebase for the elm_layout widget, a common
base for all other widgets which got an edje layout as a basis for
their decoration.

From now on, all elm_layout_* namespaced fuctions will function
on objects inheriting from this base:

- elm_layout_content_set
- elm_layout_content_get
- elm_layout_content_unset
- elm_layout_text_set
- elm_layout_text_get

(recovered from deprecated header -> not anymore)

- elm_layout_sizing_eval
- elm_layout_data_get
- elm_layout_edje_get

- elm_layout_file_set
- elm_layout_theme_set

- elm_layout_box_append
- elm_layout_box_prepend
- elm_layout_box_insert_before
- elm_layout_box_insert_at
- elm_layout_box_remove
- elm_layout_box_remove_all
- elm_layout_table_pack
- elm_layout_table_unpack
- elm_layout_table_clear

Three missing functions on layouts were added, then:

- elm_layout_signal_emit
- elm_layout_signal_callback_add
- elm_layout_signal_callback_del

Naturally, the elm_object_ namespaced counterparts of those will also
function (they will be deprecated on the future).

SVN revision: 70631

12 years ago[Elm] New Elm widget class: cointainer
Gustavo Lima Chaves [Wed, 2 May 2012 16:57:53 +0000 (16:57 +0000)]
[Elm] New Elm widget class: cointainer
This is for general purpose containers in Elm, those supporting
- elm_object_part_content_set()
- elm_object_part_content_get()
- elm_object_part_content_unset()

SVN revision: 70630

12 years ago[Elm] Factoring out code for basic widget theme
Gustavo Lima Chaves [Wed, 2 May 2012 16:57:48 +0000 (16:57 +0000)]
[Elm] Factoring out code for basic widget theme
 smart function.

SVN revision: 70629

12 years ago[Elm] Adapting sub_obj_{del,add}, hover and
Gustavo Lima Chaves [Wed, 2 May 2012 16:57:43 +0000 (16:57 +0000)]
[Elm] Adapting sub_obj_{del,add}, hover and
 resize objects to new schema.
sub-object-{add,del} new class functions got their bodies in.  One by
one, the old elm_widget_ namespaced calls to them got to be migrated
to the class calls.

A resize object is now a sub-object, too. This should be like that
from the start -- we share code and avoid callback duplication -- what
leaded to a plethora of bugs.

SVN revision: 70628

12 years ago[Elm] Creating base smart class, to be extended
Gustavo Lima Chaves [Wed, 2 May 2012 16:57:38 +0000 (16:57 +0000)]
[Elm] Creating base smart class, to be extended
 properly by real widgets.
I'm also creating a *compatibility* class on top of it, which extends
the old (unique) one to its old components, so that everything goes
unnoticed for the widgets.

Next, we'll be accessing class functions for widget hooks *on the base
class*, which will be proxied back to the instance ones.

Then, one by one the widgets will be translated to a proper
hierarchical smart class parentage, making extensibility and reuse
much better.

Last, but not least, since we'll be moving these hooks to the class,
where (almost) everything is a function, let's adapt to the future --
take away the "_func" suffix from them.

NB: there is ONE hook and associated data which was kept on the base,
for now: "show_region" stuff. I did that because scrollers need that
in order to work, right now. Keep in mind, though, the scrollers will
be reworked, so that fields ought to be changed soon, too.

SVN revision: 70627

12 years ago[Elm] Renaming base smart data struct, in
Gustavo Lima Chaves [Wed, 2 May 2012 16:57:31 +0000 (16:57 +0000)]
[Elm] Renaming base smart data struct, in
 preparation for the next commit.

SVN revision: 70626

12 years agoelementary/changelog - just indentation fix
ChunEon Park [Wed, 2 May 2012 10:53:41 +0000 (10:53 +0000)]
elementary/changelog - just indentation fix

SVN revision: 70622

12 years agoelementary - updated changelog
ChunEon Park [Wed, 2 May 2012 10:49:22 +0000 (10:49 +0000)]
elementary - updated changelog

SVN revision: 70621

12 years agoelementary/font - actually it doesnt append the font to the hash when font_hash is...
ChunEon Park [Wed, 2 May 2012 10:29:58 +0000 (10:29 +0000)]
elementary/font - actually it doesnt append the font to the hash when font_hash is created inside.
now it is fixed.

SVN revision: 70620

12 years agoMinor bug fix for elc_fileselector entry and button.
Sanjeev BA [Wed, 2 May 2012 10:18:05 +0000 (10:18 +0000)]
Minor bug fix for elc_fileselector entry and button.
In non-inwin mode file selector button does not show popup
after the first time, if the popup window is closed.

SVN revision: 70619

12 years ago* Fix possible problems with other subsystems depending on X11 display
Carsten Haitzler [Wed, 2 May 2012 08:29:11 +0000 (08:29 +0000)]
* Fix possible problems with other subsystems depending on X11 display
being closed (XCloseDisplay not close() on socket fd).

SVN revision: 70615

12 years agoelementary: doing less is always better.
Cedric BAIL [Wed, 2 May 2012 06:53:38 +0000 (06:53 +0000)]
elementary: doing less is always better.

SVN revision: 70607

12 years agoelm test_flipselector.c: Select an item on start-up.
Daniel Juyung Seo [Wed, 2 May 2012 06:38:05 +0000 (06:38 +0000)]
elm test_flipselector.c: Select an item on start-up.

SVN revision: 70605

12 years agoelm test_flipselector.c: Fixed formatting before working on it.
Daniel Juyung Seo [Wed, 2 May 2012 06:38:03 +0000 (06:38 +0000)]
elm test_flipselector.c: Fixed formatting before working on it.

SVN revision: 70604

12 years agoelm elm_general.h: Added note to elm_shutdown() documentation.
Daniel Juyung Seo [Wed, 2 May 2012 05:11:53 +0000 (05:11 +0000)]
elm elm_general.h: Added note to elm_shutdown() documentation.

SVN revision: 70597

12 years agoelm elm_general.h: Added more documentation for elm_exit().
Daniel Juyung Seo [Wed, 2 May 2012 04:45:19 +0000 (04:45 +0000)]
elm elm_general.h: Added more documentation for elm_exit().

SVN revision: 70594

12 years agoeina,evas,edje,elementary: add missing files from tarballs.
Cedric BAIL [Mon, 30 Apr 2012 01:55:06 +0000 (01:55 +0000)]
eina,evas,edje,elementary: add missing files from tarballs.

Patch by Jérôme Pinot <ngc891@gmail.com>

SVN revision: 70543

12 years agoelementary NEWS: Updated NEWS for r70516 and r70517.
Daniel Juyung Seo [Mon, 30 Apr 2012 01:16:11 +0000 (01:16 +0000)]
elementary NEWS: Updated NEWS for r70516 and r70517.

SVN revision: 70539

12 years agoeio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.
Daniel Juyung Seo [Mon, 30 Apr 2012 01:16:07 +0000 (01:16 +0000)]
eio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.

SVN revision: 70538

12 years agoevas, ecore, elementary: Updated AUTHORS and synced author documentation.
Daniel Juyung Seo [Sat, 28 Apr 2012 01:37:07 +0000 (01:37 +0000)]
evas, ecore, elementary: Updated AUTHORS and synced author documentation.

SVN revision: 70529

12 years agoCleanup Doxygen Warnings - elementary 5
Thiago Thamada [Fri, 27 Apr 2012 12:55:29 +0000 (12:55 +0000)]
Cleanup Doxygen Warnings - elementary 5

Warning resolved:
unable to resolve reference to <name> for \ref command.

Files modified:
elm_gesture_layer.h
elm_object_item.h

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70527

12 years agoCleanup Doxygen Warnings - elementary 4
Thiago Thamada [Fri, 27 Apr 2012 12:55:25 +0000 (12:55 +0000)]
Cleanup Doxygen Warnings - elementary 4

Warnings resolved:
argument <name> of command @param is not found in the argument list of <function>
The following parameters of <function> are not documented.

Files modified:
elm_calendar.h
elm_map.h

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70526

12 years agoCleanup Doxygen Warnings - elementary 3
Thiago Thamada [Fri, 27 Apr 2012 12:55:21 +0000 (12:55 +0000)]
Cleanup Doxygen Warnings - elementary 3

Warning resolved:
Documentation for undefined enum <name> found.

Files modified:
elm_colorselector.h
elm_gesture_layer.h
elm_icon.h
elm_list.h
elm_thumb.h
elm_toolbar.h

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70525

12 years agoCleanup Doxygen Warnings - elementary 2
Thiago Thamada [Fri, 27 Apr 2012 12:55:16 +0000 (12:55 +0000)]
Cleanup Doxygen Warnings - elementary 2

Warning resolved:
Example <name> was already documented. Ignoring documentation found here.

File modified:
examples.dox

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70524

12 years agoCleanup Doxygen Warnings - elementary 1
Thiago Thamada [Fri, 27 Apr 2012 12:55:08 +0000 (12:55 +0000)]
Cleanup Doxygen Warnings - elementary 1

Warning resolved:
explicit link request to <name> could not be resolved

Files modified:
elm_clock.h
elm_gengrid.h
elm_index.h
elm_slideshow.h
elm_web.h

Patch by: Thiago Thamada <tiba@profusion.mobi>

SVN revision: 70523

12 years agoelm ChangeLog: Updated ChangeLog for r70516 and r70517.
Daniel Juyung Seo [Fri, 27 Apr 2012 12:08:13 +0000 (12:08 +0000)]
elm ChangeLog: Updated ChangeLog for r70516 and r70517.

SVN revision: 70519

12 years agoelm test_genlist.c: Merged tree effect test to tree test. You can enable/disable...
Daniel Juyung Seo [Fri, 27 Apr 2012 11:08:58 +0000 (11:08 +0000)]
elm test_genlist.c: Merged tree effect test to tree test. You can enable/disable the effect with the radio button.

SVN revision: 70518

12 years agoelm genlist: Realize move items during tree effect only when the item is not in the...
Daniel Juyung Seo [Fri, 27 Apr 2012 11:08:53 +0000 (11:08 +0000)]
elm genlist: Realize move items during tree effect only when the item is not in the queue.

SVN revision: 70517

12 years agoelm genlist: Fixed genlist expandable effect bug when we expand/contract items with...
Daniel Juyung Seo [Fri, 27 Apr 2012 11:08:46 +0000 (11:08 +0000)]
elm genlist: Fixed genlist expandable effect bug when we expand/contract items with many children very quickly.

SVN revision: 70516

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Fri, 27 Apr 2012 10:34:49 +0000 (10:34 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:

SVN revision: 70514

12 years agoupdate po's
Carsten Haitzler [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's

SVN revision: 70513

12 years ago[Elm] Clean up leaks on main test code.
Gustavo Lima Chaves [Thu, 26 Apr 2012 19:03:03 +0000 (19:03 +0000)]
[Elm] Clean up leaks on main test code.

SVN revision: 70509

12 years agoefl: add release point in ChangeLog files.
Cedric BAIL [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.

SVN revision: 70494

12 years agorestore .99 micro versions for trunk and add back svnrev vers too.
Carsten Haitzler [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.

SVN revision: 70492

12 years agoand removed the -beta tag... v1.0.0
Carsten Haitzler [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...

SVN revision: 70489

12 years agoupdate po's
Carsten Haitzler [Thu, 26 Apr 2012 04:13:17 +0000 (04:13 +0000)]
update po's

SVN revision: 70487

12 years agouse profate atof that fixes up locale issues for string -> float
Carsten Haitzler [Thu, 26 Apr 2012 03:32:18 +0000 (03:32 +0000)]
use profate atof that fixes up locale issues for string -> float
conversion.

SVN revision: 70485

12 years agoelementary: calendar still need glue
Michael BOUCHAUD [Wed, 25 Apr 2012 22:51:46 +0000 (22:51 +0000)]
elementary: calendar still need glue

SVN revision: 70484

12 years ago[Elm] Don't let users disoriented at this stage anymore.
Gustavo Lima Chaves [Wed, 25 Apr 2012 19:34:21 +0000 (19:34 +0000)]
[Elm] Don't let users disoriented at this stage anymore.

SVN revision: 70478

12 years agoadd anchor,clicked to test to prove continued brokenness of anchors
Mike Blumenkrantz [Wed, 25 Apr 2012 19:06:09 +0000 (19:06 +0000)]
add anchor,clicked to test to prove continued brokenness of anchors

SVN revision: 70477

12 years agoreformat
Mike Blumenkrantz [Wed, 25 Apr 2012 18:58:10 +0000 (18:58 +0000)]
reformat

SVN revision: 70476

12 years agogenlist : update comment about flip set
Hyoyoung Chang [Wed, 25 Apr 2012 13:40:11 +0000 (13:40 +0000)]
genlist : update comment about flip set

SVN revision: 70472

12 years agogenlist : remove useless tabs
Hyoyoung Chang [Wed, 25 Apr 2012 13:37:20 +0000 (13:37 +0000)]
genlist : remove useless tabs

SVN revision: 70471

12 years agogenlist : clean up formatting
Hyoyoung Chang [Wed, 25 Apr 2012 13:31:37 +0000 (13:31 +0000)]
genlist : clean up formatting

SVN revision: 70470

12 years agofix vgd issue with anchors in entires.
Carsten Haitzler [Wed, 25 Apr 2012 11:34:28 +0000 (11:34 +0000)]
fix vgd issue with anchors in entires.

SVN revision: 70469

12 years agofix valgrind complaint
Carsten Haitzler [Wed, 25 Apr 2012 10:34:13 +0000 (10:34 +0000)]
fix valgrind complaint

SVN revision: 70466

12 years agowtf? stray escape chars! fix!
Carsten Haitzler [Wed, 25 Apr 2012 09:55:19 +0000 (09:55 +0000)]
wtf? stray escape chars! fix!

SVN revision: 70464

12 years agorevers logic in elm_web for inwin mode. fix!
Carsten Haitzler [Wed, 25 Apr 2012 09:54:19 +0000 (09:54 +0000)]
revers logic in elm_web for inwin mode. fix!

SVN revision: 70463

12 years agovalgrind bitches in store -> fix!
Carsten Haitzler [Wed, 25 Apr 2012 09:31:11 +0000 (09:31 +0000)]
valgrind bitches in store -> fix!

SVN revision: 70462

12 years agolets not use a string wer just freed ok?
Carsten Haitzler [Wed, 25 Apr 2012 08:56:25 +0000 (08:56 +0000)]
lets not use a string wer just freed ok?

SVN revision: 70460

12 years agovalgrind bitch--!
Carsten Haitzler [Wed, 25 Apr 2012 07:23:54 +0000 (07:23 +0000)]
valgrind bitch--!

SVN revision: 70456

12 years agofix non-premul color sets! :(
Carsten Haitzler [Wed, 25 Apr 2012 03:48:55 +0000 (03:48 +0000)]
fix non-premul color sets! :(

SVN revision: 70454

12 years agothanks to brian wang - check if show item has a block.
Carsten Haitzler [Wed, 25 Apr 2012 00:44:16 +0000 (00:44 +0000)]
thanks to brian wang - check if show item has a block.

SVN revision: 70452

12 years agoelementary: fix ELM_CALENDAR_SELECT_MODE_ONDEMAND
Michael BOUCHAUD [Tue, 24 Apr 2012 23:07:36 +0000 (23:07 +0000)]
elementary: fix ELM_CALENDAR_SELECT_MODE_ONDEMAND

SVN revision: 70451

12 years agoelm_entry: fix typos
Jihoon Kim [Tue, 24 Apr 2012 22:59:17 +0000 (22:59 +0000)]
elm_entry: fix typos

SVN revision: 70450

12 years agoElm: Update functions for moving/resizing elm_window (when a wayland
Christopher Michael [Tue, 24 Apr 2012 17:32:44 +0000 (17:32 +0000)]
Elm: Update functions for moving/resizing elm_window (when a wayland
client).

SVN revision: 70448

12 years agoRemove unnecessary code.
Jaehwan Kim [Tue, 24 Apr 2012 11:09:31 +0000 (11:09 +0000)]
Remove unnecessary code.

SVN revision: 70434

12 years agoelm_entry: add complementary description about elm_entry_imf_context_reset
Jihoon Kim [Tue, 24 Apr 2012 05:20:43 +0000 (05:20 +0000)]
elm_entry: add complementary description about elm_entry_imf_context_reset

SVN revision: 70428

12 years agotag everything as beta in svn.
Carsten Haitzler [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.

SVN revision: 70375

12 years agoupdate po's
Carsten Haitzler [Sat, 21 Apr 2012 01:51:18 +0000 (01:51 +0000)]
update po's

SVN revision: 70373

12 years agoelementary: use FOREACH_SAFE we remove an element in the loop
Michael BOUCHAUD [Fri, 20 Apr 2012 14:31:51 +0000 (14:31 +0000)]
elementary: use FOREACH_SAFE we remove an element in the loop

SVN revision: 70364

12 years agouse the new escape text set to clear up issues if theme has TEXT vs
Carsten Haitzler [Fri, 20 Apr 2012 12:51:10 +0000 (12:51 +0000)]
use the new escape text set to clear up issues if theme has TEXT vs
TEXTBLOCK items and handling escapes so text is consistend across elm.
fiuxes the fileselector issues kai reported.

SVN revision: 70362

12 years agoelm genlist: Remove item from moved_item when an item is deleted and set effect mode...
Daniel Juyung Seo [Fri, 20 Apr 2012 10:50:46 +0000 (10:50 +0000)]
elm genlist: Remove item from moved_item when an item is deleted and set effect mode to none when the deleted item is an expanded_item.

SVN revision: 70359

12 years agoelm genlist: Fixed genlist crash issue when huge amount of items are expanded/contrac...
Daniel Juyung Seo [Fri, 20 Apr 2012 10:50:42 +0000 (10:50 +0000)]
elm genlist: Fixed genlist crash issue when huge amount of items are expanded/contracted in a short time.

SVN revision: 70358

12 years agoelm genlist: Use Widget_Data variable for convenience.
Daniel Juyung Seo [Fri, 20 Apr 2012 10:50:39 +0000 (10:50 +0000)]
elm genlist: Use Widget_Data variable for convenience.

SVN revision: 70357

12 years agoelm genlist: Use ECORE_CALLBACK_CANCEL rather than EINA_FALSE for animator.
Daniel Juyung Seo [Fri, 20 Apr 2012 10:50:33 +0000 (10:50 +0000)]
elm genlist: Use ECORE_CALLBACK_CANCEL rather than EINA_FALSE for animator.

SVN revision: 70356

12 years agoelm genlist: Fixed grid segfault issue. Patch by Hyoyoung Chang
Daniel Juyung Seo [Fri, 20 Apr 2012 08:44:48 +0000 (08:44 +0000)]
elm genlist: Fixed grid segfault issue. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>

On Fri, Apr 20, 2012 at 4:10 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all,
>
> After introduced flipped mode to genlist, some clearing process is
> added to _elm_genlist_item_unrealize.
> In item _elm_genlist_item_unrealize, item is casting to gengrid item
> or genlist item.
> segfault is occurred in _elm_genlist_item_unrealize at using gengrid.
> this patch moves flipped mode clearing process to _item_realize_cb.
>
> Thanks.
>

SVN revision: 70355

12 years agoelm genlist: Fixed item selection bug with decorate_all mode. Patch by
Daniel Juyung Seo [Fri, 20 Apr 2012 08:40:13 +0000 (08:40 +0000)]
elm genlist: Fixed item selection bug with decorate_all mode. Patch by
Hyoyoung Chang <hyoyoung@gmail.com>

On Fri, Apr 20, 2012 at 5:19 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> After discuss with seoz, i changed to not clean selections also i
> removed the new added internal func.
>
> Thanks
>
> On Fri, Apr 20, 2012 at 4:00 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
>> Dear all,
>>
>> I made a small patch to fix remained selection bug.
>> In decorate all mode, some item selection is not cleared after unset
>> decorate all mode.
>> I added to fix it.
>> And make unselecting common routine to a internal function.
>>
>> Thanks.

SVN revision: 70354

12 years agoelm genlist: Fixed formatting.
Daniel Juyung Seo [Fri, 20 Apr 2012 08:40:10 +0000 (08:40 +0000)]
elm genlist: Fixed formatting.

SVN revision: 70353

12 years agoformatting
Vincent Torri [Fri, 20 Apr 2012 08:00:33 +0000 (08:00 +0000)]
formatting

SVN revision: 70351

12 years agoinclude elementary_config.h first (hence no need for _GNU_SOURCE)
Vincent Torri [Fri, 20 Apr 2012 07:35:46 +0000 (07:35 +0000)]
include elementary_config.h first (hence no need for _GNU_SOURCE)

SVN revision: 70349

12 years agoelementary: warn--
Michael BOUCHAUD [Thu, 19 Apr 2012 22:47:53 +0000 (22:47 +0000)]
elementary: warn--

SVN revision: 70341

12 years agoelementary: remove unused file (datepicker)
Michael BOUCHAUD [Thu, 19 Apr 2012 21:48:44 +0000 (21:48 +0000)]
elementary: remove unused file (datepicker)

SVN revision: 70340

12 years agoelementary: alphabetically modules.inc
Michael BOUCHAUD [Thu, 19 Apr 2012 21:47:41 +0000 (21:47 +0000)]
elementary: alphabetically modules.inc

SVN revision: 70339

12 years agoelementary: makes the calendar widget reachable from edje
Michael BOUCHAUD [Thu, 19 Apr 2012 21:42:51 +0000 (21:42 +0000)]
elementary: makes the calendar widget reachable from edje

SVN revision: 70338

12 years agoelementary: edje_external calendar instead of sel_enable use select_mode now. But...
Michael BOUCHAUD [Thu, 19 Apr 2012 21:36:19 +0000 (21:36 +0000)]
elementary: edje_external calendar instead of sel_enable use select_mode now. But nobody care I think ... see my next commit :P

SVN revision: 70337

12 years agoRemove whitespaces from doc/index.doxy.
Jonas M. Gastal [Thu, 19 Apr 2012 17:58:51 +0000 (17:58 +0000)]
Remove whitespaces from doc/index.doxy.

Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 70336

12 years agoAdd Naviframe group to container list page.
Jonas M. Gastal [Thu, 19 Apr 2012 17:58:47 +0000 (17:58 +0000)]
Add Naviframe group to container list page.

Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 70335

12 years agoelementary_test: fix wrong parameter.
Jihoon Kim [Thu, 19 Apr 2012 11:11:00 +0000 (11:11 +0000)]
elementary_test: fix wrong parameter.

SVN revision: 70329

12 years agoelemntary: mr proper with council from SeoZ. Add _MODE_ to the enum
Michael BOUCHAUD [Thu, 19 Apr 2012 09:03:59 +0000 (09:03 +0000)]
elemntary: mr proper with council from SeoZ. Add _MODE_ to the enum

SVN revision: 70326

12 years agoelementary: elm_calendar deprecate elm_calendar_day_selection_disabled_set/get, inste...
Michael BOUCHAUD [Thu, 19 Apr 2012 08:46:22 +0000 (08:46 +0000)]
elementary: elm_calendar deprecate elm_calendar_day_selection_disabled_set/get, instead now use elm_calendar_select_mode_set/get. ELM_CALENDAR_SELECT_MODE_ONDEMAND is present but not supported yet

SVN revision: 70319

12 years agoelm test_list.c: Revised code.
Daniel Juyung Seo [Thu, 19 Apr 2012 06:52:42 +0000 (06:52 +0000)]
elm test_list.c: Revised code.

SVN revision: 70317

12 years agoelm test_list.c: Removed unwanted/unexpected codes from r70265
Daniel Juyung Seo [Thu, 19 Apr 2012 06:52:38 +0000 (06:52 +0000)]
elm test_list.c: Removed unwanted/unexpected codes from r70265

SVN revision: 70316

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Wed, 18 Apr 2012 10:43:51 +0000 (10:43 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - bugfix at item flipped

I made a small patch about item flipped.
It resolves two bugs

1. flip_set and unset is called quickly, sometimes genlist can't free
flipped data.
it fixed to remove checking flipped status in item unrealize

2. add item unhighlight at flip_job

SVN revision: 70306

12 years agoFrom: chanwook jung <jchanwook@gmail.com>
chanwook jung [Wed, 18 Apr 2012 09:07:36 +0000 (09:07 +0000)]
From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch][Genlist] fix the bug in _elm_genlist_item_del_notserious

I made a patch to fix the bug in _elm_genlist_item_del_notserious.
If relcount is not 0 or walking is not 0, return.

SVN revision: 70291

12 years agoAdding references to the API
Jonas M. Gastal [Tue, 17 Apr 2012 20:33:59 +0000 (20:33 +0000)]
Adding references to the API

Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 70281

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Tue, 17 Apr 2012 10:59:16 +0000 (10:59 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_list

I had added test code for the elementary. but I made a pause it
because of
some reasons and just started again.
Today I have attached a patch for the elm_list which does not have test
code for the API elm_list_item_prev();
Please review the attached patch and give any feedbacks. I'll be back
with
other patches. Thanks!

SVN revision: 70265

12 years agoelementary/genlist - fixed typo caused new typo.
ChunEon Park [Tue, 17 Apr 2012 06:45:23 +0000 (06:45 +0000)]
elementary/genlist - fixed typo caused new typo.

SVN revision: 70256

12 years agoelm elm_gengrid.h elm_genlist.h: Fixed documentation typo.
Daniel Juyung Seo [Tue, 17 Apr 2012 06:31:10 +0000 (06:31 +0000)]
elm elm_gengrid.h elm_genlist.h: Fixed documentation typo.

SVN revision: 70254

12 years agoDiskselector segfault issue fix.
Sanjeev BA [Tue, 17 Apr 2012 05:29:34 +0000 (05:29 +0000)]
Diskselector segfault issue fix.
Author : cnook <kimcinoo@gmail.com>

SVN revision: 70253

12 years agoelementary - +ingroup, fixed indentations.
ChunEon Park [Tue, 17 Apr 2012 01:35:46 +0000 (01:35 +0000)]
elementary - +ingroup, fixed indentations.

SVN revision: 70249

12 years agoelementary/po - updated
ChunEon Park [Mon, 16 Apr 2012 06:56:18 +0000 (06:56 +0000)]
elementary/po - updated

SVN revision: 70221

12 years agoelementary/datetime - elm_datetime - Open source patch : Separator parsing logic...
ChunEon Park [Mon, 16 Apr 2012 06:55:58 +0000 (06:55 +0000)]
elementary/datetime - elm_datetime - Open source patch : Separator parsing logic in Datetime is corrected

Change Description: [elm_datetime.c] Separator parsing logic is changed in Datetime widget.
Predefined set of characters (both global and field specific) are ignored as field separators.

Can some one, please review and check-in the code in SVN Elementary.

Thanks, Sumanth

Singed-Off-By: Sumanth Krishna Mannam<sumanth.m@samsung.com>
SVN revision: 70220

12 years agoecore ecore_evas_basics_example.c: Fixed formatting.
Daniel Juyung Seo [Mon, 16 Apr 2012 00:22:29 +0000 (00:22 +0000)]
ecore ecore_evas_basics_example.c: Fixed formatting.

SVN revision: 70200

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Fri, 13 Apr 2012 11:29:19 +0000 (11:29 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - some lines indent fixes

I fixed several lines indent.
Also remove useless comments.

SVN revision: 70173

12 years agoelementary/config - + null check
ChunEon Park [Fri, 13 Apr 2012 11:23:59 +0000 (11:23 +0000)]
elementary/config - + null check

SVN revision: 70171

12 years agoelementary/datetime - +null check
ChunEon Park [Fri, 13 Apr 2012 10:47:24 +0000 (10:47 +0000)]
elementary/datetime - +null check

SVN revision: 70169