New pages
- 13:38, 14 May 2019 Linux API change prefered (hist) [111 bytes] Herman BRULE (talk | contribs) (Created page with "* Async folder listing * Better file async (see io_uring) * Folder listing with other meta data, like file size")
- 15:35, 11 September 2017 Branding and psychology studies (hist) [877 bytes] Herman BRULE (talk | contribs) (Created page with "= Branding = I had grab some user who use this software as religion and as distinctive mark. = Psychology studies = == User interface == The use interface was designed to fas...")
- 21:56, 28 September 2015 Compilation of UltraCopier on Debian 8 (hist) [2,229 bytes] Herman BRULE (talk | contribs) (Created page with "Compilation of UltraCopier on Debian 8 = Step 1 : Download the sources = git clone https://github.com/alphaonex86/Ultracopier = Step 2 : Disabling Debug Mode = The debug...")
- 08:34, 26 September 2014 Rsync plugin (hist) [384 bytes] Herman BRULE (talk | contribs) (Created page with "Step by step guide to install and user the rsync plugins: * Install it * Restart Ultracopier/Supercopier * Promote it (bug here) Then: * Right click on systray icon -> Add co...")
- 16:18, 28 July 2014 Qt API change needed (hist) [195 bytes] Herman BRULE (talk | contribs) (Created page with "* Method to not only read but too WRITE the file time (mtime) * https://codereview.qt-project.org/#/c/73945/ * Able to use QFile over multiple thread to prevent create 200 thr...")
- 18:05, 11 July 2012 Compilation of Ultracopier (hist) [4,994 bytes] Herman BRULE (talk | contribs) (Created page with "= Compilation = To compil the main application, do in console: qmake;make And to make the language: lrelease -nounfinished -compress -removeidentical *.pro = Assemble = Ass...")
- 12:06, 1 July 2012 How install a plugin (hist) [86 bytes] Herman BRULE (talk | contribs) (Created page with "* File:add-plugin.png * File:menu-options.png * File:select-the-plugin.png")
- 18:29, 30 June 2012 Performance tweak (hist) [872 bytes] Herman BRULE (talk | contribs) (Created page with "The performance is changing by: * Stream list size (fixed at the compilation) * Stream packet size (fixed at the compilation) * Flag to open the file * Buffer I need prove al...")
- 10:19, 6 June 2012 Destruction of file by file manager (hist) [426 bytes] Herman BRULE (talk | contribs) (Created page with "Here you have all windows mistake during copy/move what I have see: * Old: Move to windows share, disconnect during the move, reconnect, will drop the file source AND destina...")
- 22:05, 5 June 2012 Integration into Total-Free-... Commander (hist) [581 bytes] Herman BRULE (talk | contribs) (Created page with "If the file manager (Total-Free-... Commander) under windows user the standard copy/paste call. Ultracopier will intercept it, and it will be used. == UAC == To prevent multi...")
- 10:50, 4 May 2012 Command line (hist) [673 bytes] Herman BRULE (talk | contribs) (Created page with "= Do direct copy/move = * cp sources/ destination/ * cp sources/toto.txt sources2/ destination/ * mv toto.txt c:\ To ask the destination: * cp source/ ? = Transfer list = * T...")
- 14:57, 14 April 2012 Copy handler compilation (hist) [350 bytes] Herman BRULE (talk | contribs) (Created page with "= Install boost into visual studio 2008 = * Download boost * I put into c:\boost * Open visual studio * Tools -> Options * Project and solutions -> VC++ Directories * On the c...")
- 17:02, 12 April 2012 Theoretical css grouping on site web (hist) [1,721 bytes] Herman BRULE (talk | contribs) (Created page with "= Introduction = In case of grouping all css mentionned into the page. Then case if grouped css change with page template. = Algorithm = Case of grouped item: Number of page...")
- 12:17, 9 April 2012 Integration into Total commander (hist) [628 bytes] Herman BRULE (talk | contribs) (Created page with "Go where is installer total commander, open the DEFAULT.BAR with text editor. Find free id button, here 27 and 28, and add into the section [Buttonbar]: button27=C:\Program F...")
- 11:40, 9 April 2012 Integration into Directory Opus (hist) [926 bytes] Herman BRULE (talk | contribs) (Created page with "Into Directory Opus, use the customize code to add a copy button with this code: <?xml version="1.0" encoding="UTF-8"?> <usercommand backcol="none" textcol="none"> <fun...")
- 13:56, 7 April 2012 Ultracopier Ultimate (hist) [1,600 bytes] Herman BRULE (talk | contribs) (Created page with "= Warranty = Ultracopier in all version is shipped without warranty (0% of warranty). Only the stable version have warranty of be tested in lot of case. But in any case have w...")
- 12:17, 24 March 2012 Checksum algorithm (hist) [4,092 bytes] Herman BRULE (talk | contribs) (Created page with "= stream checksum, wrong algorithm = like version of Teracopy I have see block=source.getBlock(); source_checksum=checksumMD5(block); destination.write(block); into th...")
- 21:07, 22 March 2012 Ultracopier under windows (hist) [2,310 bytes] Herman BRULE (talk | contribs) (Created page with "= UAC = A dirty way to have not the UAC it's launch Ultracopier (at the starup or not) is administrator. Into the code, Ultracopier try load the dll by normal way (without UAC...")
- 21:17, 20 March 2012 Program used for Ultracopier development (hist) [820 bytes] Herman BRULE (talk | contribs) (Created page with "The project can be found: http://files.first-world.info/qt-project/ = For the site = * QCssCompressor -> for compress the style = For listener = For catchcopy listener (or o...")
- 22:55, 10 March 2012 Copy engine 0.3 (hist) [1,803 bytes] Herman BRULE (talk | contribs) (Created page with "= Introduction = File:ultracopier-0.3-copy-engine.png Thead 1: Copy list send/receive event (start transfer, stop transfer event), Thread list of {Read thread, Write th...")
- 10:57, 2 March 2012 How to make a plugin (hist) [2,033 bytes] Herman BRULE (talk | contribs) (Created page with "= Introduction = Here, you will learn how make a plugin for Ultracopier. The version 0.3 is used. = Quick step = == Download the model plugin == Go into the plugin download f...")
- 17:42, 29 February 2012 Plugin wiki (hist) [113 bytes] Herman BRULE (talk | contribs) (Created page with "= Functionality into the the facility engine = == 0.3.0.3 == * '''shutdown''', try shutdown, actuality on windows")
- 16:21, 27 February 2012 Patchs and branches (hist) [334 bytes] Herman BRULE (talk | contribs) (Created page with "= Patch = All patch can be accessed by: http://files.first-world.info/ultracopier/patch/ == Options with pass == The patch is accessible via: http://files.first-world.info/ult...")
- 13:26, 13 February 2012 Roadmap (hist) [5,031 bytes] Herman BRULE (talk | contribs) (Created page with "'''Here is just mentioned the main features, not all''' = 0.3.0 = == 0.3.0.2 == * Window grouping * Drag'adn'drop file on the interface * Options to ask sources/destinations ...")
- 12:15, 12 February 2012 Programming note (hist) [2,243 bytes] Herman BRULE (talk | contribs) (Created page with "= Thread = * Windows and Linux have different reaction on thread, crash at different place, ... * Windows is very more slow than linux to create thread, then in case of lot of...")