log

age author description
Wed, 21 May 2008 00:12:19 +0000 zas_ Use g_build_filename().
Wed, 21 May 2008 00:01:03 +0000 zas_ Disable unused code:
Tue, 20 May 2008 23:41:13 +0000 zas_ Build path using g_build_filename() then calculate its length.
Tue, 20 May 2008 23:11:47 +0000 zas_ Use G_DIR_SEPARATOR_S instead of hardcoded "/".
Tue, 20 May 2008 23:07:09 +0000 zas_ Use g_build_filename() and move location label creation from cache_manager_show() to new cache_manager_location_label().
Tue, 20 May 2008 22:47:13 +0000 zas_ cache_find_location(): use g_build_filename() and move redundant code to new functions.
Tue, 20 May 2008 22:22:11 +0000 zas_ Use g_build_filename().
Tue, 20 May 2008 22:13:48 +0000 zas_ Use size_t instead of gint, it silents a signed vs unsigned warning.
Tue, 20 May 2008 22:11:59 +0000 zas_ Use g_build_filename() instead of g_strconcat().
Tue, 20 May 2008 22:09:04 +0000 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.
Tue, 20 May 2008 22:00:14 +0000 zas_ Use G_DIR_SEPARATOR instead of '/' where applicable.
Tue, 20 May 2008 21:51:25 +0000 zas_ Use g_build_filename() to build paths.
Tue, 20 May 2008 20:11:29 +0000 zas_ Do not use glib posix wrappers since they were introduced in 2.6
Tue, 20 May 2008 20:06:11 +0000 zas_ Use access() instead of g_access() which is only available in 2.8.
Tue, 20 May 2008 19:14:36 +0000 zas_ Use utf-8 charset instead of iso-8859-1.