Accepting request 559884 from home:posophe:branches:X11:Utilities

- Update to version 5.0
  + There is a simpler 'Find' dialog for everyday use.
    Just as the QuickGrep dialog is good enough for most greps, a 
    simple one-page QuickFind that sets just the path, pattern and 
    search-type will be sufficient for most searches.
  + When large files are being moved or pasted, their progress is now 
    displayed in the statusbar.
  + It is now possible to make a particular fileview order its files 
    in a decimal-aware way. This is helpful in the case of files with 
    names like foo1.txt, foo2.txt, foo11.txt, foo12.txt, which normally
    sort as 1, 11, 12, 2.
  + A fileview's contextmenu now has an entry that makes it sort such 
    files more intelligently. Note that this only affects files with 
    names that _end_ in digits, not those with digits elsewhere in the name.
  + Building 4Pane now uses Automake.
- Split out language files into their own sub-package

OBS-URL: https://build.opensuse.org/request/show/559884
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/4pane?expand=0&rev=9
This commit is contained in:
2017-12-25 19:58:08 +00:00
committed by Git OBS Bridge
parent 26b107b1dd
commit c7fd82b2dd
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 25 19:40:47 UTC 2017 - p.drouand@gmail.com
- Update to version 5.0
+ There is a simpler 'Find' dialog for everyday use.
Just as the QuickGrep dialog is good enough for most greps, a
simple one-page QuickFind that sets just the path, pattern and
search-type will be sufficient for most searches.
+ When large files are being moved or pasted, their progress is now
displayed in the statusbar.
+ It is now possible to make a particular fileview order its files
in a decimal-aware way. This is helpful in the case of files with
names like foo1.txt, foo2.txt, foo11.txt, foo12.txt, which normally
sort as 1, 11, 12, 2.
+ A fileview's contextmenu now has an entry that makes it sort such
files more intelligently. Note that this only affects files with
names that _end_ in digits, not those with digits elsewhere in the name.
+ Building 4Pane now uses Automake.
- Split out language files into their own sub-package
-------------------------------------------------------------------
Thu Jun 29 05:14:05 UTC 2017 - bwiedemann@suse.com