* 2738_handle_startup_errors:
Allow setup mc home directory using MC_HOME environment variable.
Tweak arguments parsing
Handle error of mc main loop.
Ticket #2738: handle errors at mc sturtup stage.
...to allow to show info about mc options regardless of the fact that
configuration directories cannot be created.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Path transformation while loading hotlist breaks shell variable
substitution.
Load paths from hotlist as is withowt any transformation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 2608_widget_enhancement:
Make menu always resizable.
Fixed location of hotlist query dialogs.
Added D_CENTER flag to query dialog flags
Workaround for NCurses output routines.
Allow draw a part of line if some coordinares are out of screen boundaries.
Allow close help and tree dialogs using ctrl-g shortcut (SIGINT).
Allow override standard dialog actions in some dialog.
Don't get dialog hotkey from disabled widget.
Fixed widget redraw order in dialog.
Menu hack to keep overlapped widgets order
Added dlg_set_top_widget() function
Allow add and remove widgets in runtime.
Put global mouse coordinates to widgets.
Fix mouse handling in dialog.
Ticket #2608: widget enhancements.
Unlike S-Lang, NCurses always wraps long lines and unable trancate that
to pring only visible part of text. Therefore we have to implement our
own addch() wrappers.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
New method of widget ID assignment:
now widget ID is a value of unsigned long type. Dlg_head structure now has
new filed widget_id that contains a ID of the next added widget. When new
widget is added into dialog, widget_id is set as ID of it and then
incremented.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 2695_expansion_to_src: (51 commits)
Fixed creation of lock files
Changed function remove_encoding_from_path() for return vfs_path_t type
fixup! Added tests for examine_cd() function.
panels: Show archive name when entering to archive
Fixed destination file name when file dialog with single operation is appear
vfs_path: Fixed broken relative paths processing.
Reimplemented list of operated files using GSList.
Return values of following functions are constants now:
Changed src/filemanager/file.c to handle vfs_path_t objects.
Changed lot of functions in src/ directory
Share same code between update_xterm_title_path() and midnight_get_title() functions
Changes to handle vfs_path_t object:
VFS: Added new function vfs_path_to_str_flags()
Use vfs_path_t in execute.c and subshell.c.
Changed do_cd() and do_panel() functions
Added unit test for do_panel_cd() functions.
Code refactoring: removed concat_dir_and_file() function.
Code refactoring
Changed internal viewer to use vfs_path_t objects.
Changed internal editor to use vfs_path_t objects.
...