Cedric BAIL
4540fa9d0f
eina: cleanup eina_file_map_lines API before release.
...
SVN revision: 74618
12 years ago
Carsten Haitzler
c7bf0ff14a
segv-- on parsing garbage ini files.
...
SVN revision: 74542
12 years ago
Carsten Haitzler
26b2841518
remove efret private decl of public api.
...
SVN revision: 74517
12 years ago
Carsten Haitzler
2c1b533d13
fix minor version defines to be at 1.6 (in sync now) ready for going
...
to 7 on release.
SVN revision: 73906
12 years ago
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
12 years ago
Carsten Haitzler
54e0eb0c8b
update efreet po's
...
SVN revision: 73497
12 years ago
Vincent Torri
0b2f05e697
Efreet: can not implement efreet_fsetowner() and efreet_setowner() on Windows
...
Seb: is it annoying ?
SVN revision: 73296
12 years ago
Vincent Torri
b8e7e4cfef
Efreet: winsock2.h needed on Windows
...
SVN revision: 73295
12 years ago
Vincent Torri
68094c6877
Efreet: use ecore_exe_run() on Windows, as it is available for quite some time now
...
SVN revision: 73294
12 years ago
Vincent Torri
e707290273
Efreet: errno.h is not always indirectly included
...
SVN revision: 73293
12 years ago
Sebastian Dransfeld
beb582c531
efreet: fix memory leak
...
Don't allocate event structure unless we have a cache change.
SVN revision: 73133
12 years ago
Carsten Haitzler
7c8d0f697d
with user-dirs - expand env vars. i suspect we have to deal with
...
escapes too.
SVN revision: 73115
12 years ago
Sebastian Dransfeld
77e10fd65b
efreet: Finish off nls support
...
SVN revision: 73067
12 years ago
Sebastian Dransfeld
2087ba893e
changelog
...
SVN revision: 73055
12 years ago
Sebastian Dransfeld
4f0bcd9b29
efreet: parse user-dirs.dirs
...
SVN revision: 73053
12 years ago
Sebastian Dransfeld
a6fc2bf1bb
efreet: use alloca
...
malloc + dir in same function -> alloca
SVN revision: 73052
12 years ago
Sebastian Dransfeld
851f2fc136
efreet: Fix missing cache info
...
If a desktop was in the regular cache because of direct access, and then
added by a change in XDG_DATA_DIRS it wouldn't end in the utils cache
unless something triggered a complete cache rebuild.
SVN revision: 72962
12 years ago
Stefan Schmidt
b07388e539
efreet: Align coverage generation with eina, eet and evas.
...
SVN revision: 72946
12 years ago
Stefan Schmidt
18c327cfff
efreet: efreet_suite also needs the libs for coverage
...
Its one of these days where it only comes together in small pieces.
SVN revision: 72934
12 years ago
Stefan Schmidt
f61cb10773
efreet: Pass the correct ld flags to the test.
...
This fixes coverage on freet
SVN revision: 72930
12 years ago
Sebastian Dransfeld
77d44f84d3
efreet: correct desktop cache update on lang reset
...
As we only build the cache for the current language, we need to trigger
cache rebuild on language change, as the cache might not exist or it is
old.
SVN revision: 72832
12 years ago
Mike Blumenkrantz
d26c554d60
changelog/news updates for seb's work
...
SVN revision: 72818
12 years ago
Sebastian Dransfeld
314d42ea42
efreet: Improve language reset
...
efreet.c: Reset parsed locale, and force a reparse of LANG env
efreet_cache.c: Close desktop cache so we reopen cache with correct
language
SVN revision: 72817
12 years ago
Jerome Pinot
f7f8eadbd7
efreet: nls
...
Add some translations and improve the "make maintainer-clean".
SVN revision: 72789
12 years ago
Sebastian Dransfeld
76b65ed331
efreet: Add nls support
...
SVN revision: 72773
12 years ago
Mike Blumenkrantz
672730ee44
only parse retarded canonical ini fields when not using strict spec compliance
...
SVN revision: 72387
12 years ago
Jerome Pinot
afa6d5076f
efreet: doxygen
...
Fix a few typos and missing @c .
SVN revision: 72379
12 years ago
Mike Blumenkrantz
9d8a7e0095
fix annoying null error spam
...
SVN revision: 72111
12 years ago
Mike Blumenkrantz
f5d9c7bf2f
+efreet_dirs_reset()
...
SVN revision: 72104
12 years ago
Mike Blumenkrantz
3e24827119
the dicks at canonical like to break fdo .desktop file spec by adding invalid characters (underscores) to key names. we are not amused.
...
SVN revision: 71941
12 years ago
Mike Blumenkrantz
4d3515b730
enough with the efreet error message spam!!!
...
SVN revision: 71939
12 years ago
Mike Blumenkrantz
7f8db5d7c1
whoops, forgot these
...
SVN revision: 71817
12 years ago
Mike Blumenkrantz
7edc06111f
add XDG_DESKTOP_DIR based on http://freedesktop.org/wiki/Software/xdg-user-dirs
...
seb if I put this in the wrong place let me know
SVN revision: 71816
12 years ago
Mike McCormack
69ac680ae4
efreet: ERR -> EINA_LOG_ERR
...
SVN revision: 71560
12 years ago
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
12 years ago
Sebastian Dransfeld
f419175657
efreet: Add parameter checking to exported API
...
Some efreet APIs do not check input parameters. So I add checking by
using EINA_SAFETY_ON_XXX().
ISO/IEC statndards says that "If an argument to a function has an
invalid value, behavior is undefined" . But this is just for the
primitive functions such as libc. I think that parameter checking is
needed in at least EFL exported APIs to prevent run-time abnormal
behavior.
EINA_SAFTETY_ON_XXX are better than "if (xxx) return" because it gives
error message and can be maintainable.
Patch by Bluezery, modified by me
SVN revision: 71366
12 years ago
Cedric BAIL
4fe47342e7
efreet: useless work of the day, faster loading of mime type.
...
SVN revision: 70931
12 years ago
Cedric BAIL
8053f61f86
efl: add release point in ChangeLog files.
...
SVN revision: 70494
12 years ago
Carsten Haitzler
8616b93335
restore .99 micro versions for trunk and add back svnrev vers too.
...
SVN revision: 70492
12 years ago
Carsten Haitzler
2e9912b91a
and removed the -beta tag...
...
SVN revision: 70489
12 years ago
Carsten Haitzler
ec3f63fae7
tag everything as beta in svn.
...
SVN revision: 70375
12 years ago
Carsten Haitzler
b2c3dc2350
lets trawl thru svn logs and add changelogs and NEWS
...
12 years ago
Vincent Torri
db9288db62
Efreet : doc fixes
...
Patch by Jérôme Pinot
SVN revision: 69816
12 years ago
Carsten Haitzler
fed5f79433
and work more on getting release in shape - version requirements.
...
(god this is a pain in the butt)
SVN revision: 69484
12 years ago
Carsten Haitzler
4092638bf7
add back in libs.private/requires to pc files with some fixes for
...
missing.
SVN revision: 69482
12 years ago
Carsten Haitzler
63ed6ac02f
gear up svn for release. one of many steps/things to do.
...
SVN revision: 69481
12 years ago
Cedric BAIL
1466254a5a
efreet: add errno.h as needed.
...
SVN revision: 68229
12 years ago
Sebastian Dransfeld
93ed956adf
efreet: Remove unneeded headers
...
SVN revision: 67403
12 years ago
Gustavo Sverzut Barbieri
5cfb4088e8
efreet_alloc test: check if icons are missing.
...
SVN revision: 67359
12 years ago
Gustavo Sverzut Barbieri
83d9012a96
efreet: make doxyfile similar to eina's.
...
SVN revision: 67358
12 years ago