platform/upstream/efl.git
13 years agoOnly print if verbose and TODO++
Sebastian Dransfeld [Sat, 19 Feb 2011 20:54:03 +0000 (20:54 +0000)]
Only print if verbose and TODO++

SVN revision: 57175

13 years agoRemove debug ouput
Sebastian Dransfeld [Sat, 19 Feb 2011 20:52:10 +0000 (20:52 +0000)]
Remove debug ouput

SVN revision: 57173

13 years agochangelog for todays fixes
Carsten Haitzler [Sat, 19 Feb 2011 15:55:04 +0000 (15:55 +0000)]
changelog for todays fixes

SVN revision: 57164

13 years agofix convert to a8. someone fixed this badly. fix right now.
Carsten Haitzler [Sat, 19 Feb 2011 15:53:47 +0000 (15:53 +0000)]
fix convert to a8. someone fixed this badly. fix right now.

SVN revision: 57163

13 years agofix off by 1!
Carsten Haitzler [Sat, 19 Feb 2011 15:48:46 +0000 (15:48 +0000)]
fix off by 1!

SVN revision: 57162

13 years agoadd an ellipsis alias.
Carsten Haitzler [Sat, 19 Feb 2011 12:37:12 +0000 (12:37 +0000)]
add an ellipsis alias.

SVN revision: 57159

13 years agoFrom: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Mathieu Taillefumier [Sat, 19 Feb 2011 12:27:48 +0000 (12:27 +0000)]
From: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
Subject: Re: [E-devel] [PATCH][Ecore] second version of the backlight
functions

Add backlight support impl - thanks mathieu

SVN revision: 57158

13 years agoadd ethumb.spec back in dist
Vincent Torri [Fri, 18 Feb 2011 22:23:06 +0000 (22:23 +0000)]
add ethumb.spec back in dist

SVN revision: 57152

13 years agodon't add generated files in the distribution !
Vincent Torri [Fri, 18 Feb 2011 07:41:26 +0000 (07:41 +0000)]
don't add generated files in the distribution !
you were lucky, you broke distribution but the autotools
automatically add the files AUTHORS README and COPIYNG

SVN revision: 57145

13 years agoOops :)
Rui Seabra [Thu, 17 Feb 2011 23:21:02 +0000 (23:21 +0000)]
Oops :)

SVN revision: 57141

13 years agoAdd rpm spec to eio and one more entry to svn:ignore.
Rui Seabra [Thu, 17 Feb 2011 23:13:36 +0000 (23:13 +0000)]
Add rpm spec to eio and one more entry to svn:ignore.

SVN revision: 57140

13 years agoAdd an rpm spec and a few more svn:ignore references.
Rui Seabra [Thu, 17 Feb 2011 23:05:11 +0000 (23:05 +0000)]
Add an rpm spec and a few more svn:ignore references.

SVN revision: 57139

13 years agoEcore_X_Image: Add missing LOGFN for ecore_x_image_put.
Christopher Michael [Thu, 17 Feb 2011 20:11:20 +0000 (20:11 +0000)]
Ecore_X_Image: Add missing LOGFN for ecore_x_image_put.

SVN revision: 57134

13 years agoEcore_X_Image: Add trap for potential missing XImage.
Christopher Michael [Thu, 17 Feb 2011 18:38:56 +0000 (18:38 +0000)]
Ecore_X_Image: Add trap for potential missing XImage.
  if Ecore_X_Image-->XImage does not exist, we call
_ecore_x_image_shm_create to create it via shm, BUT that function
can return a NULL XImage if shm is not supported, so we need to check
the return of that, else we are calling XShmPutImage with no XImage.

(NB: This should probably be backported to 1.0...if someone could
handle that please ?)

SVN revision: 57130

13 years agoeio: add eio_dir_stat_ls.
Cedric BAIL [Thu, 17 Feb 2011 15:59:07 +0000 (15:59 +0000)]
eio: add eio_dir_stat_ls.

SVN revision: 57129

13 years agoEina ut8: Made the utf8 parser tests more complete.
Tom Hacohen [Thu, 17 Feb 2011 11:49:37 +0000 (11:49 +0000)]
Eina ut8: Made the utf8 parser tests more complete.
Added standalone continuation bytes tests.
Added isolated starting sequences tests
Added incomplete sequences tests
Added Overlong representations tests.
And I think that's it. Still need to add tests for surrogate pairs.

SVN revision: 57123

13 years agoBetter headers check.
Vincent Torri [Thu, 17 Feb 2011 08:34:42 +0000 (08:34 +0000)]
Better headers check.

Btw, should we include inttypes.h where we include stdint.h ?

SVN revision: 57114

13 years agoEina utf8: Handle overlong representations in the parser.
Tom Hacohen [Thu, 17 Feb 2011 07:53:49 +0000 (07:53 +0000)]
Eina utf8: Handle overlong representations in the parser.

SVN revision: 57112

13 years ago+eina_list_move* for moving list node data to another list
Mike Blumenkrantz [Thu, 17 Feb 2011 07:29:12 +0000 (07:29 +0000)]
+eina_list_move* for moving list node data to another list

SVN revision: 57110

13 years agoEvas: Updated changelog.
Tom Hacohen [Wed, 16 Feb 2011 16:43:49 +0000 (16:43 +0000)]
Evas: Updated changelog.

SVN revision: 57098

13 years agoEvas font: Draw the replacement char whan the glyph can't be found.
Tom Hacohen [Wed, 16 Feb 2011 16:36:16 +0000 (16:36 +0000)]
Evas font: Draw the replacement char whan the glyph can't be found.

SVN revision: 57097

13 years agoEvas encoding: Removed Evas_Encoding and moved to eina_unicode_utf8* instead.
Tom Hacohen [Wed, 16 Feb 2011 16:00:17 +0000 (16:00 +0000)]
Evas encoding: Removed Evas_Encoding and moved to eina_unicode_utf8* instead.

SVN revision: 57096

13 years agoEina coverage: Added eina_unicode_utf8_* and utf8<->Eina_Unicode testing coverage.
Tom Hacohen [Wed, 16 Feb 2011 15:43:29 +0000 (15:43 +0000)]
Eina coverage: Added eina_unicode_utf8_* and utf8<->Eina_Unicode testing coverage.

SVN revision: 57094

13 years agoEina unicode: Added utf8 handling functions and also added Eina_Unicode<->UTF-8 conve...
Tom Hacohen [Wed, 16 Feb 2011 15:43:25 +0000 (15:43 +0000)]
Eina unicode: Added utf8 handling functions and also added Eina_Unicode<->UTF-8 conversions.
It's the functions from Evas_Encoding that have been renamed.
I also added support for 6byte UTF-8 conversion (Eina_Unicode->UTF-8).

SVN revision: 57093

13 years agoEvas encoding: Should be bitwise AND and not logical AND.
Tom Hacohen [Wed, 16 Feb 2011 14:59:36 +0000 (14:59 +0000)]
Evas encoding: Should be bitwise AND and not logical AND.

SVN revision: 57092

13 years agoEvas encoding: Fixed an issue with the return value of prev_get when at the start.
Tom Hacohen [Wed, 16 Feb 2011 13:17:09 +0000 (13:17 +0000)]
Evas encoding: Fixed an issue with the return value of prev_get when at the start.

SVN revision: 57091

13 years agoEvas encoding: Made the utf8 parser more robust.
Tom Hacohen [Wed, 16 Feb 2011 13:00:50 +0000 (13:00 +0000)]
Evas encoding: Made the utf8 parser more robust.
In now handles more error cases in a more correct way.

SVN revision: 57090

13 years agoEvas textblock: Fixed possible issue with word/mixed wrapping.
Tom Hacohen [Wed, 16 Feb 2011 13:00:41 +0000 (13:00 +0000)]
Evas textblock: Fixed possible issue with word/mixed wrapping.

SVN revision: 57089

13 years agoecore: oops, forgotten return.
Cedric BAIL [Wed, 16 Feb 2011 12:46:24 +0000 (12:46 +0000)]
ecore: oops, forgotten return.

SVN revision: 57088

13 years agoecore: Add ecore_file_download_full patch by Sangho Park <gouache95@gmail.com>
Cedric BAIL [Wed, 16 Feb 2011 12:44:34 +0000 (12:44 +0000)]
ecore: Add ecore_file_download_full patch by Sangho Park <gouache95@gmail.com>

SVN revision: 57087

13 years agoEina Changelog: Updated changelog (zmike's change)
Tom Hacohen [Wed, 16 Feb 2011 11:33:32 +0000 (11:33 +0000)]
Eina Changelog: Updated changelog (zmike's change)

SVN revision: 57086

13 years agoEvas textblock: Fixed an issue with item size calculation.
Tom Hacohen [Wed, 16 Feb 2011 09:43:57 +0000 (09:43 +0000)]
Evas textblock: Fixed an issue with item size calculation.
This caused some issues in some cases. Just switch continue with a goto to the end of the loop so we'll be able to calculate the sizes even when we don't need to format the format item.

SVN revision: 57081

13 years ago+EINA_INLIST_FOREACH_SAFE
Mike Blumenkrantz [Wed, 16 Feb 2011 09:34:27 +0000 (09:34 +0000)]
+EINA_INLIST_FOREACH_SAFE
it looks crazy, but it works somehow

SVN revision: 57080

13 years agoFrom: Jeonghyun Yun <jh0506.yun@samsung.com>
Jeonghyun Yun [Wed, 16 Feb 2011 05:44:01 +0000 (05:44 +0000)]
From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: Re: [E-devel] [Patch] evas_image_load_bmp small patch

When I tested some bmp files on evas, I found one bmp file is not displayed.
But this bmp file is displayed on windows and linux gimp and etc.
So I checked this bmp file, this file have 208 data per line despite 207
pixel per line!!

I fixed code to skip the data when data is more than width instead of
break. I think this is not bug but evas policy problem.

SVN revision: 57076

13 years agoonly log error events for actual errors
Mike Blumenkrantz [Tue, 15 Feb 2011 20:17:48 +0000 (20:17 +0000)]
only log error events for actual errors

SVN revision: 57065

13 years agoadd more descriptive error messages for epoll flag mod failure
Mike Blumenkrantz [Tue, 15 Feb 2011 19:51:06 +0000 (19:51 +0000)]
add more descriptive error messages for epoll flag mod failure

SVN revision: 57063

13 years agoTODO++
Sebastian Dransfeld [Tue, 15 Feb 2011 18:51:06 +0000 (18:51 +0000)]
TODO++

SVN revision: 57061

13 years ago * evas: prevent early death of stringshare.
Cedric BAIL [Tue, 15 Feb 2011 17:24:55 +0000 (17:24 +0000)]
* evas: prevent early death of stringshare.

SPANK ! SPANK ! SPANK !

PLEASE USE STRINGSHARE REPLACE EVERY TIME YOU DO
A STRINGSHARE_DEL FOLLOWED BY A STRINGSHARE_ADD.

SVN revision: 57057

13 years agoEvas textblock: Fixed a small calculation in format item's size calculation. Was...
Tom Hacohen [Tue, 15 Feb 2011 16:50:14 +0000 (16:50 +0000)]
Evas textblock: Fixed a small calculation in format item's size calculation. Was correct, but too complex, simplified it.

SVN revision: 57056

13 years agoEvas textblock: Fixed a bug that caused format item positions to be wrong in some...
Tom Hacohen [Tue, 15 Feb 2011 16:50:07 +0000 (16:50 +0000)]
Evas textblock: Fixed a bug that caused format item positions to be wrong in some cases.
Just sanitized some of the item coordinates calculation.

SVN revision: 57055

13 years agoFrom: Eduardo Felipe <eduardofelipe87@gmail.com>
Eduardo Felipe [Tue, 15 Feb 2011 09:31:18 +0000 (09:31 +0000)]
From: Eduardo Felipe <eduardofelipe87@gmail.com>
Subject: [E-devel] [PATCH] Fix ethumbd FDO and orientation support

FDO was a noop and orientation was partially implemented on the master
and not at all on the slave. These patches fix both bugs.

Fix-FDO-support-in-ethumbd

SVN revision: 57043

13 years agoFrom: Eduardo Felipe <eduardofelipe87@gmail.com>
Eduardo Felipe [Tue, 15 Feb 2011 09:29:58 +0000 (09:29 +0000)]
From: Eduardo Felipe <eduardofelipe87@gmail.com>
Subject: [E-devel] [PATCH] Fix ethumbd FDO and orientation support

Add-orientation-support-to-ethumbd

SVN revision: 57042

13 years agoBetter fix for invalid variable usage.
Sebastian Dransfeld [Mon, 14 Feb 2011 20:21:10 +0000 (20:21 +0000)]
Better fix for invalid variable usage.

No point in having to pointers, and fix formatting.

SVN revision: 57037

13 years agoEvas textblock: Fixed evas_textblock_cursor_range_geometry_get which didn't work...
Tom Hacohen [Mon, 14 Feb 2011 16:14:26 +0000 (16:14 +0000)]
Evas textblock: Fixed evas_textblock_cursor_range_geometry_get which didn't work when across multiple paragraphs.

SVN revision: 57027

13 years agoEvas textblock: strcpy->strncpy in a place we use a cached len, to be on the safe...
Tom Hacohen [Mon, 14 Feb 2011 15:02:58 +0000 (15:02 +0000)]
Evas textblock: strcpy->strncpy in a place we use a cached len, to be on the safe side.

SVN revision: 57025

13 years agoEvas font: Fixed wrong condition that may cause an invalid read when using OT.
Tom Hacohen [Mon, 14 Feb 2011 15:02:52 +0000 (15:02 +0000)]
Evas font: Fixed wrong condition that may cause an invalid read when using OT.

SVN revision: 57024

13 years agoEvas textblock: Fixed compilation error, I don't understand what went wrong in my...
Tom Hacohen [Mon, 14 Feb 2011 14:44:47 +0000 (14:44 +0000)]
Evas textblock: Fixed compilation error, I don't understand what went wrong in my last two commits, sorry for the spam.

SVN revision: 57023

13 years agoEvas textblock: Fix compilation warning, for some reason this wasn't included in...
Tom Hacohen [Mon, 14 Feb 2011 14:42:22 +0000 (14:42 +0000)]
Evas textblock: Fix compilation warning, for some reason this wasn't included in the previous patch.

SVN revision: 57022

13 years agofix: size < ret_size is always false. scale icons less
Hannes Janetzek [Mon, 14 Feb 2011 14:28:21 +0000 (14:28 +0000)]
fix: size < ret_size is always false. scale icons less

SVN revision: 57021

13 years agoEvas: updated changelog.
Tom Hacohen [Mon, 14 Feb 2011 14:17:18 +0000 (14:17 +0000)]
Evas: updated changelog.

SVN revision: 57020

13 years agoEvas textblock: Added a mode for setting newline behavior.
Tom Hacohen [Mon, 14 Feb 2011 14:17:12 +0000 (14:17 +0000)]
Evas textblock: Added a mode for setting newline behavior.
Can either be normal, or PS mode which means newline character behaves as a PS.

SVN revision: 57019

13 years agoevas/engines - fixed invalid variable usage.
ChunEon Park [Mon, 14 Feb 2011 13:59:36 +0000 (13:59 +0000)]
evas/engines - fixed invalid variable usage.

SVN revision: 57017

13 years agoEvas textblock: Fixed it so there's an Evas_Text_Props field only for text objects.
Tom Hacohen [Mon, 14 Feb 2011 13:09:41 +0000 (13:09 +0000)]
Evas textblock: Fixed it so there's an Evas_Text_Props field only for text objects.
Saves some memory.

SVN revision: 57016

13 years agoEvas textblock: Wrapping - used a less correct approach that appears to be 3 times...
Tom Hacohen [Mon, 14 Feb 2011 12:44:38 +0000 (12:44 +0000)]
Evas textblock: Wrapping - used a less correct approach that appears to be 3 times faster.

SVN revision: 57015

13 years agoEvas textblock: don't force calc utf8 string in evas_textblock_style_set. Only calc...
Tom Hacohen [Mon, 14 Feb 2011 12:44:31 +0000 (12:44 +0000)]
Evas textblock: don't force calc utf8 string in evas_textblock_style_set. Only calc it when used.

SVN revision: 57014

13 years ago * eet: improve speed and memory usage when decoding EET_G_UNION,
Cedric BAIL [Mon, 14 Feb 2011 10:57:13 +0000 (10:57 +0000)]
* eet: improve speed and memory usage when decoding EET_G_UNION,
EET_G_VAR_ARRAY and EET_G_ARRAY.

This change has a direct impact on load time for Edje file. So
please test it and report any issue.

SVN revision: 57013

13 years agoEvas textblock: Fixed issue with incorrect sizes in textblock, _text_item_update_size...
Tom Hacohen [Mon, 14 Feb 2011 10:49:14 +0000 (10:49 +0000)]
Evas textblock: Fixed issue with incorrect sizes in textblock, _text_item_update_sizes should be called after merging.

SVN revision: 57012

13 years agoEvas textblock: Use eina_unicode_strndup instead of eina_unicode_strdup beacuse we...
Tom Hacohen [Mon, 14 Feb 2011 10:49:09 +0000 (10:49 +0000)]
Evas textblock: Use eina_unicode_strndup instead of eina_unicode_strdup beacuse we already have the lentgth.

SVN revision: 57011

13 years agoEvas textblock: Replaced all the calls to eina_unicode_strlen with the cached text_len.
Tom Hacohen [Mon, 14 Feb 2011 10:49:05 +0000 (10:49 +0000)]
Evas textblock: Replaced all the calls to eina_unicode_strlen with the cached text_len.
This also fixes an issue with ellip_char text pos.

SVN revision: 57010

13 years agoEvas textblock: speeded things up by using the cached text_len
Tom Hacohen [Mon, 14 Feb 2011 10:09:27 +0000 (10:09 +0000)]
Evas textblock: speeded things up by using the cached text_len
instead of calling eina_unicode_strlen all the time.
Also fixed an issue with size calculation.

SVN revision: 57009

13 years agoEvas textblock: Used eina_list_append_relative_list instead of eina_list_append_relative
Tom Hacohen [Mon, 14 Feb 2011 09:37:49 +0000 (09:37 +0000)]
Evas textblock: Used eina_list_append_relative_list instead of eina_list_append_relative
in some places, which obviously made things way faster.

SVN revision: 57008

13 years agomissing semicolon. you never cease to amaze me, edev.
Mike Blumenkrantz [Mon, 14 Feb 2011 05:21:17 +0000 (05:21 +0000)]
missing semicolon. you never cease to amaze me, edev.

SVN revision: 57004

13 years agoevas/evas_object_image - fixed an inccorect word in doxygen
ChunEon Park [Mon, 14 Feb 2011 04:42:53 +0000 (04:42 +0000)]
evas/evas_object_image - fixed an inccorect word in doxygen

SVN revision: 57003

13 years agoadd filter for exe events
Mike Blumenkrantz [Mon, 14 Feb 2011 01:47:37 +0000 (01:47 +0000)]
add filter for exe events

SVN revision: 57000

13 years agodisregard previous commit, must have been high
Mike Blumenkrantz [Mon, 14 Feb 2011 01:32:40 +0000 (01:32 +0000)]
disregard previous commit, must have been high

SVN revision: 56999

13 years agouse an id pointer to differentiate eeze_mount events and avoid segvs
Mike Blumenkrantz [Mon, 14 Feb 2011 00:50:29 +0000 (00:50 +0000)]
use an id pointer to differentiate eeze_mount events and avoid segvs

SVN revision: 56997

13 years agoEvas font: removed an obsolete comment.
Tom Hacohen [Sun, 13 Feb 2011 16:35:03 +0000 (16:35 +0000)]
Evas font: removed an obsolete comment.

SVN revision: 56989

13 years agoEvas textblock: Improved error message.
Tom Hacohen [Sun, 13 Feb 2011 13:07:37 +0000 (13:07 +0000)]
Evas textblock: Improved error message.

SVN revision: 56984

13 years agoEvas font-engine: Added text_len to text_props which fixes
Tom Hacohen [Sun, 13 Feb 2011 12:57:37 +0000 (12:57 +0000)]
Evas font-engine: Added text_len to text_props which fixes
a bug with cursor position and ligatures.

SVN revision: 56983

13 years agoFix the semicolon, and small optimisation.
Brett Nash [Sun, 13 Feb 2011 00:27:03 +0000 (00:27 +0000)]
Fix the semicolon, and small optimisation.

SVN revision: 56975

13 years agofix silly sized scaling issue.
Carsten Haitzler [Sat, 12 Feb 2011 14:50:25 +0000 (14:50 +0000)]
fix silly sized scaling issue.

SVN revision: 56962

13 years agoTODO++
Sebastian Dransfeld [Fri, 11 Feb 2011 13:49:25 +0000 (13:49 +0000)]
TODO++

SVN revision: 56951

13 years ago+ecore_con_client_port_get
Mike Blumenkrantz [Fri, 11 Feb 2011 07:38:27 +0000 (07:38 +0000)]
+ecore_con_client_port_get

SVN revision: 56950

13 years agofix up gl side image cache to cleanly ref/deref and shadow image
Carsten Haitzler [Fri, 11 Feb 2011 06:23:10 +0000 (06:23 +0000)]
fix up gl side image cache to cleanly ref/deref and shadow image
cache. yes - changelog - this is just fixing up whats already
changelogged.

SVN revision: 56949

13 years agosupport libmount 2.19, fix some bugs here and there, automatically grab fstab/mtab...
Mike Blumenkrantz [Fri, 11 Feb 2011 03:14:00 +0000 (03:14 +0000)]
support libmount 2.19, fix some bugs here and there, automatically grab fstab/mtab mount flags when using eeze_disk_mountopts_get with new libmount

SVN revision: 56947

13 years agoadd new option for verbose to print some debug info, parse options a bit better,...
Mike Blumenkrantz [Fri, 11 Feb 2011 03:12:34 +0000 (03:12 +0000)]
add new option for verbose to print some debug info, parse options a bit better, grab+use fstab mount opts where available

SVN revision: 56946

13 years agoformatting
Mike Blumenkrantz [Fri, 11 Feb 2011 03:11:09 +0000 (03:11 +0000)]
formatting

SVN revision: 56945

13 years agoonly enable eeze 1.1 with libmount 2.18.0 for now
Mike Blumenkrantz [Thu, 10 Feb 2011 21:11:54 +0000 (21:11 +0000)]
only enable eeze 1.1 with libmount 2.18.0 for now

SVN revision: 56936

13 years agochangelog for previous commit
Mike Blumenkrantz [Thu, 10 Feb 2011 19:44:18 +0000 (19:44 +0000)]
changelog for previous commit

SVN revision: 56935

13 years agoavoid double printing errors
Mike Blumenkrantz [Thu, 10 Feb 2011 19:22:30 +0000 (19:22 +0000)]
avoid double printing errors

SVN revision: 56934

13 years agorewrite all event handler code to be unified, always increment server event count...
Mike Blumenkrantz [Thu, 10 Feb 2011 19:17:30 +0000 (19:17 +0000)]
rewrite all event handler code to be unified, always increment server event count for client events (previously was only incremented on some events randomly)

SVN revision: 56933

13 years agodox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Daniel Juyung Seo [Thu, 10 Feb 2011 16:50:18 +0000 (16:50 +0000)]
dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.

SVN revision: 56926

13 years agoEvas text_utils: make the text_props_content_ref/unref more robust.
Tom Hacohen [Thu, 10 Feb 2011 15:29:13 +0000 (15:29 +0000)]
Evas text_utils: make the text_props_content_ref/unref more robust.
Don't allocate a text info if the length is 0. No point in that because
content won't be allocated anyway.

SVN revision: 56924

13 years agoEvas text_utils: fixed a bug with splitting.
Tom Hacohen [Thu, 10 Feb 2011 15:02:26 +0000 (15:02 +0000)]
Evas text_utils: fixed a bug with splitting.
Cutoff is the position in the string, not in the string object.

SVN revision: 56920

13 years agoremove wrong comment, fixed
Sebastian Dransfeld [Thu, 10 Feb 2011 14:41:36 +0000 (14:41 +0000)]
remove wrong comment, fixed

SVN revision: 56919

13 years agoTODO--
Sebastian Dransfeld [Thu, 10 Feb 2011 14:37:59 +0000 (14:37 +0000)]
TODO--

Fixed

SVN revision: 56918

13 years agomove NON_EXISTING define to efreet_cache
Sebastian Dransfeld [Thu, 10 Feb 2011 14:34:03 +0000 (14:34 +0000)]
move NON_EXISTING define to efreet_cache

SVN revision: 56917

13 years agoSearch for theme directly in hash
Sebastian Dransfeld [Thu, 10 Feb 2011 14:26:30 +0000 (14:26 +0000)]
Search for theme directly in hash

If not found directly in hash, use efreet_cache_icon_theme_find

SVN revision: 56916

13 years agoTODO--
Sebastian Dransfeld [Thu, 10 Feb 2011 14:26:20 +0000 (14:26 +0000)]
TODO--

We can't check in cache, as the path might not exist on disk.

SVN revision: 56915

13 years agoAdd more testing to tests
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:54 +0000 (14:25 +0000)]
Add more testing to tests

SVN revision: 56913

13 years agoMove desktop cache to efreet_cache.c
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:44 +0000 (14:25 +0000)]
Move desktop cache to efreet_cache.c

SVN revision: 56912

13 years agoDelay cache recreation with a timer
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:33 +0000 (14:25 +0000)]
Delay cache recreation with a timer

SVN revision: 56911

13 years agoPass dirs to desktop cache process as arguments
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:23 +0000 (14:25 +0000)]
Pass dirs to desktop cache process as arguments

And store the extra dirs in the desktop eet cache.

SVN revision: 56910

13 years agoFix memleak in desktop cache create
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:13 +0000 (14:25 +0000)]
Fix memleak in desktop cache create

SVN revision: 56909

13 years agoefreet_cache_icon -> efreet_icon
Sebastian Dransfeld [Thu, 10 Feb 2011 14:25:00 +0000 (14:25 +0000)]
efreet_cache_icon -> efreet_icon

SVN revision: 56908

13 years agoFree hashes on init error
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:50 +0000 (14:24 +0000)]
Free hashes on init error

SVN revision: 56907

13 years agoMove all eet cache handling to efreet_cache.c
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:40 +0000 (14:24 +0000)]
Move all eet cache handling to efreet_cache.c

SVN revision: 56906

13 years agoMove struct only used for cache
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:30 +0000 (14:24 +0000)]
Move struct only used for cache

SVN revision: 56905

13 years agomove around some code
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:20 +0000 (14:24 +0000)]
move around some code

SVN revision: 56904

13 years agoMake efreet_cache_icon_theme_free static
Sebastian Dransfeld [Thu, 10 Feb 2011 14:24:09 +0000 (14:24 +0000)]
Make efreet_cache_icon_theme_free static

SVN revision: 56903