platform/upstream/elementary.git
11 years agoelementary/ctxpopup : Rollback 76452. Ctxpopup seemed to be bad with
WooHyun Jung [Wed, 12 Sep 2012 04:34:08 +0000 (04:34 +0000)]
elementary/ctxpopup : Rollback 76452. Ctxpopup seemed to be bad with
this modification. (please see the datetime in elementary_test)

SVN revision: 76486

11 years agoelementary: add elm_calendar_selectable_set
Michael BOUCHAUD [Tue, 11 Sep 2012 21:33:54 +0000 (21:33 +0000)]
elementary: add elm_calendar_selectable_set

SVN revision: 76478

11 years agoElm layout: remove !obj check from ELM_LAYOUT_CHECK.
Tom Hacohen [Tue, 11 Sep 2012 14:25:30 +0000 (14:25 +0000)]
Elm layout: remove !obj check from ELM_LAYOUT_CHECK.

This is already handled in elm_widget_type_check, and there it actually
prints an error message, like it should.
Patch by Daniel Zaoui.

SVN revision: 76461

11 years agoelementary/ctxpopup - correct position and size of ctxpopup
ChunEon Park [Tue, 11 Sep 2012 10:29:48 +0000 (10:29 +0000)]
elementary/ctxpopup - correct position and size of ctxpopup

Dear all,

With ctxpopup, if it has many items and user uses -1 as parameter in set direction priority function,
the ctxpopup position and size are calculated incorrectly.
Ex:
elm_ctxpopup_direction_priority_set(ctxpopup, ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_UP, -1, -1);

I would like to send a small patch to fix this issue.
Please take a look on it.

Thanks & Regards,
Thiep Ha

Signed-Off-By: Thiep ha<thiep.ha@samsung.com>
SVN revision: 76452

11 years agoelementary/colorselector - removed unnecessary lines
ChunEon Park [Tue, 11 Sep 2012 05:17:06 +0000 (05:17 +0000)]
elementary/colorselector - removed unnecessary lines

SVN revision: 76437

11 years agoelementary/colorselector - inherit colorselector right button
ChunEon Park [Tue, 11 Sep 2012 05:11:36 +0000 (05:11 +0000)]
elementary/colorselector - inherit colorselector right button

SVN revision: 76436

11 years agoelementary/naviframe - some modification on test
ChunEon Park [Tue, 11 Sep 2012 01:48:53 +0000 (01:48 +0000)]
elementary/naviframe - some modification on test

SVN revision: 76424

11 years agonaviframe - Even if the top item is inserted into Naviframe, any transition wouldn...
ChunEon Park [Tue, 11 Sep 2012 01:48:00 +0000 (01:48 +0000)]
naviframe - Even if the top item is inserted into Naviframe, any transition wouldn't be launched as before it did.

SVN revision: 76423

11 years agoAnother external test: progress bar.
Davide Andreoli [Mon, 10 Sep 2012 21:48:56 +0000 (21:48 +0000)]
Another external test: progress bar.
This test also show how to access the external widgets from C code and also directly from embryo :)

SVN revision: 76422

11 years agojust indentation
Davide Andreoli [Mon, 10 Sep 2012 19:21:56 +0000 (19:21 +0000)]
just indentation

SVN revision: 76421

11 years agoNew test for external widget: scroller.
Davide Andreoli [Mon, 10 Sep 2012 19:17:19 +0000 (19:17 +0000)]
New test for external widget: scroller.
Lots of bug here, but it's probably a corner-case-test

SVN revision: 76420

11 years ago[elm] Properly fix the scroller API entry issue.
Gustavo Lima Chaves [Mon, 10 Sep 2012 14:06:53 +0000 (14:06 +0000)]
[elm] Properly fix the scroller API entry issue.

SVN revision: 76408

11 years ago[elm] Check for scrollable, not scroller, on these elm_scroller.c calls.
Gustavo Lima Chaves [Mon, 10 Sep 2012 13:52:36 +0000 (13:52 +0000)]
[elm] Check for scrollable, not scroller, on these elm_scroller.c calls.

SVN revision: 76406

11 years agoelementary/naviframe - modified some test case
ChunEon Park [Mon, 10 Sep 2012 11:39:46 +0000 (11:39 +0000)]
elementary/naviframe - modified some test case

SVN revision: 76395

11 years agoFix elementary build, from Tomas Cech, aka Sleep_Walker.
Rui Seabra [Sun, 9 Sep 2012 22:42:28 +0000 (22:42 +0000)]
Fix elementary build, from Tomas Cech, aka Sleep_Walker.

SVN revision: 76356

11 years agoElementary: new tests for edje-external of some widgets, buttons and slider done...
Davide Andreoli [Fri, 7 Sep 2012 20:16:30 +0000 (20:16 +0000)]
Elementary: new tests for edje-external of some widgets, buttons and slider done so far, more to come.
All the interaction in this tests are 'pure edje', no c code involved at all.

NOTE: 2 little external bugs are hilighted in the tests, didn't found the time to look for fixes :(

SVN revision: 76322

11 years agoadd eweather cflags back
Mike Blumenkrantz [Fri, 7 Sep 2012 07:15:26 +0000 (07:15 +0000)]
add eweather cflags back
ticket #1384

SVN revision: 76281

11 years agoToolbar items support to set/get the generic text.
Jaehwan Kim [Fri, 7 Sep 2012 04:33:45 +0000 (04:33 +0000)]
Toolbar items support to set/get the generic text.

SVN revision: 76270

11 years agoelm test_genlist.c: Use item_class_new/free API for genlist item classes.
Daniel Juyung Seo [Thu, 6 Sep 2012 22:52:36 +0000 (22:52 +0000)]
elm test_genlist.c: Use item_class_new/free API for genlist item classes.

SVN revision: 76263

11 years agoElm: Add missing unused for parameter.
Christopher Michael [Thu, 6 Sep 2012 07:48:24 +0000 (07:48 +0000)]
Elm: Add missing unused for parameter.

SVN revision: 76227

11 years agoElm: Fix Escape namespace to compile on Windows.
Christopher Michael [Thu, 6 Sep 2012 07:43:10 +0000 (07:43 +0000)]
Elm: Fix Escape namespace to compile on Windows.

SVN revision: 76226

11 years agodescribe about TERMINAL Layout more detail
Jihoon Kim [Thu, 6 Sep 2012 06:01:37 +0000 (06:01 +0000)]
describe about TERMINAL Layout more detail

SVN revision: 76214

11 years agoas per leif's patch - make the clearenv check nicer.
Carsten Haitzler [Thu, 6 Sep 2012 02:45:34 +0000 (02:45 +0000)]
as per leif's patch - make the clearenv check nicer.

SVN revision: 76213

11 years ago[elm] It won't hurt to have it here.
Gustavo Lima Chaves [Wed, 5 Sep 2012 19:43:33 +0000 (19:43 +0000)]
[elm] It won't hurt to have it here.

Less inclusions on custom elm widgets.

SVN revision: 76205

11 years agoElm: Revert changes for framespace.
Christopher Michael [Wed, 5 Sep 2012 07:44:45 +0000 (07:44 +0000)]
Elm: Revert changes for framespace.

NB: These leaves elm broken in wayland until I sort out what happened
in evas.

SVN revision: 76174

11 years agoElementary: Revert all framespace changes.
Christopher Michael [Wed, 5 Sep 2012 07:42:57 +0000 (07:42 +0000)]
Elementary: Revert all framespace changes.

NB: This means elm will be broken in wayland for a while while I sort
out what went wrong in evas.

SVN revision: 76173

11 years agoelementary/elm_widget : evas_object_smart_interface_get should be
WooHyun Jung [Wed, 5 Sep 2012 02:37:47 +0000 (02:37 +0000)]
elementary/elm_widget : evas_object_smart_interface_get should be
tried with SMART object only. Before this commit, some applications
printed "evas_debug_magic_wrong".

SVN revision: 76157

11 years ago[elm] Oopsie--.
Gustavo Lima Chaves [Tue, 4 Sep 2012 14:10:00 +0000 (14:10 +0000)]
[elm] Oopsie--.

SVN revision: 76131

11 years agoElm: Account for framespace X also. Thanks for spotting this Daniel ;)
Christopher Michael [Tue, 4 Sep 2012 12:51:57 +0000 (12:51 +0000)]
Elm: Account for framespace X also. Thanks for spotting this Daniel ;)

SVN revision: 76129

11 years agoElm: Fix naviframe shrinking when you change to a different frame.
Christopher Michael [Tue, 4 Sep 2012 12:46:02 +0000 (12:46 +0000)]
Elm: Fix naviframe shrinking when you change to a different frame.
Ticket #1383.

SVN revision: 76128

11 years agoElm: Use sane window size in naviframe test.
Christopher Michael [Tue, 4 Sep 2012 10:16:32 +0000 (10:16 +0000)]
Elm: Use sane window size in naviframe test.

SVN revision: 76120

11 years agoElm: Let's use sane window sizes in tests, yes ? :)
Christopher Michael [Tue, 4 Sep 2012 09:57:21 +0000 (09:57 +0000)]
Elm: Let's use sane window sizes in tests, yes ? :)

SVN revision: 76119

11 years agoElm: Fix menus which get placed inside a toolbar for proper placement
Christopher Michael [Tue, 4 Sep 2012 09:50:46 +0000 (09:50 +0000)]
Elm: Fix menus which get placed inside a toolbar for proper placement
in wayland.

NB: This also removes some unused variables.

SVN revision: 76118

11 years agoElm: Fix toolbar widget to account for framespace. Fixes ticket 1418
Christopher Michael [Tue, 4 Sep 2012 09:42:27 +0000 (09:42 +0000)]
Elm: Fix toolbar widget to account for framespace. Fixes ticket 1418
where the 'more' button was showing the popup incorrectly.

SVN revision: 76116

11 years agoadd NEWS about adding enum
Jihoon Kim [Tue, 4 Sep 2012 07:42:55 +0000 (07:42 +0000)]
add NEWS about adding enum

SVN revision: 76112

11 years agoelm: Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN
Jihoon Kim [Tue, 4 Sep 2012 02:34:19 +0000 (02:34 +0000)]
elm: Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN

SVN revision: 76098

11 years agoElm layout: Revert "Elm layout: Fix segfault in some cases."
Tom Hacohen [Mon, 3 Sep 2012 13:55:20 +0000 (13:55 +0000)]
Elm layout: Revert "Elm layout: Fix segfault in some cases."

This reverts commit 76000.

Many thanks to glima for spanking me back into the right path.

SVN revision: 76012

11 years agoElm: Fix menu test. Since we cannot get click events on elm_bg, we
Christopher Michael [Mon, 3 Sep 2012 12:12:53 +0000 (12:12 +0000)]
Elm: Fix menu test. Since we cannot get click events on elm_bg, we
have to use a manually added rectangle to receive events. This
rectangle needs to account for framespace, else it does not receieve
events for the whole area which the bg occupies.

SVN revision: 76004

11 years agoElm: Fix stupid hover widget to account for framespace. Fixes ticket
Christopher Michael [Mon, 3 Sep 2012 12:04:39 +0000 (12:04 +0000)]
Elm: Fix stupid hover widget to account for framespace. Fixes ticket
1417.

SVN revision: 76003

11 years agoElm layout: Fix segfault in some cases.
Tom Hacohen [Mon, 3 Sep 2012 11:14:17 +0000 (11:14 +0000)]
Elm layout: Fix segfault in some cases.

Apparently this fixes stuff for Daniel Zaoui with some more complicated cases.

SVN revision: 76000

11 years agoupdate header #defined versions to 1.8 to make sure new apis are used
Carsten Haitzler [Mon, 3 Sep 2012 09:55:34 +0000 (09:55 +0000)]
update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.

SVN revision: 75994

11 years agoand support new ecore messages.
Carsten Haitzler [Mon, 3 Sep 2012 09:43:35 +0000 (09:43 +0000)]
and support new ecore messages.

SVN revision: 75992

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Mon, 3 Sep 2012 09:26:57 +0000 (09:26 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - smart theme

popup have used notify its internal widget. but popup does not take care
the notify theme in its smart_theme()
the attachment just add a line to set style to the notify and test code
also. please review and give feedback. thanks.

SVN revision: 75987

11 years agoadd in chglog for shinwoo's patch.
Carsten Haitzler [Mon, 3 Sep 2012 09:01:21 +0000 (09:01 +0000)]
add in chglog for shinwoo's patch.

SVN revision: 75982

11 years agouse shinwoo's 2nd patch not first!
Carsten Haitzler [Mon, 3 Sep 2012 08:49:45 +0000 (08:49 +0000)]
use shinwoo's 2nd patch not first!

SVN revision: 75979

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Mon, 3 Sep 2012 08:44:53 +0000 (08:44 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] access - add activate callback

till now, accessibility has used ecore_x_mouse_*_send(). the patch has
activate callback which takes place of the ecore_x_mouse_*_send() stuff.
if the access module is enabled and 'double tap' is detected, elm_win
will
receive ECORE_X_ATOM_E_ILLUME_ACCESS_CONTROL message with
ECORE_X_ATOME_E_ILLUME_ACCESS_ACTION_ACTIVATE and call the activate
callback for the accessibility. that's it.

SVN revision: 75978

11 years agochlog for bluzery patch.
Carsten Haitzler [Mon, 3 Sep 2012 08:37:12 +0000 (08:37 +0000)]
chlog for bluzery patch.

SVN revision: 75975

11 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Mon, 3 Sep 2012 08:35:53 +0000 (08:35 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [patch] change plug-in loading behavior in elm_map

Elm_map have 3 modules (Tile, Route, Name) for plug-in loading
When elm_map is added, each 3 modules search plug-ins
(elm_map does use eina_module, not elm_module because elm_map loads
several modules. )

Previously, Each modules in elm_map search modules separately.
So module init /shutdown function in each plug-in is called 3times.
This can cause problems.
I fixed that module init is called at one time and module never be
unloaded (in process life-cycle).

SVN revision: 75974

11 years agoadd NEWs entry for fix.
Carsten Haitzler [Mon, 3 Sep 2012 07:59:01 +0000 (07:59 +0000)]
add NEWs entry for fix.

SVN revision: 75968

11 years agospellfix
Carsten Haitzler [Mon, 3 Sep 2012 07:58:48 +0000 (07:58 +0000)]
spellfix

SVN revision: 75967

11 years agoadd chlog for bluezery fix.
Carsten Haitzler [Mon, 3 Sep 2012 07:57:50 +0000 (07:57 +0000)]
add chlog for bluezery fix.

SVN revision: 75966

11 years agoadd news entry for datetime fix.
Carsten Haitzler [Mon, 3 Sep 2012 07:29:48 +0000 (07:29 +0000)]
add news entry for datetime fix.

SVN revision: 75962

11 years agoupdate po's
Carsten Haitzler [Mon, 3 Sep 2012 07:25:48 +0000 (07:25 +0000)]
update po's

SVN revision: 75959

11 years agoFrom: Rajeev Ranjan <rajeev.r@samsung.com>
Rajeev Ranjan [Mon, 3 Sep 2012 07:24:20 +0000 (07:24 +0000)]
From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix:
elm_datetime_field_limit_set() API is not working for min/max boundary
conditions

Hi,
   Please review the attached patch for fixing issue in API
elm_datetime_field_limit_set() for boundary values.
It has been created by Sumanth for datetime widget.

[Issue Details]:
  elm_datetime_field_limit_set() API is not working well for boundary
values.
  [ex: for date, we can't set max limit as 31 and for minute, we can't
set 60 etc..
         - it fails at boundary conditions of Min/Max limit for all
datetime fields.]

[Root cause]:
   Boundary condition checking has not been done in a proper way.

   [Change Description]:
      Boundary checking condition is corrected and the min/max limit
boundary values are included as API input.

Signed-Off-By: Sumanth Krishna (sumanth.m@samsung.com)
Signed-Off-By: Rajeev Ranjan (rajeev.r@samsung.com)
SVN revision: 75958

11 years agoclean up changelog.
Carsten Haitzler [Mon, 3 Sep 2012 07:22:28 +0000 (07:22 +0000)]
clean up changelog.

SVN revision: 75957

11 years agoadd signal rotation and indicator mode change.
Jiyoun Park [Mon, 3 Sep 2012 06:55:07 +0000 (06:55 +0000)]
add signal rotation and indicator mode change.
child elms can know indicator mod change and rotation change

SVN revision: 75955

11 years agoElementary: (elm_flip) Not much point in fetching the Z values here if we are not
Christopher Michael [Mon, 3 Sep 2012 06:32:40 +0000 (06:32 +0000)]
Elementary: (elm_flip) Not much point in fetching the Z values here if we are not
going to use them.

SVN revision: 75953

11 years agoelm genlist: Fixed wrong reorder animation. Patch by Bluezery <ohpowel@gmail.com>
Daniel Juyung Seo [Mon, 3 Sep 2012 06:20:47 +0000 (06:20 +0000)]
elm genlist: Fixed wrong reorder animation. Patch by Bluezery <ohpowel@gmail.com>

On Fri, Aug 31, 2012 at 8:50 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Sometimes reorder animation ended incorrectly
> You can test & see the problem when background color is black and
> genlist item color is white.
> I made the added value for animation as difference between old item
> position and new item position if difference is below predefined dy.
> (y = diff, if diff < dy) So item position can be finally new item
> position at last.
> Please review this patch.
>
> Thanks

SVN revision: 75950

11 years agoElementary: Fix ticket #1376: Titlebar respondes to gestures in
Christopher Michael [Mon, 3 Sep 2012 06:08:52 +0000 (06:08 +0000)]
Elementary: Fix ticket #1376: Titlebar respondes to gestures in
Gesture Layer 2.

SVN revision: 75948

11 years agoThis is minor fix (typo, nuance) for genlist documentation.
Jonas M. Gastal [Fri, 31 Aug 2012 12:54:53 +0000 (12:54 +0000)]
This is minor fix (typo, nuance) for genlist documentation.

Author: Bluezery <ohpowel@gmail.com>

SVN revision: 75922

11 years agoElementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix
Christopher Michael [Fri, 31 Aug 2012 09:27:22 +0000 (09:27 +0000)]
Elementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix
glview tests in Wayland:

If the preferred engine set to "opengl_x11" and we actully run on
"wayland_egl" engine, the elm_win_add will eventully use "Software FB"
engine, and no chance to use the correct engine.

Don't set the preference but let the _elm_config to determine the right
engine.

SVN revision: 75921

11 years agoElementary: Make entry compile again when using Wayland.
Christopher Michael [Fri, 31 Aug 2012 06:20:58 +0000 (06:20 +0000)]
Elementary: Make entry compile again when using Wayland.

NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps
needs to be backported ?

SVN revision: 75917

11 years ago[elm] The state of elm_check is now changed by mouse click event. Not
WooHyun Jung [Fri, 31 Aug 2012 06:17:33 +0000 (06:17 +0000)]
[elm] The state of elm_check is now changed by mouse click event. Not
by mouse UP event.

SVN revision: 75916

11 years agoelm ChangeLog: for 75887
Daniel Juyung Seo [Fri, 31 Aug 2012 04:17:57 +0000 (04:17 +0000)]
elm ChangeLog: for 75887

SVN revision: 75913

11 years ago[elm] NEWS, Changelog and @since for my residual
Gustavo Lima Chaves [Thu, 30 Aug 2012 23:19:05 +0000 (23:19 +0000)]
[elm] NEWS, Changelog and @since for my residual
 porting work.

SVN revision: 75908

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Thu, 30 Aug 2012 16:50:44 +0000 (16:50 +0000)]
updating portuguese and italian translations

SVN revision: 75907

11 years ago[elm] Remove text on compat transition.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:31 +0000 (16:47 +0000)]
[elm] Remove text on compat transition.

SVN revision: 75906

11 years ago[elm] Keeping the on_show_region hook, as this is
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:23 +0000 (16:47 +0000)]
[elm] Keeping the on_show_region hook, as this is
 hard to unhookify.

SVN revision: 75905

11 years ago[elm] Rework focus_region and on_focus_region
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:16 +0000 (16:47 +0000)]
[elm] Rework focus_region and on_focus_region
 hooks.

The former is now issued for all scrollables, with the behavior it had
before, and the latter is a new virtual base function, with a default
implementation leading to values matching the old case where one
didn't implement the hook.

Please help me test if everything is OK -- it seems so, here.

SVN revision: 75904

11 years ago[elm] Put some order on elm_widget.c.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:10 +0000 (16:47 +0000)]
[elm] Put some order on elm_widget.c.

SVN revision: 75903

11 years ago[elm] Bump on elm_priv.h.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:05 +0000 (16:47 +0000)]
[elm] Bump on elm_priv.h.

SVN revision: 75902

11 years ago[elm] Bye, bye, compat.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:59 +0000 (16:46 +0000)]
[elm] Bye, bye, compat.

http://www.xmms.org/graphics/Gaylord.Nelson.waves.byebye.jpg

SVN revision: 75901

11 years ago[elm] I guess people never use that 'feature'?
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:52 +0000 (16:46 +0000)]
[elm] I guess people never use that 'feature'?

SVN revision: 75900

11 years ago[elm] Better named function to use here.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:46 +0000 (16:46 +0000)]
[elm] Better named function to use here.

SVN revision: 75899

11 years ago[elm] Panel now a layout (last widget, woo hoo!)
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:40 +0000 (16:46 +0000)]
[elm] Panel now a layout (last widget, woo hoo!)

SVN revision: 75898

11 years ago[elm] Popup now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:34 +0000 (16:46 +0000)]
[elm] Popup now a layout.

SVN revision: 75897

11 years ago[elm] More safety for box deletion.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:20 +0000 (16:46 +0000)]
[elm] More safety for box deletion.

SVN revision: 75896

11 years ago[elm] Multibuttonentry now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:12 +0000 (16:46 +0000)]
[elm] Multibuttonentry now a layout.

SVN revision: 75895

11 years ago[elm] Dangerous typo--.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:59 +0000 (16:45 +0000)]
[elm] Dangerous typo--.

SVN revision: 75894

11 years ago[elm] Ctxpopup now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:51 +0000 (16:45 +0000)]
[elm] Ctxpopup now a layout.

SVN revision: 75893

11 years ago[elm] Prepare for removal of last widget using
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:34 +0000 (16:45 +0000)]
[elm] Prepare for removal of last widget using
 internal scrolling smart cbs.

SVN revision: 75892

11 years ago[elm] Filesector entry ported.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:28 +0000 (16:45 +0000)]
[elm] Filesector entry ported.

NB: IMO this should be a child of file selector button, but we'd have
to break its theme for that. Do go we go for that?

SVN revision: 75891

11 years ago[elm] Entry now a scrollable layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:15 +0000 (16:45 +0000)]
[elm] Entry now a scrollable layout.

SVN revision: 75890

11 years ago[elm] Toolbar ported.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:00 +0000 (16:45 +0000)]
[elm] Toolbar ported.

SVN revision: 75889

11 years agoelm naviframe: Naviframe's item Subtitle_label deleted in item_free. Patch by Shilpa...
Daniel Juyung Seo [Thu, 30 Aug 2012 15:43:14 +0000 (15:43 +0000)]
elm naviframe: Naviframe's item Subtitle_label deleted in item_free. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>

SVN revision: 75887

11 years agoelm elc_ctxpopup.c: Code refactoring.
Daniel Juyung Seo [Thu, 30 Aug 2012 15:18:47 +0000 (15:18 +0000)]
elm elc_ctxpopup.c: Code refactoring.

SVN revision: 75885

11 years agoChangeLog: back in time.
Cedric BAIL [Thu, 30 Aug 2012 11:26:00 +0000 (11:26 +0000)]
ChangeLog: back in time.

SVN revision: 75875

11 years agoelm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().
Daniel Juyung Seo [Thu, 30 Aug 2012 11:21:34 +0000 (11:21 +0000)]
elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().

SVN revision: 75874

11 years agoChangeLog: state we did a release.
Cedric BAIL [Thu, 30 Aug 2012 10:55:40 +0000 (10:55 +0000)]
ChangeLog: state we did a release.

SVN revision: 75873

11 years agoelementary: fix typo in gengrid thumb theme.
Cedric BAIL [Thu, 30 Aug 2012 10:39:06 +0000 (10:39 +0000)]
elementary: fix typo in gengrid thumb theme.

SVN revision: 75872

11 years agoelm datetime module: Use diskselector 'clicked' smart callback in datetime module.
Daniel Juyung Seo [Thu, 30 Aug 2012 10:38:43 +0000 (10:38 +0000)]
elm datetime module: Use diskselector 'clicked' smart callback in datetime module.

SVN revision: 75871

11 years agoelm diskselector: Added 'clicked' smart callback to diskselector. This is called...
Daniel Juyung Seo [Thu, 30 Aug 2012 10:38:38 +0000 (10:38 +0000)]
elm diskselector: Added 'clicked' smart callback to diskselector. This is called only when user clicks an item.

SVN revision: 75870

11 years agoand up ver to 1.7.99 now in svn. nack to svnrev num at end.
Carsten Haitzler [Thu, 30 Aug 2012 10:34:01 +0000 (10:34 +0000)]
and up ver to 1.7.99 now in svn. nack to svnrev num at end.

SVN revision: 75869

11 years agoupdate po's for elm v1.7.0
Carsten Haitzler [Thu, 30 Aug 2012 09:26:01 +0000 (09:26 +0000)]
update po's for elm

SVN revision: 75857

11 years agoelm diskselector: Fixed wrong icon duplication. Do not duplicate icon if icon is...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:18 +0000 (07:54 +0000)]
elm diskselector: Fixed wrong icon duplication. Do not duplicate icon if icon is NULL.
This fixes following error message in diskselector.
   ERR<30865>: elm_icon.c:761 elm_icon_add() safety check failed: parent == NULL

SVN revision: 75847

11 years agoelm elc_popup.h: Fixed typo.
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:15 +0000 (07:54 +0000)]
elm elc_popup.h: Fixed typo.

SVN revision: 75846

11 years agoelm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselect...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:12 +0000 (07:54 +0000)]
elm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselector in datetime.

SVN revision: 75845

11 years agoelm diskselector.edc: Added elm,action,clicked to default item style. It was working...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:00 +0000 (07:54 +0000)]
elm diskselector.edc: Added elm,action,clicked to default item style. It was working only with datetime/default style before.

SVN revision: 75844

11 years agoelm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
Kim Shinwoo [Thu, 30 Aug 2012 03:05:20 +0000 (03:05 +0000)]
elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "From: Kim Shinwoo <kimcinoo.efl@gmail.com>"

This reverts commit 9d6e461366a0eb208d75b0a1fb5c0c822b761c71.

SVN revision: 75836

11 years agoelm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
Daniel Juyung Seo [Thu, 30 Aug 2012 03:05:16 +0000 (03:05 +0000)]
elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "and 1.7 not 1.8"

This reverts commit e05fc6782046b9ad9c5125a34a4009f34c10ed68.

SVN revision: 75835