Commit Graph

6269 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 96dddcd203 [elm] Init fix for bubble.
SVN revision: 74013
2012-07-17 18:44:55 +00:00
Gustavo Lima Chaves a1780e5677 [elm] Init code fix -- datetime.
SVN revision: 74012
2012-07-17 18:44:50 +00:00
Gustavo Lima Chaves 691b413204 [elm] Init code fix -- glview.
SVN revision: 74011
2012-07-17 18:44:43 +00:00
Gustavo Lima Chaves 775c39ed91 [elm] Init code fix -- check.
SVN revision: 74010
2012-07-17 18:44:36 +00:00
Gustavo Lima Chaves 39e29b9d91 [elm] Init code fix -- label.
SVN revision: 74009
2012-07-17 18:44:28 +00:00
Gustavo Lima Chaves 8e73de2016 [elm] Init code fix -- clock.
SVN revision: 74008
2012-07-17 18:44:23 +00:00
Gustavo Lima Chaves 3d00e9761d [elm] Init code fix -- calendar.
SVN revision: 74007
2012-07-17 18:44:16 +00:00
Gustavo Lima Chaves 206e639e5c [elm] Update class images.
SVN revision: 74006
2012-07-17 18:44:10 +00:00
Gustavo Lima Chaves 971b8a98fa [elm] Init code fix - thumb.
SVN revision: 74005
2012-07-17 18:43:53 +00:00
Gustavo Lima Chaves 18a193ad22 [elm] Init code placement fix -- gengrid.
SVN revision: 74002
2012-07-17 16:42:20 +00:00
Gustavo Lima Chaves 0d1638272e [elm] More initting code placement fix -- photocam.
SVN revision: 74001
2012-07-17 16:38:07 +00:00
Gustavo Lima Chaves fc488079d6 [elm] No initting code out of smart_add() -- list.
SVN revision: 73997
2012-07-17 15:02:22 +00:00
Gustavo Lima Chaves 0bb6d4f99b [elm] Cosmetic.
SVN revision: 73996
2012-07-17 14:56:51 +00:00
Gustavo Lima Chaves 0ead820b96 [elm] No init code out of smart_add() -- scroller.
SVN revision: 73995
2012-07-17 14:56:44 +00:00
Gustavo Lima Chaves beaea7e451 [elm] More cosmetic.
SVN revision: 73994
2012-07-17 14:56:38 +00:00
Gustavo Lima Chaves 5cd7fce261 [elm] Old cosmetical diff flush.
SVN revision: 73993
2012-07-17 14:56:32 +00:00
Gustavo Lima Chaves dbd0cb20c9 [elm] Old cosmetical diff flush.
SVN revision: 73992
2012-07-17 14:56:23 +00:00
Mike Blumenkrantz c5346a8f71 better fix for elm_test logging debacle
SVN revision: 73974
2012-07-17 11:49:19 +00:00
Carsten Haitzler e038a6fb5a scrollbars got too small in desktop mode. adjust to be bigger.
SVN revision: 73962
2012-07-17 09:03:08 +00:00
Carsten Haitzler 4e0345f4ee hell no. printf. not eina-log. this is test exampels, not debug from
an app. they printf as OUTPUT. alkso u broke build:

/home/raster/C/elm/src/bin/test_genlist.c:2862: undefined reference to
_elm_log_dom'

of course there is no symbol exposed that is an INTERNAL LOG DOMAIN to
elm! it's for elm not for outside.



SVN revision: 73957
2012-07-17 08:42:25 +00:00
Gustavo Lima Chaves 8d3d2cd457 [elm] Fix an old bad "fix" for bad code.
This was a PITA to find, fuck.



SVN revision: 73943
2012-07-16 21:56:48 +00:00
Gustavo Lima Chaves 52bbc190af [elm] Eina log for tests, starting with genlist.
SVN revision: 73942
2012-07-16 21:56:38 +00:00
Gustavo Lima Chaves 9cea522b88 [elm] Genlist now a scrollable layout.
The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.

Genlist work exactly as before. All the bugs and feature were kept :)



SVN revision: 73941
2012-07-16 21:56:30 +00:00
Gustavo Lima Chaves 9199e0d974 [elm] Forgotten cleanups and comments on gengrid.
SVN revision: 73940
2012-07-16 21:56:18 +00:00
Carsten Haitzler 77090c7fa1 chlog to match.
SVN revision: 73914
2012-07-16 09:17:15 +00:00
Carsten Haitzler b682a7dbcb alas por yorrick... umm errr... alas por html mode copy & paste, we
knew him well. disable because it seems nothing i try requests it
except thunderbird, and thunderbird seems to sumarrily ignore the text
we provide. why - don't know. would have to now dig into thunderbir
src, but suffice to say plaintext is working a charmer, so let's stick
to that.



SVN revision: 73913
2012-07-16 09:16:30 +00:00
Carsten Haitzler 1b1ff559f2 fix gesture layer if config happens to have 0 timeouts which causes
misbehavior.



SVN revision: 73842
2012-07-14 09:17:04 +00:00
Daniel Juyung Seo 48d42b544d elm test_ctxpopup.c: obj is used. So not __UNUSED__.
SVN revision: 73781
2012-07-12 23:22:22 +00:00
Carsten Haitzler 4b84720636 fix Ticket #1122
SVN revision: 73614
2012-07-12 11:11:21 +00:00
ChunEon Park df36c3afa2 elementary/toolbar -- removed white space
SVN revision: 73598
2012-07-12 06:19:16 +00:00
ChunEon Park 0499421283 elementary/toolbar - --white trailing
SVN revision: 73597
2012-07-12 06:18:29 +00:00
Daniel Juyung Seo 11d5f579a7 elm genlist: Vertical bounce enable value can be changed by
elementary configuration environment. Patch by Bluezery
<ohpowel@gmail.com>

On Thu, Jul 12, 2012 at 1:00 AM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Vertical bounce enable value can be changed by elementary
> configuration environment.
> But currently It was always EINA_FALSE.  I fix that this value can be
> got from elm_config value.
>
> Please review this patch.
> Thanks

SVN revision: 73596
2012-07-12 04:46:46 +00:00
ChunEon Park ed707942e2 elementary/scroller - update exmaple
SVN revision: 73595
2012-07-12 04:31:27 +00:00
Gustavo Sverzut Barbieri 8c23678064 pkgconfig now says the pkgdatadir and themes directory.
SVN revision: 73579
2012-07-11 14:26:49 +00:00
Christopher Michael e7aff2633f Elm: Commit roberts patch which fixes the unsafe call to
ecore_evas_window_get with a replacement function that checks the
currently used engine first. This fixes a segfault when running elm
with the wayland engines.



SVN revision: 73568
2012-07-11 11:53:29 +00:00
Christopher Michael 95effacb99 Elm: Patch from Robert Bradford <robert.bradford@intel.com> to fix
trying to use an invalid X window when running under the Wayland
backend. Replaces the non-safe call to ecore_evas_window_get, with an
_elm_ee_xwin_get function that checks the used engine first. Replace
call to ecore_evas_window_get inside elm_cnp.



SVN revision: 73567
2012-07-11 11:50:44 +00:00
Michael BOUCHAUD 9a280627db elementary: fix vcard cnp, patch from Guillaume PROUVOT. thx!
SVN revision: 73561
2012-07-11 10:08:46 +00:00
Gustavo Lima Chaves b53c85632c [elm] Missing @sinces and stuff, sorry.
SVN revision: 73547
2012-07-11 01:38:34 +00:00
Gustavo Lima Chaves 86cede05cb [elm] New class images for gengrid.
SVN revision: 73544
2012-07-10 22:16:56 +00:00
Bruno Dilly 0d528c93ca Elementary: fix external icon set using standard icons
Everytime a icon not on edje file is used (an standard icon),
an error was printed because it was trying to set it from
edje first.

Now it checks if the group exists on edje first.



SVN revision: 73543
2012-07-10 21:56:02 +00:00
Gustavo Lima Chaves ed4a5976c8 [elm] Gotta hate this list.
SVN revision: 73542
2012-07-10 21:47:18 +00:00
Gustavo Lima Chaves 363cdf94c3 [elm] Gengrid now a scrollable layout.
SVN revision: 73541
2012-07-10 21:40:38 +00:00
Gustavo Lima Chaves ce361dca42 [elm] Bug fixing on scroller.
We had an inconsistency of two missing getters, that would "leak" API
deprecation on specialized scrollers (scrollables). Putting them in
for good now.



SVN revision: 73540
2012-07-10 21:40:30 +00:00
Carsten Haitzler 1e93fdbe4e update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.



SVN revision: 73498
2012-07-09 10:20:21 +00:00
Carsten Haitzler 924936bf35 update elm po's
SVN revision: 73496
2012-07-09 10:18:46 +00:00
Jaehwan Kim 1231092691 The more panel should be changed when the theme is changed.
SVN revision: 73483
2012-07-09 05:22:25 +00:00
Jaehwan Kim 445926adf9 The visible signal should be called when it is reloaded in _theme_hook_item.
SVN revision: 73482
2012-07-09 05:11:05 +00:00
Tom Hacohen 317f074fc1 Elm smart/pan: Check obj != NULL before fetching smart data.
Patch by Daniel Zaoui.

SVN revision: 73464
2012-07-08 10:31:34 +00:00
Carsten Haitzler 9e254d1313 slider popup outside widget mode. backwards-compatible too. :)
i know - freeze is on. last thing going into elm. only because i
rejected the patch at the last minute and it was small enough to do
now.



SVN revision: 73450
2012-07-07 09:44:52 +00:00
ChunEon Park 78c52a9599 elementary/clock - [E-devel] [PATCH] elementary_test:clock couldn't be maxmised
patched by Juan Zhao<juan.j.zhao@linux.intel.com>

also fixed the test to more optimized.



SVN revision: 73448
2012-07-07 08:49:21 +00:00