Andrew Borodin
69a301cf0d
Merge branch '1963_iso9660'
...
* 1963_iso9660:
Ticket #1963 : use grep instead of awk in iso9660 extfs plugin.
2010-12-14 16:17:00 +03:00
wjaguar
4de95fe89f
Ticket #1963 : use grep instead of awk in iso9660 extfs plugin.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-14 16:16:38 +03:00
Andrew Borodin
ab50316f40
po/ru.po: fixed dialog title.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-13 13:36:38 +03:00
Slava Zanko
13ee4df714
Merge branch '2437_editor_selection_length_fix'
...
* 2437_editor_selection_length_fix:
Ticket #2437 (mcedit: selection length trouble)
2010-12-13 12:02:27 +02:00
Ilia Maslakov
2e73ca4989
Ticket #2437 (mcedit: selection length trouble)
...
now selection length do not changed after text is backspaced in middle selection.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-13 12:02:16 +02:00
Andrew Borodin
66995a0214
Merge branch '2238_dont_reset_selection_after_copy'
...
* 2238_dont_reset_selection_after_copy:
Ticket #2238 (mcedit: do not reset selection after copy to clipboard)
2010-12-10 12:40:32 +03:00
Ilia Maslakov
bac3fbe8a9
Ticket #2238 (mcedit: do not reset selection after copy to clipboard)
...
In mcedit, when the selected text is copied to the clipboard, the selection disappears.
This behavior contradicts to the traditional behavior of all modern text editors and is highly annoying.
Now selection don't reset after the text is copied into the clipboard.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-10 11:32:09 +03:00
Andrew Borodin
b6c47f196f
po/ru.po: fixed plural forms.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-09 20:51:12 +03:00
Andrew Borodin
6fd6425e46
Removed line number info from po-files.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-09 20:40:34 +03:00
Andrew Borodin
e735e3ce02
Updated Russian translation.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-09 13:42:39 +03:00
Slava Zanko
dc76a0fe8b
Update translates from www.transifex.org
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-09 10:35:43 +02:00
Marco Ciampa
6af831c8f4
Updated italian translation
2010-12-08 12:31:17 +01:00
Andrew Borodin
069d1fbe8e
NEWS for 4.7.5-pre1 release.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-08 13:13:30 +03:00
Slava Zanko
111e555406
Merge branch '2031_solaris_FISH_fix'
...
* 2031_solaris_FISH_fix:
examine results of perl script execution.
Ticket #2031 (FISH fix for Sun Solaris)
2010-12-08 11:58:22 +02:00
Ilia Maslakov
424069e958
examine results of perl script execution.
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-07 15:54:23 +00:00
Ilia Maslakov
73fee4232c
Ticket #2031 (FISH fix for Sun Solaris)
...
Removed bashism, fixed incorrect work under Solaris.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-07 15:54:01 +00:00
Slava Zanko
325c266506
Added new rules for initialize default values in mc.pot file
...
This neded for update source file to Transifex.org by command:
tx push -l en --source
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-07 14:31:20 +02:00
Slava Zanko
06ca6499ee
Removed be@tarask until www.transifex.org have unsupported language variants.
...
See http://trac.transifex.org/ticket/554 for more details.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-07 13:23:59 +02:00
Andrew Borodin
61152e37b7
Merge branch '2435_viewer_goto'
...
* 2435_viewer_goto:
Restore space after address in hex mode.
Ticket #2435 : goto to the specified address in hex mode of viewer.
2010-12-06 14:44:33 +03:00
Andrew Borodin
3e91f81a88
Restore space after address in hex mode.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-06 14:44:04 +03:00
Andrew Borodin
0f3729426a
Ticket #2435 : goto to the specified address in hex mode of viewer.
...
Viewer Goto dialog doesn't allow go to the specified offset. The value
of input line is rounded to the next line start. Such bevaviour
is useless in hex mode of viewer. In hex mode we must heve a
capability to go to the specified address as is without any round.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-06 14:44:04 +03:00
Andrew Borodin
4bc7c55cba
Merge branch '1651_editor_user_menu'
...
* 1651_editor_user_menu:
Ticket #1651 : user menu in standalone mcedit: filetype-specific items don't show.
2010-12-06 13:56:13 +03:00
Andrew Borodin
d459c83db3
Ticket #1651 : user menu in standalone mcedit: filetype-specific items don't show.
...
And some type accuracy was made.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-06 13:55:18 +03:00
Ilia Maslakov
0eebe2e1d6
Merge branch '2427_cython_syntax'
...
* 2427_cython_syntax:
Ticket #2427 (cython syntax highlighting)
2010-12-04 15:00:06 +00:00
Ilia Maslakov
8def8ec662
Ticket #2427 (cython syntax highlighting)
...
added rules for cython syntax highlighting
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-04 14:58:14 +00:00
Ilia Maslakov
5267c9dcc3
added new skin 'dark'
...
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-04 11:45:03 +00:00
Ilia Maslakov
810a2417a0
Merge branch '2375_smart_backspace_in_panels'
...
* 2375_smart_backspace_in_panels:
renamed:
Ticket #2375 (do cd .. if command line is empty)
2010-12-04 09:35:35 +00:00
Ilia Maslakov
f153e1ad29
renamed:
...
* PanelCtrlNextPage into PanelGotoChildDir
* PanelCtrlPrevPage into PanelGotoParentDir
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-04 09:06:06 +00:00
Ilia Maslakov
2690d2d9f5
Ticket #2375 (do cd .. if command line is empty)
...
New keybinding "PanelSmartJumpUp" for the jump to the parent directory if command line is empty. Not defined by default.
This binding maybe used for bind 'Backspace' as hotkey for 'cd ..' (only if command line is empty).
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-04 09:05:07 +00:00
Andrew Borodin
2bff7b9d80
Merge branch '2434_fileop_source_file_name'
...
* 2434_fileop_source_file_name:
Ticket #2434 : fixed source file name of file operation.
2010-12-03 15:41:45 +03:00
Andrew Borodin
63cc3d01af
Ticket #2434 : fixed source file name of file operation.
...
If file name is absolute, don't join it with current directory name.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-03 15:41:19 +03:00
Andrew Borodin
0db609868d
Merge branch '2419_smb_configdir'
...
* 2419_smb_configdir:
Ticket #2419 : configure script doesn't set samba configdir.
2010-12-03 15:37:44 +03:00
Andrew Borodin
72ee546a59
Ticket #2419 : configure script doesn't set samba configdir.
...
lib/vfs/mc-vfs/samba/configure can't set the value of SAMBA_CFLAGS
in lib/vfs/mc-vfs/Makefile.am.
The solution: to avoid configuration code duplication, use environment
variables SMBCONFIGDIR and SMBCODEPAGEDIR to set up values of configdir
and codepagedir variables in lib/vfs/mc-vfs/samba/Makefile because
samba configure is child process of main configure.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-03 15:36:47 +03:00
Andrew Borodin
00b1aa4a8e
Fixup of formatted output of file size in 'File exists' dialog window.
...
The %j modifier used to show file size produces segmentation fault
on some platforms. PRIuMAX macro cannot be used within i18b'd strings.
Solution: use %llu modifier with typecasting to unsigned long long.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-03 13:28:03 +03:00
Slava Zanko
2ac5f2ce18
Merge branch '2409_gmodule_cflags'
...
* 2409_gmodule_cflags:
Extended list of GCC warning flags.
maint/version.sh: removed bashizms.
Fix of uintmax_t variables output.
Avoid compiler warnings.
Cast mode_t to unsigned int for formatted output.
Include stdio.h for fprintf().
Fixed declaration of mouse callback type
Quote value of MAN_DATE.
Ticket #2409 : fix of GModule detection and usage.
2010-12-03 10:07:00 +02:00
Slava Zanko
1914a54555
Extended list of GCC warning flags.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-03 10:59:23 +03:00
Slava Zanko
6376db2df1
maint/version.sh: removed bashizms.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-03 10:59:23 +03:00
Andrew Borodin
fe8c5390ad
Fix of uintmax_t variables output.
...
Use PRIuMAX and PRIXMAX instead of ju and jX modifiers respectively
for formatted output of uintmax_t variables.
If PRIXMAX is not defined (i.e. in Solaris9), use PRIxMAX instead.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-03 10:58:39 +03:00
Andrew Borodin
6e6ec057cb
Avoid compiler warnings.
...
(file_mask_dialog): do_background argument shadows do_background()
function; renamed to do_bg.
(label_callback): unitialized variable.
(read_filesystem_list): const char *.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-02 22:12:56 +03:00
Andrew Borodin
5891476737
Cast mode_t to unsigned int for formatted output.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 21:59:42 +03:00
Andrew Borodin
d8ce7e5e4e
Include stdio.h for fprintf().
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 21:59:42 +03:00
Andrew Borodin
ed87b08a14
Fixed declaration of mouse callback type
...
...and minor indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 21:59:42 +03:00
Andrew Borodin
31eec9f7ea
Quote value of MAN_DATE.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 21:59:42 +03:00
Andrew Borodin
62c05d62f3
Ticket #2409 : fix of GModule detection and usage.
...
Don't mix GLib and GModule compiler and linker options.
Use gmodule-no-export if present to avoid use -Wl,--export-dynamic
option with some linkers. If gmodule-no-export is not available,
use generic gmodule.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 21:59:42 +03:00
Andrew Borodin
4c356e3dd3
Merge branch '1939_save_panels_ini'
...
* 1939_save_panels_ini:
Ticket #1939 : fix of panel state saving.
2010-12-02 12:48:40 +03:00
Andrew Borodin
2745980520
Ticket #1939 : fix of panel state saving.
...
Panel state is saved in ~/.mc/panels.ini:
1) when "Save setup" command is invoked;
or
2) when MC is quited and "Auto save panels setup" option is set.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 12:48:20 +03:00
Andrew Borodin
39fd2ff03b
Merge branch '2432_broken_bs'
...
* 2432_broken_bs:
Ticket #2432 : backspace key doesn't work in input lines.
2010-12-02 11:30:49 +03:00
Andrew Borodin
680b9a8220
Ticket #2432 : backspace key doesn't work in input lines.
...
Also added default bindings for C-d and C-h keys in editor and input
lines.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 11:30:34 +03:00
Andrew Borodin
cbd436f00f
Merge branch '2171_popup_menu_colors'
...
* 2171_popup_menu_colors:
Ticket #2171 : colors for popup menu:
2010-12-02 09:56:19 +03:00
Andrew Borodin
380d9bd885
Ticket #2171 : colors for popup menu:
...
... for menu items, selected menu item and for menu title.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-02 09:55:59 +03:00