2008-10-20 John Stowers * NEWS: Update NEWS for release 2008-10-20 John Stowers * conduit/platform/FileGnomeVfs.py: Only show user visible gnomevfs volumes 2008-10-20 John Stowers * conduit/platform/FileGio.py: * conduit/platform/FileGnomeVfs.py: * conduit/platform/__init__.py: Change the base class interface as necessary to add a GIO VolumeMonitor implementation * conduit/dataproviders/VolumeFactory.py: Derive directly from HalFactory and no longer use the Vfs.VolumeMonitor implementations to monitor volumes, it was not in the spirit of what other derived classes were using VF for * conduit/dataproviders/HalFactory.py: Doc updates. * conduit/modules/FileModule/FileModule.py: Use the VolumeMonitor class directly, and no longer through VolumeFactory. Fixes #557105 2008-10-20 John Stowers * conduit/__init__.py: Mark as a stable version. 2008-10-08 John Stowers * conduit/datatypes/File.py: get_removable_volume_root_uri and is_on_removale_volume are called but not implemented. Fixes #555403 (Luca Ognibene) * test/python-tests/TestCoreFile.py: * test/python-tests/data/folder.list: Add tests for the above 2008-10-08 John Stowers * conduit/dataproviders/File.py: Call get_removable_volume_info is with a File object and not a string. Fixes #555401 (Luca Ognibene) 2008-10-07 John Stowers * conduit/Vfs.py: This patch fix two possible errors: 1) sync with directories with a ? fails (sanitize is called with %3F instead of ? so it doesn't work) 2) if you sync a directory called ? and replace the ? with a space sync fails because you can't create a directory called " " (at least on vfat). Fixes #555421 (Luca Ognibene) 2008-10-07 John Stowers * conduit/platform/FileGio.py: Close the FileEnumerator. Fixes #555305 2008-10-06 John Stowers * conduit/Vfs.py: * conduit/datatypes/File.py: * conduit/platform/FileGio.py: * conduit/platform/FileGnomeVfs.py: * conduit/platform/__init__.py: Delegate uri joining to the File implementation. This improves unicode support when using GIO. Fixes #523181 * test/python-tests/TestCoreFile.py: * test/python-tests/TestCoreVfs.py: Test new uri functions * test/python-tests/common.py: Dont modifiy PYTHONPATH in tests. GIO is the default now 2008-10-05 John Stowers * conduit/Main.py: Print the file implementations to help debugging. 2008-10-05 John Stowers * test/python-tests/TestCoreConvertAudioVideo.py: * test/python-tests/data/folder.list: Fix AudioVideo tests. 2008-10-05 John Stowers * conduit/gtkui/UI.py: * conduit/modules/iPodModule/iPodModule.py: The gpod module fails to import if a different locale is used. * configure.ac: Fix generation of the locale directory in defs.py Fixes #532854. 2008-09-01 Halton Huo * m4/python.m4: '==' is not recognized for shell, use '=' instead. 2008-09-01 John Carr * conduit/modules/OSyncEvoModule.py, * conduit/dataproviders/Opensync.py: python-opensync is broken right now, and this will all need rewriting anyway. 2008-08-31 John Stowers * scripts/release.sh: * NEWS: * conduit/__init__.py: * configure.ac: Post release version bump to 0.3.15