Gustavo Lima Chaves [Wed, 2 May 2012 16:59:50 +0000 (16:59 +0000)]
[Elm] Elm table migrated to new class hierarchy.
SVN revision: 70650
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:45 +0000 (16:59 +0000)]
[Elm] Panes now a layout, too.
SVN revision: 70649
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:40 +0000 (16:59 +0000)]
[Elm] Hoversel is now a button.
SVN revision: 70648
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:35 +0000 (16:59 +0000)]
[Elm] Elm slider now a layout.
SVN revision: 70647
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:30 +0000 (16:59 +0000)]
[Elm] Elm hover now a layout.
SVN revision: 70646
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:25 +0000 (16:59 +0000)]
[Elm] Elm slideshow now a layout.
SVN revision: 70645
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:20 +0000 (16:59 +0000)]
[Elm] Elm label now a layout, too.
SVN revision: 70644
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:12 +0000 (16:59 +0000)]
[Elm] Elm actionslider now a layout, too.
SVN revision: 70643
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:07 +0000 (16:59 +0000)]
[Elm] Elm bubble is also an elm layout, now.
SVN revision: 70642
Gustavo Lima Chaves [Wed, 2 May 2012 16:59:01 +0000 (16:59 +0000)]
[Elm] Removing cruft (unnecessary) code on elm
win.
With things done right, one does not need this child deletion
by force.
SVN revision: 70641
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:56 +0000 (16:58 +0000)]
[Elm] Now elm win and inwin got into the new
widget hierarchy.
Win inherits directly from Elm_Widget_Smart_Class, while inwin is now
an elm layout.
Note that elm_widget_sub_object_list_get(), which was an unecessary
hack only used on win, was killed.
SVN revision: 70640
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:51 +0000 (16:58 +0000)]
[Elm] Clock now an elm layout, too.
SVN revision: 70639
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:46 +0000 (16:58 +0000)]
[Elm] Elm check now a layout.
It's theme uses now "elm.swallow.icon" as its icon spot -> will
fix it on other themes ASAP.
SVN revision: 70638
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:41 +0000 (16:58 +0000)]
[Elm] Elm calendar also a layout, now.
SVN revision: 70637
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:36 +0000 (16:58 +0000)]
[Elm] One more widget on elm layout: frame.
SVN revision: 70636
Gustavo Lima Chaves [Wed, 2 May 2012 16:58:31 +0000 (16:58 +0000)]
[Elm] Helper on resize_object_add()
SVN revision: 70635
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
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
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
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
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
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
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
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
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
ChunEon Park [Wed, 2 May 2012 10:53:41 +0000 (10:53 +0000)]
elementary/changelog - just indentation fix
SVN revision: 70622
ChunEon Park [Wed, 2 May 2012 10:49:22 +0000 (10:49 +0000)]
elementary - updated changelog
SVN revision: 70621
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
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
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
Cedric BAIL [Wed, 2 May 2012 06:53:38 +0000 (06:53 +0000)]
elementary: doing less is always better.
SVN revision: 70607
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Carsten Haitzler [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's
SVN revision: 70513
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
Cedric BAIL [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.
SVN revision: 70494
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
Carsten Haitzler [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...
SVN revision: 70489
Carsten Haitzler [Thu, 26 Apr 2012 04:13:17 +0000 (04:13 +0000)]
update po's
SVN revision: 70487
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
Michael BOUCHAUD [Wed, 25 Apr 2012 22:51:46 +0000 (22:51 +0000)]
elementary: calendar still need glue
SVN revision: 70484
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
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
Mike Blumenkrantz [Wed, 25 Apr 2012 18:58:10 +0000 (18:58 +0000)]
reformat
SVN revision: 70476
Hyoyoung Chang [Wed, 25 Apr 2012 13:40:11 +0000 (13:40 +0000)]
genlist : update comment about flip set
SVN revision: 70472
Hyoyoung Chang [Wed, 25 Apr 2012 13:37:20 +0000 (13:37 +0000)]
genlist : remove useless tabs
SVN revision: 70471
Hyoyoung Chang [Wed, 25 Apr 2012 13:31:37 +0000 (13:31 +0000)]
genlist : clean up formatting
SVN revision: 70470
Carsten Haitzler [Wed, 25 Apr 2012 11:34:28 +0000 (11:34 +0000)]
fix vgd issue with anchors in entires.
SVN revision: 70469
Carsten Haitzler [Wed, 25 Apr 2012 10:34:13 +0000 (10:34 +0000)]
fix valgrind complaint
SVN revision: 70466
Carsten Haitzler [Wed, 25 Apr 2012 09:55:19 +0000 (09:55 +0000)]
wtf? stray escape chars! fix!
SVN revision: 70464
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
Carsten Haitzler [Wed, 25 Apr 2012 09:31:11 +0000 (09:31 +0000)]
valgrind bitches in store -> fix!
SVN revision: 70462
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
Carsten Haitzler [Wed, 25 Apr 2012 07:23:54 +0000 (07:23 +0000)]
valgrind bitch--!
SVN revision: 70456
Carsten Haitzler [Wed, 25 Apr 2012 03:48:55 +0000 (03:48 +0000)]
fix non-premul color sets! :(
SVN revision: 70454
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
Michael BOUCHAUD [Tue, 24 Apr 2012 23:07:36 +0000 (23:07 +0000)]
elementary: fix ELM_CALENDAR_SELECT_MODE_ONDEMAND
SVN revision: 70451
Jihoon Kim [Tue, 24 Apr 2012 22:59:17 +0000 (22:59 +0000)]
elm_entry: fix typos
SVN revision: 70450
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
Jaehwan Kim [Tue, 24 Apr 2012 11:09:31 +0000 (11:09 +0000)]
Remove unnecessary code.
SVN revision: 70434
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
Carsten Haitzler [Sat, 21 Apr 2012 01:52:12 +0000 (01:52 +0000)]
tag everything as beta in svn.
SVN revision: 70375
Carsten Haitzler [Sat, 21 Apr 2012 01:51:18 +0000 (01:51 +0000)]
update po's
SVN revision: 70373
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
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
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
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
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
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
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
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
Daniel Juyung Seo [Fri, 20 Apr 2012 08:40:10 +0000 (08:40 +0000)]
elm genlist: Fixed formatting.
SVN revision: 70353
Vincent Torri [Fri, 20 Apr 2012 08:00:33 +0000 (08:00 +0000)]
formatting
SVN revision: 70351
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
Michael BOUCHAUD [Thu, 19 Apr 2012 22:47:53 +0000 (22:47 +0000)]
elementary: warn--
SVN revision: 70341
Michael BOUCHAUD [Thu, 19 Apr 2012 21:48:44 +0000 (21:48 +0000)]
elementary: remove unused file (datepicker)
SVN revision: 70340
Michael BOUCHAUD [Thu, 19 Apr 2012 21:47:41 +0000 (21:47 +0000)]
elementary: alphabetically modules.inc
SVN revision: 70339
Michael BOUCHAUD [Thu, 19 Apr 2012 21:42:51 +0000 (21:42 +0000)]
elementary: makes the calendar widget reachable from edje
SVN revision: 70338
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
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
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
Jihoon Kim [Thu, 19 Apr 2012 11:11:00 +0000 (11:11 +0000)]
elementary_test: fix wrong parameter.
SVN revision: 70329
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
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