* 1818_refactoring_no_vfs:
Fixup of conditions for networking VFS.
Changes for configure and build with samba:
VFS: cleaned up smbfs.
VFS: fishfs can now be switched off
VFS: ftpfs can now be switched off
VFS: extfs can now be switched off
VFS: sfs can now be switched off
VFS: tarfs can now be switched off
VFS: cpiofs can now be switched off
Type accuracy in undelfs vfs.
undelfs now switched off by default
VFS: fixups of UNDELFS VFS switch on/off.
Cleanup of lib/vfs/mc-vfs/Makefile.am file.
VFS: Type accuracy in netutil.[ch].
VFS: Moved vfs_split_url() function from netutil.c into utilvfs.c.
Some reorginizing of VFS private and public APIs.
Added type for VFS class flags.
Bug: if VFS is disabled, perl is not checked and man2hlp doesn't work.
Ticket #1818: refactoring of VFS building options.
* m4: AC_CONFIG_SUBDIRS() macros should be always called without relation to enable/disable samba support
* vfs/samba: configure.ac: renamed --with-configdir to --with-smb-configdir
* vfs/samba: configure.ac: renamed --with-codepagedir to --with-smb-codepagedir
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* 2272_editor_replace_skip_cancel_segfault:
Minor cleanup of replace conversion functions.
Ticket #2272: fixed segfault in replace confirmation in editor.
Removed mcserver and mcfs support.
Reasons:
(1) no longer builds
(2) no one is willing to support it
(3) possibly contains unfixed security holes
(4) makes no sense in view of the availability of FISH
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 2257_disabled_widget:
Visual improvements of 'Virtual File System Setting' dialog.
Visual improvements of 'Configiration' dialog.
Reimplemented 'Layout' dialog engine.
Some reimplementation of "Listing mode" dialog.
Updated EN and RU man pages.
Added color for disabled widget.
Improvements of QuickDialog engine.
Added parameter to Wbutton callback to get the message sender easy.
Added dlg_find_by_id() function.
Ticket #2257: added capability to interactive enable/disable widgets.
Now 'Virtual File System Setting' dialog shows enabled/disabled input line
for ftp proxy in depend of 'Always use ftp proxy' checkbox state.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Now 'Configuration' dialog shows enabled/disabled input line
for Esc key timeout in depend of 'Single press' checkbox state.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Now 'Layout' dialog shows enabled/disabled buttons of panel size change
in depends of 'Equal split' chekbox state.
Now the "Console output" widgets are visible everytime, but they are
disabled if console_flag is not set.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Added capability to modify options of QuickWidget.
Added capability to use custom callback in QuickDialog.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>