efl/legacy
Gustavo Sverzut Barbieri f1e077844e fix edje error reporting for once and for all.
edje error was a mess. First someone (maybe myself) added eina log,
then people changed it to be a mix with printf()... then they replaced
eina_log with printf() + colors so it would be less verbose.

It's fixed now! Using eina log infrastructure.

If all that is wanted is specific messages for edje_cc domain, do it
with a specific log print function (eina_log_print_cb_set()). I made
it produce messages in the format:

    <levelcolor><progname>: <levelprefix><message>

Where:
 - levelcolor is defined by eina_log (I hacked the win32 version,
   since no public api to resolve level to color).
 - levelprefix is "Error. " or "Warning. " to cope with traditional
   output.

If it does not look as you wanted, let me know before stuffing some
printf() again.

Bonus point: reduced 2 global variables (progname and verbose),
removed lots of code.



SVN revision: 74701
2012-07-31 22:42:03 +00:00
..
ecore ecore: fix typo in ecore_main_fd_handler_add 2012-07-30 10:27:30 +00:00
edje fix edje error reporting for once and for all. 2012-07-31 22:42:03 +00:00
eet eet: as pointed by Vincent, remove useless check as we don't use those function any more. 2012-07-28 14:26:47 +00:00
eeze add EEZE_DISK_MOUNTOPT_NODEV 2012-07-30 09:49:05 +00:00
efreet eina: cleanup eina_file_map_lines API before release. 2012-07-31 07:23:16 +00:00
eina eina: fix documentation. 2012-07-31 08:41:32 +00:00
eio fix minor version defines to be at 1.6 (in sync now) ready for going 2012-07-16 06:36:02 +00:00
embryo fix minor version defines to be at 1.6 (in sync now) ready for going 2012-07-16 06:36:02 +00:00
emotion Emotion: Add UNUSED to _image_resize function paramaters where missing. 2012-07-23 08:23:31 +00:00
eobj Eo: Also fix the case when the chain is not allocated. 2012-07-31 07:34:27 +00:00
ephysics EPhysics: small fixes related to slider constraint 2012-07-31 22:24:51 +00:00
escape added short description in the missing README contents 2012-04-07 01:25:36 +00:00
ethumb ethumb: Fix .so version. 2012-07-10 21:18:18 +00:00
evas Evas font: Fixed compilation without fontconfig. 2012-07-31 10:51:11 +00:00
evil evil: why sed when rm works ? Get rid of the stupid .la files 2012-07-21 18:44:50 +00:00