Commit Graph

10712 Commits

Author SHA1 Message Date
Slava Zanko
4ae8b816fe Updated translations from transifex.net
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-28 12:31:32 +02:00
Andrew Borodin
09533cf671 Merge branch '2447_prepare_to_4.7.5'
* 2447_prepare_to_4.7.5:
  (fish_fill_names): remove unexpected break.
  (panel_save_curent_file_to_clip_file): 'res' might be used uninitialized here.
  Fixed English and Russian man pages.
  (warn_same_file): cleanup of preprocessing usage.
  fix VFS crashes.
  Panel update: type accuracy.
  Replaced remaining grep with @GREP@ in iso9660 VFS plugin.
  (single_dirsize_cmd): send CK_PanelMoveDown message instead of KEY_DOWN one to panel.
  Ticket #2447: code cleanup before 4.7.5 release.
2010-12-28 12:28:14 +03:00
Andrew Borodin
0f9af9315c (fish_fill_names): remove unexpected break.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-28 11:33:50 +03:00
Andrew Borodin
4c83f8b4df (panel_save_curent_file_to_clip_file): 'res' might be used uninitialized here.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-28 09:10:43 +03:00
Andrew Borodin
252a88fa96 Fixed English and Russian man pages.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-28 09:10:29 +03:00
Andrew Borodin
a8b62e421e (warn_same_file): cleanup of preprocessing usage.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-27 15:57:16 +03:00
Jindrich Novy
a3344024c1 fix VFS crashes.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-27 15:57:16 +03:00
Andrew Borodin
7cfaeca063 Panel update: type accuracy.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-27 15:57:16 +03:00
Andrew Borodin
71a2eeec21 Replaced remaining grep with @GREP@ in iso9660 VFS plugin.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-27 15:57:16 +03:00
Andrew Borodin
75fa78595e (single_dirsize_cmd): send CK_PanelMoveDown message instead of KEY_DOWN one to panel.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-27 15:57:16 +03:00
Andrew Borodin
7a8dc2665e Ticket #2447: code cleanup before 4.7.5 release.
VFS: post-indentation fixups.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-27 15:57:09 +03:00
Ilia Maslakov
7e3c35e31d Merge branch '1898_vertical_selection_fix'
* 1898_vertical_selection_fix:
  Ticket #1898 (mcedit: vertical selection bug)
2010-12-23 16:04:33 +00:00
Ilia Maslakov
7d21002668 Ticket #1898 (mcedit: vertical selection bug)
now after changing the cursor position does not break the vertical text selection.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-23 16:03:56 +00:00
Andrew Borodin
a557605cac Merge branch '2448_copy_progress_crash'
* 2448_copy_progress_crash:
  fix crash in progress bar handling
  Ticket #2448: division by zero in file copy progress dialog.
2010-12-23 14:26:05 +03:00
Jindrich Novy
b51ae367da fix crash in progress bar handling
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-23 14:25:39 +03:00
Andrew Borodin
4abfaf8172 Ticket #2448: division by zero in file copy progress dialog.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-23 14:25:39 +03:00
Andrew Borodin
31d440ca6e Merge branch '2288_path_autocompletion'
* 2288_path_autocompletion:
  (try_complete): fix completion for file names started with one character.
  little changes to make 'completion' more intuitive.
  (input_key_is_in_map): don't execute any input actions here.
  Fixup of path autocompletion
  Ticket #2288: regression of path autocompletion.
2010-12-23 13:26:09 +03:00
Andrew Borodin
16c37545a3 (try_complete): fix completion for file names started with one character.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-23 13:24:55 +03:00
Ilia Maslakov
e4de4f00d1 little changes to make 'completion' more intuitive.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-23 13:24:55 +03:00
Andrew Borodin
65d4e1752d (input_key_is_in_map): don't execute any input actions here.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-12-23 13:24:50 +03:00
Andrew Borodin
b5d3857e29 Fixup of path autocompletion
...and reorganizing of some conditions.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-22 10:35:32 +03:00
Andrew Borodin
e8b36e50ca Ticket #2288: regression of path autocompletion.
(check_is_cd): fix of cd command check.
Type accuracy: check_is_cd() now returns gboolean instead of int.
Initialize start and end variables.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-22 10:35:23 +03:00
Ilia Maslakov
97ae800afa Merge branch '2449_search_position_fix'
* 2449_search_position_fix:
  Ticket #2449 (search position is reset but should not be)
2010-12-15 21:05:55 +00:00
Ilia Maslakov
40523a2c01 Ticket #2449 (search position is reset but should not be)
steps to reproduce:

    mcview_remember_file_position=1

    test file: file1.ext
        123
        456
        123
        qwe
        123
        123
        qwe
        123
        qwe
        456

    1) open file1.ext in mcedit search text 'qwe'
    2) close file1.ext
    3) open file1.ext in mcview
    4) close file1.ext
    5) reopen file1.ext in mcedit and search again text 'qwe'

    search position is reset but should not be reset.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-12-15 21:04:19 +00:00
Andrew Borodin
46b63af30c Merge branch '1800_ext_elf_so'
* 1800_ext_elf_so:
  Ticket #1800: minor enhancement and fix for mc.ext
2010-12-14 16:26:10 +03:00
nmk
5ec76f0af3 Ticket #1800: minor enhancement and fix for mc.ext
...for .so libraries and ELF objects.

.so libraries have the higher priority of extansion handling over ELF
objects.
Added -C -D options to nm utility for .so libraries.
Added -C option to nm utility for ELF objects.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-12-14 16:25:33 +03:00
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