platform/upstream/elementary.git
13 years agoAnd let's not expose internal objects when setting signal callbacks on widgets.
Iván Briano [Fri, 29 Oct 2010 18:21:58 +0000 (18:21 +0000)]
And let's not expose internal objects when setting signal callbacks on widgets.

SVN revision: 54004

13 years agoFixing two buggers here:
Gustavo Lima Chaves [Fri, 29 Oct 2010 17:32:16 +0000 (17:32 +0000)]
Fixing two buggers here:
  - profile selection saving before we assure the dir is there
  - wrongly setting data dir at buffers

SVN revision: 54002

13 years agoAhh, the trailing whitespaces...
Gustavo Lima Chaves [Fri, 29 Oct 2010 17:32:06 +0000 (17:32 +0000)]
Ahh, the trailing whitespaces...

SVN revision: 54001

13 years agowarning--
Gustavo Lima Chaves [Fri, 29 Oct 2010 13:04:05 +0000 (13:04 +0000)]
warning--

SVN revision: 53989

13 years agoElementary profiles managing revamped. Most importantly:
Gustavo Lima Chaves [Thu, 28 Oct 2010 20:57:44 +0000 (20:57 +0000)]
Elementary profiles managing revamped. Most importantly:
 Changes in Elementary Config application's UI now *persist*.
Not doing right now, but should be simple:
- profile deletion
- profile addition

SVN revision: 53977

13 years agoI wonder how I managed to remove those before committing.
Iván Briano [Thu, 28 Oct 2010 17:46:47 +0000 (17:46 +0000)]
I wonder how I managed to remove those before committing.

SVN revision: 53972

13 years agoLittle titlebar pre-made layout goes in.
Iván Briano [Thu, 28 Oct 2010 17:23:53 +0000 (17:23 +0000)]
Little titlebar pre-made layout goes in.

This comes from a contributed widget from Samsung that was basically reproducing the code of elm_layout, so instead it was turned into a simple pre-made layout (could get more love, but once again I'm no artist).
In order to make its use simpler, previous commits introduced the signal hooks for elm_layout, text_set and some macros to make it easier to set icon/end and text for layouts like this one.

Also uglified a bit the test for Layout in order to show it working, but I intend to get it fixed again soon. Unless discomfitor wants to practice his Edje skills with it... just saying.

SVN revision: 53971

13 years agoAnd as Bruno Dilly pointed out, we already have hooks for these things, so better...
Iván Briano [Thu, 28 Oct 2010 15:54:35 +0000 (15:54 +0000)]
And as Bruno Dilly pointed out, we already have hooks for these things, so better use them.

SVN revision: 53963

13 years agoWrap the signal functions in the layout and use them in the little macros for setting...
Iván Briano [Thu, 28 Oct 2010 13:54:57 +0000 (13:54 +0000)]
Wrap the signal functions in the layout and use them in the little macros for setting icons

SVN revision: 53958

13 years agoExplicit the correct return value type
Tiago Rezende Campos Falcao [Thu, 28 Oct 2010 13:38:59 +0000 (13:38 +0000)]
Explicit the correct return value type

SVN revision: 53957

13 years agoAdd missing object type checkers.
Tiago Rezende Campos Falcao [Thu, 28 Oct 2010 13:38:55 +0000 (13:38 +0000)]
Add missing object type checkers.

The test test_decl now warn about missing API_ENTRY or
ELM_CHECK_WIDTYPE.

SVN revision: 53956

13 years ago1. need calls return runtime failure if elm doesnt have the feature.
Carsten Haitzler [Thu, 28 Oct 2010 04:13:09 +0000 (04:13 +0000)]
1. need calls return runtime failure if elm doesnt have the feature.
2. elm config dont use desktops if no efreet.

SVN revision: 53945

13 years agocontent_get for layout and some macros to make it easier to set
Iván Briano [Wed, 27 Oct 2010 17:41:25 +0000 (17:41 +0000)]
content_get for layout and some macros to make it easier to set
things in common layouts

SVN revision: 53929

13 years agoElm_Transit
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 17:02:02 +0000 (17:02 +0000)]
Elm_Transit

Author:    Helen Fornazier <helen.fornazier@profusion.mobi>

Transit is designed to set the various effects for the Evas_Object
such like translation, rotation, etc. For using Effects, Create
transit and insert effects which are interesting.

Once effects are inserted into transit, transit will manage those
effects (ex: deleting).

SVN revision: 53927

13 years agoRevert. Remove INVALID enum option
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 17:01:58 +0000 (17:01 +0000)]
Revert. Remove INVALID enum option

SVN revision: 53926

13 years agoAdding text_set/get to elm_layout.
Iván Briano [Wed, 27 Oct 2010 16:58:35 +0000 (16:58 +0000)]
Adding text_set/get to elm_layout.

SVN revision: 53925

13 years agolist, genlist and gengrid, if no item is selected
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:57 +0000 (14:38 +0000)]
list, genlist and gengrid, if no item is selected

Author:    Helen Fornazier <helen.fornazier@profusion.mobi>

If no item is selected, pressing up it will select the first and down
will select the last item

SVN revision: 53924

13 years agoDeselect all items when press Esc
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:54 +0000 (14:38 +0000)]
Deselect all items when press Esc

Author:    Helen Fornazier <helen.fornazier@profusion.mobi>

list, genlist, gengrid: Using _deselect_all_item

SVN revision: 53923

13 years agoSetter isn't const
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:51 +0000 (14:38 +0000)]
Setter isn't const

SVN revision: 53922

13 years agoAdd icon unsetter to elm_fileselector_entry
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:48 +0000 (14:38 +0000)]
Add icon unsetter to elm_fileselector_entry

SVN revision: 53921

13 years agoAdd missing getters to elm_button
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:45 +0000 (14:38 +0000)]
Add missing getters to elm_button

SVN revision: 53920

13 years agoIncluding EAPI method to .h
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:43 +0000 (14:38 +0000)]
Including EAPI method to .h

SVN revision: 53919

13 years agoCheckers for API consistence
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:40 +0000 (14:38 +0000)]
Checkers for API consistence

SVN revision: 53918

13 years agoSetters/Getters fix 1.
Tiago Rezende Campos Falcao [Wed, 27 Oct 2010 14:38:37 +0000 (14:38 +0000)]
Setters/Getters fix 1.

Setters can't receive const pointers.
All setter need corresponding getter.

In this patch, i adjust getter in: Bg, Box, Icon, Image, Win and Main.

SVN revision: 53917

13 years agoSmall fixes on elm toolbar docs
Bruno Dilly [Tue, 26 Oct 2010 13:15:51 +0000 (13:15 +0000)]
Small fixes on elm toolbar docs

SVN revision: 53899

13 years agoAdd toolbar item data getter / setter
Bruno Dilly [Tue, 26 Oct 2010 13:15:32 +0000 (13:15 +0000)]
Add toolbar item data getter / setter

Useful for bindings

SVN revision: 53898

13 years agoMatch Toolbar_Shrink_Mode enum changes.
Rafael Fonseca [Tue, 26 Oct 2010 12:16:25 +0000 (12:16 +0000)]
Match Toolbar_Shrink_Mode enum changes.

SVN revision: 53897

13 years agoAdd a new shrink mode to elm_toolbar: SHRINK_HIDE
Bruno Dilly [Tue, 26 Oct 2010 10:30:45 +0000 (10:30 +0000)]
Add a new shrink mode to elm_toolbar: SHRINK_HIDE

And fix the docs related to shrink mode:
SHRINK_HIDE -> hide excess items
SHRINK_NONE -> set toolbar minimun size to fit all the items

SVN revision: 53895

13 years agoChange toolbar API for consistency with other widgets
Bruno Dilly [Tue, 26 Oct 2010 10:29:24 +0000 (10:29 +0000)]
Change toolbar API for consistency with other widgets

BIG FAT WARNING: lots of changes on toolbar API

Trying to get a lib with easy to use API, I'm changing toolbar API
to be consistent with genlist / gengrid widgets and to be more concise.

Functions select_next, select_first, select_last, unselect, unselect_all
get all are gone.
You can do this calling a combination of the others functions.

This commit changes toolbar to use inlist, and previous items can be
get.

So now we have:
Elm_Toolbar_Item *elm_toolbar_first_item_get(const Evas_Object *obj)
Elm_Toolbar_Item *elm_toolbar_last_item_get(const Evas_Object *obj)
Elm_Toolbar_Item *elm_toolbar_item_next_get(const Elm_Toolbar_Item *it)
Elm_Toolbar_Item *elm_toolbar_item_prev_get(const Elm_Toolbar_Item *it)
Eina_Bool elm_toolbar_item_selected_get(const Elm_Toolbar_Item)
void elm_toolbar_item_selected_set(Elm_Toolbar_Item *item, Eina_Bool selected)
Elm_Toolbar_Item *elm_toolbar_selected_item_get(const Evas_Object *obj)

With these functions you can iterate over the items list getting /
selecting the item you need.

Another big change is that elm_toolbar_item_add is gone. Now you can
insert items in the position you want, with the functions append,
prepend, insert after, insert before (a relative item).

If you don't like any changes or have a case of use for something
that should be different, please ping me.

At last, includes ELM_TOOLBAR_ITEM_CHECK_OR_RETURN on EAPI that
receives items.

SVN revision: 53894

13 years agoelm_cnp_helper: Allow HTML->Text conversions on paste.
Brett Nash [Tue, 26 Oct 2010 06:10:46 +0000 (06:10 +0000)]
elm_cnp_helper: Allow HTML->Text conversions on paste.

SVN revision: 53886

13 years agoLittle changes at elm profile functios + some new free()-ing helpers.
Gustavo Lima Chaves [Mon, 25 Oct 2010 17:36:07 +0000 (17:36 +0000)]
Little changes at elm profile functios + some new free()-ing helpers.

SVN revision: 53878

13 years agoelementary-config: Fix toolbar.
Leandro Pereira [Mon, 25 Oct 2010 16:17:24 +0000 (16:17 +0000)]
elementary-config: Fix toolbar.

SVN revision: 53875

13 years agoGetters should received const pointers
Tiago Rezende Campos Falcao [Mon, 25 Oct 2010 14:34:22 +0000 (14:34 +0000)]
Getters should received const pointers

Only two getters continue without const:
* elm_theme_get
Need name review, or comportament.

* elm_toolbar_item_menu_get
Need comportament review, but will be fixed by bdilly.

SVN revision: 53874

13 years agoelm AUTHORS += tiago
Tiago Rezende Campos Falcao [Mon, 25 Oct 2010 14:34:18 +0000 (14:34 +0000)]
elm AUTHORS += tiago

SVN revision: 53873

13 years agoBottom shadow image (for background) is actually 8 pixels high, not 3,
Christopher Michael [Mon, 25 Oct 2010 13:28:05 +0000 (13:28 +0000)]
Bottom shadow image (for background) is actually 8 pixels high, not 3,
so set the bottom shadow part to take that into account. Now bottom
shadow on background actually shows up ;)

SVN revision: 53870

13 years agoProfile selection at Elementary config app.
Gustavo Lima Chaves [Mon, 25 Oct 2010 13:08:19 +0000 (13:08 +0000)]
Profile selection at Elementary config app.
New heading for persistent profile changes/editions.

SVN revision: 53868

13 years agoMaking scrolled entries respect min/max size hints set from the user.
Gustavo Lima Chaves [Mon, 25 Oct 2010 13:08:12 +0000 (13:08 +0000)]
Making scrolled entries respect min/max size hints set from the user.

SVN revision: 53867

13 years agoIndenting.
Gustavo Lima Chaves [Mon, 25 Oct 2010 13:08:04 +0000 (13:08 +0000)]
Indenting.

SVN revision: 53866

13 years agoAdding a Transition Layout example in elementary_test
Iván Briano [Mon, 25 Oct 2010 12:48:51 +0000 (12:48 +0000)]
Adding a Transition Layout example in elementary_test

By: Otavio Pontes <otavio@profusion.mobi>

SVN revision: 53865

13 years agoneed to reset cached values when recalculating theme
Gustavo Sverzut Barbieri [Sun, 24 Oct 2010 23:48:35 +0000 (23:48 +0000)]
need to reset cached values when recalculating theme

SVN revision: 53843

13 years agokeep flush sequence consistent.
Carsten Haitzler [Sat, 23 Oct 2010 01:00:46 +0000 (01:00 +0000)]
keep flush sequence consistent.

SVN revision: 53792

13 years agoRelloc with problems
Tiago Rezende Campos Falcao [Fri, 22 Oct 2010 21:41:31 +0000 (21:41 +0000)]
Relloc with problems

SVN revision: 53788

13 years agoRemove tests == 0 and != 0
Tiago Rezende Campos Falcao [Fri, 22 Oct 2010 21:41:27 +0000 (21:41 +0000)]
Remove tests == 0 and != 0

SVN revision: 53787

13 years agoCoccinelle
Tiago Rezende Campos Falcao [Fri, 22 Oct 2010 21:41:22 +0000 (21:41 +0000)]
Coccinelle

SVN revision: 53786

13 years agoSync authors in elm doc with AUTHORS
Bruno Dilly [Fri, 22 Oct 2010 20:12:03 +0000 (20:12 +0000)]
Sync authors in elm doc with AUTHORS

SVN revision: 53783

13 years agoRemove dead assignments
Bruno Dilly [Fri, 22 Oct 2010 20:11:31 +0000 (20:11 +0000)]
Remove dead assignments

SVN revision: 53782

13 years agoBring focused object into the visible area
Iván Briano [Fri, 22 Oct 2010 18:29:51 +0000 (18:29 +0000)]
Bring focused object into the visible area

There's still a little bugger that can be noticed with the Scroller 2 test
and elm_conform still needs to handle this as scroller does.

SVN revision: 53778

13 years agoMissing EAPI
Tiago Rezende Campos Falcao [Fri, 22 Oct 2010 16:40:50 +0000 (16:40 +0000)]
Missing EAPI

SVN revision: 53771

13 years agowarning--
Fabiano Fidêncio [Fri, 22 Oct 2010 12:05:45 +0000 (12:05 +0000)]
warning--

 * Add UNUSED to arguments no used
 * Add functions recently created to private.h

Patch by: "Fabiano Fidêncio" <fidencio@profusion.mobi>

SVN revision: 53763

13 years agoand clean up more little bits of "could be better" code.
Carsten Haitzler [Fri, 22 Oct 2010 03:09:53 +0000 (03:09 +0000)]
and clean up more little bits of "could be better" code.

SVN revision: 53759

13 years agodon't need to del timer - just return false and set timer handle to
Carsten Haitzler [Fri, 22 Oct 2010 03:05:25 +0000 (03:05 +0000)]
don't need to del timer - just return  false and set timer handle to
null. also justin case - del timer ebfore adding one...

SVN revision: 53758

13 years agooh much formatting cleanups and removal of excessive casting to make
Carsten Haitzler [Fri, 22 Oct 2010 03:01:53 +0000 (03:01 +0000)]
oh much formatting cleanups and removal of excessive casting to make
it trimmer and more readable.

SVN revision: 53757

13 years agofix doc.
Carsten Haitzler [Fri, 22 Oct 2010 02:50:57 +0000 (02:50 +0000)]
fix doc.

SVN revision: 53756

13 years agoAdd support for changing style from one elm widget in edje external.
Otavio Pontes [Thu, 21 Oct 2010 22:03:43 +0000 (22:03 +0000)]
Add support for changing style from one elm widget in edje external.

Create a param 'style' that can be used in edje external
to change the style of one object.

Patch by: Otavio Pontes <otavio@profusion.mobi>

SVN revision: 53754

13 years agoSet default shrink mode as Menu for desktop too.
Rafael Fonseca [Thu, 21 Oct 2010 20:23:52 +0000 (20:23 +0000)]
Set default shrink mode as Menu for desktop too.

Change suggested by k-s.

SVN revision: 53748

13 years agoBetter way of setting bounce from profile.
Rafael Fonseca [Thu, 21 Oct 2010 19:57:43 +0000 (19:57 +0000)]
Better way of setting bounce from profile.

Change pointed out by k-s.

SVN revision: 53744

13 years agoMisspelling threshhold -> threshold as pointed out by glima.
Rafael Fonseca [Thu, 21 Oct 2010 19:35:12 +0000 (19:35 +0000)]
Misspelling threshhold -> threshold as pointed out by glima.

SVN revision: 53740

13 years agoUse shrink mode info from profile on elm_toolbar.
Rafael Fonseca [Thu, 21 Oct 2010 19:24:43 +0000 (19:24 +0000)]
Use shrink mode info from profile on elm_toolbar.

The default shrink mode for desktops is Scroll and for mobiles is Menu.

SVN revision: 53738

13 years agoGet icon_size from profile.
Rafael Fonseca [Thu, 21 Oct 2010 18:59:45 +0000 (18:59 +0000)]
Get icon_size from profile.

Toolbar and Carousel widgets now use the default icon_size set in the profile.

SVN revision: 53735

13 years agoIncluding missing EAPI methods in Elementary.h
Tiago Rezende Campos Falcao [Thu, 21 Oct 2010 18:58:46 +0000 (18:58 +0000)]
Including missing EAPI methods in Elementary.h

SVN revision: 53734

13 years agoImprove Focus manager.
Tiago Rezende Campos Falcao [Thu, 21 Oct 2010 18:58:43 +0000 (18:58 +0000)]
Improve Focus manager.

In Window show, the focus is given to first focusable object, or to
window if no exist focusable object. So, suggest create the widgets
before show the window.

If pager is focused, it give the focus to top page in each promote.

SVN revision: 53733

13 years agoReview type checkers in main and widget
Tiago Rezende Campos Falcao [Thu, 21 Oct 2010 18:58:40 +0000 (18:58 +0000)]
Review type checkers in main and widget

SVN revision: 53732

13 years agoReview elm_theme. int -> Eina_Bool
Tiago Rezende Campos Falcao [Thu, 21 Oct 2010 18:58:37 +0000 (18:58 +0000)]
Review elm_theme. int -> Eina_Bool

SVN revision: 53731

13 years agoUse bounce information from profile in the scrollers.
Rafael Fonseca [Thu, 21 Oct 2010 18:54:47 +0000 (18:54 +0000)]
Use bounce information from profile in the scrollers.

Instead of just setting the bounce property to its scroller, each widget now
first checks in the profile used whether bounce is enabled or not.

SVN revision: 53730

13 years agoUse profile configuration on fileselectors.
Rafael Fonseca [Thu, 21 Oct 2010 18:40:49 +0000 (18:40 +0000)]
Use profile configuration on fileselectors.

The profile now defines the default value for expand and inwin modes. The
fileselectors tests were changed to reflect that.

Note that the default for desktops is expand mode enabled and inwin disabled
and for mobiles is the opposite.

SVN revision: 53728

13 years agoImprove Elementary's profiles.
Rafael Fonseca [Thu, 21 Oct 2010 18:26:14 +0000 (18:26 +0000)]
Improve Elementary's profiles.

This is still a work in progress. The idea is to have two different profiles:
one to be used on desktops and another for mobiles. To make it possible, I've
added some fields to the config struct and in the following commits the widgets
will start using that configuration so when they are created the default
configuration of the profile is applied.

SVN revision: 53726

13 years agoRemove unused vars from test_toolbar
Bruno Dilly [Thu, 21 Oct 2010 18:12:21 +0000 (18:12 +0000)]
Remove unused vars from test_toolbar

SVN revision: 53724

13 years agoActually add toolbar tests to elementary_test.
Rafael Fonseca [Thu, 21 Oct 2010 17:37:10 +0000 (17:37 +0000)]
Actually add toolbar tests to elementary_test.

Oops, forgot to commit this file in the previous patch =/.

SVN revision: 53722

13 years agoAdd tests to elementary_test to exercise toolbar's shrink modes.
Rafael Fonseca [Thu, 21 Oct 2010 15:37:02 +0000 (15:37 +0000)]
Add tests to elementary_test to exercise toolbar's shrink modes.

Now that toolbar has 3 shrink modes I've added one test for each one. The first
one shows the menu mode which is responsible for adding a More button when the
toolbar size is not large enough to hold all items. The second one is scroll
mode in which the items can be scrolled when the length is not enough. The last
one, none mode, does nothing.

SVN revision: 53718

13 years agovoid *'s need no cast: Part II
Bruno Dilly [Thu, 21 Oct 2010 15:32:04 +0000 (15:32 +0000)]
void *'s need no cast: Part II

SVN revision: 53717

13 years agovoid *'s need no cast.
Carsten Haitzler [Thu, 21 Oct 2010 14:20:51 +0000 (14:20 +0000)]
void *'s need no cast.

SVN revision: 53715

13 years agopatch from: 김지훈 <jihoon48.kim@samsung.com>
김지훈 [Thu, 21 Oct 2010 08:01:52 +0000 (08:01 +0000)]
patch from:  김지훈 <jihoon48.kim@samsung.com>
Subject: elementary patch

In this elementary patch. type casting is used in elm_colorpicker.

In addition, Elementary.h.in is modified for indentation.

SVN revision: 53708

13 years agoaaah fix non quicklaunch mode too.
Carsten Haitzler [Thu, 21 Oct 2010 04:05:35 +0000 (04:05 +0000)]
aaah fix non quicklaunch mode too.

SVN revision: 53703

13 years agorevert!!!!!!!
Carsten Haitzler [Thu, 21 Oct 2010 01:10:30 +0000 (01:10 +0000)]
revert!!!!!!!

SVN revision: 53702

13 years agocnp_helper: Format fixes.
Brett Nash [Wed, 20 Oct 2010 22:33:58 +0000 (22:33 +0000)]
cnp_helper: Format fixes.

SVN revision: 53698

13 years agoSave HTML content as well.
Brett Nash [Wed, 20 Oct 2010 22:32:47 +0000 (22:32 +0000)]
Save HTML content as well.

Patch from 장효영 <hyoyoung.chang@samsung.com>

SVN revision: 53697

13 years ago[Elementary] Disallow adding more than one separator item in a row.
Leandro Pereira [Wed, 20 Oct 2010 21:30:05 +0000 (21:30 +0000)]
[Elementary] Disallow adding more than one separator item in a row.

(This fixes certain cases not covered by r53466)

SVN revision: 53696

13 years ago[Elementary] Add menu buttons as submenus in Elm_Toolbar "More" button.
Leandro Pereira [Wed, 20 Oct 2010 21:30:03 +0000 (21:30 +0000)]
[Elementary] Add menu buttons as submenus in Elm_Toolbar "More" button.

Previously, if there were buttons with menus in the toolbar, they would be
added but not its menu items.  Even though this is working fine, this is a
hack, since Elm_Menu should really offer reparenting or something like that
-- and this will destroy and recreate the whole menu structure on every
toolbar resize.

SVN revision: 53695

13 years ago[Elementary] Use elm_icon_standard_set() on Elm_Menu items.
Leandro Pereira [Wed, 20 Oct 2010 21:30:00 +0000 (21:30 +0000)]
[Elementary] Use elm_icon_standard_set() on Elm_Menu items.

This breaks the API *and* the ABI, but this should be consistent with
Elm_Toolbar.  We'll probably need a tweak here and there, but I really
think Elm_Menu should be rewritten.

SVN revision: 53694

13 years agoFix elm distcheck
Bruno Dilly [Wed, 20 Oct 2010 20:55:42 +0000 (20:55 +0000)]
Fix elm distcheck

SVN revision: 53693

13 years agoSplit tootip test in 2
Bruno Dilly [Wed, 20 Oct 2010 17:41:31 +0000 (17:41 +0000)]
Split tootip test in 2

Avoid multiple windows and the visual pain it was.

SVN revision: 53685

13 years agoAdd carousel to carousel test =P
Bruno Dilly [Wed, 20 Oct 2010 17:41:03 +0000 (17:41 +0000)]
Add carousel to carousel test =P

But it's not working anyway.

SVN revision: 53684

13 years agoRemoving more warnings
Tiago Rezende Campos Falcao [Wed, 20 Oct 2010 17:15:14 +0000 (17:15 +0000)]
Removing more warnings

Using: -Werror -W -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat
-Wformat-security -Wmissing-format-attribute -Wpointer-arith
-Wreturn-type -Wundef -Wwrite-strings

SVN revision: 53683

13 years agoAdd missing AUTHORS
Bruno Dilly [Wed, 20 Oct 2010 16:56:48 +0000 (16:56 +0000)]
Add missing AUTHORS

Description of changes / revisions (not all of them, I just picked some to
explain the names inclusions)

bdilly
Bruno Dilly <bdilly@profusion.mobi>
edbus -> r42081, r39884, r44581, r40463
python-elementary -> r52765, r52389
edje -> r46548, r49242
editje -> r52520

fidencio
Fabiano Fidêncio fidencio@profusion.mobi
elementary / python-elementary -> fix elm_<widget>_{icon,content}_set - r49706;
                                  add externals - r{47649,47647,47645}
edje / python-edje -> lot of work on edje_edit

glima
Gustavo Lima Chaves <glima@profusion.mobi>
elementary -> added widgets
edje -> lot of work on edje_edit

helen
Helen Fornazier <helen.fornazier@profusion.mobi>
elementary -> elementary key events on widgets
editje -> undo / redo

jprvita
João Paulo Rechi Vita <jprvita@profusion.mobi>
e_dbus-> r47399 , r47398, r47397, r47336, r47330

padovan
Gustavo F. Padovan <padovan@profusion.mobi>
e_dbus-> r46365-r46373, r47114-r47119

SVN revision: 53682

13 years agoMissing const here.
Gustavo Lima Chaves [Wed, 20 Oct 2010 16:51:26 +0000 (16:51 +0000)]
Missing const here.

SVN revision: 53681

13 years agoRaster?
Gustavo Lima Chaves [Wed, 20 Oct 2010 16:51:20 +0000 (16:51 +0000)]
Raster?

SVN revision: 53680

13 years agoRe-indenting and taking off trailing whitespaces.
Gustavo Lima Chaves [Wed, 20 Oct 2010 16:51:13 +0000 (16:51 +0000)]
Re-indenting and taking off trailing whitespaces.

SVN revision: 53679

13 years ago[Elementary] Elm_Icon cleanups.
Leandro Pereira [Wed, 20 Oct 2010 15:35:45 +0000 (15:35 +0000)]
[Elementary] Elm_Icon cleanups.

SVN revision: 53675

13 years agoquicklaunch works again. yes - it's semi-broken. but it works.
Carsten Haitzler [Wed, 20 Oct 2010 14:12:17 +0000 (14:12 +0000)]
quicklaunch works again. yes - it's semi-broken. but it works.

SVN revision: 53669

13 years agofix eina warning.
Carsten Haitzler [Wed, 20 Oct 2010 13:56:07 +0000 (13:56 +0000)]
fix eina warning.

SVN revision: 53666

13 years agoUgly typos gone.
Gustavo Lima Chaves [Wed, 20 Oct 2010 12:40:36 +0000 (12:40 +0000)]
Ugly typos gone.

SVN revision: 53663

13 years agoElm list external file needed love WRT to new/changed exported properties.
Gustavo Lima Chaves [Wed, 20 Oct 2010 12:38:46 +0000 (12:38 +0000)]
Elm list external file needed love WRT to new/changed exported properties.

SVN revision: 53662

13 years agoHide hidden object in pager.
Tiago Rezende Campos Falcao [Wed, 20 Oct 2010 12:38:32 +0000 (12:38 +0000)]
Hide hidden object in pager.

SVN revision: 53661

13 years agoCTRL+F12 generate dot dump file in DEBUG
Tiago Rezende Campos Falcao [Wed, 20 Oct 2010 12:38:30 +0000 (12:38 +0000)]
CTRL+F12 generate dot dump file in DEBUG

SVN revision: 53660

13 years agoAdded focus_direction_go entry in API.
Tiago Rezende Campos Falcao [Wed, 20 Oct 2010 12:38:27 +0000 (12:38 +0000)]
Added focus_direction_go entry in API.

Also, exported the focus_cycle.

SVN revision: 53659

13 years agoTaking off dangling (and achieved) TODOs and fixing booboo.
Gustavo Lima Chaves [Wed, 20 Oct 2010 12:05:39 +0000 (12:05 +0000)]
Taking off dangling (and achieved) TODOs and fixing booboo.

SVN revision: 53653

13 years agoThere you are. Appedix of last commit.
Gustavo Lima Chaves [Wed, 20 Oct 2010 00:21:34 +0000 (00:21 +0000)]
There you are. Appedix of last commit.

SVN revision: 53646

13 years agoRemoving unecessary code.
Gustavo Lima Chaves [Tue, 19 Oct 2010 23:08:48 +0000 (23:08 +0000)]
Removing unecessary code.

SVN revision: 53645

13 years agoNew widget: Hoverlist.
Gustavo Lima Chaves [Tue, 19 Oct 2010 20:21:53 +0000 (20:21 +0000)]
New widget: Hoverlist.

This is one more widget whose idea came from Samsung Electronics.  Its
first name was "context popup". There was no common agreement on a
name for it, so... Trator mode, for now (using hoversel as a pattern).
If you have a better name suggestion for it, just change it -- but
soon, due to releasing plans (in a mailbox near in a jiffy).

While for hoversels you populate slots with thingies to later choose
one of them, which will hover up for you, with hoverlists you get a
single hovering list. It will smartly place this -- unique -- list
onto a fitting place inside its parent widget view. Just call
evas_object_show() on it, anytime you want (like for notifies).

SVN revision: 53644

13 years agoHooking elm_hover into signal_{emit,callback_add,callback_del}().
Gustavo Lima Chaves [Tue, 19 Oct 2010 20:21:03 +0000 (20:21 +0000)]
Hooking elm_hover into signal_{emit,callback_add,callback_del}().

SVN revision: 53643