platform/upstream/elementary.git
11 years agoAn internal layout error, on a widget set, is a CRITICAL error.
Gustavo Lima Chaves [Sat, 2 Mar 2013 02:04:31 +0000 (23:04 -0300)]
An internal layout error, on a widget set, is a CRITICAL error.

11 years agospinner: Fix initial value of the spinner.
Rafael Antognolli [Fri, 1 Mar 2013 18:24:05 +0000 (15:24 -0300)]
spinner: Fix initial value of the spinner.

The size should remain the same after the first mouse move and then be
adjusted accordingly.

Fixes #1403.

Patch by: "Brian J. Lovin" <brian.j.lovin@intel.com>

11 years ago[access] check whether a highlight object is NULL or not
Shinwoo Kim [Fri, 1 Mar 2013 10:03:36 +0000 (19:03 +0900)]
[access] check whether a highlight object is NULL or not

11 years ago[access] remove unnecessary lines
Shinwoo Kim [Fri, 1 Mar 2013 09:58:25 +0000 (18:58 +0900)]
[access] remove unnecessary lines

11 years agoelm elm_layout.c: fixed a document typo.
Daniel Juyung Seo [Thu, 28 Feb 2013 15:18:58 +0000 (00:18 +0900)]
elm elm_layout.c: fixed a document typo.

11 years agoelm NEWS: adding a new feature is not improvement it's an addition.
Daniel Juyung Seo [Thu, 28 Feb 2013 15:16:41 +0000 (00:16 +0900)]
elm NEWS: adding a new feature is not improvement it's an addition.

11 years agoTypo in NEWS
Jaehwan Kim [Thu, 28 Feb 2013 09:30:02 +0000 (18:30 +0900)]
Typo in NEWS

11 years agoFix the standard of scrollbar-calculation from the scroller's x to pan's x.
Jaehwan Kim [Thu, 28 Feb 2013 09:27:21 +0000 (18:27 +0900)]
Fix the standard of scrollbar-calculation from the scroller's x to pan's x.

11 years agoelementary/transit - removed white trailing
ChunEon Park [Thu, 28 Feb 2013 09:17:24 +0000 (18:17 +0900)]
elementary/transit - removed white trailing

11 years agoelementary/transit - added elm_transit_smooth_set(), elm_transit_smooth_get()
ChunEon Park [Thu, 28 Feb 2013 08:21:07 +0000 (17:21 +0900)]
elementary/transit - added elm_transit_smooth_set(), elm_transit_smooth_get()

11 years agoelementary/image - fix doc.
ChunEon Park [Thu, 28 Feb 2013 07:41:26 +0000 (16:41 +0900)]
elementary/image - fix doc.

11 years agoelm authors: synced elm_authors.h with AUTHORS.
Daniel Juyung Seo [Thu, 28 Feb 2013 06:38:47 +0000 (15:38 +0900)]
elm authors: synced elm_authors.h with AUTHORS.

11 years agoUpdated ChangeLog/NEWS. Finally I became a vtorri bot.
Daniel Juyung Seo [Thu, 28 Feb 2013 06:37:03 +0000 (15:37 +0900)]
Updated ChangeLog/NEWS. Finally I became a vtorri bot.

11 years agoAdd the option about sending signals in content_pos_set.
Jaehwan Kim [Thu, 28 Feb 2013 06:18:51 +0000 (15:18 +0900)]
Add the option about sending signals in content_pos_set.
When the scroller is resized, the signals("elm,action,scroll", "elm,edge,top" so on) shouldn't be sent,
because it's not a scroll-action. So in this case, the content_pos_set should be called without the signals.

11 years agoAUTHORS: follow request to update by Paulo.
Cedric BAIL [Thu, 28 Feb 2013 00:25:23 +0000 (09:25 +0900)]
AUTHORS: follow request to update by Paulo.

11 years agoMerge branch 'master' of ssh://git.enlightenment.org/core/elementary
Shinwoo Kim [Wed, 27 Feb 2013 12:05:41 +0000 (21:05 +0900)]
Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

11 years agoChange description:
Carsten Haitzler (Rasterman) [Wed, 27 Feb 2013 12:06:05 +0000 (21:06 +0900)]
Change description:
Issue: Currently There is no possibility in entry to get currently
selected context menu item\92s contents i.e., Label, icon etc:- due
to this issue a separate callback has to be added per item or the
item's contents has to be sent in data.

Fix: This patch fixes this problem by sending item pointer as
event_info and providing APIs to access the item pointer. This fix is
very useful for applications which add their own context menu items to
entry's context menu.

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

11 years ago[access][popup] fix elm_object_style_set(); issue: it removes previous part object
Shinwoo Kim [Wed, 27 Feb 2013 12:03:13 +0000 (21:03 +0900)]
[access][popup] fix elm_object_style_set(); issue: it removes previous part object

11 years agoThis patch adds omit feature to elm_index.
Jaeun Choi [Tue, 26 Feb 2013 13:52:15 +0000 (22:52 +0900)]
This patch adds omit feature to elm_index.

If you enable omit mode when having too many items,
some items in the middle are omitted and the index can be displayed
from the top to the bottom.

* not support horizontal mode
* enabled when at least 3 items can be displayed (first and last items
are not omitted)
* not work when having too many items

11 years agoelementary/widget - use eo
ChunEon Park [Tue, 26 Feb 2013 08:42:34 +0000 (17:42 +0900)]
elementary/widget - use eo

11 years agoelementary/widget,theme - simpler code.
ChunEon Park [Tue, 26 Feb 2013 04:46:27 +0000 (13:46 +0900)]
elementary/widget,theme - simpler code.

11 years agopush bluezery's patch. approved.
Tae-Hwan Kim [Tue, 26 Feb 2013 04:42:28 +0000 (13:42 +0900)]
push bluezery's patch. approved.

11 years agoelementary - only support sending signals when orientation mode is changed.
ChunEon Park [Tue, 26 Feb 2013 04:26:22 +0000 (13:26 +0900)]
elementary - only support sending signals when orientation mode is changed.

it's enough right now.

need to consider more about theme change.

11 years agoadd whitespace...
Carsten Haitzler (Rasterman) [Tue, 26 Feb 2013 04:18:43 +0000 (13:18 +0900)]
add whitespace...

11 years agotry 3
Cedric BAIL [Tue, 26 Feb 2013 04:08:33 +0000 (13:08 +0900)]
try 3

11 years agocedric patch test.
Carsten Haitzler (Rasterman) [Tue, 26 Feb 2013 03:40:04 +0000 (12:40 +0900)]
cedric patch test.

11 years agoWhen configuring the source outside of the git tree
U. Artie Eoff [Mon, 25 Feb 2013 21:53:24 +0000 (18:53 -0300)]
When configuring the source outside of the git tree
(i.e. git checkout-index ...), 'git rev-list --count HEAD'
will fail.  Thus, just set v_rev to 0 like we did when this
was an svn managed project.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
11 years agoFixed rev part of the version to work with git.
Tom Hacohen [Mon, 25 Feb 2013 17:06:06 +0000 (17:06 +0000)]
Fixed rev part of the version to work with git.

11 years agoFix 1byte invalid read & do memset, rewind if needed.
Carsten Haitzler (Rasterman) [Mon, 25 Feb 2013 03:00:07 +0000 (12:00 +0900)]
Fix 1byte invalid read & do memset, rewind if needed.

Summary:
1. because eina_simple_xml_parse uses char *, buf should be null
terminated.  So I use memset.
2. Because NULL is needed at the end, I add one more byte.
fread read exact bytes and has no NULL.
3. If buf is failed to alloc (very rarely case), it is not need to rewind and memset.

Test Plan: Use valgrind and elm_map_name_add API

Reviewers: tasn, bluezery

Reviewed By: raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D10

11 years agoadd lable to anchor button disabled test.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 04:53:38 +0000 (13:53 +0900)]
add lable to anchor button disabled test.

11 years agoupdate po line #'s.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:12:40 +0000 (12:12 +0900)]
update po line #'s.

11 years agoadd test cases to button test.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:12:13 +0000 (12:12 +0900)]
add test cases to button test.

11 years agofix 64bit complaint for elm cnp (harmless other than warning noise).
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:11:24 +0000 (12:11 +0900)]
fix 64bit complaint for elm cnp (harmless other than warning noise).

11 years ago<<Enter Revision Title>>
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 15:09:03 +0000 (00:09 +0900)]
<<Enter Revision Title>>

Summary: 80 column width

Test Plan: text file

Reviewers: cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D9

11 years agoTest TODO change
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:59:21 +0000 (23:59 +0900)]
Test TODO change

Summary:
This is testing a TODO change by removing something already
working from the todo.

Test Plan: It's a text file. what tests?

Reviewers: cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D8

11 years agogitignore: let's ignore cmake generated files for the moments.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:57:37 +0000 (23:57 +0900)]
gitignore: let's ignore cmake generated files for the moments.

Summary: Improve result of git status

Test Plan: call git status

Reviewers: cedric

Reviewed By: raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D7

11 years agoTODO: let's think about the futur.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:38:58 +0000 (23:38 +0900)]
TODO: let's think about the futur.

Summary: dreaming

Test Plan: open your mind

Reviewers: cedric

Reviewed By: raster

CC: seoz
Differential Revision: https://phab.enlightenment.org/D6

11 years agoTODO: fix a typo.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:21:53 +0000 (23:21 +0900)]
TODO: fix a typo.

Summary: fix a typo

Test Plan: need to be read by a native english speaker (aussie will do)

Reviewers: raster

Reviewed By: raster

CC: tasn
Differential Revision: https://phab.enlightenment.org/D5

11 years agotest arc review process with small todo changes
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:07:18 +0000 (23:07 +0900)]
test arc review process with small todo changes

Summary: XX

Test Plan: pants on

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D4

11 years agoadd .arcconfig back.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:57:11 +0000 (22:57 +0900)]
add .arcconfig back.

11 years agook - remove .arcconfig... for now.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:38:16 +0000 (22:38 +0900)]
ok - remove .arcconfig... for now.

11 years agoadd .arcconfig for elm...
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:13:18 +0000 (22:13 +0900)]
add .arcconfig for elm...

11 years agobetter check for awarenes setting.
Carsten Haitzler [Fri, 22 Feb 2013 09:24:49 +0000 (09:24 +0000)]
better check for awarenes setting.

SVN revision: 84300

11 years agoquick fix > 1 win for dnd! :)
Carsten Haitzler [Fri, 22 Feb 2013 09:21:21 +0000 (09:21 +0000)]
quick fix > 1 win for dnd! :)

SVN revision: 84299

11 years agoupdate docs.
Carsten Haitzler [Fri, 22 Feb 2013 08:50:07 +0000 (08:50 +0000)]
update docs.

SVN revision: 84298

11 years agoallow dealing with dnd actions and status at src.
Carsten Haitzler [Fri, 22 Feb 2013 08:49:08 +0000 (08:49 +0000)]
allow dealing with dnd actions and status at src.

SVN revision: 84296

11 years agoelm ChangeLog: Fixed formatting. Do not use tab for ChangeLog.
Daniel Juyung Seo [Fri, 22 Feb 2013 02:19:03 +0000 (02:19 +0000)]
elm ChangeLog: Fixed formatting. Do not use tab for ChangeLog.

Btw, do we use 2 spaces or 1 space before names?

SVN revision: 84295

11 years agoelementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's...
Daniel Juyung Seo [Fri, 22 Feb 2013 02:09:38 +0000 (02:09 +0000)]
elementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's scroller bug fix commit.

SVN revision: 84294

11 years agoelm elm_index.c: removed unnecessary type casting.
Daniel Juyung Seo [Fri, 22 Feb 2013 01:41:04 +0000 (01:41 +0000)]
elm elm_index.c: removed unnecessary type casting.

SVN revision: 84292

11 years agoflesh out a lot more of dnd support in elm and add apis to set up dnd
Carsten Haitzler [Thu, 21 Feb 2013 13:21:08 +0000 (13:21 +0000)]
flesh out a lot more of dnd support in elm and add apis to set up dnd
targets for objects as well as initiate a dnd.

SVN revision: 84282

11 years agoelementary/popup - removed duplicated strings.
ChunEon Park [Thu, 21 Feb 2013 11:44:49 +0000 (11:44 +0000)]
elementary/popup - removed duplicated strings.

SVN revision: 84279

11 years agoSmall bug in scroller when the page is set.
Jaehwan Kim [Thu, 21 Feb 2013 09:36:14 +0000 (09:36 +0000)]
Small bug in scroller when the page is set.

SVN revision: 84277

11 years agoelementary/naviframe - guarantee that new pushed item to be the top layer in a naviframe.
ChunEon Park [Thu, 21 Feb 2013 08:40:09 +0000 (08:40 +0000)]
elementary/naviframe - guarantee that new pushed item to be the top layer in a naviframe.

SVN revision: 84276

11 years agoelementary/button,label,bg - i have no idea but elm_layout_theme_set() should be...
ChunEon Park [Thu, 21 Feb 2013 05:57:05 +0000 (05:57 +0000)]
elementary/button,label,bg - i have no idea but elm_layout_theme_set() should be called in smart_add().

this fixes the hoversel.

SVN revision: 84275

11 years agoelementary/hoversel - renamed internal variable.
ChunEon Park [Thu, 21 Feb 2013 04:46:28 +0000 (04:46 +0000)]
elementary/hoversel - renamed internal variable.

SVN revision: 84274

11 years agoelementary/widget - missed return there.
ChunEon Park [Thu, 21 Feb 2013 03:42:04 +0000 (03:42 +0000)]
elementary/widget - missed return there.

thanks glima for spotting it.

SVN revision: 84270

11 years agoelementary/naviframe - remove del callback function before deleting the object.
ChunEon Park [Thu, 21 Feb 2013 02:55:02 +0000 (02:55 +0000)]
elementary/naviframe - remove del callback function before deleting the object.

SVN revision: 84269

11 years agomore work on fixing cnp... still more to go. debug on.
Carsten Haitzler [Wed, 20 Feb 2013 09:41:06 +0000 (09:41 +0000)]
more work on fixing cnp... still more to go. debug on.

SVN revision: 84260

11 years agofix gl engine opt + pulse.
Carsten Haitzler [Wed, 20 Feb 2013 03:08:33 +0000 (03:08 +0000)]
fix gl engine opt + pulse.

SVN revision: 84249

11 years agoupdate NEWS, ChangeLog for r84245
Shinwoo Kim [Wed, 20 Feb 2013 02:36:25 +0000 (02:36 +0000)]
update NEWS, ChangeLog for r84245

SVN revision: 84247

11 years agoelm: fix typo in naviframe document
Jihoon Kim [Wed, 20 Feb 2013 02:33:02 +0000 (02:33 +0000)]
elm: fix typo in naviframe document

SVN revision: 84246

11 years ago[ctxpopup] proper restacking, previous restack callback makes the bg be top of the...
Shinwoo Kim [Wed, 20 Feb 2013 02:30:04 +0000 (02:30 +0000)]
[ctxpopup] proper restacking, previous restack callback makes the bg be top of the ctxpopup.

SVN revision: 84245

11 years agoElm win: Fixed an OBVIOUS gcc warning.
Tom Hacohen [Tue, 19 Feb 2013 16:26:11 +0000 (16:26 +0000)]
Elm win: Fixed an OBVIOUS gcc warning.

SVN revision: 84242

11 years agoElm layout: Expose some clouseau information.
Tom Hacohen [Tue, 19 Feb 2013 16:23:27 +0000 (16:23 +0000)]
Elm layout: Expose some clouseau information.

SVN revision: 84241

11 years agomuch better.. dnd actually works now.. doesnmt get stuck etc... need
Carsten Haitzler [Tue, 19 Feb 2013 12:10:02 +0000 (12:10 +0000)]
much better.. dnd actually works now.. doesnmt get stuck etc... need
to GRAB mouse etc... still not all there yet. cant dnd within ones own
window yet. that's NEXT

SVN revision: 84235

11 years agosome cleanups missing from previous commit.
Carsten Haitzler [Tue, 19 Feb 2013 10:48:37 +0000 (10:48 +0000)]
some cleanups missing from previous commit.

SVN revision: 84106

11 years agothis is messing woith internal apis in elm - but drop target delc was
Carsten Haitzler [Tue, 19 Feb 2013 10:14:35 +0000 (10:14 +0000)]
this is messing woith internal apis in elm - but drop target delc was
wrong, and internally it didnt handle mime types properly. no one
really used/tested this much... because it wasnt available for use
really :). so fix up.

SVN revision: 84103

11 years agoelm_map: Free allocated buffer in all cases.
Stefan Schmidt [Tue, 19 Feb 2013 09:04:45 +0000 (09:04 +0000)]
elm_map: Free allocated buffer in all cases.

Very well spotted from Hermet. My original fix only free'ed the buffer
in the case fread failed, but apperently we we always leaked this buffer.

Make sure we free it in all cases.

SVN revision: 84087

11 years agoelementary/widget - revised orientation mode code.
ChunEon Park [Tue, 19 Feb 2013 08:22:15 +0000 (08:22 +0000)]
elementary/widget - revised orientation mode code.

now if applying the orientation style is failed, it tries to apply the original style. if it fails again then default theme.

also it fixed a logic error when theme changed is happened.

It will try to apply the original style if the orientation style is invalid on theme changing.

SVN revision: 84082

11 years agoelemenatry/photocam - oopss sorry my fault.
ChunEon Park [Tue, 19 Feb 2013 08:10:34 +0000 (08:10 +0000)]
elemenatry/photocam - oopss sorry my fault.

SVN revision: 84081

11 years agoelemenatry/photocam - reverted 84074
ChunEon Park [Tue, 19 Feb 2013 08:05:50 +0000 (08:05 +0000)]
elemenatry/photocam - reverted 84074

SVN revision: 84075

11 years agoelementary/photocam - removed unused
ChunEon Park [Tue, 19 Feb 2013 08:00:49 +0000 (08:00 +0000)]
elementary/photocam - removed unused

SVN revision: 84074

11 years ago[focus][popup] fix focus related bugs
Shinwoo Kim [Tue, 19 Feb 2013 06:51:19 +0000 (06:51 +0000)]
[focus][popup] fix focus related bugs

1. if user just hides the popup, the focus tree is broken. it is caused by elm_object_content_unset(notify);
   popup calls elm_object_content_set(notify, popup); in the _on_show(); it would be terrible.
   there would be a structual problem, but it is hart to figure out.

2. _elm_popup_smart_focus_direction(); calls notify's focus_direction(); and it calls popup's one again.
   there is circular dependency between notify and popup.

SVN revision: 84073

11 years agotypo
Jaehwan Kim [Tue, 19 Feb 2013 05:06:11 +0000 (05:06 +0000)]
typo

SVN revision: 84072

11 years agoelementary/naviframe - removed unused group and fixed wrong alias.
ChunEon Park [Mon, 18 Feb 2013 10:21:11 +0000 (10:21 +0000)]
elementary/naviframe - removed unused group and fixed wrong alias.

SVN revision: 84048

11 years agoelemenatry - fixed typo
ChunEon Park [Mon, 18 Feb 2013 06:07:12 +0000 (06:07 +0000)]
elemenatry - fixed typo

SVN revision: 84037

11 years agoelemenatry/widget - --printf
ChunEon Park [Mon, 18 Feb 2013 05:15:53 +0000 (05:15 +0000)]
elemenatry/widget - --printf

SVN revision: 84036

11 years agoelementary/theme - Missed this in privouse commit.
ChunEon Park [Mon, 18 Feb 2013 05:15:17 +0000 (05:15 +0000)]
elementary/theme - Missed this in privouse commit.

Add watcher only edje_object_file is applied successfully.

SVN revision: 84035

11 years agoelementary/widgets - if the orient mode is changed, apply a default only if the style...
ChunEon Park [Mon, 18 Feb 2013 05:13:58 +0000 (05:13 +0000)]
elementary/widgets - if the orient mode is changed, apply a default only if the style doesn't applied anything. other wise, use the preivouse one.

SVN revision: 84034

11 years agoforwardport previous entry commit for blocking blank hoversels
Mike Blumenkrantz [Sun, 17 Feb 2013 14:36:00 +0000 (14:36 +0000)]
forwardport previous entry commit for blocking blank hoversels

SVN revision: 84023

11 years agoignore tab key focus changes in elm_win if ctrl/alt is pressed: the trunk version
Mike Blumenkrantz [Sun, 17 Feb 2013 14:19:53 +0000 (14:19 +0000)]
ignore tab key focus changes in elm_win if ctrl/alt is pressed: the trunk version

SVN revision: 84021

11 years agoelementary: as previously stated sizeof (long) != sizeof (void*)
Cedric BAIL [Sun, 17 Feb 2013 03:53:02 +0000 (03:53 +0000)]
elementary: as previously stated sizeof (long) != sizeof (void*)

SVN revision: 84014

11 years agoelementary/naviframe - fix some trivial bugs.
ChunEon Park [Sat, 16 Feb 2013 14:33:16 +0000 (14:33 +0000)]
elementary/naviframe - fix some trivial bugs.

SVN revision: 83998

11 years agoelementary/naviframe - removed duplicated strings.
ChunEon Park [Sat, 16 Feb 2013 14:16:50 +0000 (14:16 +0000)]
elementary/naviframe - removed duplicated strings.

SVN revision: 83992

11 years agoelementary/widget - ++FIXME
ChunEon Park [Sat, 16 Feb 2013 13:54:52 +0000 (13:54 +0000)]
elementary/widget - ++FIXME

SVN revision: 83991

11 years agoelementary/widget - don't handle tthe resize objects in widget infrastructure. Acutal...
ChunEon Park [Sat, 16 Feb 2013 13:39:59 +0000 (13:39 +0000)]
elementary/widget - don't handle tthe resize objects in widget infrastructure. Acutally these resize objects are sub objects so we don't need to care them separately. This caused overhead in some cases(ie, theme change)

SVN revision: 83990

11 years agoelm external actionslider: missing param declaration
Davide Andreoli [Sat, 16 Feb 2013 13:01:31 +0000 (13:01 +0000)]
elm external actionslider: missing param declaration

SVN revision: 83988

11 years agoelementary/naviframe - don't call the parent smart_theme. Actually navifram itself...
ChunEon Park [Sat, 16 Feb 2013 12:33:52 +0000 (12:33 +0000)]
elementary/naviframe - don't call the parent smart_theme. Actually navifram itself is nothing to do about theme.

SVN revision: 83986

11 years agoelementary/naviframe - improve the naviframe to not apply it's items style multiple...
ChunEon Park [Sat, 16 Feb 2013 12:08:42 +0000 (12:08 +0000)]
elementary/naviframe - improve the naviframe to not apply it's items style multiple time when theme or styles are changed.

SVN revision: 83985

11 years agoelm external clock: another type error. Big SPANK to who write and commit code withou...
Davide Andreoli [Sat, 16 Feb 2013 12:06:30 +0000 (12:06 +0000)]
elm external clock: another type error. Big SPANK to who write and commit code without testing!!

SVN revision: 83984

11 years agoelm external slider: min and max are double not string
Davide Andreoli [Sat, 16 Feb 2013 11:24:05 +0000 (11:24 +0000)]
elm external slider: min and max are double not string

SVN revision: 83982

11 years agoelementary/widget, naviframe, popup, label, button
ChunEon Park [Sat, 16 Feb 2013 11:11:25 +0000 (11:11 +0000)]
elementary/widget, naviframe, popup, label, button

let elm_wdg_orientation_set() have return value and call the elm_wdg_theme() inside.

since every widgets tend to do same task with smart_theme() when it's orient mode is changed.

SVN revision: 83981

11 years agoelementary: Use eina_file_stat_ls() when listing profiles
Cedric BAIL [Sat, 16 Feb 2013 10:25:42 +0000 (10:25 +0000)]
elementary: Use eina_file_stat_ls() when listing profiles

The eina_file_stat_ls() function should be used instead of
eina_file_direct_ls() in _elm_config_profiles_list() - since it checks
for file types.

Patch by "Paulo C. A. Cavalcanti Jr" <paulo.cavalcanti@intel.com>

SVN revision: 83979

11 years agoelementary/popup - a workaround code to prevent a popup lost it's parent.
ChunEon Park [Sat, 16 Feb 2013 08:52:10 +0000 (08:52 +0000)]
elementary/popup - a workaround code to prevent a popup lost it's parent.

Terrible. Should be totally rewritten.

SVN revision: 83975

11 years agoelm panes: fixed unclear horizontal mode description.
Daniel Juyung Seo [Sat, 16 Feb 2013 08:43:48 +0000 (08:43 +0000)]
elm panes: fixed unclear horizontal mode description.

SVN revision: 83974

11 years agoelm elm_panes.c: fixed wrong eo description.
Daniel Juyung Seo [Sat, 16 Feb 2013 06:07:22 +0000 (06:07 +0000)]
elm elm_panes.c: fixed wrong eo description.

SVN revision: 83969

11 years agoelm panes: fixed wrong signal name.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:44 +0000 (05:37 +0000)]
elm panes: fixed wrong signal name.

elm.panes.fixed/unfixed -> elm,panes,fixed/unfixed.
whoever added this signal should be spanked.
I left the signal emission from the code due to backward compatibility.
So there is no theme api break.
We should remove the previous one when we start EFL 2.0.

SVN revision: 83967

11 years agoelm elm_panes.h: fixed wrong documentation about elm_panes_fixed_set/get.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:40 +0000 (05:37 +0000)]
elm elm_panes.h: fixed wrong documentation about elm_panes_fixed_set/get.

SVN revision: 83966

11 years agoelm panes.edc: fixed formatting. keep the consistency with other edc codes.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:36 +0000 (05:37 +0000)]
elm panes.edc: fixed formatting. keep the consistency with other edc codes.

SVN revision: 83965

11 years agoelm test_panes.c, panes_example.c: refactoring. use the panes in a better way.
Daniel Juyung Seo [Fri, 15 Feb 2013 19:32:05 +0000 (19:32 +0000)]
elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.

1. do not use unnecessary global variable.
2. remember the last left pane size and set it later when double clicked again.
3. do not call elm_panes_content_left_size_get() twice.

SVN revision: 83963