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: Further Midnight Commander development

2009-02-21 Thread Enrico Weigelt
* Miguel de Icaza mig...@novell.com schrieb:

 The Midnight Commander development community is small and it is in
 my opinion a step backwards to fragment it at this point.

Funny that you mention this, as it was *YOU* who forced another fork ;-o


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Re[2]: Further Midnight Commander development

2009-02-21 Thread Enrico Weigelt
* Miguel de Icaza mig...@novell.com schrieb:

 I agree with Pavel here.   mc-dev has been for the most part dormant,  
 and some terrible decisions (like that whole mhl fiasco) could have  
 been avoided.

I wouldn't call it fascio, rather a good lection that even the
OSS world isn't free of people who press quasi-religous cruft and 
their own vanity over technical issues and resist against any 
attempt for a rational discussion.

For a bunch of weeks we've formed a new, heavily motivated team,
fixed a lot of ancient bugs, added lots of good patches floating 
around on other places for years and were working on several 
interesting features. In these few weeks we had a really active
and motivated community with an very open and friendly climate.

It was *YOU* destroyed that by climbing out of your deep dark tomb
and behaving like the old king coming back which everyone has to 
submit to. It was you caused a lot of wasting resources (not just
computer's but also human's) for your personal crusade against 
a lot of things we've done so far, without even listening to reasons 
why we did this, not because you had the slightest technical argument,
but just because it didn't happen under your command.

And that is exactly the reason why I abondened and created my own
fork (*1) - as long as you are ruling here, I don't see the slightest
bit of common ground. (and BTW, this was one of the major reasons why 
I've removed all my branches from mc.o git: I dont support dictators).
 

cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Further Midnight Commander development

2009-02-21 Thread Enrico Weigelt
* Miguel de Icaza mig...@novell.com schrieb:

Hi,

 Your approach to development is my way or the high way. The  
 consensus is that glib should stay, and even your concern about 
 using glib was addressed by pointing you to eglib and I even 
 ported mc and posted a patch to use eglib.

First of all, it's not about technical reasons for glib, it's
all about your glib fetishism, it's about having a hammer and then 
try to declare evrything as a nail to get more use for that hammer.

BTW: 
* you totally ignored the user's request for having a glib-free MC,
* you totally ignored that lots of the mhl-stuff had valid reasons,
  even *WITH* glib
* you totally ignored that some glib functions have issues to be 
  worked around
* you totally ignored recommendation for defering this decision 
  until eglib becomes production-ready
* you totally ignored that lots of my changes you enforced your 
  servants to revert, have *NOTHING* to do with mhl at all.

You even didn't listen to my arguments. When you came out of your
deep dark tomb, your first action was to declare that mhl must die. 
That was an declaration of war. Don't be pissed when somebody 
shoots back.


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Re[2]: Further Midnight Commander development

2009-02-21 Thread Enrico Weigelt
* Enrico Weigelt weig...@metux.de schrieb:

oh, forgot the link ;-o

*1) git://git.metux.de/free-mc.git


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: updated: [fe95221] Rewrote the shell_escape function in order to make us of GString and g_string_append_c

2009-02-21 Thread Enrico Weigelt
* Patrick Winnertz win...@debian.org schrieb:
 The following commit has been merged in the master branch:
 commit fe95221f05e3cc4a80effdcb886768a9eb77efa7
 Author: Patrick Winnertz win...@debian.org
 Date:   Fri Feb 6 14:32:09 2009 +0100
 
 Rewrote the shell_escape function in order to make us of GString and 
 g_string_append_c
 
 As we decided to fully switch back to glb we needed to rewrite this 
 function in order to use
 glib functions. This means in this case mostly that *ptr = c; ptr++; is 
 replaced by something
 like this: g_string_append(str,c); with str a GString*.

Am I the only one who sees how *stupid* this is ? 

Well, this is an good example of that crap I do NOT want to get 
along with and why I was forced to do my own fork ... 


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Cocoa front end

2009-02-21 Thread Derek Wyatt
Hi,

I was thinking of adding a cocoa front end to MC just for fun, and assuming I 
can scrape together the time (i.e. I wouldn't expect a patch anytime soon - or 
maybe ever). 

Looking at the code, it appears as though there may be some refactoring 
required to abstract the UI a bit more before trying to slap an objective-c gui 
on there (I write C++ almost exclusively nowadays and haven't been in the pure 
C world for quite some time :D). Does that seem like a reasonable statement to 
most?

I'm just looking for a bit of bootstrapping here, if someone's willing to give 
it. If that doesn't seem reasonable for code that may never see the light of 
day, that's cool :). The code's in english so I'm sure I can find my way around 
given enough time. 

Cheers and thanks for keeping mc alive,
Derek

Thanks for keeping this project alive,
Derek
Entered using opposable digits...
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Re[2]: Further Midnight Commander development

2009-02-21 Thread Miguel de Icaza

Hello,


It was *YOU* destroyed that by climbing out of your deep dark tomb
and behaving like the old king coming back which everyone has to
submit to. It was you caused a lot of wasting resources (not just
computer's but also human's) for your personal crusade against
a lot of things we've done so far, without even listening to reasons
why we did this, not because you had the slightest technical argument,
but just because it didn't happen under your command.


You are making a soap opera out of my only objection, which was the
dropping of glib under poor rationale.

I have not opposed any other patch, I have merely provided some
feedback on some patches that required tuning.


And that is exactly the reason why I abondened and created my own
fork (*1) - as long as you are ruling here, I don't see the slightest
bit of common ground. (and BTW, this was one of the major reasons why
I've removed all my branches from mc.o git: I dont support dictators).


Feel free to post the logs.   You basically threw a tantrum when things
did not go the way you wanted.

Miguel.

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Further Midnight Commander development

2009-02-21 Thread Miguel de Icaza

Hello,

You went light on the details, other than saying 'you totally'
repeatedly.


* you totally ignored recommendation for defering this decision
 until eglib becomes production-ready


It is very simple.  The majority of people to not have a problem
with glib, and the size is not an issue.   You claim this is a problem
for embedded systems.

So in your mind it is better to change all the code, introduce new
bugs, introduce regressions, and introduce yet another poorly
supported, debugged and documented API for this goal.

So I proposed that you use eglib which is a lightweight version of
glib.   The rest of the community should not be held hostage to
your single needs.

Your reason for not accepting eglib over the production-ready does
not hold any merits, considering that eglib has actually been used
in various project in *production* compared to mhl which was merely
an atrocious hack on a branch.

production ready is and was merely an excuse to stall reverting the
code.


* you totally ignored that lots of my changes you enforced your
 servants to revert, have *NOTHING* to do with mhl at all.


I have no problems with any of the other changes, and as far as we
discussed, there is no problem in keeping that code around.

I will be more than happy to keep this code.


You even didn't listen to my arguments. When you came out of your
deep dark tomb, your first action was to declare that mhl must die.
That was an declaration of war. Don't be pissed when somebody
shoots back.


Well, some of us were not in a position to participate at the time.

MHL was a poor decision, and there is really no point in debating that.

I am interested in moving forward.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Re[2]: Further Midnight Commander development

2009-02-21 Thread Miguel de Icaza


*1) git://git.metux.de/free-mc.git


Thanks for the link.   I guess we can go and pick any
good changes from there and merge them into mc now.

Miguel.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Cocoa front end

2009-02-21 Thread Miguel de Icaza

Hello,

Looking at the code, it appears as though there may be some  
refactoring required to abstract the UI a bit more before trying to  
slap an objective-c gui on there (I write C++ almost exclusively  
nowadays and haven't been in the pure C world for quite some  
time :D). Does that seem like a reasonable statement to most?


A engine/GUI split was done at one point and we used to have a number  
of front-ends, one for GNOME, and one that used Tk.


The results were not pretty.   The code became a mess, and the GUI  
model vs the terminal model just did not blend well.


It might be much better to start an effort from scratch in that case,  
you will end up with something that is better integrated into the core  
OS than trying to build a UI on top.




___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel