Commit Graph

7477 Commits

Author SHA1 Message Date
Rafael Antognolli 906fc3252f 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>
2013-03-01 15:24:05 -03:00
Shinwoo Kim 99f870ac39 [access] check whether a highlight object is NULL or not 2013-03-01 19:03:36 +09:00
Shinwoo Kim 2a10366721 [access] remove unnecessary lines 2013-03-01 18:58:25 +09:00
Daniel Juyung Seo 395e58265c elm elm_layout.c: fixed a document typo. 2013-03-01 00:18:58 +09:00
Daniel Juyung Seo 78169fba5d elm NEWS: adding a new feature is not improvement it's an addition. 2013-03-01 00:16:41 +09:00
Jaehwan Kim abe14618f8 Typo in NEWS 2013-02-28 18:30:02 +09:00
Jaehwan Kim 1d7fa5b040 Fix the standard of scrollbar-calculation from the scroller's x to pan's x. 2013-02-28 18:27:21 +09:00
ChunEon Park f316978d1c elementary/transit - removed white trailing 2013-02-28 18:17:24 +09:00
ChunEon Park 79fd0192d9 elementary/transit - added elm_transit_smooth_set(), elm_transit_smooth_get() 2013-02-28 17:21:07 +09:00
ChunEon Park b651a6efac elementary/image - fix doc. 2013-02-28 16:41:26 +09:00
Daniel Juyung Seo 957e805efe elm authors: synced elm_authors.h with AUTHORS. 2013-02-28 15:38:47 +09:00
Daniel Juyung Seo 450c44e464 Updated ChangeLog/NEWS. Finally I became a vtorri bot. 2013-02-28 15:37:03 +09:00
Jaehwan Kim d58d971e6f 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.
2013-02-28 15:18:51 +09:00
Cedric BAIL 4392d8a4bf AUTHORS: follow request to update by Paulo. 2013-02-28 09:25:23 +09:00
Shinwoo Kim 0461e3d391 Merge branch 'master' of ssh://git.enlightenment.org/core/elementary 2013-02-27 21:05:41 +09:00
Carsten Haitzler 56d4729538 Change description:
Issue: Currently There is no possibility in entry to get currently
selected context menu item’s 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)
2013-02-27 21:06:05 +09:00
Shinwoo Kim 8f57043b25 [access][popup] fix elm_object_style_set(); issue: it removes previous part object 2013-02-27 21:03:13 +09:00
Jaeun Choi 8e6ff77250 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
2013-02-26 22:52:15 +09:00
ChunEon Park 2204559573 elementary/widget - use eo 2013-02-26 17:42:34 +09:00
ChunEon Park 74559f5547 elementary/widget,theme - simpler code. 2013-02-26 13:46:27 +09:00
Tae-Hwan Kim efe3f7c6b6 push bluezery's patch. approved. 2013-02-26 13:42:28 +09:00
ChunEon Park fb472f97b1 elementary - only support sending signals when orientation mode is changed.
it's enough right now.

need to consider more about theme change.
2013-02-26 13:26:22 +09:00
Carsten Haitzler 9e0ee980bf add whitespace... 2013-02-26 13:18:43 +09:00
Cedric BAIL 441c799c3f try 3 2013-02-26 13:08:33 +09:00
Carsten Haitzler 82747a9a6d cedric patch test. 2013-02-26 12:40:04 +09:00
U. Artie Eoff beab8843e1 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>
2013-02-25 18:53:24 -03:00
Tom Hacohen fa1e573ff0 Fixed rev part of the version to work with git. 2013-02-25 17:06:06 +00:00
Carsten Haitzler 13a895de77 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
2013-02-25 12:00:07 +09:00
Carsten Haitzler 0756536437 add lable to anchor button disabled test. 2013-02-24 13:53:38 +09:00
Carsten Haitzler 05e5f81d41 update po line #'s. 2013-02-24 12:12:40 +09:00
Carsten Haitzler e740e4ca74 add test cases to button test. 2013-02-24 12:12:13 +09:00
Carsten Haitzler c2082c1973 fix 64bit complaint for elm cnp (harmless other than warning noise). 2013-02-24 12:11:24 +09:00
Carsten Haitzler 9b2c6ab91f <<Enter Revision Title>>
Summary: 80 column width

Test Plan: text file

Reviewers: cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D9
2013-02-24 00:09:03 +09:00
Carsten Haitzler 95d270b59d 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
2013-02-23 23:59:21 +09:00
Carsten Haitzler c740ea5e83 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
2013-02-23 23:57:37 +09:00
Carsten Haitzler 84f1a585e5 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
2013-02-23 23:38:58 +09:00
Carsten Haitzler 853f3e0aaa 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
2013-02-23 23:21:53 +09:00
Carsten Haitzler af45856d79 test arc review process with small todo changes
Summary: XX

Test Plan: pants on

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D4
2013-02-23 23:07:18 +09:00
Carsten Haitzler 0de6400e0a add .arcconfig back. 2013-02-23 22:57:11 +09:00
Carsten Haitzler 7a733d136d ok - remove .arcconfig... for now. 2013-02-23 22:38:16 +09:00
Carsten Haitzler 78c5e1d3b4 add .arcconfig for elm... 2013-02-23 22:13:18 +09:00
Carsten Haitzler 10bc37e9ca better check for awarenes setting.
SVN revision: 84300
2013-02-22 09:24:49 +00:00
Carsten Haitzler 1c66b0cf99 quick fix > 1 win for dnd! :)
SVN revision: 84299
2013-02-22 09:21:21 +00:00
Carsten Haitzler 6ff515ea60 update docs.
SVN revision: 84298
2013-02-22 08:50:07 +00:00
Carsten Haitzler 30cc0a85c8 allow dealing with dnd actions and status at src.
SVN revision: 84296
2013-02-22 08:49:08 +00:00
Daniel Juyung Seo c0c6b4f933 elm ChangeLog: Fixed formatting. Do not use tab for ChangeLog.
Btw, do we use 2 spaces or 1 space before names?

SVN revision: 84295
2013-02-22 02:19:03 +00:00
Daniel Juyung Seo c48531ecb5 elementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's scroller bug fix commit.
SVN revision: 84294
2013-02-22 02:09:38 +00:00
Daniel Juyung Seo d8815d2ff2 elm elm_index.c: removed unnecessary type casting.
SVN revision: 84292
2013-02-22 01:41:04 +00:00
Carsten Haitzler 3091ccc3f6 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
2013-02-21 13:21:08 +00:00
ChunEon Park 458faf56a3 elementary/popup - removed duplicated strings.
SVN revision: 84279
2013-02-21 11:44:49 +00:00