Commit Graph

9899 Commits

Author SHA1 Message Date
David Martin
3fd5f58cec l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-19 14:48:26 +00:00
David Martin
4f8a7755f1 l10n: Updates to Spanish (Castilian) (es) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-19 14:44:21 +00:00
Andrew Borodin
894806125f Merge branch '2056_autoname_dotdot_dir'
* 2056_autoname_dotdot_dir:
  Ticket #2056: Don't propose ".." as a dirname.
2010-03-19 12:21:31 +03:00
Francesco Cosoleto
fc3c32f66e Ticket #2056: Don't propose ".." as a dirname.
Don't propose ".." as a dirname using mkdir command with automatic name
filling enabled.

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 12:20:40 +03:00
Slava Zanko
7ca06cb523 Merge branch '2091_viewer_search'
* 2091_viewer_search:
  Ticket #2091: Superfluous "Search done, Continue from begining?" dialog
2010-03-19 11:14:26 +02:00
Slava Zanko
5610bfbb6c Ticket #2091: Superfluous "Search done, Continue from begining?" dialog
When searching from the top of the file for something that's not there we get
"Search done, Continue from begining?" dialog before "Search string not found"
(and only if we choose "Yes" in the first one).

This should happen only if the last position>0 (either the place when search
began, or some match before).

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-03-19 11:13:57 +02:00
Andrew Borodin
44fb2f37c4 Merge branch '2114_gz_z_extension'
* 2114_gz_z_extension:
  Ticket #2114: Don't treat files ending with a dot as gzip.
2010-03-19 10:19:33 +03:00
Thomas Jarosch
7e427c2cfa Ticket #2114: Don't treat files ending with a dot as gzip.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 10:18:56 +03:00
Andrew Borodin
19b5573699 Merge branch '2093_panel_header_mouse'
* 2093_panel_header_mouse:
  Ticket #2093: fixed mouse events handling in file panel.
2010-03-19 10:07:24 +03:00
Andrew Borodin
14fce3b91e Ticket #2093: fixed mouse events handling in file panel.
Dont handle wheel events on 2nd line where sort indicator
and column header are located.
Type accuracy.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 10:06:52 +03:00
Ilia Maslakov
1445e6b59f Merge branch '2022_case_sensitive_quick_search'
* 2022_case_sensitive_quick_search:
  Added description of Quick search modes.
  Ticket #2022 (case sensitive quick search)
2010-03-19 09:18:12 +03:00
Andrew Borodin
334416e1a2 Added description of Quick search modes.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-19 09:15:29 +03:00
Ilia Maslakov
0400e92fc5 Ticket #2022 (case sensitive quick search)
added new option quick_search_case_sensitive, with 3 position are: 0, 1, 2.
    if "0", quick search in case insensitive
    if "1", quick search in case sensitive
    if "2", get from panel "case_sensitive"

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-03-19 09:15:29 +03:00
Oleksandr Natalenko
7e72349152 l10n: Updates to Ukrainian (uk) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-18 20:14:27 +00:00
Oleksandr Natalenko
1c2804d90f l10n: Updates to Ukrainian (uk) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-18 20:12:17 +00:00
Mikhail S. Pobolovets
0e586a9626 Merge branch 'master' of ssh://styx@midnight-commander.org:22/git/mc 2010-03-18 21:41:22 +02:00
Slava Zanko
0f2a03b8cb l10n: Updates to Belarusian (be) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-18 16:43:11 +00:00
Slava Zanko
4946e5c6fa l10n: Updates to Belarusian (be) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-18 16:03:48 +00:00
Kang Bundo
6f4e3eb231 l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-18 07:38:43 +00:00
Dimitris Glezos
b6cfa8b663 l10n: Updates to Greek (el) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-17 18:30:24 +00:00
Andrew Borodin
ce86d0bd74 Merge branch '2014_null_directory'
* 2014_null_directory:
  Applied MC indentation policy.
  Ticket #2014: don't try to make directory NULL named in mkdir_cmd().
2010-03-17 13:39:29 +00:00
Andrew Borodin
7268c7ad39 Applied MC indentation policy.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-17 13:39:12 +00:00
Francesco Cosoleto
36771dcfa2 Ticket #2014: don't try to make directory NULL named in mkdir_cmd().
As input_expand_dialog() may return a pointer to an empty string,
the function was trying to create a directory so named and thus
print a false "File exists" error message.

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-17 13:39:02 +00:00
Ilia Maslakov
f12bdf1951 Merge branch '2094_cursor_beyond_eol_fix'
* 2094_cursor_beyond_eol_fix:
  Ticket #2094 (after option "Cursor beyond end of line" switch off cursor still beyond end of line)
2010-03-16 14:07:49 +03:00
Ilia Maslakov
4b0b9878ac Ticket #2094 (after option "Cursor beyond end of line" switch off cursor still beyond end of line)
fixed position of cursor after disable option "Cursor beyond end of line" in editor options dialog.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-03-16 14:04:35 +03:00
Kang Bundo
9881606e4c l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-15 13:06:49 +00:00
Kang Bundo
21efc654fb l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-15 11:46:47 +00:00
Kang Bundo
506f1febdf l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-15 06:39:37 +00:00
Kang Bundo
df922837f7 l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-15 06:35:21 +00:00
Kang Bundo
3caf4bd6bd l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-15 06:06:56 +00:00
mpol
237f7d4721 l10n: Initial commit with some updates relative to current master
Transmitted-via: Transifex (www.transifex.net)
2010-03-14 19:59:56 +00:00
Martin Zoubek
60393b9e20 l10n: Updates to Czech (cs) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-14 13:14:06 +00:00
Mikhail S. Pobolovets
e8ef170590 Merge branch 'master' of ssh://styx@midnight-commander.org:22/git/mc 2010-03-14 11:17:48 +02:00
Kang Bundo
b5a155988e l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-12 20:14:43 +00:00
Slava Zanko
6cacfb013d Merge branch '2099_fileop_delete_dialog'
* 2099_fileop_delete_dialog:
  Fixed fileOperation dialog height for copy/move operations (with verbose mode switched off)
  Ticket #2099: Delete dialog broken when verbose mode is switched off
2010-03-12 10:05:44 +02:00
Slava Zanko
320803812b Fixed fileOperation dialog height for copy/move operations (with verbose mode switched off)
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-03-12 00:09:02 +02:00
Slava Zanko
3fb63c55ca Ticket #2099: Delete dialog broken when verbose mode is switched off
Test case:
1. go to Options/Configuration
2. switch Verbose operation off
3. point at a directory, press F8

You see broken delete dialog.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-03-11 17:59:08 +02:00
Ilia Maslakov
6f76ccac03 Merge branch '1770_tcc_build_fix'
* 1770_tcc_build_fix:
  Ticket #1770 (compilation error)
2010-03-10 11:24:37 +03:00
Ilia Maslakov
bbb9b8bafc Ticket #1770 (compilation error)
fixed compilation error with tcc.

Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2010-03-10 11:21:45 +03:00
Mikhail S. Pobolovets
a99dc516e6 Small update: two new keywords for cabal syntax 2010-03-09 16:25:21 +02:00
Jake Li
a13a30b10a l10n: Updates to Chinese (China) (zh_CN) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-09 06:53:31 +00:00
Jake Li
6e2579430a l10n: Updates to Chinese (China) (zh_CN) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-09 06:49:18 +00:00
Kang Bundo
e40fac2713 l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-09 01:52:22 +00:00
Kang Bundo
0a71a3e27e l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-09 01:49:32 +00:00
fragkakis
3778ef21a1 l10n: Updates to Greek (el) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-08 23:08:04 +00:00
Kang Bundo
b14fdc03d7 l10n: Updates to Korean (ko) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-07 15:40:29 +00:00
Jake Li
f8d3bbe4c0 l10n: Updates to Chinese (China) (zh_CN) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-07 15:08:44 +00:00
Jake Li
737ee8bdd4 l10n: Updates to Chinese (China) (zh_CN) translation
Transmitted-via: Transifex (www.transifex.net)
2010-03-07 08:41:01 +03:00
Andrew Borodin
0ae268ed36 Merge branch '2087_standalone_mcedit_crash'
* 2087_standalone_mcedit_crash:
  Ticket #2087: crash in standalone editor and viewer.
2010-03-06 12:13:51 +03:00
Andrew Borodin
d2a9152cec Ticket #2087: crash in standalone editor and viewer.
Don't try update file manager panels if mc runs as standalone editor or viewer.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-03-06 11:08:18 +03:00