Commit Graph

345 Commits

Author SHA1 Message Date
Cedric BAIL 36f15d761a emotion: integrate generic legacy vlc support in the build system. 2016-06-02 11:35:05 +01:00
Tom Hacohen e649307d92 Merge in emotion generic players.
This commit only merges the repository in (including history) but
doesn't actually build anything. This is the first steps towards the
merge.
2016-06-02 11:35:05 +01:00
Stefan Schmidt 2674c74e38 configure: Switch to dev mode again. Merge window for 1.18 is now open. 2016-02-02 11:21:21 +01:00
Stefan Schmidt a4705af6b9 configure: Switch to dev mode again. Merge window for 1.18 is now open. 2016-02-02 11:20:41 +01:00
Stefan Schmidt af72dcc6bd release: Update NEWS and bump version for 1.17.0 release 2016-02-02 10:46:50 +01:00
Stefan Schmidt 39eb30eb23 release: Update NEWS and bump version for 1.17.0 release 2016-02-02 10:46:01 +01:00
Stefan Schmidt 499e42b3fd release: Update NEWS and bump version for 1.17.0-beta3 release 2016-01-25 17:58:45 +01:00
Stefan Schmidt 0c0f8a4197 release: Update NEWS and bump version for 1.17.0-beta3 release 2016-01-25 17:57:54 +01:00
Stefan Schmidt 1e509418d5 release: Update NEWS and bump version for 1.17.0-beta2 release 2016-01-18 14:09:13 +01:00
Stefan Schmidt d6501919a6 release: Update NEWS and bump version for 1.17.0-beta2 release 2016-01-18 14:08:33 +01:00
Stefan Schmidt aa10b6fee1 release: Update NEWS and bump version for 1.17.0-beta1 release 2016-01-11 12:57:28 +01:00
Stefan Schmidt 5089bd6072 release: Update NEWS and bump version for 1.17.0-beta1 release 2016-01-11 12:56:01 +01:00
Stefan Schmidt b0143c53a2 release: Update NEWS and bump version for 1.17.0-alpha1 release 2016-01-05 15:22:51 +01:00
Stefan Schmidt 2b9dfd57ac release: Update NEWS and bump version for 1.17.0-alpha1 release 2016-01-05 15:21:43 +01:00
Stefan Schmidt d85aef518b xcf: fix indent for some code parts to match surroundings
The file uses 3 spaces for initial indent while some code blocks have been
added with two spaces. Purely cosmetic but found while playing around with
smatch.
2015-11-26 23:31:45 +01:00
Stefan Schmidt e676088d5b raw: pass NULL to mmap() instead 0 for address
Surprising to see this. mmap() expects a void * as address here. If we want
to let the kernel choose the address we should really pass in NULL instead
of the integer 0
2015-11-10 16:20:34 +01:00
Stefan Schmidt 449cc48222 ps: mark local symbols static 2015-11-10 16:15:20 +01:00
Stefan Schmidt 7b00942dfd pdf: avoid shadowing a global varibale by renaming oe in local scope
The global page variable is actually a poppler type and the local one only the
page number as int.
2015-11-10 16:10:19 +01:00
Stefan Schmidt 34b1fbe463 pdf: remove unused global variable
This started out as a warning about a shadowed global variable but turned out
to be an unused global variable as the one in local scope handles all cases.
2015-11-10 16:03:25 +01:00
Stefan Schmidt a26e3dccb0 common: mark local symbol static 2015-11-10 16:02:02 +01:00
Stefan Schmidt de6120c835 xcf: mark functions static if possible 2015-11-10 15:48:09 +01:00
Stefan Schmidt d54cf32f89 emotions_generic: make exit_func() static as it is only used in this file 2015-11-10 14:32:04 +01:00
Stefan Schmidt ce48241249 build: use the same version handling macros as efl and elementary
Instead of having our slightly different set of macros here for version
handling switch to the efl.m4 file we are already using.

This annoyed me since I took over the release handling 2 years back.
2015-11-09 16:10:23 +01:00
Stefan Schmidt db9ef84894 build: use the same version handling macros as efl and elementary
Instead of having our slightly different set of macros here for version
handling switch to the efl.m4 file we are already using.

This annoyed me since I took over the release handling 2 years back.
2015-11-09 16:06:16 +01:00
Stefan Schmidt 9834f8b073 configure: Switch to dev mode again. Merge window for 1.17 is open now 2015-11-09 11:47:42 +01:00
Stefan Schmidt 53fab398d0 configure: Switch to dev mode again. Merge window for 1.17 is open now 2015-11-09 11:47:13 +01:00
Stefan Schmidt fd5c45e9fd release: Update NEWS and bump version for 1.16.0 release 2015-11-09 11:07:31 +01:00
Stefan Schmidt 99c39efef4 release: Update NEWS and bump version for 1.16.0 release 2015-11-09 11:06:45 +01:00
Stefan Schmidt 624e67ec5f release: Update NEWS and bump version for 1.16.0-beta3 release 2015-10-26 03:58:15 +01:00
Stefan Schmidt b085e8066a release: Update NEWS and bump version for 1.16.0-beta3 release 2015-10-26 03:57:23 +01:00
Stefan Schmidt d656c30ebd release: Update NEWS and bump version for 1.16.0-beta2 release 2015-10-19 13:54:35 +02:00
Stefan Schmidt e09fe7b1e1 release: Update NEWS and bump version for 1.16.0-beta2 release 2015-10-19 13:53:52 +02:00
Stefan Schmidt 83f08f410d release: Update NEWS and bump version for 1.16.0-beta1 release 2015-10-12 12:08:53 +02:00
Stefan Schmidt c8bf8aab05 release: Update NEWS and bump version for 1.16.0-beta1 release 2015-10-12 12:04:18 +02:00
Stefan Schmidt 841283eade release: Update NEWS and bump version for 1.16.0-alpha1 release 2015-10-05 16:41:41 +02:00
Stefan Schmidt 8546c83d53 release: Update NEWS and bump version for 1.16.0-alpha1 release 2015-10-05 16:40:37 +02:00
Chris Michael 9ae9062422 evas-generic-loaders: Add missing EINA_UNUSED
Summary: This adds missing EINA_UNUSED for function paramaters which
are not being used

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-11 09:44:38 -04:00
Chris Michael fb491cf629 evas-generic-loaders: Remove unused variable
Summary: This removes an unused variable in the pdf loader

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-11 09:43:15 -04:00
Carsten Haitzler a673ffa1bd generic loaders - fix load if process esits before stdout produced
i found that generic loaders broke on my machine. stdout was never
reaching the app. child process exited and never sent stdout before
parent got anything - it all was lost in buffers somewhere. this fixes
it. fflush stdout. nasty little bugger.

@fix
2015-08-11 21:34:48 +09:00
Stefan Schmidt df47798bba configure: Switch to dev mode again. Merge window for 1.16 is open now 2015-08-04 11:45:46 +02:00
Stefan Schmidt 1908d08a7d configure: Switch to dev mode again. Merge window for 1.16 is open now 2015-08-04 11:44:46 +02:00
Stefan Schmidt 3738095607 release: Update NEWS and bump version for 1.15.0 release 2015-08-04 11:19:16 +02:00
Stefan Schmidt 83253a84e7 release: Update NEWS and bump version for 1.15.0 release 2015-08-04 11:18:27 +02:00
Daniel Juyung Seo 13c18707ef release: Update NEWS and bump version for 1.15.0-beta3 release 2015-07-28 01:42:34 +09:00
Daniel Juyung Seo 19cc89f2ba release: Update NEWS and bump version for 1.15.0-beta3 release 2015-07-28 01:42:05 +09:00
Daniel Juyung Seo 7680d73d6a release: Update NEWS and bump version for 1.15.0-beta2 release 2015-07-21 08:35:45 +09:00
Daniel Juyung Seo 20bbe26728 release: Update NEWS and bump version for 1.15.0-beta2 release 2015-07-21 08:35:13 +09:00
Daniel Juyung Seo 89727d8718 release: Update NEWS and bump version for 1.15.0-beta1 release 2015-07-14 00:13:36 +09:00
Daniel Juyung Seo e3ff8ffe7d release: Update NEWS and bump version for 1.15.0-beta1 release 2015-07-14 00:11:54 +09:00
Daniel Juyung Seo 85c8c5000d release: Update NEWS and bump version for 1.15.0-alpha1 release 2015-07-09 04:29:59 +09:00