Commit Graph

202 Commits

Author SHA1 Message Date
Carsten Haitzler 39c2a4aa6f dont need elementary.dox anymore - it's empty.
SVN revision: 62227
2011-08-09 07:16:43 +00:00
Carsten Haitzler 8803910b36 make ecore_con a default requirement for elm.
SVN revision: 61789
2011-07-27 05:59:01 +00:00
Rafael Antognolli 8e6e220bc4 elementary/doc - Moving preview programs to their own dir.
Also added a new rule that is a dependency of docs, which will call the
widget preview programs to be built. They are not going to be built on
the general "all" rule anymore.



SVN revision: 61593
2011-07-22 17:20:31 +00:00
Vincent Torri d20639dde2 Elementary : add an option to disable video support (enabled by default)
SVN revision: 61393
2011-07-15 06:06:03 +00:00
Vincent Torri d3a1fdd8fb again, first part of the fix of compilation of elm_map without ecore_con. elm_map.c must be fixed.
SVN revision: 61216
2011-07-10 21:45:47 +00:00
Tom Hacohen 1255fadd05 Revert "add first part of the ecore_con support. elm_map.c must be fixed."
Elm doesn't compile for me with this in.
This reverts commit 61193

SVN revision: 61198
2011-07-10 11:51:47 +00:00
Vincent Torri 2e130b0de9 add first part of the ecore_con support. elm_map.c must be fixed.
SVN revision: 61193
2011-07-10 09:00:57 +00:00
Cedric BAIL 2c9cbe32f3 elementary: add higger level elm_video object.
SVN revision: 60877
2011-06-30 17:18:13 +00:00
Mike McCormack c6086007c4 elementary: Build with -Wall -W
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 60794
2011-06-29 06:40:45 +00:00
Cedric BAIL 452e2d379f elementary: use Eio when available for fileselector.
SVN revision: 60692
2011-06-25 23:39:43 +00:00
Jonathan Atton 6b88bee7e5 elm_map: use emap
SVN revision: 60684
2011-06-25 14:30:10 +00:00
Rafael Antognolli 0d9d40a029 elementary: fix check of examples build and install.
This check should be before AC_OUTPUT in configure.ac.



SVN revision: 60406
2011-06-16 18:58:44 +00:00
Jonas M. Gastal 0a19a833d1 Elementary: Actionslider example and accompaning documentation.
SVN revision: 60351
2011-06-15 14:22:11 +00:00
Rafael Antognolli 5f39c211de elementary: fix doc build when srcdir != builddir.
SVN revision: 60273
2011-06-13 14:51:06 +00:00
Michael BOUCHAUD bff85e95bd elementary: add eio test with a genlist
SVN revision: 59675
2011-05-25 19:08:38 +00:00
Carsten Haitzler 1cd4e44b23 use new eina prefix fun
SVN revision: 58855
2011-04-24 08:18:00 +00:00
Carsten Haitzler 8e6e484440 revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.



SVN revision: 57844
2011-03-18 07:35:19 +00:00
Sebastian Dransfeld cba5b045dc Set v_mic to 99 (less than 256) to please OS X
SVN revision: 57824
2011-03-17 13:12:50 +00:00
Carsten Haitzler 98b934f875 i think elm now needs svn edje too.
SVN revision: 57619
2011-03-09 10:28:46 +00:00
Carsten Haitzler 1ecd1b09e0 DSO... ok link everything elm lib links and be done with it so we
donly have to do this in one place... and we do need a svn evas
(1.0.999+)



SVN revision: 57617
2011-03-09 09:44:22 +00:00
Carsten Haitzler 608fe3ca55 be DSO pedantic.
SVN revision: 57616
2011-03-09 09:18:31 +00:00
Cedric BAIL 784331b459 elementary: still more DSO fix.
SVN revision: 57425
2011-02-28 16:07:36 +00:00
Cedric BAIL 473e637318 elementary: more DSO fix.
SVN revision: 57421
2011-02-28 15:55:19 +00:00
Cedric BAIL 05745b6f1e elementary: fix another DSO build issue.
SVN revision: 57420
2011-02-28 15:45:13 +00:00
Tom Hacohen 689ff9abd5 Elementary: Added the infrastructure for ui-mirroring support.
* Added elm_mirrored_get/set to set the system mirrored mode
* Added elm_widget_mirrored/get/set to set each widget's mirrored mode.
* Added code to set the system mirrored mode from translations to elementary and added translations for all the rtl languages. (a trick to load according to locale).
* Future commits will include specific widgets mirrored mode handling.
Work by Aharon Hillel and Tom Hacohen.

SVN revision: 56673
2011-02-03 15:52:49 +00:00
Carsten Haitzler 9b23130f71 tnx vtorri -> cleaner module thing. more minimal changes.
SVN revision: 56400
2011-01-30 09:50:56 +00:00
Carsten Haitzler 77db5196c8 lock externals to major version of edje.
SVN revision: 56397
2011-01-30 05:59:24 +00:00
Carsten Haitzler a3f6b0b67b fix possible empty if that can caus eproblems on some shells.
SVN revision: 56203
2011-01-17 08:34:20 +00:00
Mike Blumenkrantz a45ea59ca3 a widget toolkit should NOT, I repeat, should NOT, depend on HAL. especially when no HAL functionality is used.
SVN revision: 55961
2011-01-06 23:09:56 +00:00
Vincent Torri 640754ae71 add guards in config.h to avoid multiple inclusions
raster: may I rename elementary_config.h to config.h ? If I
add macros for all the init stuff, it would be nice to have
consistent name for that file


SVN revision: 55952
2011-01-06 19:01:34 +00:00
sangho park 6f63c7bf30 From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map module patch

This is a patch for elm_map module.
when app developers or companies want to use specific license map (i.e
google map), module is needed.

- add new map provider for module "ELM_MAP_SOURCE_MODULE".
- add test_map module.
- add test code for module provider.
- add my name to AUTHORS.



SVN revision: 55684
2010-12-21 09:14:47 +00:00
Cedric BAIL 650c60f862 * elementary: snapshot it.
SVN revision: 55240
2010-12-04 00:52:03 +00:00
Carsten Haitzler 6ce323eaa0 make thread support windows friendly. i hope.
SVN revision: 54754
2010-11-21 04:37:52 +00:00
Carsten Haitzler 63fd838ebe move store to an actual lib file - elementray.h too and check for
pthread support due to locks. (vtorri - windows way of doing this?)



SVN revision: 54740
2010-11-20 11:12:15 +00:00
Cedric BAIL 989ee2acb5 * eio, ethumb and elementary: snapshot increase.
SVN revision: 54508
2010-11-12 16:03:34 +00:00
Eduardo de Barros Lima 15d98ebdff Elementary: Don't #define _GNU_SOURCE
Use proper AC_GNU_SOURCE macro in configure.ac instead.



SVN revision: 53168
2010-10-07 21:34:43 +00:00
Tiago Rezende Campos Falcao 3b04b52ba4 Adding debug option in elementary.
SVN revision: 52966
2010-10-01 19:03:23 +00:00
Tiago Rezende Campos Falcao 6f6106f6c3 Isolating single quote in configure.ac
SVN revision: 52965
2010-10-01 19:03:19 +00:00
Vincent Torri 481f83d212 fix compilation with MinGW
SVN revision: 52819
2010-09-27 21:49:00 +00:00
Cedric BAIL def2ebbdbf * elementary: make it possible to disable quick launch manually.
SVN revision: 52366
2010-09-17 13:29:53 +00:00
Cedric BAIL 51196bbc21 * elementary: make it possible to disable some binary.
SVN revision: 52365
2010-09-17 13:18:13 +00:00
Vincent Torri 0f5c7a96f2 Use a macro to add a specific path for efl tools (edje_cc and eet, here)
See usage in efl_binary.m4


SVN revision: 51514
2010-08-22 07:19:29 +00:00
Cedric BAIL 5826c17db1 * edje: fix edje external module path.
SVN revision: 51251
2010-08-17 13:29:23 +00:00
Carsten Haitzler 5897ae7d63 adapt to 1.0.0 alpha vers.
SVN revision: 51191
2010-08-16 10:16:39 +00:00
Carsten Haitzler ed968a9b0f err should be ethumb_client - not ethumb.
SVN revision: 50170
2010-07-10 02:28:01 +00:00
Carsten Haitzler a5b8fe1d49 and final post snap - next releasename
SVN revision: 49903
2010-06-27 14:06:10 +00:00
Carsten Haitzler ac0c49e591 snap+release
SVN revision: 49899
2010-06-27 13:45:27 +00:00
Carsten Haitzler 354899f7a2 Snapshot TMP/st/elementary
SVN revision: 49898
2010-06-27 13:33:31 +00:00
Cedric BAIL bdf6efa129 * elementary: fix Ecore API changes.
SVN revision: 49860
2010-06-25 09:58:14 +00:00
Cedric BAIL 91ebde1957 * configure.ac: take inept translation a little bit into account.
SVN revision: 49743
2010-06-18 14:45:42 +00:00
Gustavo Sverzut Barbieri 459c1ce48c SVN_REPO_PATH envvar during autoconf to use svnversion in there.
Some systems, like the Gentoo, copy the svn contents somewhere before
doing the autoconf, this may result in lack of .svn and thus minor
version "0".

This patch introduces the $SVN_REPO_PATH to say where the svn checkout
containing the ".svn" directory is.



SVN revision: 49594
2010-06-09 18:22:47 +00:00
Christopher Michael e82a5156eb Don't need to get canonical build & host twice.
SVN revision: 49555
2010-06-07 17:28:25 +00:00
Carsten Haitzler cfb2f080c1 restore after snap/release
SVN revision: 49540
2010-06-06 17:43:03 +00:00
Carsten Haitzler 984033a7df Snapshot TMP/st/elementary
SVN revision: 49539
2010-06-06 17:27:07 +00:00
Carsten Haitzler d40e2a6574 post-snap anr release.. reset svn back.. this time for real.
SVN revision: 49526
2010-06-06 17:17:52 +00:00
Carsten Haitzler 9da7cfc4db Snapshot TMP/st/elementary
SVN revision: 49522
2010-06-06 16:43:00 +00:00
Carsten Haitzler 564b65511d post release - move relname to pre-svn again.
SVN revision: 49506
2010-06-06 16:23:16 +00:00
Carsten Haitzler 11793e8b68 Snapshot TMP/st/elementary
SVN revision: 49503
2010-06-06 16:08:32 +00:00
Carsten Haitzler b32e586072 change svnversion shell goop to nuke sed and just use tr to delete
unwanted goop.



SVN revision: 49429
2010-06-04 01:04:24 +00:00
Iván Briano eeeae8a9df Let git-svn users get the right revision number to be used as version.
SVN revision: 49407
2010-06-03 07:40:54 +00:00
Carsten Haitzler f1f63da308 nopw svn revision works again.
SVN revision: 49344
2010-05-31 03:12:45 +00:00
Carsten Haitzler 64a9cf83ca fix - if no svn tree, then it will pretend to be a release.
SVN revision: 49343
2010-05-31 01:59:22 +00:00
Carsten Haitzler fa58ea8625 elm... version too!
SVN revision: 49284
2010-05-29 09:48:05 +00:00
Gustavo Sverzut Barbieri 8a9bcd4f54 packaging ethumb support for elementary.
SVN revision: 47241
2010-03-15 18:46:27 +00:00
Gustavo Sverzut Barbieri 37de81817f Add elm_thumb object to Elementary.
The elm_thumb object interacts with ethumb to create a thumbnail.

By: Rafael Fonseca <rfonseca@profusion.mobi>



SVN revision: 47240
2010-03-15 18:34:04 +00:00
Vincent Torri b07e49d435 remove unused parameter in the library.
I won't do this everyday, and i won't touch the tests.


SVN revision: 47093
2010-03-09 17:51:30 +00:00
Vincent Torri 23f3dae076 fix compilation on mac os x
based on a patch by Leif Middelschulte


SVN revision: 46911
2010-03-06 16:46:08 +00:00
Gustavo Sverzut Barbieri 1c3a3b2a5d enable forcing dependencies and ignoring auto-detect/automagic.
SVN revision: 46849
2010-03-03 22:34:57 +00:00
Gustavo Sverzut Barbieri de624fa62f allow disabling automagic to discover efreet, eweather and edbus
SVN revision: 46489
2010-02-25 21:36:12 +00:00
Rui Seabra 4999604192 RPM spec for elementary.
SVN revision: 46349
2010-02-21 19:18:26 +00:00
Cedric BAIL e829005e60 * elementary: Remove dependencie on ecore-txt.
SVN revision: 46011
2010-02-09 14:17:31 +00:00
Cedric BAIL 99cea068ba * ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.


SVN revision: 45570
2010-01-25 21:59:21 +00:00
Iván Briano 507a2cde73 Icons for available externals, how exciting.
SVN revision: 45449
2010-01-22 20:07:47 +00:00
Vincent Torri 9812f34f5a typo
SVN revision: 45298
2010-01-18 19:02:35 +00:00
Carsten Haitzler 06d2876baf well it needed to be done finallly - elm has config files and profiles - just
like big brother e.



SVN revision: 45280
2010-01-18 09:38:52 +00:00
Cedric BAIL 60cdf880ce * elementary: Fix the typo in the description too :-)
SVN revision: 45086
2010-01-13 15:05:53 +00:00
Cedric BAIL 7381cfe432 * elementary: Fix typo in configure.
SVN revision: 45085
2010-01-13 14:50:48 +00:00
xcomputerman 9e644e73a2 Add in SDL support (needed for WebOS). Admittedly this has not been actually checked out yet,
but it will be shortly and it does no evil


SVN revision: 45080
2010-01-13 08:17:15 +00:00
Vincent Torri 740769f0af improve configure output
SVN revision: 44365
2009-12-11 10:58:10 +00:00
Tiago Rezende Campos Falcao edf7f2e22e Elementary edje external modules
Widgets: Button, Check, Radio, Slider, Toggle

SVN revision: 44207
2009-12-06 01:22:54 +00:00
Carsten Haitzler 3bd61bdfdc baack to normal pre- release name now
SVN revision: 44146
2009-12-02 22:50:36 +00:00
Carsten Haitzler d64f521b89 quick make svnrev that has right release names
SVN revision: 44140
2009-12-02 22:19:53 +00:00
Carsten Haitzler ce0cef5e61 and back to a pre-svn sonme after snap
SVN revision: 44118
2009-12-02 08:07:38 +00:00
Carsten Haitzler 8bbd637ea6 aaah bah - move to 05 not 04
SVN revision: 44116
2009-12-02 07:40:59 +00:00
Carsten Haitzler 5fa2ec1bc5 asparagus - finally
SVN revision: 44113
2009-12-02 07:22:35 +00:00
Carsten Haitzler 07eee5720e use all dem cursor api's... and module it up bro
SVN revision: 44088
2009-12-01 11:03:14 +00:00
Vincent Torri 0d6a5e2da9 solaris OSes are UNIX OSes
SVN revision: 44044
2009-11-29 16:10:40 +00:00
Jonathan Atton f60db59094 Elm test : add eweather.
SVN revision: 43988
2009-11-25 20:37:53 +00:00
Vincent Torri 959022991c find the extension of the shared libraries at configure time
SVN revision: 43267
2009-10-25 12:46:49 +00:00
Vincent Torri c9b5e05f6b * more quoting
* add silent rules (shave feature)
   see the description of AM_SILENT_RULES in: 
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros



SVN revision: 42912
2009-10-06 16:56:21 +00:00
Vincent Torri f76f005f75 * use Requires.private field in elementary.pc if pkg-config 0.22 or later is installed. We list in it the required packages needed to compile elementary.
* remove uneeded flags that are in Libs.private and Cflags (those from the packages that are listed in Requires.private) 


SVN revision: 42866
2009-10-03 06:57:32 +00:00
Carsten Haitzler 111735b63d 1. add elm module internal code. will be used later for things like:
* putting policy into modules
* multitouch handling being able to be farmed off to modules
* farming off things that are not compatible with license/code of elm into a
3rd party piece of code via a clean defined interface API

2. fix doc image - dont need it

3. fix toolbar bounce settings. was wrong



SVN revision: 42793
2009-09-29 04:35:35 +00:00
Carsten Haitzler 972b69bb98 1. efreet support.
2. edbus init - if u needit
3. efreet init - if u ned it
4. photo widget test/demo
5. icon desktop test... stuff!



SVN revision: 42434
2009-09-12 09:37:29 +00:00
Daniel Kolesa 2bb063d443 Damn, revert configure.ac
SVN revision: 42008
2009-08-26 07:47:52 +00:00
Daniel Kolesa 265154f763 Add some checks etc to separator widget
SVN revision: 42007
2009-08-26 07:46:11 +00:00
Carsten Haitzler bc5f30b199 missed - script fail.fix now to next soname
SVN revision: 41541
2009-07-30 01:56:07 +00:00
Carsten Haitzler 3651096e7a SNAPSHOT: elementary 0.5.1.0
SVN revision: 41533
2009-07-29 08:10:44 +00:00
Vincent Torri e2be9d2b24 remove trailing spaces
SVN revision: 41261
2009-07-07 06:46:51 +00:00
Carsten Haitzler 443d341ede back to svn soname
SVN revision: 41042
2009-06-15 06:29:43 +00:00
Carsten Haitzler 39b35bea05 make distcheck and... SNAP!
SVN revision: 41039
2009-06-15 05:32:49 +00:00
Carsten Haitzler 88434cc4cf add release stuff to elementary!
SVN revision: 40788
2009-05-23 08:45:57 +00:00
Carsten Haitzler f2a75b0f05 1. configure.ac finally
2. add docsbuilding infra
3. fix list/genlist on code-based select.



SVN revision: 40667
2009-05-15 11:45:14 +00:00