Commit Graph

30 Commits

Author SHA1 Message Date
Christopher Michael f723e3499c Fix function protos & functions for recent Evas_Hash changes to remove
compiler warnings.
Fix some formatting in e_font.


SVN revision: 33719
2008-02-09 22:41:30 +00:00
Christopher Michael d6d08445e2 Cleanup e_bg & e_theme nicely by removing globs.
Tell compiler about more unused hash params in e_fm_mime.c


SVN revision: 32090
2007-10-16 11:07:52 +00:00
Christopher Michael 5b40685c3f Tell compiler that hash is unused in this function.
SVN revision: 32089
2007-10-16 09:15:30 +00:00
Christopher Michael 857b0904f8 Append to the currect hash.
Fix some comments.


SVN revision: 32088
2007-10-16 09:11:43 +00:00
Christopher Michael ce97665b00 Fix returns for evas_hash_modify (which returns a pointer to the old data,
not a pointer to the hash).


SVN revision: 32085
2007-10-16 04:10:03 +00:00
codewarrior f3b6e167e9 Add e_fm2_mime_handler_test() to run a mime handler's internal test funciton
When as right click an icon, we need to run the test function to determine of
context entries need to go into the menu or not. (previously, only the glob /
mime check was being done)


SVN revision: 32080
2007-10-15 12:35:56 +00:00
Christopher Michael 15672179f7 Init some vars to NULL.
Minor formatting fixes.


SVN revision: 32075
2007-10-14 18:20:49 +00:00
Christopher Michael 511e3c1b8a Add context menu for setting themes from efm.
Fix e_fm_mime returns.


SVN revision: 32070
2007-10-14 17:31:27 +00:00
codewarrior 98d70425c2 Append the individual handlers to the list of handlers, not the list as a
whole.


SVN revision: 32067
2007-10-14 15:25:57 +00:00
codewarrior e9a0d97c04 Rename from fm / Fm to fm2 / Fm2 to stay consistent with code.
Change glob get function to do glob matching.


SVN revision: 32066
2007-10-14 15:17:32 +00:00
codewarrior c1601cdc69 Add functions to get list of handlers for glob and mime.
Add function sto call all handlers for a mime / glob.


SVN revision: 32064
2007-10-14 14:12:03 +00:00
Christopher Michael f196a8b159 Add mime/glob _del functions.
SVN revision: 32062
2007-10-14 13:39:39 +00:00
codewarrior 9ffb9ddab7 Add data pointers to test / action callbacks.
Add function to call a handler.


SVN revision: 32061
2007-10-14 12:59:26 +00:00
Christopher Michael 3304ad77d4 Add a mime_handler_free function.
SVN revision: 32060
2007-10-14 12:45:23 +00:00
Christopher Michael fa0b655a80 Some very minor formatting fixes.
Use evas_stringshare, not strdup.
Init some evas_lists to NULL.


SVN revision: 32059
2007-10-14 12:36:08 +00:00
codewarrior 7722513648 Skeleton code for upcoming context sensitive menus in EFM. This does nothing
and should be disregarded right now. (=


SVN revision: 32058
2007-10-14 12:22:52 +00:00
Christopher Michael 30523002c2 Some minor formatting fix before I start the mime handlers code :)
SVN revision: 32044
2007-10-12 08:17:40 +00:00
Sebastian Dransfeld ad3761c9bd Fix warnings.
SVN revision: 30963
2007-07-24 18:47:26 +00:00
Carsten Haitzler 22d4a7d9b9 nick's patches to use efreet_mime. seem to work fine.
SVN revision: 30856
2007-07-16 14:33:25 +00:00
Carsten Haitzler 7f38a7be33 make mime type loads more correct and efficient
SVN revision: 27064
2006-11-12 03:08:48 +00:00
Carsten Haitzler 378f823149 fix list remove. add cache flush. use it.
SVN revision: 26937
2006-11-04 02:31:53 +00:00
sebastid 1251802479 Don't strdup homedir
SVN revision: 26026
2006-09-22 19:55:11 +00:00
Carsten Haitzler d8ae790466 no - xpm is not requried to be supported. this is an auto-icon choice based
on mime type that is specific to e and how it chooses icons for file types -
i would love to see xpm die a slow horrible death. i have been hoping for its
death since i first started enlightenment back in 1996. anything i can do to
ease its way into its grave - i am happy to do. that means not supporting it
for things that are e specific and where we are not required to.


SVN revision: 26014
2006-09-22 03:51:17 +00:00
David Walter Seikel 132301b911 .xpm are allowed for icons to.
SVN revision: 26011
2006-09-22 02:07:41 +00:00
sebastid 87846017d6 Remove unused label.
SVN revision: 26007
2006-09-21 20:08:11 +00:00
Carsten Haitzler 8c9abfcdc5 there is now a mime type ->? icon mapping that can work in many ways... hooray
SVN revision: 25874
2006-09-16 11:35:54 +00:00
Carsten Haitzler 853ee8330d add more mime type locations - but this is bad - where do we stop?
SVN revision: 24911
2006-08-19 15:18:00 +00:00
Carsten Haitzler 9a2ccd1e64 case insensitive match.
SVN revision: 24895
2006-08-19 02:00:14 +00:00
sebastid 71194399af Fix return value.
Fix pointer advance.


SVN revision: 24419
2006-08-06 02:15:14 +00:00
Carsten Haitzler f8f31a59c2 add mime type parser for system mime types (old mime.types and new xdg shared
mimeinfo) as well as pasring user versions of thoses files - use them in fm2.


SVN revision: 24317
2006-07-30 16:58:38 +00:00