Commit Graph

225 Commits

Author SHA1 Message Date
Rafael Antognolli 8ac3152e89 Ethumb: Fix license reporting on executables's --version output.
SVN revision: 79748
2012-11-27 15:37:56 +00:00
Daniel Juyung Seo ee88fcaceb ethumb: No verbose mode for edje_cc like other efl libs.
SVN revision: 79200
2012-11-13 06:52:47 +00:00
Vincent Torri e5eb117bb5 Ethumb: fix library linking on Cygwin
Patch by Yaakov Selkowitz


SVN revision: 78959
2012-11-07 06:38:40 +00:00
Stefan Schmidt cedf5d0cf9 Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409
2012-10-24 19:50:29 +00:00
Michal Jagiello 3491137bdb From: Michal Jagiello <m.jagiello@samsung.com>
Subject: [E-devel] [PATCH][ETHUMB] Null checks and checks if divisor
is not equal to zero in ethumb.c file

In functions ethumb_calculate_aspect_from_ratio,
ethumb_calculate_fill_from_ratio, ethumb_plugin_image_resize and
ethumb_image_save Ethumb object is not checked if is NULL, what can cause
segmentation fault.
 
In functions ethumb_calculate_aspect and ethumb_calculate_fill divisor is
not checked if is equal to zero before division.



SVN revision: 77736
2012-10-10 09:31:25 +00:00
Daniel Juyung Seo e430627e7e ethumb ethumb.c: Fixed indentation.
SVN revision: 77233
2012-10-01 04:43:39 +00:00
Daniel Juyung Seo 1e38f04bfc ethumb ethumb.c: Fixed wrong return value. Return EINA_FALSE when there is no theme_file on ethumb_frame_set. Spotted by Patryk Kaczmarek <patryk.k@samsung.com>
SVN revision: 77232
2012-10-01 04:43:35 +00:00
Carsten Haitzler 0e77364887 update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.



SVN revision: 75994
2012-09-03 09:55:34 +00:00
Cedric BAIL 0008f2362f ChangeLog: back in time.
SVN revision: 75875
2012-08-30 11:26:00 +00:00
Cedric BAIL 5e33eaa6c4 ChangeLog: state we did a release.
SVN revision: 75873
2012-08-30 10:55:40 +00:00
Carsten Haitzler d22ca53faa and up ver to 1.7.99 now in svn. nack to svnrev num at end.
SVN revision: 75869
2012-08-30 10:34:01 +00:00
Carsten Haitzler 19af039b30 add missing EAPI's for ethmub.c for symbols exposed to ethumb plugins.
SVN revision: 75843
2012-08-30 07:42:35 +00:00
Carsten Haitzler 6335870b45 no this isnt release - this is simply me removing the beta tag so when
we release it's ready.



SVN revision: 75740
2012-08-27 10:24:41 +00:00
Carsten Haitzler 497af2e1e4 tag as beta...
SVN revision: 75344
2012-08-17 03:57:49 +00:00
Jihoon Kim 6775a71abd fix version in NEWS of ethumb, eio, emotion
SVN revision: 75111
2012-08-10 14:33:29 +00:00
Carsten Haitzler aef32ed6d3 more updates for 1.7.0 alpha.
SVN revision: 75095
2012-08-10 10:51:17 +00:00
Carsten Haitzler 1e2cbe8e7d alpha release of 1.7 - let's roll. ALPHA!
SVN revision: 75091
2012-08-10 10:37:05 +00:00
Rafael Antognolli 651b34eea1 ethumb: Fix .so version.
- change l_rev and lt_cur to follow Evas scheme;
 - remove old code that was setting version_info again (to a wrong value).



SVN revision: 73539
2012-07-10 21:18:18 +00:00
Carsten Haitzler 5c9c0852bb 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
Jerome Pinot 8a73aa9435 ethumb: autotools
Remove the tarballs too when "make maintainer-clean"


SVN revision: 72603
2012-06-21 13:45:36 +00:00
Mike Blumenkrantz a7d136e964 formatting
SVN revision: 72176
2012-06-15 08:51:07 +00:00
Carsten Haitzler 318bd30043 This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.



SVN revision: 71548
2012-05-30 10:08:41 +00:00
Cedric BAIL 85c6d00e7e eio,ethumb,emotion: Fix build out of tree.
Patch by Jérôme Pinot <ngc891@gmail.com>.


SVN revision: 70540
2012-04-30 01:40:00 +00:00
Daniel Juyung Seo 4fef883b73 eio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.
SVN revision: 70538
2012-04-30 01:16:07 +00:00
Daniel Juyung Seo 8fee368673 emotion, ethumb ChangeLog: Updated ChangeLog.
SVN revision: 70521
2012-04-27 12:12:47 +00:00
Cedric BAIL 8053f61f86 efl: add release point in ChangeLog files.
SVN revision: 70494
2012-04-26 08:07:22 +00:00
Carsten Haitzler 8616b93335 restore .99 micro versions for trunk and add back svnrev vers too.
SVN revision: 70492
2012-04-26 04:51:32 +00:00
Carsten Haitzler 2e9912b91a and removed the -beta tag...
SVN revision: 70489
2012-04-26 04:35:43 +00:00
Carsten Haitzler ec3f63fae7 tag everything as beta in svn.
SVN revision: 70375
2012-04-21 01:52:12 +00:00
Daniel Juyung Seo 33710dc01d eet, eina, eio, embryo, ethumb, evas, expedite: Updated .gitignore
SVN revision: 69899
2012-04-03 13:43:31 +00:00
Vincent Torri 6ce3dfc3e3 Ethumb: Patch that fixes:
warning: Tag `DETAILS_AT_TOP' at line 163 of file Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: argument 'f' of command @param is not found in the argument list of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o)
/tmp/ethumb/src/lib/client/ethumb_client.c:1597: warning: The following parameters of ethumb_client_orientation_set(Ethumb_Client *client, Ethumb_Thumb_Orientation o) are not documented:
 parameter 'o'
/tmp/ethumb/src/lib/client/ethumb_client.c:1752: warning: return type of member ethumb_client_frame_set is not documented

Patch by Jérôme Pinot


SVN revision: 69826
2012-04-01 05:33:25 +00:00
Carsten Haitzler fed5f79433 and work more on getting release in shape - version requirements.
(god this is a pain in the butt)



SVN revision: 69484
2012-03-17 06:25:41 +00:00
Carsten Haitzler 4092638bf7 add back in libs.private/requires to pc files with some fixes for
missing.



SVN revision: 69482
2012-03-17 05:37:25 +00:00
Carsten Haitzler 63ed6ac02f gear up svn for release. one of many steps/things to do.
SVN revision: 69481
2012-03-17 04:17:29 +00:00
Thanatermesis 4776bcfbd7 Fix linking complaints brought out by:
From: Thanatermesis <thanatermesis.ecvs@gmail.com>
Subject: [E-devel] LDFLAGS with -Wl,-z,defs

Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some
libs that doesn't compile, like evas and e_dbus, there's some logs:



SVN revision: 68464
2012-02-27 05:20:17 +00:00
Daniel Juyung Seo 1358e68aff ethumb: Updated .gitignore
SVN revision: 67185
2012-01-13 10:27:34 +00:00
Cedric BAIL 122b8d9f98 ethumb: reorder parameter to match other EFL callback API.
SVN revision: 66608
2011-12-28 16:27:08 +00:00
Cedric BAIL 521c66c9e5 ethumb: make plugin API fully assynchronous and use it in emotion backend.
NOTE: epdf isn't asynchronous at the moment, so no need to fix its ethumb plugin.


SVN revision: 66607
2011-12-28 16:10:10 +00:00
Vincent Torri 23043ed40e Ethumb: source files should have their names with lower case letters
SVN revision: 65948
2011-12-06 06:50:10 +00:00
Vincent Torri 4d5063985b Ethumb: formatting, fix future compilation on Windows
SVN revision: 65946
2011-12-06 06:31:45 +00:00
Vincent Torri a10fb296c4 Ethumb: fix future compilation on Windows, formatting
SVN revision: 65945
2011-12-06 06:12:15 +00:00
Vincent Torri cb1efe97d8 Ethumb: remove and move header file
SVN revision: 65942
2011-12-06 05:32:35 +00:00
Vincent Torri 44c9a67c69 Ethumb: remove unused macro
SVN revision: 65941
2011-12-06 05:27:13 +00:00
Vincent Torri 621382a899 Ethumb: fix future compilation on Windows
SVN revision: 65940
2011-12-06 05:21:30 +00:00
Cedric BAIL 70af557501 ethumb: provide facility using Ecore_Idler.
SVN revision: 65781
2011-12-01 15:37:21 +00:00
Sanjeev BA d33324ebc1 Fix compile error due to missing assert.h.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 65665
2011-11-29 00:40:11 +00:00
Cedric BAIL 12285a5f4f ethumb: cleanup API.
SVN revision: 65660
2011-11-28 23:24:32 +00:00
Vincent Torri 0d3351d6a9 Ethumb: AM_PROG_CC_STDC is deprecated
SVN revision: 64745
2011-11-04 20:32:46 +00:00
Michael BOUCHAUD fc413bec7a ethumb: set explicitly alpha on, which allows us to fix the thumbnails with transparent backgrounds
SVN revision: 64735
2011-11-04 14:50:47 +00:00
Vincent Torri f392fc315c ethumb: add some linker and preprocessor flags, patch by Philippe Reynes, a bit modified by myself
SVN revision: 64529
2011-10-30 18:02:41 +00:00