Ilia Maslakov
5be16e2a0b
replace name_trunc to str_trunc
2009-04-06 10:38:35 +00:00
Ilia Maslakov
b0729f75fb
replace isalpha to g_ascii_isalpha
...
replace strlen to str_term_width1
add #include "strutil.h" if need
2009-04-06 10:31:12 +00:00
Ilia Maslakov
3b5e2c052f
Merge branch 'utf-8' into master
...
resolve conflicts:
configure.ac
src/complete.c
src/file.c
src/layout.c
src/main.c
src/menu.c
src/screen.c
src/util.c
src/widget.c
src/widget.h
2009-04-04 19:50:46 +00:00
Andrew Borodin
ecd16f7873
util.c (i18n_checktimelength): more correct conflict resolution of previous commit.
2009-04-04 11:39:00 +04:00
Ilia Maslakov
365175195f
fix: cmd.c 'set_panel_encoding' add param to encoding = input_dialog(...)
...
fix: tree.c dirty patching tree_move
fix: util.c dirty patching 'i18n_checktimelength'
fix: view.c 'view_search' bug's
fix: view.c 'view_select_encoding' add param to encoding = input_dialog(...)
fix: some trailing spaces removed
2009-04-03 12:19:09 +00:00
Andrew Borodin
19fddfa787
src/widget.c: WListbox: send DLG_ACTION message to the parent dialog.
2009-04-01 20:23:23 +04:00
Andrew Borodin
9cf728f2c2
src/dialog.h: Fixed comment for DLG_ACTION message.
...
src/widget.c: WListbox: send DLG_ACTION message to the parent dialog.
2009-04-01 20:23:04 +04:00
Ilia Maslakov
3a161f9576
fix: problem when flag Persistent selection swiched off then text not marked
...
by F3 + arrows
2009-03-31 10:39:00 +00:00
Ilia Maslakov
a8eb299506
Fix: defult value of option_persistent_selectionsis, set "yes" by default.
2009-03-28 09:46:07 +00:00
Ilia Maslakov
a443945748
replace "Persistent blocks" to "Persistent selection" in
...
edit/edit.c, edit/edit.h, edit/editoptions.c, src/setup.c
2009-03-28 00:35:25 +00:00
Slava Zanko
2390c46d06
Rename '*persistent_block*' to '*persistent_selection*' for more sence.
...
Thanks to Ossi
2009-03-27 22:48:31 +02:00
Ilia Maslakov
3cc9aac553
Add load/save option editor_persistent_block to ~/.mc/ini;
...
Add option editor_persistent_block to Options/General dialog;
Make persistent/nonpersistent blocks if mcedit;
Enlarged height of Options/General dialog from 17 to 19 lines;
2009-03-26 11:32:18 +00:00
Ilia Maslakov
f22b5d16b5
Add load/save option editor_persistent_block to ~/.mc/ini
...
Add option editor_persistent_block to Options/General dialog
enlarged Options/General dialog Height from 17 to 19 lines
2009-03-26 09:21:43 +00:00
Ilia Maslakov
687d9a40f2
add ESC seq for begPutty
2009-03-25 21:32:25 +00:00
Ilia Maslakov
f312a93332
experemental commit
2009-03-25 21:31:07 +00:00
Andrew Borodin
72d0a117b6
src/screen.c (display_mini_info): don't display incorrect info about ".." directory.
2009-03-23 19:58:35 +03:00
Mikhail S. Pobolovets
fa52c44fcd
syntax/java.syntax: def and enum are now highlighted
...
syntax/Syntax: groovy files are now processed as java files
Patch is provided by stick
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-03-23 13:03:44 +02:00
Mikhail S. Pobolovets
551e9e5153
lib/mc.ext.in: Fixed: Wrong position of .glade 'open'
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-03-20 11:35:51 +02:00
Slava Zanko
37ccd9ccac
Open .glade support in mc.ext
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-03-20 11:14:45 +02:00
Sergei Trofimovich
5eb39e7d9a
Merge branch 'mc-4.6'
...
* mc-4.6:
src/file.c: move_dir_dir():
fileopctx.h: set definitely values for FileProgressStatus enum type.
src/file.c: modified error messages fro warn_same_file() function.
non-relevant comment removed
little fix for show message
Denis Vlasenko posted a patch which would fix issue when no dialog for break operation. Trouble: recently i accidentally entered '.' instead of '..' in the file copy dialog on a relatively big tree ... for every file in the tree i got the <foo> and <bar> are the same file message box, without any way to escape except killing mc from the outside. Rework warn_same_file for more usage glib. ... msg = g_strdup_printf() ...
po/sk.po: translation update by Ivan Masár <helix84@centrum.sk>
mountlist: use fsblkcnt_t when available (fixes #179 )
Fixed menu painting for NCurses screen library.
Backport: syntax/spec.syntax: .spec syntax update by adamw (#189 )
lib/mc.ext.in: command line options fix by adamw (#183 )
Conflicts:
ChangeLog
po/az.po
po/be.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/es.po
po/eu.po
po/fi.po
po/fr.po
po/hu.po
po/it.po
po/ja.po
po/ko.po
po/lt.po
po/lv.po
po/mn.po
po/nl.po
po/no.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/ta.po
po/tr.po
po/uk.po
po/vi.po
po/wa.po
po/zh_CN.po
po/zh_TW.po
src/file.c
2009-03-19 21:35:03 +02:00
Sergei Trofimovich
97496014aa
Merge commit 'origin/179_fsblkcnt_t' into mc-4.6
...
* commit 'origin/179_fsblkcnt_t':
mountlist: use fsblkcnt_t when available (fixes #179 )
2009-03-18 22:04:48 +02:00
Andrew Borodin
8353da9e8f
src/file.c: move_dir_dir():
...
* changed type of move_over variable from int to gboolean;
* fixed memory leak: destdir is not free'd when the same directory is copied;
* don't use the non-valid dbuf variable if mc_stat(d, &dbuf) returns non-zero.
2009-03-17 19:45:00 +00:00
Andrew Borodin
5df2f5aa22
fileopctx.h: set definitely values for FileProgressStatus enum type.
...
file.c file.h: fixed types for file/dir operation functions.
2009-03-17 19:41:29 +00:00
Andrew Borodin
68009d016f
src/file.c: modified error messages fro warn_same_file() function.
...
po/*.po: updated to sync with modified src/file.c file.
2009-03-17 19:40:41 +00:00
Ilia Maslakov
0ffd71949f
non-relevant comment removed
2009-03-17 16:57:22 +00:00
Ilia Maslakov
d60f4957de
little fix for show message
2009-03-17 16:56:49 +00:00
Ilia Maslakov
a079bd950c
Denis Vlasenko posted a patch which would fix issue when no dialog for break operation. Trouble: recently i accidentally entered '.' instead of '..' in the file copy dialog on a relatively big tree ... for every file in the tree i got the <foo> and <bar> are the same file message box, without any way to escape except killing mc from the outside. Rework warn_same_file for more usage glib. ... msg = g_strdup_printf() ...
2009-03-17 16:53:37 +00:00
Andrew Borodin
d2eec23c1e
ChangeLog src/screen.c: fixed typo in function name.
2009-03-15 10:36:28 +03:00
Ilia Maslakov
87f0ba0478
last generated po
2009-03-14 19:50:55 +00:00
Ilia Maslakov
badad58101
Merge branch '19_show_abort_skip_for_copy_error'
2009-03-14 18:46:43 +00:00
Ilia Maslakov
b6d767d277
complete conflict sk.po
2009-03-14 18:45:45 +00:00
Mikhail S. Pobolovets
a9d662aa57
po/sk.po: translation update by Ivan Masár <helix84@centrum.sk>
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-03-12 10:57:15 +02:00
Mikhail S. Pobolovets
441987c871
po/sk.po: translation update by Ivan Masár <helix84@centrum.sk>
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-03-12 10:53:05 +02:00
Ilia Maslakov
dc80d6821f
Merge branch '267_code_navigation_via_etags'
2009-03-11 18:25:45 +00:00
Ilia Maslakov
e7b82fe9f3
add static in parse_define
2009-03-10 20:11:51 +00:00
Ilia Maslakov
70be4fbf7b
fix err in Makefile.am. Change etats.h to etags.h
2009-03-10 20:08:30 +00:00
Enrico Weigelt, metux IT service
6de4c5aafc
mountlist: use fsblkcnt_t when available ( fixes #179 )
...
When defined 64bit interface to filesystem we do not get overflow
when detect FS size.
2009-03-08 15:57:43 +02:00
Andrew Borodin
bf8ac0594e
src/file.c: move_dir_dir():
...
* changed type of move_over variable from int to gboolean;
* fixed memory leak: destdir is not free'd when the same directory is copied;
* don't use the non-valid dbuf variable if mc_stat(d, &dbuf) returns non-zero.
2009-03-08 13:22:10 +03:00
Andrew Borodin
5d50f64a2b
fileopctx.h: set definitely values for FileProgressStatus enum type.
...
file.c file.h: fixed types for file/dir operation functions.
2009-03-08 12:49:28 +03:00
Andrew Borodin
82242cbbd4
src/file.c: modified error messages fro warn_same_file() function.
...
po/*.po: updated to sync with modified src/file.c file.
2009-03-08 12:38:35 +03:00
Ilia Maslakov
f3dcf1b3aa
replace malloc to g_malloc.
...
fix some leak (thx andrew_b)
define TAGS_NAME, MAX_WIDTH_DEF_DIALOG vars
2009-03-06 15:28:54 +00:00
Ilia Maslakov
1e59c411b5
non-relevant comment removed
2009-03-05 11:10:03 +00:00
Slava Zanko
6c39432c98
edit/etags.c: Use function 'g_build_filename' instread of 'g_strdup_printf' for making path to file
2009-03-05 12:48:47 +02:00
Ilia Maslakov
43918cc4ba
little fix for show message
2009-03-05 10:41:41 +00:00
Slava Zanko
00567b61b2
etags: make new type 'etags_hash_t'
2009-03-05 12:31:16 +02:00
Ilia Maslakov
474d22d6c9
change width listbox, change output format
2009-03-05 12:31:16 +02:00
Ilia Maslakov
4be6c1c2c5
some little bug fix
2009-03-05 12:31:16 +02:00
Ilia Maslakov
da66b3154b
small bug fix struct name
2009-03-05 12:31:15 +02:00
Ilia Maslakov
2a038f109a
TAGS parser full reworked, add hungry search algorithm, change etags hash struct
2009-03-05 12:31:10 +02:00
Ilia Maslakov
7c79cfe10c
Denis Vlasenko posted a patch which would fix issue when no dialog for break operation. Trouble: recently i accidentally entered '.' instead of '..' in the file copy dialog on a relatively big tree ... for every file in the tree i got the <foo> and <bar> are the same file message box, without any way to escape except killing mc from the outside. Rework warn_same_file for more usage glib. ... msg = g_strdup_printf() ...
2009-03-05 09:59:50 +00:00