Slava Zanko
21d339c5be
misc/skins/Makefile.am: Add skin files into EXTRA_DIST list.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-22 16:27:39 +03:00
Andrew Borodin
3f4b0ee311
Fixed menu colors for BW mode.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-09-22 16:27:38 +03:00
Slava Zanko
bf55805409
Added Russian and English docs for skins.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-18 11:57:35 +03:00
Slava Zanko
bdfc9adf39
Continue development of skins
...
* Remove highlight of hidden filenames.
* Fixed colors with ncurses screen library
* Fix lines drawing with ncurses screen library.
* Fix drawing of lines in slang with non-utf codepages.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* Code cleanup.
* Code cleanup, refactoring and optimization.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-09-18 11:56:12 +03:00
Slava Zanko
2216332c0c
continue develop of skins.
...
* Compile with option --with-screen=ncurses
* Added default init of colors (if color description is null)
* Renamed some color pairs. All static color pairs now cached.
* Fix cursor show in panel over selected files in b&w color scheme.
* Fix editor highlight
* Handle old-style colors definitions.
* Fix showing box lines in onebyte codepages.
* Fix segfault with:
* mc -C 'menu=blue,white:'
* Fix reading of color backgrounds from old-style color definition strings.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* Fixed typos.
* Added ACS_PLUS char and related stuff.
* Changed order of colors.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* Fixed pseudo-graphics drawing for S-Lang library and 8-bit locale.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-09-18 11:54:20 +03:00
Slava Zanko
d0457bbe9f
Add hardcoded skins.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-18 11:49:44 +03:00
Slava Zanko
981fe001d1
Base support of skins.
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-18 11:49:44 +03:00
Stan. S. Krupoderov
edddd5f5d3
Ticket #1596 : hidden file higlighing
...
remove highlight for hidden, extend templates for higlight by ext
Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
2009-09-14 22:47:13 +04:00
Slava Zanko
edab903a19
Ticket #1597 : panel: restore red hilight for broken symlinks
...
Fix for restore highlighting of stale links.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-14 12:48:50 +03:00
karesmakro
f3663e0792
Ticket #1592 : gzup error in mc.menu
...
mc.menu: fix command name
Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
2009-09-09 15:57:31 +04:00
Slava Zanko
4afc04eedc
Ticket #418 : File coloring
...
Added support of filenames highlighting in panels.
Now rules of highlighting described into external file filehighlight.ini
Number of highlight rules is unlimited (in opposite to X-Stranger patch).
Highlight will made by:
* file type (directory, regular, symlink, special device etc.)
* extensions of filenames (ends of filenames)
* regular expressions
Big thanks to X-Stranger <x@linux.by> for idea
and to Alexey Kaminsky <alexeykaminsky@gmail.com> for testing.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-09-03 13:12:17 +03:00
Patrick Winnertz
c080a3e2a5
Add a xterm-256color entry to mc.lib
...
Signed-off-by: Patrick Winnertz <winnie@debian.org>
2009-08-19 19:38:44 +02:00
Andrew Borodin
9f1bb1e7ca
Ticket #1547 : convert SR user menu to UTF-8.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-08-19 15:00:41 +04:00
Sergei Trofimovich
b56f55fc83
(Ticket #1476 ) Revert * lib/mc.ext.in: Tar is missing a - as argument fix
...
This reverts commit f021c090f9
.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
2009-08-07 21:45:26 +03:00
Stan. S. Krupoderov
87f3cd1cda
Ticket #1452 : handle .tbz2 extension
...
mc.ext.in: support for tbz2, patch from ijabbott
2009-08-06 15:43:45 +04:00
Denis Kostousov
394e909070
Ticket #1433 : Working with lzma-based archives has been added.
...
Signed-off-by: Denis Kostousov <denis.kostousov@gmail.com>
2009-08-04 09:57:50 +03:00
Mikhail S. Pobolovets
b384faef82
Handling of XIPH multimedia formats
...
Ticket: #328
mc.ext update in respect to the handling of XIPH multimedia formats
.ogg, oga, .ogv, etc.
http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
Update provided by jemm
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-06-10 12:04:35 +03:00
Slava Zanko
43c99a14da
Add definitions of Shift+F3 and Shift+F4 keys into misc/mc.lib file
...
On some terminals (such as gnome-terminal and xterm) Shift+F[x] keys doesn't work. This patch will fix it.
Also, made some cleanups in 'xterm-color' section.
2009-06-01 17:53:48 +03:00
Slava Zanko
7238c35889
Fix invalid declarations of ESC-sequenses in mc.lib file
2009-06-01 11:07:21 +03:00
Slava Zanko
a462a4b3ee
Fixed saved panel state and fixed reading key definitions from config-file
...
misc/mc.lib: added escaping of all backslashes
src/mcconfig/common.c: removed forgotten debug code
src/setup.c: fixed non-saving of panels state
2009-06-01 11:06:03 +03:00
Slava Zanko
1aad5105cb
misc/mc.lib: changes in hotkeys definitions.
...
Now multiple definitions separate by ';' sign for one hotkey
2009-06-01 11:01:16 +03:00
Slava Zanko
0a1b6bfbb2
Reworked "Special dirs"->"list" parameter handle code
...
misc/mc.lib: changed ',' to ';'
src/treestore.c: use mc_config_get_string_list() function instread of strtok() function
2009-06-01 10:55:35 +03:00
Slava Zanko
acc64ecd68
Fixed saved panel state and fixed reading key definitions from config-file
...
misc/mc.lib: added escaping of all backslashes
src/mcconfig/common.c: removed forgotten debug code
src/setup.c: fixed non-saving of panels state
2009-06-01 10:55:35 +03:00
Slava Zanko
5edb3a645e
misc/mc.lib: changes in hotkeys definitions.
...
Now multiple definitions separate by ';' sign for one hotkey
2009-06-01 10:55:07 +03:00
Mikhail S. Pobolovets
9e325ad1b0
* lib/mc.ext.in: Enhancement to open and view .deba and .debd
...
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2009-05-27 10:35:10 +03:00
Slava Zanko
0c17219b2a
Move global config files from pkg_datadir to sysconfdir
...
* Also fixed 'make dist' command
* changed contrib/dist/redhat/mc.spec.in for builds with new dir
2009-05-21 01:01:10 +03:00
xgizzmo
24ca27fe30
Added XZ compression support. Signed-off-by: xgizzmo <xgizzmo@slackbuilds.org>
...
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-05-13 11:35:22 +03:00
Slava Zanko
f49ce170f0
Move some files from contrib into misc directory
...
Also fix error with make install action
2009-05-08 16:56:02 +03:00