Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-22 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  
Resolution:   |Keywords:  vote-angel_il vote-andrew_b approved
  Blocking:   |   Blockedby:  
--+-
Changes (by andrew_b):

  * keywords:  vote-angel_il = vote-angel_il vote-andrew_b approved


-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-22 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx   
  Type:  enhancement  |  Status:  testing
  Priority:  minor|   Milestone:  4.7
 Component:  mc-core  | Version: 
Resolution:  fixed|Keywords:  commited-master
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * keywords:  vote-angel_il vote-andrew_b approved = commited-master
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #254: Copy/Move panel: dest filename not focused

2009-02-22 Thread Ticket System
#254: Copy/Move panel: dest filename not focused
--+-
  Reporter:  egmont   |   Owner:  
  Type:  defect   |  Status:  new 
  Priority:  major|   Milestone:  4.6.2.1 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  vote-angel_il vote-kdave
  Blocking:   |   Blockedby:  
--+-
Changes (by kdave):

  * keywords:  vote-angel_il = vote-angel_il vote-kdave


-- 
Ticket URL: www.midnight-commander.org/ticket/254#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #279: Autorename when copying/moving files

2009-02-22 Thread Ticket System
#279: Autorename when copying/moving files
--+-
  Reporter:  styx |   Owner:   
  Type:  enhancement  |  Status:  new  
  Priority:  major|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.2
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

Comment(by kdave):

 Replying to [ticket:279 styx]:
  When files with the same names already exists, should be a button, to
 copy the files with autorenaming.

 Sounds reasonable. Howeve I see problems with the autorename rules. I
 think regexp pattern is not the best way to do that, since filenames can
 be of any form (eg. no .extension, etc).

  result: file.txt, 2.file.txt 3.file.txt 4.file.txt

 This does not seem good since I want to see the renamed files togather.
 They may have same name but different contents. Prefixing the name with
 number will list the files far away from each other.

  or: file.txt, file.txt.2 file.txt.3 file.txt.4

 This resembles manpage names, it does add anotherl level of extension
 wich again may lead to different associated program to call via mcext.

  or: file.txt, file(2).txt file(3).txt file(4).txt

 This one is good, preserves the extension (if there is any), number can be
 extracted and incremented.

  maybe user should have a posibility to set a rule how to rename via
 regexp or something like that.

 Rather some printf-like syntax using %f %e %n, f - filename up to last
 ., e - extension, n - the number to increment. Using regexp for such
 task does not seem to be appropriate.

 I think MC should use a robust renaming scheme internally, and user should
 not need to change it in most cases, but it should be possible. Eg. to
 change the scheme to %f_%n.%e.

 Thinking further, the regex approach may nicely extend the printf
 scheme. Each of the %x macros can have it's own regexp configurable. Eg.
 %e=[^.]$.

-- 
Ticket URL: www.midnight-commander.org/ticket/279#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #280: Fast switch between recently used files

2009-02-22 Thread Ticket System
#280: Fast switch between recently used files
--+-
  Reporter:  angel_il |   Owner:  angel_il
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Old description:

 Ctrl+F1,F2,F3 - save bookmark
 Alt+1,2,3 - fast open bookmarked file

 open file1 in mcedit (F4 under file),
 press ctrl+f1
 exit

 open file2 in mcedit (F4 under file),
 press ctrl+f2
 exit

 open file3 in mcedit (F4 under file),
 press ctrl+f3

 press Alt+1
 press Alt+2
 press Alt+3

 enjoy )

New description:

 Ctrl+F1,F2,F3 or Alt-!, Alt-@, Alt-# - save bookmark
 Alt+1,2,3 - fast open bookmarked file

 open file1 in mcedit
 press Ctrl+F1 (Alt-!)
 exit

 open file2 in mcedit
 press Ctrl+F2 (Alt-@)
 exit

 open file3 in mcedit
 press Ctrl+F3 (Alt-#)

 press Alt+1
 press Alt+2
 press Alt+3

 enjoy )

--

Comment(by angel_il):

 litle fix

-- 
Ticket URL: www.midnight-commander.org/ticket/280#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #244: Shared clipboard for the mc editor, form fields, panel and command prompt.

2009-02-22 Thread Ticket System
#244: Shared clipboard for the mc editor, form fields, panel and command prompt.
--+-
  Reporter:  angel_il |   Owner:  angel_il
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  
  Blocking:   |   Blockedby:  
--+-

Comment(by kdave):

 Quoting from the first patch:

 -{ALT ('a'), copy_current_pathname},
 +{ALT ('a'), copy_to_clip_cmd},

 Please explain why do you redefine Alt-a . Please explain why do you need
 to add a concept of a clipboard to mc itself. I understand that it may be
 useful in the mcedit, but why is it needed to take it elsewhere? What's
 wrong with GPM and mouse to copypaste text around?

-- 
Ticket URL: www.midnight-commander.org/ticket/244#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #280: Fast switch between recently used files

2009-02-22 Thread Ticket System
#280: Fast switch between recently used files
--+-
  Reporter:  angel_il |   Owner:  angel_il
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by kdave):

 Shouldn't the component be 'mcedit'?

-- 
Ticket URL: www.midnight-commander.org/ticket/280#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #272: Patch for extfs: Amazon Web Service added (S3)

2009-02-22 Thread Ticket System
#272: Patch for extfs: Amazon Web Service added (S3)
--+-
  Reporter:  jpelletier   |   Owner:
  Type:  enhancement  |  Status:  new   
  Priority:  minor|   Milestone:  4.7   
 Component:  vfs  | Version:  4.6.2 
Resolution:   |Keywords:  Amazon Web Service
  Blocking:   |   Blockedby:
--+-

Comment(by kdave):

 Why do we need access to amazon webservices in MC?

-- 
Ticket URL: www.midnight-commander.org/ticket/272#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #213: [mc-ru-fork] patch for fix bug 'The shell is already running a command'

2009-02-22 Thread Ticket System
#213: [mc-ru-fork]  patch for fix bug 'The shell is already running a command'
-+--
  Reporter:  slavazanko  |   Owner:  slavazanko
  Type:  defect  |  Status:  accepted  
  Priority:  blocker |   Milestone:  4.6.3 
 Component:  mc-core | Version:  4.6.1 
Resolution:  |Keywords:  rework
  Blocking:  |   Blockedby:
-+--
Changes (by slyfox):

  * milestone:  4.6.2.1 = 4.6.3


-- 
Ticket URL: www.midnight-commander.org/ticket/213#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #213: [mc-ru-fork] patch for fix bug 'The shell is already running a command'

2009-02-22 Thread Ticket System
#213: [mc-ru-fork]  patch for fix bug 'The shell is already running a command'
-+--
  Reporter:  slavazanko  |   Owner:  slavazanko
  Type:  defect  |  Status:  accepted  
  Priority:  blocker |   Milestone:  4.6.3 
 Component:  mc-core | Version:  4.6.1 
Resolution:  |Keywords:  rework
  Blocking:  |   Blockedby:
-+--

Comment(by slyfox):

 Moving to 4.6.3 as 4.6.2.1 is a primarily build fix release

-- 
Ticket URL: www.midnight-commander.org/ticket/213#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #237: Why some removed and same added?

2009-02-21 Thread Ticket System
#237: Why some removed and same added?
-+--
  Reporter:  slavazanko  |   Owner:  styx
  Type:  task|  Status:  accepted
  Priority:  major   |   Milestone:  4.7 
 Component:  mc-core | Version:  4.6.2   
Resolution:  |Keywords:  
  Blocking:  |   Blockedby:  
-+--
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/237#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #237: Why some removed and same added?

2009-02-21 Thread Ticket System
#237: Why some removed and same added?
-+--
  Reporter:  slavazanko  |   Owner:  styx   
  Type:  task|  Status:  testing
  Priority:  major   |   Milestone:  4.7
 Component:  mc-core | Version:  4.6.2  
Resolution:  invalid |Keywords: 
  Blocking:  |   Blockedby: 
-+--
Changes (by styx):

  * status:  accepted = testing
  * resolution:  = invalid


-- 
Ticket URL: www.midnight-commander.org/ticket/237#comment:10
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-21 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  rework  
  Blocking:|   Blockedby:  
---+

Comment(by kdave):

 There is no need for the .. entry, just press Ctrl-R to refresh the
 panel and you will get back.

-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #251: Add feature '--with-glib'

2009-02-21 Thread Ticket System
#251: Add feature '--with-glib'
--+-
  Reporter:  slavazanko   |   Owner:  slavazanko
  Type:  enhancement  |  Status:  new   
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review
  Blocking:   |   Blockedby:
--+-

Comment(by Mikhail):

 2009/2/18 Ticket System tick...@midnight-commander.org

  #251: Add feature '--with-glib'
 
 
 --+-
   Reporter:  slavazanko   |   Owner:  slavazanko
   Type:  enhancement  |  Status:  new
   Priority:  major|   Milestone:  4.7
   Component:  mc-core  | Version:  4.6.2
  Resolution:   |Keywords:  review
   Blocking:   |   Blockedby:
 
 
 --+-
 
  Comment(by slavazanko):
 
   Yes, I think.
 
   Do you know link to eglib?
 
   And, anoter question, how use option for ./configure?
 
   {{{
   --with-glib
   --with-glib=/path/to/glib
   --with-glib=eglib
   --without-glib - invalid choise and must raise error.
   }}}
 
   Is this good idea?
 
  --
  Ticket URL: www.midnight-commander.org/ticket/251#comment:3
  Midnight Commander www.midnight-commander.org
  Midnight Development Center
  ___
  Mc-devel mailing list
  http://mail.gnome.org/mailman/listinfo/mc-devel
 

 I think it's ok.
 Some links:
 http://github.com/myabc/mono/tree/master/eglib
 http://anonsvn.mono-project.com/viewvc/trunk/mono/eglib/

-- 
Ticket URL: www.midnight-commander.org/ticket/251#comment:
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #276: Show total size of marked files.

2009-02-21 Thread Ticket System
#276: Show total size of marked files.
--+-
  Reporter:  andrew_b |   Owner:  andrew_b
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  
  Blocking:   |   Blockedby:  
--+-
Changes (by andrew_b):

  * owner:  = andrew_b
  * status:  new = accepted
  * type:  defect = enhancement


-- 
Ticket URL: www.midnight-commander.org/ticket/276#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #277: mc hangs if mouse support enabled on konsole-256color terminal + PATCH

2009-02-21 Thread Ticket System
#277: mc hangs if mouse support enabled on konsole-256color terminal + PATCH
-+--
 Reporter:  arekm|   Owner:   
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 I just switched to TERM=konsole-256color under KDE konsole terminal
 emulator. mc 4.6.2 unfortunately started to hang. Turning mouse support
 (via -d) did workaround the problem.

 It turned out that I needed patch below.

 That code seems not so great since it requires hardcoding every supported
 terminal.


 {{{
 --- mc-4.6.2/src/main.c.org 2009-02-19 15:02:47.391964771 +0100
 +++ mc-4.6.2/src/main.c 2009-02-19 15:04:12.385289852 +0100
 @@ -1385,6 +1385,7 @@
  }

  if (force_xterm || strncmp (termvalue, xterm, 5) == 0
 +   || strncmp (termvalue, konsole, 7) == 0
 || strncmp (termvalue, rxvt, 4) == 0
 || strcmp (termvalue, Eterm) == 0
 || strcmp (termvalue, dtterm) == 0) {
 }}}

-- 
Ticket URL: www.midnight-commander.org/ticket/277
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #276: Show total size of marked files.

2009-02-21 Thread Ticket System
#276: Show total size of marked files.
--+-
  Reporter:  andrew_b |   Owner:  andrew_b
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  
  Blocking:   |   Blockedby:  
--+-

Comment(by andrew_b):

 The 276_show_total_size branch is created.

-- 
Ticket URL: www.midnight-commander.org/ticket/276#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #276: Show total size of marked files.

2009-02-21 Thread Ticket System
#276: Show total size of marked files.
--+-
  Reporter:  andrew_b |   Owner:  andrew_b
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review vote-angel_il
  Blocking:   |   Blockedby:  
--+-
Changes (by angel_il):

  * keywords:  = review vote-angel_il


-- 
Ticket URL: www.midnight-commander.org/ticket/276#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #254: Copy/Move panel: dest filename not focused

2009-02-21 Thread Ticket System
#254: Copy/Move panel: dest filename not focused
--+-
  Reporter:  egmont   |   Owner:   
  Type:  defect   |  Status:  new  
  Priority:  major|   Milestone:  4.6.2.1  
 Component:  mc-core  | Version:  4.6.2
Resolution:   |Keywords:  vote-angel_il
  Blocking:   |   Blockedby:   
--+-
Changes (by angel_il):

  * keywords:  = vote-angel_il


-- 
Ticket URL: www.midnight-commander.org/ticket/254#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-21 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  review  
  Blocking:|   Blockedby:  
---+

Comment(by slavazanko):

  There is no need for the .. entry, just press Ctrl-R to refresh the
 panel and you will get back

 IMHO this bad behavior.

 For example: if I'll create external panelize filter with:
 {{{
 grep -R -I ' gg_free (' ./ | cut -d : -f 1| sort|uniq
 }}}
 This filter show all files contain call of 'gg_free' function. For
 example, this is an error and need to fix. I'll fix this file-by-file in
 panelize ('gg_free' = 'g_free'). Then I'll press CTRL+R and I want to
 refresh list of filtered files. This more sense for CTRL+R operation
 (refresh content). Why CTRL+R must exit from panelize view?

 BTW, is possible to change header of panel if panelized used?

 For example, my current dir is {{{/srv/work/mc/git}}} if I try to panelize
 by 'ls *.in' command, I see at top of panel '/srv/work/mc/git' and only
 '*.in' files. IMHO, better to see {{{ex.panel: ls *.in}}} at top of panel.

-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #276: Show total size of marked files.

2009-02-21 Thread Ticket System
#276: Show total size of marked files.
--+-
  Reporter:  andrew_b |   Owner:  andrew_b  
  Type:  enhancement  |  Status:  accepted  
  Priority:  minor|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  vote-angel_il vote-slavazanko approved
  Blocking:   |   Blockedby:
--+-
Changes (by slavazanko):

  * keywords:  review vote-angel_il = vote-angel_il vote-slavazanko
   approved


Comment:

 looks good. Now, if show ministatus option switched off, total size of
 selected files shows anyway.

 But in branch present some changes in Changelog:

 {{{
  2009-02-05 Mikhail Pobolovets  styx...@gmail.com

 -   * nl.po: update by mpol (#271)
 +   * po/nl.po: update by mpol (#271)

  2009-02-05 Patrick Winnertz win...@debian.org

 @@ -17,13 +37,13 @@
 * lib/mc.lib: added patch on #219 by angel_il
 * edit/editcmd.c, configure.ac: removed obsolete own
 implementation of memove (#242)
 * vfs/extfs/u7z: patch from mandriva (#194)
 -   * added andrew_b's patch for showing free space (#188)
 +   * added Andrew Borodin's patch for showing free space (#188)

  2009-02-01 Enrico Weigelt, metux ITS weig...@metux.de

 * src/util.c: fixed name_trunc() on NULL or empty parameters
 * src/achown.c: fixed unitialized var in init_chown_advanced()
 - (patch from andrew_b)
 + (patch from Andrew Borodin)
 * replaced gboolean by bool (from mhl/types.h)
 }}}

 This not good, but not critical.

 In future don't do this, please. In branches must present realization only
 one idea.

 My vote here. But in future remember about non-relative changes in
 branches, please.

-- 
Ticket URL: www.midnight-commander.org/ticket/276#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-21 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  review  
  Blocking:|   Blockedby:  
---+

Comment(by angel_il):

 fix: Ok, but need for this :) ctrl-r is NOT intuitive feature.

-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-21 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il  
  Type:  defect|  Status:  accepted  
  Priority:  minor |   Milestone:  4.6.2.1   
 Component:  mc-core   | Version:  4.6.2 
Resolution:|Keywords:  review vote-slavazanko
  Blocking:|   Blockedby:
---+
Changes (by slavazanko):

  * keywords:  review = review vote-slavazanko


-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:10
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-21 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il 

  Type:  defect|  Status:  accepted 

  Priority:  minor |   Milestone:  4.6.2.1  

 Component:  mc-core   | Version:  4.6.2

Resolution:|Keywords:  review vote-slavazanko vote-andrew_b 
approved
  Blocking:|   Blockedby:   

---+
Changes (by andrew_b):

  * keywords:  review vote-slavazanko = review vote-slavazanko vote-
   andrew_b approved


-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:11
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #278: Change title of panel after panelization

2009-02-21 Thread Ticket System
#278: Change title of panel after panelization
-+--
 Reporter:  angel_il |   Owner:   
 Type:  enhancement  |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Change title of panel after panelization

 in mc:

 $ mkdir /tmp/test1
 $ cd /tmp/test1
 $ touch test.txt


 click menu:
 Command / eXternal panelize

 select:
 Field Command
 input: find . -name \*.t* -print

 click [ Add new ]

 in field
 Enter command label:
 input: find test

 click [ OK ]

 click menu:
 Command / eXternal panelize

 select ls in list
 click [ Panelize ]

 in title panel you need panelize: find test

-- 
Ticket URL: www.midnight-commander.org/ticket/278
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #279: Autorename when copying/moving files

2009-02-21 Thread Ticket System
#279: Autorename when copying/moving files
-+--
 Reporter:  styx |   Owner:   
 Type:  enhancement  |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 When files with the same names already exists, should be a button, to copy
 the files with autorenaming.

 result: file.txt, 2.file.txt 3.file.txt 4.file.txt
 or: file.txt, file.txt.2 file.txt.3 file.txt.4
 or: file.txt, file(2).txt file(3).txt file(4).txt
 maybe user should have a posibility to set a rule how to rename via regexp
 or something like that.

-- 
Ticket URL: www.midnight-commander.org/ticket/279
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #169: Need for change some report in trac ticket system and add new report

2009-02-21 Thread Ticket System
#169: Need for change some report in trac ticket system and add new report
--+-
  Reporter:  slavazanko   |   Owner: 
  Type:  enhancement  |  Status:  new
  Priority:  major|   Milestone:  4.6.2.1
 Component:  adm  | Version: 
Resolution:   |Keywords: 
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * milestone:  = 4.6.2.1


-- 
Ticket URL: www.midnight-commander.org/ticket/169#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #59: savannah: Size of files not shown with full precision

2009-02-21 Thread Ticket System
#59: savannah: Size of files not shown with full precision
-+--
  Reporter:  slavazanko  |   Owner: 
  Type:  defect  |  Status:  new
  Priority:  major   |   Milestone:  4.7
 Component:  mc-core | Version: 
Resolution:  |Keywords: 
  Blocking:  |   Blockedby: 
-+--
Changes (by styx):

  * milestone:  = 4.7


-- 
Ticket URL: www.midnight-commander.org/ticket/59#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #253: OperationalError: database is locked

2009-02-21 Thread Ticket System
#253: OperationalError: database is locked
+---
  Reporter:  ne...@gmx.net  |   Owner:  styx
  Type:  defect |  Status:  accepted
  Priority:  major  |   Milestone:  4.7 
 Component:  mc-core| Version:  4.6.2   
Resolution: |Keywords:  
  Blocking: |   Blockedby:  
+---
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/253#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #253: OperationalError: database is locked

2009-02-21 Thread Ticket System
#253: OperationalError: database is locked
+---
  Reporter:  ne...@gmx.net  |   Owner:  styx   
  Type:  defect |  Status:  testing
  Priority:  major  |   Milestone:  4.7
 Component:  mc-core| Version:  4.6.2  
Resolution:  wontfix|Keywords: 
  Blocking: |   Blockedby: 
+---
Changes (by styx):

  * status:  accepted = testing
  * resolution:  = wontfix


-- 
Ticket URL: www.midnight-commander.org/ticket/253#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-21 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-21 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * keywords:  = review


Comment:

 have a look at: 132_search_skip_hidden

-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-21 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * version:  4.6.1 =


-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-21 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx
  Type:  enhancement  |  Status:  accepted
  Priority:  minor|   Milestone:  4.7 
 Component:  mc-core  | Version:  
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by styx):

 How to test:
 Start at: .
 Filename: *
 [x] Find recursively
 [x] case Sensitive
 [x] Regular expression
 [ ] Skip .hidden files and dirs

 result:
 ./
 hid2
 1
 visible
 .hidden
 ./.hidden/
 3
 ./visible/
 2
 ./hid2/
 .hh



 Start at: .
 Filename: *
 [x] Find recursively
 [x] case Sensitive
 [x] Regular expression
 [x] Skip .hidden files and dirs

 result:
 ./
 hid2
 1
 visible
 ./visible/
 2

-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #176: (mandriva) add lzma support

2009-02-21 Thread Ticket System
#176: (mandriva) add lzma support
--+-
  Reporter:  metux|   Owner:  styx
  Type:  defect   |  Status:  assigned
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:   |Keywords:  review vote-metux vote-styx approved
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * keywords:  review vote-metux = review vote-metux vote-styx approved
  * owner:  metux = styx
  * status:  accepted = assigned


-- 
Ticket URL: www.midnight-commander.org/ticket/176#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #280: Fast switch between recently used files

2009-02-21 Thread Ticket System
#280: Fast switch between recently used files
-+--
 Reporter:  angel_il |   Owner:  angel_il
 Type:  enhancement  |  Status:  new 
 Priority:  major|   Milestone:  4.7 
Component:  mc-core  | Version:  4.6.2   
 Keywords:   |Blocking:  
Blockedby:   |  
-+--
 Ctrl+Fn - save bookmark
 Alt+Fn - fast open bookmarked file

-- 
Ticket URL: www.midnight-commander.org/ticket/280
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #190: (mandriva) extfs: srpm support

2009-02-21 Thread Ticket System
#190: (mandriva) extfs: srpm support
-+--
  Reporter:  metux   |   Owner:  styx
  Type:  defect  |  Status:  accepted
  Priority:  major   |   Milestone:  4.7 
 Component:  vfs | Version:  4.6.1   
Resolution:  |Keywords:  review  
  Blocking:  |   Blockedby:  
-+--
Changes (by styx):

  * keywords:  rework mandriva = review
  * owner:  = styx
  * status:  new = accepted


Comment:

 branch 190_srpm_support

-- 
Ticket URL: www.midnight-commander.org/ticket/190#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #280: Fast switch between recently used files

2009-02-21 Thread Ticket System
#280: Fast switch between recently used files
--+-
  Reporter:  angel_il |   Owner:  angel_il
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by angel_il):

  * keywords:  = review
  * status:  new = accepted


Old description:

 Ctrl+Fn - save bookmark
 Alt+Fn - fast open bookmarked file

New description:

 Ctrl+F1,F2,F3 - save bookmark
 Alt+1,2,3 - fast open bookmarked file

 open file1 in mcedit (F4 under file),
 press ctrl+f1
 exit

 open file2 in mcedit (F4 under file),
 press ctrl+f2
 exit

 open file3 in mcedit (F4 under file),
 press ctrl+f3

 press Alt+1
 press Alt+2
 press Alt+3

 enjoy )

--

-- 
Ticket URL: www.midnight-commander.org/ticket/280#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #132: Feature-Request: ignore dot-files on search

2009-02-21 Thread Ticket System
#132: Feature-Request: ignore dot-files on search
--+-
  Reporter:  metux|   Owner:  styx 
  Type:  enhancement  |  Status:  accepted 
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:   
Resolution:   |Keywords:  vote-angel_il
  Blocking:   |   Blockedby:   
--+-
Changes (by angel_il):

  * keywords:  review = vote-angel_il


-- 
Ticket URL: www.midnight-commander.org/ticket/132#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #274: Updated Midnight Commanfer Lithuanian translation

2009-02-19 Thread Ticket System
#274: Updated Midnight Commanfer Lithuanian translation
-+--
  Reporter:  stiko...@gmail.com  |   Owner:  styx
  Type:  enhancement |  Status:  accepted
  Priority:  minor   |   Milestone:  4.6.2.1 
 Component:  locale  | Version:  4.6.2   
Resolution:  |Keywords:  review  
  Blocking:  |   Blockedby:  
-+--
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


Comment:

 ok, now all is ok. Thank for your work.
 P.S. I just have to say there is a better way to create patches via git
 format-patch.

-- 
Ticket URL: www.midnight-commander.org/ticket/274#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #274: Updated Midnight Commanfer Lithuanian translation

2009-02-19 Thread Ticket System
#274: Updated Midnight Commanfer Lithuanian translation
-+--
  Reporter:  stiko...@gmail.com  |   Owner:  styx   
  Type:  enhancement |  Status:  testing
  Priority:  minor   |   Milestone:  4.6.2.1
 Component:  locale  | Version:  4.6.2  
Resolution:  fixed   |Keywords:  commited-master commited-mc-4.6
  Blocking:  |   Blockedby: 
-+--
Changes (by styx):

  * keywords:  review = commited-master commited-mc-4.6
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/274#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #263: OperationalError: database is locked

2009-02-19 Thread Ticket System
#263: OperationalError: database is locked
+---
  Reporter:  anonymous  |   Owner:  styx
  Type:  defect |  Status:  accepted
  Priority:  major  |   Milestone:  4.7 
 Component:  mc-core| Version:  4.6.2   
Resolution: |Keywords:  
  Blocking: |   Blockedby:  
+---
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/263#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-19 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  closed  
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/228#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #251: Add feature '--with-glib'

2009-02-19 Thread Ticket System
#251: Add feature '--with-glib'
--+-
  Reporter:  slavazanko   |   Owner:  slavazanko
  Type:  enhancement  |  Status:  new   
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review
  Blocking:   |   Blockedby:
--+-

Comment(by styx):

 Do we still need this one or may be eglib should be some where here?...

-- 
Ticket URL: www.midnight-commander.org/ticket/251#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #241: buffer overflow in __mhl_str_concat_hlp

2009-02-19 Thread Ticket System
#241: buffer overflow in __mhl_str_concat_hlp
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   

  Type:  defect|  Status:  closed   

  Priority:  major |   Milestone:  4.6.2.1  

 Component:  mc-core   | Version:  4.6.2

Resolution:  fixed |Keywords:  
committed-master committed-mc-4.6
  Blocking:|   Blockedby:   

---+
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/241#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #247: mhl: realloc() - malloc() when NULL passed

2009-02-19 Thread Ticket System
#247: mhl: realloc() - malloc() when NULL passed
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  defect   |  Status:  closed
  Priority:  major|   Milestone:  4.6.3 
 Component:  mc-core  | Version:  4.6.2 
Resolution:  invalid  |Keywords:  rework
  Blocking:   |   Blockedby:
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/247#comment:9
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #196: (mandriva) mc.sh.in: fixes for non-bash shells

2009-02-19 Thread Ticket System
#196: (mandriva) mc.sh.in: fixes for non-bash shells
--+-
  Reporter:  metux|   Owner:  metux
  Type:  defect   |  Status:  closed   
  Priority:  major|   Milestone:  4.6.2.1  
 Component:  mc-core  | Version:  4.6.1
Resolution:  fixed|Keywords:  committed-mc-4.6 committed-master
  Blocking:   |   Blockedby:   
--+-
Changes (by winnie):

  * status:  testing = closed


-- 
Ticket URL: www.midnight-commander.org/ticket/196#comment:7
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
--+-
 Reporter:  angel_il  |Type:  defect 
   Status:  new   |Priority:  minor  
Milestone:  4.6.2.1   |   Component:  mc-core
  Version:  4.6.2 |Keywords: 
 Blocking:|   Blockedby: 
--+-
 External panelize no have exit point .. to leave panelize.

 in mc:

  $ mkdir /tmp/test1
  $ cd /tmp/test1
  $ touch test.txt

 click menu:
 Command / eXternal panelize

 select:
 Field Command
 input ls

 cliick [ Add new ]

 in field
 Enter command label:
 input ls

 click [ OK ]

 click menu:
 Command / eXternal panelize

 select ls in list
 click [ Panelize ]

 in current panel you have test.txt
 and not .. to exit from this list.

-- 
Ticket URL: www.midnight-commander.org/ticket/275
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #113: savannah: make tabs and trailing spaces visible

2009-02-19 Thread Ticket System
#113: savannah: make tabs and trailing spaces visible
-+--
  Reporter:  slavazanko  |   Owner:  slavazanko
  Type:  defect  |  Status:  accepted  
  Priority:  major   |   Milestone:
 Component:  mcedit  | Version:  4.6.1 
Resolution:  |Keywords:  review
  Blocking:  |   Blockedby:
-+--
Changes (by slavazanko):

  * owner:  = slavazanko
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/113#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #251: Add feature '--with-glib'

2009-02-19 Thread Ticket System
#251: Add feature '--with-glib'
--+-
  Reporter:  slavazanko   |   Owner:  slavazanko
  Type:  enhancement  |  Status:  new   
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review
  Blocking:   |   Blockedby:
--+-

Comment(by slavazanko):

 Yes, I think.

 Do you know link to eglib?

 And, anoter question, how use option for ./configure?

 {{{
 --with-glib
 --with-glib=/path/to/glib
 --with-glib=eglib
 --without-glib - invalid choise and must raise error.
 }}}

 Is this good idea?

-- 
Ticket URL: www.midnight-commander.org/ticket/251#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  
  Blocking:|   Blockedby:  
---+
Changes (by angel_il):

  * owner:  = angel_il
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  review  
  Blocking:|   Blockedby:  
---+
Changes (by angel_il):

  * keywords:  = review


-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner: 
  Type:  defect|  Status:  new
  Priority:  minor |   Milestone:  4.6.2.1
 Component:  mc-core   | Version:  4.6.2  
Resolution:|Keywords: 
  Blocking:|   Blockedby: 
---+
Description changed by angel_il:

Old description:

 External panelize no have exit point .. to leave panelize.

 in mc:

  $ mkdir /tmp/test1
  $ cd /tmp/test1
  $ touch test.txt

 click menu:
 Command / eXternal panelize

 select:
 Field Command
 input ls

 cliick [ Add new ]

 in field
 Enter command label:
 input ls

 click [ OK ]

 click menu:
 Command / eXternal panelize

 select ls in list
 click [ Panelize ]

 in current panel you have test.txt
 and not .. to exit from this list.

New description:

 External panelize no have exit point .. to leave panelize.

 in mc:

  $ mkdir /tmp/test1
  $ cd /tmp/test1
  $ touch test.txt

 click menu:
 Command / eXternal panelize

 select:
 Field Command
 input ls

 click [ Add new ]

 in field
 Enter command label:
 input ls

 click [ OK ]

 click menu:
 Command / eXternal panelize

 select ls in list
 click [ Panelize ]

 in current panel you have test.txt
 and not .. to exit from this list.

--

-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #113: savannah: make tabs and trailing spaces visible

2009-02-19 Thread Ticket System
#113: savannah: make tabs and trailing spaces visible
-+--
  Reporter:  slavazanko  |   Owner:  slavazanko
  Type:  defect  |  Status:  testing   
  Priority:  major   |   Milestone:
 Component:  mcedit  | Version:  4.6.1 
Resolution:  fixed   |Keywords:  review
  Blocking:  |   Blockedby:
-+--
Changes (by slavazanko):

  * status:  accepted = testing
  * resolution:  = fixed


Comment:

 Visibility of tabs and spaces already present.

-- 
Ticket URL: www.midnight-commander.org/ticket/113#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #276: Show total size of marked files.

2009-02-19 Thread Ticket System
#276: Show total size of marked files.
--+-
 Reporter:  andrew_b  |   Owner:   
 Type:  defect|  Status:  new  
 Priority:  minor |   Milestone:  4.7  
Component:  mc-core   | Version:  4.6.2
 Keywords:|Blocking:   
Blockedby:|  
--+-
 Reimplemented displaying of marked files total size. Patch is attached.
 Detailed change log is provided in the patch.

-- 
Ticket URL: www.midnight-commander.org/ticket/276
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  rework  
  Blocking:|   Blockedby:  
---+
Changes (by styx):

  * keywords:  review = rework


-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-19 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux  
  Type:  defect   |  Status:  testing
  Priority:  major|   Milestone:  4.7
 Component:  mc-core  | Version:  4.6.2  
Resolution:  invalid  |Keywords: 
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * keywords:  review vote-slavazanko =
  * status:  accepted = testing
  * resolution:  = invalid


-- 
Ticket URL: www.midnight-commander.org/ticket/243#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #275: External panelize no have exit point

2009-02-19 Thread Ticket System
#275: External panelize no have exit point
---+
  Reporter:  angel_il  |   Owner:  angel_il
  Type:  defect|  Status:  accepted
  Priority:  minor |   Milestone:  4.6.2.1 
 Component:  mc-core   | Version:  4.6.2   
Resolution:|Keywords:  review  
  Blocking:|   Blockedby:  
---+

Comment(by styx):

 Segmentation fault

-- 
Ticket URL: www.midnight-commander.org/ticket/275#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #271: Updated Dutch translation

2009-02-17 Thread Ticket System
#271: Updated Dutch translation
-+--
  Reporter:  mpol|   Owner:  styx
  Type:  defect  |  Status:  accepted
  Priority:  major   |   Milestone:  4.7 
 Component:  locale  | Version:  4.6.2   
Resolution:  |Keywords:  review  
  Blocking:  |   Blockedby:  
-+--
Changes (by styx):

  * owner:  = styx
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/271#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #271: Updated Dutch translation

2009-02-17 Thread Ticket System
#271: Updated Dutch translation
-+--
  Reporter:  mpol|   Owner:  styx   
  Type:  defect  |  Status:  testing
  Priority:  major   |   Milestone:  4.7
 Component:  locale  | Version:  4.6.2  
Resolution:  fixed   |Keywords:  commited-master
  Blocking:  |   Blockedby: 
-+--
Changes (by styx):

  * keywords:  review = commited-master
  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/271#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #273: bad Modify timestamps on files copied from OS/2 LANMAN CIFS mount to local filesystem

2009-02-17 Thread Ticket System
#273: bad Modify timestamps on files copied from OS/2 LANMAN CIFS mount to local
filesystem
+---
 Reporter:  mrmazda |Type:  defect 
   Status:  new |Priority:  major  
Milestone:  4.7 |   Component:  mc-core
  Version:  4.6.2~pre1  |Keywords: 
 Blocking:  |   Blockedby: 
+---
 To reproduce:
 1-mount an OS/2 or eComStation legacy LANMAN share via CIFS
 2-navigate to the mounted share
 3-select a file
 4-F5 ENTER
 5-Tab
 6-stat the copied file

 Actual behavior:
   File: `et6g.lst'
   Size: 251 Blocks: 2  IO Block: 1024   regular file
 Access: (0444/-r--r--r--)  Uid: (0/root)   Gid: (0/root)
 ...Modify: 1940-10-23 21:26:18.0 -0500...

 Expected behavior:
   File: `et6g.lst'
   Size: 251 Blocks: 2  IO Block: 1024   regular file
 Access: (0444/-r--r--r--)  Uid: (0/root)   Gid: (0/root)
 ...Modify: 1997-08-26 02:22:26.0 -0400...

 Notes:
 1-expected behavior is from copying file using cp -a instead of mc
 2-with older kernels and smbfs mounting of the OS/2 share, mc copy results
 in correct Modify timestamp
 3-CIFS test made using EXT3 target on openSUSE 11.1:
   mc-4.6.2.pre1-120.24
   cifs-mount-3.2.4-11.5
   kernel-pae-2.6.27.7-3.1
 4-broken mc behavior is the same with version shipped with openSUSE 11.0
 and 10.3 and Fedora 10

-- 
Ticket URL: www.midnight-commander.org/ticket/273
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #274: Updated Midnight Commanfer Lithuanian translation

2009-02-17 Thread Ticket System
#274: Updated Midnight Commanfer Lithuanian translation
+---
 Reporter:  stiko...@gmail.com  |Type:  enhancement
   Status:  new |Priority:  minor  
Milestone:  4.6.2.1 |   Component:  locale 
  Version:  4.6.2   |Keywords: 
 Blocking:  |   Blockedby: 
+---
 Updated Lithuanian translation of Midnight Commander.
 Patch applies cleanly to both origin/master and orgin/mc-4.6.

-- 
Ticket URL: www.midnight-commander.org/ticket/274
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #271: Updated Dutch translation

2009-02-17 Thread Ticket System
#271: Updated Dutch translation
-+--
  Reporter:  mpol|   Owner:  styx   
  Type:  defect  |  Status:  testing
  Priority:  major   |   Milestone:  4.7
 Component:  locale  | Version:  4.6.2  
Resolution:  fixed   |Keywords:  commited-master commited-mc-4.6
  Blocking:  |   Blockedby: 
-+--
Changes (by styx):

  * keywords:  commited-master = commited-master commited-mc-4.6


-- 
Ticket URL: www.midnight-commander.org/ticket/271#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #274: Updated Midnight Commanfer Lithuanian translation

2009-02-17 Thread Ticket System
#274: Updated Midnight Commanfer Lithuanian translation
-+--
  Reporter:  stiko...@gmail.com  |   Owner: 
  Type:  enhancement |  Status:  new
  Priority:  minor   |   Milestone:  4.6.2.1
 Component:  locale  | Version:  4.6.2  
Resolution:  |Keywords:  review 
  Blocking:  |   Blockedby: 
-+--
Changes (by stikonas):

 * cc: stiko...@gmail.com (added)


Comment:

 Sorry for the inconvenience, but trac displayed only the begining of patch
 where there were no useful changes. You can still download mc-lt.diff and
 you will get the whole 45KB patch.
 http://www.midnight-commander.org/raw-attachment/ticket/274/mc-lt.diff

-- 
Ticket URL: www.midnight-commander.org/ticket/274#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #188: (mandriva) show free space

2009-02-17 Thread Ticket System
#188: (mandriva) show free space
--+-
  Reporter:  metux|   Owner:  styx  
  Type:  enhancement  |  Status:  assigned  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review vote-styx vote-andrew_b
  Blocking:   |   Blockedby:
--+-
Changes (by styx):

  * owner:  metux = styx
  * status:  accepted = assigned


-- 
Ticket URL: www.midnight-commander.org/ticket/188#comment:18
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #188: (mandriva) show free space

2009-02-17 Thread Ticket System
#188: (mandriva) show free space
--+-
  Reporter:  metux|   Owner:  styx  
 
  Type:  enhancement  |  Status:  testing   
 
  Priority:  major|   Milestone:  4.7   
 
 Component:  mc-core  | Version:  4.6.2 
 
Resolution:  fixed|Keywords:  review vote-styx vote-andrew_b 
approved commited-master
  Blocking:   |   Blockedby:
 
--+-
Changes (by styx):

  * keywords:  review vote-styx vote-andrew_b = review vote-styx vote-
   andrew_b approved commited-master
  * status:  assigned = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/188#comment:19
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #188: (mandriva) show free space

2009-02-17 Thread Ticket System
#188: (mandriva) show free space
--+-
  Reporter:  metux|   Owner:  styx   
  Type:  enhancement  |  Status:  testing
  Priority:  major|   Milestone:  4.7
 Component:  mc-core  | Version:  4.6.2  
Resolution:  fixed|Keywords:  commited-master
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * keywords:  review vote-styx vote-andrew_b approved commited-master =
   commited-master


-- 
Ticket URL: www.midnight-commander.org/ticket/188#comment:20
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #271: Updated Dutch translation

2009-02-16 Thread Ticket System
#271: Updated Dutch translation
-+--
  Reporter:  mpol|   Owner:
  Type:  defect  |  Status:  new   
  Priority:  major   |   Milestone:  4.7   
 Component:  locale  | Version:  4.6.2 
Resolution:  |Keywords:  review
  Blocking:  |   Blockedby:
-+--

Comment(by winnie):

 just update it. :)

-- 
Ticket URL: www.midnight-commander.org/ticket/271#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #258: The COPING file should be dereferenced

2009-02-14 Thread Ticket System
#258: The COPING file should be dereferenced
--+-
  Reporter:  guanx|   Owner:  styx
  Type:  defect   |  Status:  accepted
  Priority:  trivial  |   Milestone:  4.6.3   
 Component:  adm  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by styx):

  * keywords:  = review
  * priority:  major = trivial


Comment:

 See the results in branch 140_move_docs_and_contrib

-- 
Ticket URL: www.midnight-commander.org/ticket/258#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #247: mhl: realloc() - malloc() when NULL passed

2009-02-14 Thread Ticket System
#247: mhl: realloc() - malloc() when NULL passed
--+-
  Reporter:  metux|   Owner:  metux  
  Type:  defect   |  Status:  testing
  Priority:  major|   Milestone:  4.6.3  
 Component:  mc-core  | Version:  4.6.2  
Resolution:  invalid  |Keywords:  rework 
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * status:  accepted = testing
  * resolution:  = invalid


Comment:

 Should be closed: no mhl for now

-- 
Ticket URL: www.midnight-commander.org/ticket/247#comment:8
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #228: Replace g_strdup() by mhl_str_dup()

2009-02-14 Thread Ticket System
#228: Replace g_strdup() by mhl_str_dup()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  testing 
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.1   
Resolution:  fixed|Keywords:  committed-master
  Blocking:   |   Blockedby:  
--+-

Comment(by styx):

 Should be closed: no mhl for now

-- 
Ticket URL: www.midnight-commander.org/ticket/228#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #270: intrested should be interested

2009-02-14 Thread Ticket System
#270: intrested should be interested
+---
  Reporter:  johnyodsnukis  |   Owner:  slavazanko
  Type:  defect |  Status:  accepted  
  Priority:  trivial|   Milestone:  4.7   
 Component:  adm| Version:  4.6.2 
Resolution: |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by slavazanko):

  * status:  reopened = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/270#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #270: intrested should be interested

2009-02-14 Thread Ticket System
#270: intrested should be interested
+---
  Reporter:  johnyodsnukis  |   Owner:  slavazanko
  Type:  defect |  Status:  testing   
  Priority:  trivial|   Milestone:  4.7   
 Component:  adm| Version:  4.6.2 
Resolution:  fixed  |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by slavazanko):

  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/270#comment:6
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #140: [PATCH] moving doc files

2009-02-14 Thread Ticket System
#140: [PATCH] moving doc files
---+
  Reporter:  enrico.weig...@zaphod.local, metux IT service weig...@metux.de  
|   Owner:  metux
  Type:  defect
|  Status:  accepted 
  Priority:  major 
|   Milestone:  4.7  
 Component:  mc-core   
| Version:  4.6.1
Resolution:
|Keywords:  review vote-slavazanko vote-styx approved
  Blocking:
|   Blockedby:   
---+
Changes (by styx):

  * keywords:  review vote-slavazanko = review vote-slavazanko vote-styx
   approved


-- 
Ticket URL: www.midnight-commander.org/ticket/140#comment:15
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #258: The COPING file should be dereferenced

2009-02-14 Thread Ticket System
#258: The COPING file should be dereferenced
--+-
  Reporter:  guanx|   Owner:  styx
  Type:  defect   |  Status:  accepted
  Priority:  trivial  |   Milestone:  4.6.3   
 Component:  adm  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  140 
--+-
Changes (by styx):

  * blockedby:  = 140


-- 
Ticket URL: www.midnight-commander.org/ticket/258#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #140: [PATCH] moving doc files

2009-02-14 Thread Ticket System
#140: [PATCH] moving doc files
---+
  Reporter:  enrico.weig...@zaphod.local, metux IT service weig...@metux.de  
|   Owner:  metux
  Type:  defect
|  Status:  accepted 
  Priority:  major 
|   Milestone:  4.7  
 Component:  mc-core   
| Version:  4.6.1
Resolution:
|Keywords:  review vote-slavazanko vote-styx approved
  Blocking:
|   Blockedby:  258  
---+
Changes (by styx):

  * blocking:  258 =
  * blockedby:  = 258


-- 
Ticket URL: www.midnight-commander.org/ticket/140#comment:16
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #258: The COPING file should be dereferenced

2009-02-14 Thread Ticket System
#258: The COPING file should be dereferenced
--+-
  Reporter:  guanx|   Owner:  styx
  Type:  defect   |  Status:  assigned
  Priority:  trivial  |   Milestone:  4.6.3   
 Component:  adm  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:  140  |   Blockedby:  
--+-
Changes (by styx):

  * status:  accepted = assigned


-- 
Ticket URL: www.midnight-commander.org/ticket/258#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #140: [PATCH] moving doc files

2009-02-14 Thread Ticket System
#140: [PATCH] moving doc files
---+
  Reporter:  enrico.weig...@zaphod.local, metux IT service weig...@metux.de  
|   Owner:  styx 
  Type:  defect
|  Status:  accepted 
  Priority:  major 
|   Milestone:  4.7  
 Component:  mc-core   
| Version:  4.6.1
Resolution:
|Keywords:  review vote-slavazanko vote-styx approved
  Blocking:
|   Blockedby:  258  
---+
Changes (by styx):

  * owner:  metux = styx


-- 
Ticket URL: www.midnight-commander.org/ticket/140#comment:17
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #272: Patch for extfs: Amazon Web Service added (S3)

2009-02-14 Thread Ticket System
#272: Patch for extfs: Amazon Web Service added (S3)
+---
 Reporter:  jpelletier  |   Owner:   
 Type:  enhancement |  Status:  new  
 Priority:  minor   |   Milestone:  4.7  
Component:  vfs | Version:  4.6.2
 Keywords:  Amazon Web Service  |Blocking:   
Blockedby:  |  
+---
 This patch allows for remote access of file on the Amazon Web Services.

-- 
Ticket URL: www.midnight-commander.org/ticket/272
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #270: intrested should be interested

2009-02-12 Thread Ticket System
#270: intrested should be interested
+---
  Reporter:  johnyodsnukis  |   Owner:  slavazanko
  Type:  defect |  Status:  reopened  
  Priority:  trivial|   Milestone:  4.7   
 Component:  adm| Version:  4.6.2 
Resolution: |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by johnyodsnukis):

  * status:  testing = reopened
  * resolution:  fixed =


Comment:

 There is one more instance:

 If you are intrested in developing

-- 
Ticket URL: www.midnight-commander.org/ticket/270#comment:3
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #270: intrested should be interested

2009-02-11 Thread Ticket System
#270: intrested should be interested
---+
 Reporter:  johnyodsnukis  |   Owner:   
 Type:  defect |  Status:  new  
 Priority:  trivial|   Milestone:  4.7  
Component:  adm| Version:  4.6.2
 Keywords: |Blocking:   
Blockedby: |  
---+
 intrested is misspelled on the Wiki start page.  I couldn't find a link
 to allow me to edit the page.

 Additional smoothing could make the page easier to understand.

 Thanks!

-- 
Ticket URL: www.midnight-commander.org/ticket/270
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #270: intrested should be interested

2009-02-11 Thread Ticket System
#270: intrested should be interested
+---
  Reporter:  johnyodsnukis  |   Owner:  slavazanko
  Type:  defect |  Status:  testing   
  Priority:  trivial|   Milestone:  4.7   
 Component:  adm| Version:  4.6.2 
Resolution:  fixed  |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by slavazanko):

  * status:  accepted = testing
  * resolution:  = fixed


Comment:

 Fixed to 'interested'. Thanks.

-- 
Ticket URL: www.midnight-commander.org/ticket/270#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #270: intrested should be interested

2009-02-11 Thread Ticket System
#270: intrested should be interested
+---
  Reporter:  johnyodsnukis  |   Owner:  slavazanko
  Type:  defect |  Status:  accepted  
  Priority:  trivial|   Milestone:  4.7   
 Component:  adm| Version:  4.6.2 
Resolution: |Keywords:
  Blocking: |   Blockedby:
+---
Changes (by slavazanko):

  * owner:  = slavazanko
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/270#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
  Type:  defect|  Status:  accepted 
  Priority:  major |   Milestone:  4.7  
 Component:  mc-core   | Version:  4.6.2
Resolution:|Keywords:  vote-angel_il
  Blocking:|   Blockedby:   
---+
Changes (by angel_il):

  * keywords:  review vote-slyfox vote-andrew_b vote-winnie vote-miguel
   vote-slavazanko = vote-angel_il


Comment:

 it's work

-- 
Ticket URL: www.midnight-commander.org/ticket/269#comment:12
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   
  
  Type:  defect|  Status:  accepted 
  
  Priority:  major |   Milestone:  4.7  
  
 Component:  mc-core   | Version:  4.6.2
  
Resolution:|Keywords:  
vote-angel_il vote-slyfox vote-andrew_b vote-winnie vote-miguel vote-slavazanko
  Blocking:|   Blockedby:   
  
---+
Changes (by angel_il):

  * keywords:  vote-angel_il = vote-angel_il vote-slyfox vote-andrew_b
   vote-winnie vote-miguel vote-slavazanko


-- 
Ticket URL: www.midnight-commander.org/ticket/269#comment:13
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #268: [PATCH] Allow using SI-based size prefixes

2009-02-10 Thread Ticket System
#268: [PATCH] Allow using SI-based size prefixes
--+-
  Reporter:  bilbo|   Owner:  bilbo   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  rework  
  Blocking:   |   Blockedby:  
--+-

Comment(by slyfox):

  What do you mean by 'nongettextized M and K duplication' ?

 Ideally,
{, k, m, g, t, p, e, z, y, NULL};
 could be internationalized via gettext (in far future :])

 and this looks like identifier duplication:
 xtra = kilobyte_si?k:K;
 ...
 xtra = kilobyte_si?m:M;

 can be changed to suffix[1,2]/suffix_ic[1,2] (with little code
 restructurements: move suffix* definitions upper). But will it be more
 readable?

 Tried to apply patch and didn't find this config option in menus. Is it
 intended for use in '~/.mc/ini' file only?

-- 
Ticket URL: www.midnight-commander.org/ticket/268#comment:5
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   

 
  Type:  defect|  Status:  accepted 

 
  Priority:  major |   Milestone:  4.7  

 
 Component:  mc-core   | Version:  4.6.2

 
Resolution:|Keywords:  
vote-angel_il vote-slyfox vote-andrew_b vote-winnie vote-miguel vote-slavazanko 
vote-styx approved
  Blocking:|   Blockedby:   

 
---+
Changes (by styx):

  * keywords:  vote-angel_il vote-slyfox vote-andrew_b vote-winnie vote-
   miguel vote-slavazanko = vote-angel_il vote-
   slyfox vote-andrew_b vote-winnie vote-miguel
   vote-slavazanko vote-styx approved


-- 
Ticket URL: www.midnight-commander.org/ticket/269#comment:14
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #269: Revert from mhl to Glib

2009-02-10 Thread Ticket System
#269: Revert from mhl to Glib
---+
  Reporter:  Patrick Winnertz win...@debian.org  |   Owner:  winnie   

 
  Type:  defect|  Status:  testing  

 
  Priority:  major |   Milestone:  4.7  

 
 Component:  mc-core   | Version:  4.6.2

 
Resolution:  fixed |Keywords:  
vote-angel_il vote-slyfox vote-andrew_b vote-winnie vote-miguel vote-slavazanko 
vote-styx approved
  Blocking:|   Blockedby:   

 
---+
Changes (by styx):

  * status:  accepted = testing
  * resolution:  = fixed


-- 
Ticket URL: www.midnight-commander.org/ticket/269#comment:15
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #263: OperationalError: database is locked

2009-02-09 Thread Ticket System
#263: OperationalError: database is locked
---+
 Reporter:  anonymous  |Type:  defect 
   Status:  new|Priority:  major  
Milestone:  4.7|   Component:  mc-core
  Version:  4.6.2  |Keywords: 
 Blocking: |   Blockedby: 
---+
  How to Reproduce 

 While doing a GET operation on `/downloads/1`, Trac issued an internal
 error.

 ''(please provide additional details here)''


 Request parameters:
 {{{
 {'action': 'get-file', 'id': u'1'}
 }}}


 User Agent was: `Mozilla/5.0 (compatible; Konqueror/3.5; FreeBSD)
 KHTML/3.5.10 (like Gecko)`

 $|| '''Trac''' || `0.11.1` ||
 || '''Python''' || `2.5.2 (r252:60911, Nov 14 2008, 19:46:32) ` [[br]]
 `[GCC 4.3.2]` ||
 || '''setuptools''' || `0.6c8` ||
 || '''SQLite''' || `3.5.9` ||
 || '''pysqlite''' || `2.4.1` ||
 || '''Genshi''' || `0.5.1` ||
 || '''GIT''' || `1.5.6.5` ||
 || '''jQuery:''' || `1.2.6` $
 {{{
 Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/trac/web/main.py, line 426, in
 _dispatch_request
 dispatcher.dispatch(req)
   File /usr/lib/python2.5/site-packages/trac/web/main.py, line 197, in
 dispatch
 resp = chosen_handler.process_request(req)
   File build/bdist.linux-i686/egg/tracdownloads/core.py, line 75, in
 process_request
 return api.process_downloads(context) + (None,)
   File build/bdist.linux-i686/egg/tracdownloads/api.py, line 353, in
 process_downloads
 self._do_action(context, modes)
   File build/bdist.linux-i686/egg/tracdownloads/api.py, line 467, in
 _do_action
 db.commit()
 OperationalError: database is locked

 }}}

-- 
Ticket URL: www.midnight-commander.org/ticket/263
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #264: Search bug with manpages bold/underlined text

2009-02-09 Thread Ticket System
#264: Search bug with manpages bold/underlined text
-+--
 Reporter:  egmont   |   Owner:   
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Occasionally when you do a simple search (F7) in mc's built-in viewer
 while viewing a manual page, it doesn't find some yellow or red (bold or
 underlined) text.

 Patch attached to fix the problem.

 Example test case: See the attached file that contains abababc in bold
 (that is, each letter followed by a backspace, then the same letter
 again). Search for ababc and it won't match that string, though it
 should.

 Explanation (line numbers according to 4.6.2):
 In src/util.c: _icase_search() line 812-815 you increase e (the haystack
 pointer) and dlng (counitng characters that were skipped because of a
 backspace) every time you skip a character and the subsequent backspace in
 the haystack. Later, in line 819, if the partial match turns out not to be
 a complete one, you rewind the haystack pointer by the number of chars
 matched from the needle (d - text). This, however, forgets about the
 forward steps that were taken in haystack because of the backspaces. So
 next time the substring match starts from the wrong position.

-- 
Ticket URL: www.midnight-commander.org/ticket/264
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #264: Search bug with manpages bold/underlined text

2009-02-09 Thread Ticket System
#264: Search bug with manpages bold/underlined text
--+-
  Reporter:  egmont   |   Owner:   
  Type:  defect   |  Status:  new  
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.2
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

Comment(by egmont):

 (Note that unlike many of my reports, this one has nothing to do with
 utf-8. It's a bug in mainstream mc.)

-- 
Ticket URL: www.midnight-commander.org/ticket/264#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #265: Search finds bold/underlined strings twice

2009-02-09 Thread Ticket System
#265: Search finds bold/underlined strings twice
-+--
 Reporter:  egmont   |   Owner:   
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 If you search (F7) in a manual page in mc's built-in viewer, matches whose
 first character is logically bold or underlined (physically yellow or red)
 are found twice. That is, pressing Shift+F7 or 'n' first doesn't do
 anything, only goes to the next match when pressed again.

 The reason seems to be that when you search from the first byte of that
 special string (which is the letter or the underscore before the
 backspace) then it matches first. Later, when you search from the repeated
 letter after the backspace (that is, byte offset increased by two) then it
 matches again.

 An idea for a solution which I'm not sure about: the first match can
 easily be skipped: if haystack's second character is a backspace, then
 just simply pretend it doesn't match. This way only the second match is
 reported. I can't see at the moment whether it would have any effect on
 highlighting (e.g. the first character of the match wouldn't be shown as
 bold/underlined). It would be cleaner to report the first match and skip
 the second, but I can't see how that could easily be done.

 I also cannot see at the moment why backwards search finds everything only
 once, and not twice for bold text.

-- 
Ticket URL: www.midnight-commander.org/ticket/265
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #266: Backward search doesn't find underlined text

2009-02-09 Thread Ticket System
#266: Backward search doesn't find underlined text
-+--
 Reporter:  egmont   |   Owner:   
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 If you view a manual page in mc's built-in viewer, and do a backward
 search (F7) for some underlined (a.k.a. red) text, it won't match.

 Reason: backward search is implemented by reversing both the haystack and
 the needle and then calling normal (forward) search. Underlined text in
 man pages are implemented by an underscore, followed by a backspace,
 followed by the desired letter. mc's icase_search() ignores the character
 before the backspace to be able to search in man pages. Guess what happens
 however if you reverse an underscored letter in a manpage...

 Obvious consequence: As the Summary shows, backward search doesn't find
 the text you're looking for.

 Funny consequence: If you do a backward search for some underscores, it
 finds every red text.

-- 
Ticket URL: www.midnight-commander.org/ticket/266
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #266: Backward search doesn't find underlined text

2009-02-09 Thread Ticket System
#266: Backward search doesn't find underlined text
--+-
  Reporter:  egmont   |   Owner:   
  Type:  defect   |  Status:  new  
  Priority:  minor|   Milestone:  4.7  
 Component:  mc-core  | Version:  4.6.2
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

Comment(by egmont):

 I was thinking on approaches to fix this issue, as well as these other
 forthcoming issues:

 - basic utf8 support (included in the utf8 patch)

 - case insensitive search in utf8 (tricky, not included in the current
 utf8 patch)

 - combination with manpage formats (that is, to be hardcore, have a utf8
 manpage with backspace notation for bold/underlined, and do case
 insensitive forward/backward search in this). Even displaying a utf8
 manpage is not implemented in mc + the utf8 patch, but I have a patch for
 this. However, my patch breaks when it comes to searching highlighted
 text; searching simple text is case sensitive for accented letters; and
 probably horribly breaks for backward search (never tried).

 Basically there are two approaches for text search. Summarizing them:

 - The always fast one: Build up a state machine first, based on the
 needle string. Then just go through the whole input once.

 - The simple one: See whether it matches from the given offset. If not,
 try from the next offset.

 Let's see these in detail.

 The always fast approach, with the state machine:

 The advantage is: no matter what the needle is and how large it is, the
 file has to be processed only once, constant amount of memory is needed
 and runtime is always linear to the length of the file.

 Hard to implement. By each and every newly added feature it becomes even
 more complicated. Man page format, utf8, case insensitiveness, backwards
 option, and all combinations thereof make it extremely complicated.

 As long as the only extra option was utf8, backward could be implemented
 by reversing both haystack and needle. However, as soon as either manpage
 format, or utf8 case insensitive search is a requirement, this no longer
 works, since the state machine would have to be different anyway for the
 reversed string. And there's no point in reversing the whole haystack and
 needle in either cases: it's way easier and faster to simply walk
 downwards in memory.

 The simple solution:

 The fear of the simple solution could be that under some circumstances it
 might be slow. E.g. if both the needle and haystack are a series of letter
 A's then it will require H*N time (H and N stand for haystack and needle
 size). This is worst case in algorithmical sense, but not a typical use
 case.

 Note that with typical user-entered search strings, the run-time is still
 linear (to the filesize), does not grow as you enter longer string. Even
 if the needle is a random string, the average runtime is linear.

 So in real life usage I think that this algorithm is absolutely perfect
 for us. If we were about to write software that was potentially DoS-able
 (such as a public web-based searching library), this would be an issue.
 Within mc, where the user types the short query string, this algorithm is
 perfect.

 Okay, let's suppose we have manpage format, utf8, case insensitiveness and
 all combination of them implemented in forward only mode with this
 algorithm. And we were about to add backward searching capability.
 Reversing the haystack and needle raises endless numbers of headaches
 (different approach for manpage format, different tricks for utf8, no out-
 of-the-box utf8 library usable anymore etc.) And what would we gain with
 it? Absolutely nothing! Why?

 Because what's a backward search from the user's point of view, can
 simply be implemented as a loop of forward matches. The inner loop, which
 is a kind of clever strcmp (with features for manpage format, utf8, case
 insensitiveness and what not) can still go forward in memory. Only one
 minor thing has to be changed: the outer loop, which tries out the
 different matching positions, has to go downwards. Absolutely trivial
 change.

 Conclusion:

 We don't need any super clever algorithm. The simplest way of implementing
 search is absolutely perfect.

 Reversing strings is a completely wrong idea. We should get rid of it, and
 simply change the outer loop of _icase_search() to go downwards (and of
 course adjust parameters and such). (Note that _icase_search() is
 currently implemented as a single loop, which sometimes resets the loop
 variable to a previous value, but logically what it does is way easier to
 imagine as two nested loops.) This would automatically fix the original
 bug of this ticket.

 Once it's done (shouldn't be a hard change), I see two independent issues
 that would still need to be solved, both are for the utf8 patch only:
 support case insensitive utf8 

[Midnight Commander] #267: C code navigation in mcedit

2009-02-09 Thread Ticket System
#267: C code navigation in mcedit
-+--
 Reporter:  angel_il |   Owner:   
 Type:  enhancement  |  Status:  new  
 Priority:  minor|   Milestone:  4.7  
Component:  mcedit   | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 It would be good to have possibility in the mcedit to navigate to function
 definition. Using for this purpose the utility ctags and  parse tags
 file in the current directory.

-- 
Ticket URL: www.midnight-commander.org/ticket/267
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #267: C-code navigation in mcedit (was: C code navigation in mcedit)

2009-02-09 Thread Ticket System
#267: C-code navigation in mcedit
--+-
  Reporter:  angel_il |   Owner:   
  Type:  enhancement  |  Status:  new  
  Priority:  minor|   Milestone:  4.7  
 Component:  mcedit   | Version:  4.6.2
Resolution:   |Keywords:   
  Blocking:   |   Blockedby:   
--+-

-- 
Ticket URL: www.midnight-commander.org/ticket/267#comment:1
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #268: [PATCH] Allow using SI-based size prefixes

2009-02-09 Thread Ticket System
#268: [PATCH] Allow using SI-based size prefixes
--+-
  Reporter:  bilbo|   Owner:  bilbo   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by bilbo):

  * owner:  = bilbo
  * status:  new = accepted


-- 
Ticket URL: www.midnight-commander.org/ticket/268#comment:2
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #268: [PATCH] Allow using SI-based size prefixes

2009-02-09 Thread Ticket System
#268: [PATCH] Allow using SI-based size prefixes
-+--
 Reporter:  bilbo|   Owner:   
 Type:  enhancement  |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 I have created a patch that allows switching between old (default) 1024
 based binary prefixes and SI (1000 based) size prefixes when displaying
 file sizes. I personally prefer 1000-based prefixes, so this patch gives
 user a choice to use them too if they want.

-- 
Ticket URL: www.midnight-commander.org/ticket/268
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #268: [PATCH] Allow using SI-based size prefixes

2009-02-09 Thread Ticket System
#268: [PATCH] Allow using SI-based size prefixes
--+-
  Reporter:  bilbo|   Owner:  bilbo   
  Type:  enhancement  |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  rework  
  Blocking:   |   Blockedby:  
--+-

Comment(by bilbo):

 Oops, I overlooked this. I have attached a fixed patch.

 What do you mean by 'nongettextized M and K duplication' ?

-- 
Ticket URL: www.midnight-commander.org/ticket/268#comment:4
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #269: Revert from mhl to Glib

2009-02-09 Thread Ticket System
#269: Revert from mhl to Glib
--+-
 Reporter:  Patrick Winnertz win...@debian.org  |   Owner:   
 Type:  defect|  Status:  new  
 Priority:  major |   Milestone:  4.7  
Component:  mc-core   | Version:  4.6.2
 Keywords:|Blocking:   
Blockedby:|  
--+-
 Hey,

 After a huge discussion in our jabber room we decided to not replace glib
 with
 own written code but revert this and use in the future glib.
 If there are any systems which will need a very small mc there is eglib.

 As this branch was created prior filling this bug the branchname doesn't
 start
 with the id of this ticket but is just called revert_mhl_to_glib. Please
 review this and vote.

 Thanks in advance
 Greetings
 Winnie

-- 
Ticket URL: www.midnight-commander.org/ticket/269
Midnight Commander www.midnight-commander.org
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


  1   2   3   4   5   6   7   8   9   10   >