Commit Graph

28 Commits

Author SHA1 Message Date
Sebastian Dransfeld d15dcd181c EAPI
SVN revision: 32339
2007-11-04 09:32:35 +00:00
Sebastian Dransfeld 193bdf421f Now that users of efreet_desktop must free their references, this is no
longer needed.


SVN revision: 31865
2007-09-29 13:24:31 +00:00
Sebastian Dransfeld fdd316902d Temporarily fix SEGV when deleting .desktop files from disk.
SVN revision: 31717
2007-09-14 23:15:41 +00:00
doursse 6a7494bba7 remove trailing spaces
SVN revision: 31638
2007-09-06 16:15:10 +00:00
Sebastian Dransfeld c233e2af8b Return NULL if file does not exist.
SVN revision: 30988
2007-07-26 11:37:23 +00:00
Peter Wehrfritz cd20fbc9d9 *API BREAK* see the discussion in the mailing list. misc and e_modules will follow
SVN revision: 30970
2007-07-25 17:01:04 +00:00
Nicholas Hughart be190f1117 Adding efreet_desktop_environment_get
SVN revision: 30873
2007-07-17 15:07:59 +00:00
Sebastian Dransfeld 68159d9bdd - Add ref function.
- Don't free Efreet_Desktops on shutdown, this is the responsibility of
  those who do efreet_desktop_get. If we free them here, there will be a
  problem with the events in efreet_util, as the events might try to free
  the Efreet_Desktops during ecore_shutdown.
- Check if the cache exists before trying to remove a Efreet_Desktop, as
  we might try to free a Efreet_Desktop after efreet_shutdown.


SVN revision: 30428
2007-06-22 09:39:58 +00:00
rephorm 2993abfb7d add efreet_type_alias()
SVN revision: 30411
2007-06-20 18:04:26 +00:00
rephorm 166cdf9873 add a function to get desktop commands immediately when no remote uri's are passed in
SVN revision: 30386
2007-06-18 04:26:50 +00:00
Carsten Haitzler e01578f037 allow to load a .desktop file and bypass cache
SVN revision: 30369
2007-06-17 08:29:20 +00:00
Carsten Haitzler 1f4e4934b2 make load time a long long - so we can use the modified time on disk (this will
make it 2038 safe).


SVN revision: 30350
2007-06-17 00:33:39 +00:00
Sebastian Dransfeld 0de6ba55b1 Formatting.
SVN revision: 30330
2007-06-14 18:37:31 +00:00
Carsten Haitzler b784b8142a efreet can actually free icons now... and flush the cache explicitly
SVN revision: 30328
2007-06-14 15:53:02 +00:00
Sebastian Dransfeld fc6aa64ea0 Fix environment set.
Better new buffer value.


SVN revision: 29845
2007-05-04 15:02:55 +00:00
Sebastian Dransfeld 8ec72de321 Use ifdef instead of if for strict spec.
SVN revision: 29338
2007-04-04 10:41:53 +00:00
rephorm 93f19557db export string_list_split/join until we do a proper catgory selector in e
SVN revision: 29215
2007-03-28 18:04:51 +00:00
Sebastian Dransfeld 19c8c5fc7d Set load_time after read.
SVN revision: 29205
2007-03-27 19:50:57 +00:00
Sebastian Dransfeld 0c5a7e8872 Don't reallocate the Efreet_Desktop on re-read
SVN revision: 29204
2007-03-27 19:41:23 +00:00
Sebastian Dransfeld ef78f413da Header cleanup.
SVN revision: 29171
2007-03-26 16:17:40 +00:00
Sebastian Dransfeld 5258345822 Use correct variable when searching for .desktop file.
Don't allow missing .desktop files.


SVN revision: 29055
2007-03-24 22:49:59 +00:00
Sebastian Dransfeld 8311e6db59 Formatting.
SVN revision: 28962
2007-03-23 17:31:01 +00:00
rephorm 9c88e07f13 make sure string is null terminated after char append
SVN revision: 28298
2007-02-09 12:20:49 +00:00
Dan Sinclair 1ebb0bad20 - setup the internal types (APPLICATION, DIRECTORY and LINK) to use the type
registration system


SVN revision: 28257
2007-02-05 21:16:55 +00:00
rephorm bbd63d7f6b allow custom types to register a parse function
SVN revision: 28256
2007-02-05 20:23:31 +00:00
Dan Sinclair 90d1031c0e - allow the app to add custom Types to be matched in the .desktop file.
(e17 uses this for Mount and a few other types)


SVN revision: 28251
2007-02-05 02:06:05 +00:00
Dan Sinclair 04bc09ef9f - unused
SVN revision: 28250
2007-02-05 01:39:46 +00:00
ningerso 9e363d07e9 Initial import of efreet, an implementation of the freedesktop icon and menu
specs.


SVN revision: 28214
2007-02-03 13:05:30 +00:00