+ Reply to Thread
Page 78 of 78 FirstFirst ... 2868767778
Results 2,311 to 2,320 of 2320

Thread: FreeArc

  1. #2311
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    making arc.exe 20% large just to support very rare tornado modes is overkill, imho. even lzma uses less than 100 kb of code

  2. #2312
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    >>1525 $compressed=Quick-and-dirty compression for already compressed files, improving overall speed/compression ratio
    >I still find "Quick-and-dirty" too informal.

    can someone propose more formal words stating the same? (i'm using faster compression algo for already compressed files in order to cut overall compression times).
    "Improved handling of already compressed files" looks less informative for me

    * "FreeArc temporary files were found. Delete them?" should be a Yes/No dialog instead of OK/Cancel.
    * "Open .tar.gz and similar archives in one step" is broken (tested on .tar.bz2 and .tar.gz).
    * "Up" button in filelist could have some icon (something like: )
    * Decompression of multi-part archive doesn't change archive numbers to current in window title, keeps first the whole time (part numbers either could be changed during the operation or not shown at all)
    * There is no error when all parts of multi-part RAR archive are missing from some point. E.g. total is 50 parts, I have first 40 parts, it decompresses quietly and just ends there (could be made a setting whether to want remaining parts or not)
    recorded in my to-do list

  3. #2313
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    new alpha version:
    • Compression page: added more settings; speeds measured on i7-2600
    • Descript.ion: added description for all files in the bin\ directory
    • Fixed bug in displaying progress indicator (it was jumped lower sometimes)
    • Improved tooltips 1125, 1227, 1176: if you manage any translation, please update it to match arc.english.txt text
    Last edited by Bulat Ziganshin; 25th December 2011 at 05:24.

  4. #2314
    Member
    Join Date
    Apr 2009
    Location
    China
    Posts
    17
    Quote Originally Posted by Bulat Ziganshin View Post
    new alpha version:
    • Compression page: added more settings; speeds measured on i7-2600
    • Descript.ion: added description for all files in the bin\ directory
    • Fixed bug in displaying progress indicator (it was jumped lower sometimes)
    • Improved tooltips 1125, 1227, 1176: if you manage any translation, please update it to match arc.english.txt text
    freearc.ini:
    Code:
    compression=0112 Very fast: -m2
    compression=0127 HDD-speed: -m1
    should be:
    Code:
    compression=0127 HDD-speed: -m2
    compression=0527 Instant: -m1
    Attached Files Attached Files
    Last edited by TeLeMan; 26th December 2011 at 03:53. Reason: fix wrong ids

  5. #2315
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    thank you. i forgot to update freearc.ini

    03:53: thanks again
    Last edited by Bulat Ziganshin; 26th December 2011 at 05:16.

  6. #2316
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    In order to implement "experimental methods" in the Compression dialog, i plan to implement the following new options:

    -mc[GROUPS][:]OPERATION

    where GROUPS may be empty or list of compression groups, $default means the default group. Examples are:
    • $obj
    • $default
    • $default,$obj
    Optional ':' is just a syntax sugar

    And OPERATION may be one of the following:
    • '-$group' or '$group-' means "remove $group from compression definition". Already implemented, f.e. -mc-$bmp
    • '-method' or 'method-' means "remove method from compression definition". Already implemented, f.e. -mc-rep
    • '+method' or 'method+' means "add method at the head of every compression chain", f.e. -mc+precomp042:t-j
    • 'method1->method2' means "replace method1 with method2", f.e. -mc:rep->srep:mem256mb
    GROUPS may be used to limit OPERATION to the specified groups, f.e. -mc$default,$obj:+precomp042:t-j

    --------------------------------------------------------------------------------------------------------------

    Using these options, FreeArc will implement "exprerimental compressor" checkboxes in the following way:

    lzma:1gb: -mc:lzma->lzma:max:512mb
    exe2: -mc:exe->dispack070
    srep: -mc:rep->srep:mem256mb
    precomp: -mc$default,$obj:+precomp042:t-j
    intense: -mc$default,$obj:+precomp042:intense:t-j
    jpeg: -mc$default,$obj:+precomp042

    (of course, intense+jpeg will give us precomp042:intense)

    --------------------------------------------------------------------------------------------------------------

    Looking for your critique for the option itself and "exprerimental compressors" deciphering
    Last edited by Bulat Ziganshin; 26th December 2011 at 05:17.

  7. #2317
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    one of users have started Portuguese Standard translation for 0.666

  8. #2318
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    Portuguese Standard translation for 0.666 by Nuno Rego added to http://freearc.org/Download.aspx

  9. #2319
    Member
    Join Date
    Jun 2008
    Location
    Berlin
    Posts
    12
    What happened to the SVN repository?

  10. #2320
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,594
    i switched to hg, and hg can't provide access to only part of directories in repository. so there is no live vcs now, but sources are available here: http://freearc.org/Download.aspx

+ Reply to Thread
Page 78 of 78 FirstFirst ... 2868767778

Similar Threads

  1. FreeArc and Inno Setup script
    By mondragon in forum Data Compression
    Replies: 94
    Last Post: 15th December 2011, 04:16
  2. FreeArc 0.40 released
    By Bulat Ziganshin in forum Forum Archive
    Replies: 301
    Last Post: 28th April 2008, 13:27
  3. FreeArc is becoming more and more interesting...
    By Vacon in forum Forum Archive
    Replies: 65
    Last Post: 9th December 2007, 22:41
  4. FreeArc 0.40 preview
    By Bulat Ziganshin in forum Forum Archive
    Replies: 16
    Last Post: 17th August 2007, 10:28
  5. FreeArc GUI - how it should look&feel?
    By Bulat Ziganshin in forum Forum Archive
    Replies: 31
    Last Post: 20th July 2007, 18:32

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts