Allow manual renaming of files and folders with spaces. Allow uploading invalid file...
authoralex-z <blackslayer4@gmail.com>
Wed, 6 Apr 2022 09:42:10 +0000 (12:42 +0300)
committeralex-z <blackslayer4@gmail.com>
Mon, 16 May 2022 15:07:26 +0000 (18:07 +0300)
commit53654b2a505ac2b6b56eac83b0a4696125f1c30e
treef230fcfa27ba202651519b30c28026b7298ce6f5
parent96e4fceecf619407556171ad29738b5d27c39eae
Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog.

Signed-off-by: alex-z <blackslayer4@gmail.com>
15 files changed:
src/csync/csync_exclude.cpp
src/csync/csync_exclude.h
src/gui/folder.cpp
src/gui/folder.h
src/gui/invalidfilenamedialog.cpp
src/gui/invalidfilenamedialog.h
src/gui/tray/activitylistmodel.cpp
src/libsync/discovery.cpp
src/libsync/discovery.h
src/libsync/discoveryphase.h
src/libsync/syncengine.cpp
src/libsync/syncengine.h
src/libsync/syncresult.cpp
test/testlocaldiscovery.cpp
test/testsyncvirtualfiles.cpp