]> Some of my projects - localmylist.git/commit
Add basic support for mapping file paths between hosts.
authorAPTX <marek321@gmail.com>
Tue, 2 Apr 2013 16:10:57 +0000 (18:10 +0200)
committerAPTX <marek321@gmail.com>
Tue, 2 Apr 2013 16:10:57 +0000 (18:10 +0200)
commit3f996dcfb949e568557166b94dd7f6d76f93dcd3
tree83fdeecf7dd0a142e93ff39927f40bdf0992c212
parentd38cefdf68e7f6cd2b533f3270c0629cf3c45bc2
Add basic support for mapping file paths between hosts.

OpenFileData has a new field, localPath, which holds the path from file_location. path now holds a mapped path, if any.
All getOpenFile* methods will try return a file location with a mapped path that is accessible from the current host.
localmylist/database.cpp
localmylist/database.h
localmylist/databaseclasses.cpp
localmylist/databaseclasses.h
localmylist/mylist.cpp
localmylist/mylist.h