Activity for File Read Test

  • R. Diez committed [9907c5] on Code

    QDT main window: Remove the NetBeans .form file.

  • R. Diez committed [6abd53] on Code

    QDT Finished Verifying dialog: Remove the NetBeans .form file.

  • R. Diez committed [d3b05e] on Code

    QDT Finished Writing dialog: Remove the NetBeans .form file.

  • R. Diez committed [ccaf09] on Code

    QDT Choose Location dialog: Remove the NetBeans .form file.

  • R. Diez committed [29734e] on Code

    FRT main window: Remove the NetBeans .form file.

  • R. Diez committed [6da401] on Code

    Upgrade FlatLaf to 3.6.2

  • R. Diez committed [77086d] on Code

    QDT ProgressWindow: Remove the NetBeans .form file.

  • R. Diez committed [a798d1] on Code

    FRT Progress Window: Remove the NetBeans .form file.

  • R. Diez committed [37a176] on Code

    AboutBox: Add a to margin to the botton panel with the buttons.

  • R. Diez committed [9ca216] on Code

    LicenseBox: Remove the NetBeans .form file.

  • R. Diez committed [62f0f4] on Code

    Improve error handling in QDT's "about" dialog.

  • R. Diez committed [705a04] on Code

    The user should disable lint warning unusedWarningToken.

  • R. Diez committed [aedf03] on Code

    AboutBox: Remove the NetBeans .form file.

  • R. Diez committed [a580e2] on Code

    Replace "maven.compiler.source" and ".target" with ".release".

  • R. Diez committed [9109ba] on Code

    Rework BufferUtils.singleReadFromFileChannel().

  • R. Diez committed [39345c] on Code

    asRuntimeExceptionWithFilename(): Remove all new-line characters from the generated error messages.

  • R. Diez committed [581292] on Code

    ErrUtils.asRuntimeExceptionWithFilename(): Mention the Java exception class name if the error message has no reason.

  • R. Diez committed [58fedb] on Code

    TestDataConfig.save(): Rework error handling.

  • R. Diez committed [a86a75] on Code

    FileUtils.flushFile(): Remove argument 'shouldPrependFilenameToEventualErrMsg'.

  • R. Diez committed [29c55e] on Code

    FileUtils.openFileChannel(): Remove argument 'shouldPrependFilenameToEventualErrMsg'.

  • R. Diez committed [a4cde9] on Code

    truncateTestDataFile() uses now ErrUtils.asRuntimeExceptionWithFilename().

  • R. Diez committed [1bb210] on Code

    QDT: Replace RandomAccessFile with SeekableByteChannel, another step.

  • R. Diez committed [677ab1] on Code

    QDT: Replace RandomAccessFile with SeekableByteChannel, another step.

  • R. Diez committed [d8ad59] on Code

    QDT: Replace RandomAccessFile with SeekableByteChannel, another step.

  • R. Diez committed [a72364] on Code

    QDT: Replace RandomAccessFile with SeekableByteChannel, first step.

  • R. Diez committed [18815e] on Code

    Add Misc.indexOfInByteBuffer().

  • R. Diez committed [34270e] on Code

    Add singleReadFromFileChannel(), which does more strict checking.

  • R. Diez committed [acef2f] on Code

    FRT: Replace RandomAccessFile with SeekableByteChannel.

  • R. Diez committed [1020a6] on Code

    Improve Java NIO error message for AccessDeniedException.

  • rdiez rdiez modified a wiki page

    Disk Test Tools

  • File Read Test File Read Test released /filereadtest-java-gui/FileReadTest-1.34.jar

  • File Read Test File Read Test released /quickdisktest/QuickDiskTest-1.34.jar

  • File Read Test File Read Test released /DiskTestTools-1.34.zip

  • R. Diez committed [255cdb] on Code

    Improve error messages around File.list().

  • R. Diez committed [0e59a2] on Code

    Add ErrFileOp.FE_LISTING_DIR.

  • R. Diez committed [fb638d] on Code

    The distribution builder now retrieves the application versions automatically.

  • R. Diez committed [6fe0bd] on Code

    Add a comment above addAllLookAndFeels() about Look and Feel behaviour.

  • R. Diez committed [084463] on Code

    Add a "--version" command-line argument.

  • R. Diez committed [6a95b8] on Code

    Show FlatLaf's URL in the About Box.

  • R. Diez committed [af1af8] on Code

    hyperlinkUpdate(): Show the URL which failed to open.

  • R. Diez committed [d4fa20] on Code

    Update the FlatLaf version.

  • R. Diez committed [4cf073] on Code

    Change e-mail address and add copyright years.

  • R. Diez committed [4b807e] on Code

    Add some comments to DiskVolumeTable.

  • R. Diez committed [b4b714] on Code

    Ignore double-clicks on an empty region around the volume table.

  • R. Diez committed [04554c] on Code

    DiskVolumeTable: Make addVolume() more robust.

  • R. Diez committed [5bae80] on Code

    Add shrinkFrameToFitIntoDesktop().

  • R. Diez committed [55cebc] on Code

    getExceptionMessage() strips now leading and trailing whitespace.

  • R. Diez committed [42a4b5] on Code

    Just a comment.

  • R. Diez committed [0f6db1] on Code

    fillVolumes(): Add a <none> entry if the table is empty.

  • R. Diez committed [67eee5] on Code

    Reorganise addVolume().

  • R. Diez committed [26f576] on Code

    Volume table: Always show the horizontal scroll bar. Otherwise there may be problems with the preferred size on start-up.

  • R. Diez committed [f1f60b] on Code

    Volume table: Improve global error handler.

  • R. Diez committed [5835ff] on Code

    QDT updateDiskSpaceControls(): Replace "?" with "<unknown>".

  • R. Diez committed [2e27e3] on Code

    Special treatment for naked drive letters like C: under Windows.

  • R. Diez committed [25ae29] on Code

    Do now show weird values if the disk space cannot be retrieved.

  • R. Diez committed [92f798] on Code

    Rework the way user-entered paths are handled.

  • R. Diez committed [d8225c] on Code

    Add FileUtils.getAbsolutePath()

  • R. Diez committed [858587] on Code

    Add FileUtils.getRealPath().

  • R. Diez committed [7f208e] on Code

    Make WorkerThreadBase.DETECT_LINKS public.

  • R. Diez committed [8fe3b6] on Code

    asRuntimeExceptionWithFilename(): Ignore any errors calling toAbsolutePath().

  • R. Diez committed [9fd816] on Code

    QDT: Simplify the code in performDiskSpaceRefresh() a little.

  • R. Diez committed [738e76] on Code

    Add FE_OPENING_WITH_ASSOCIATED_APP and FE_RETRIEVING_REAL_PATH.

  • R. Diez committed [52f6c5] on Code

    Add ErrFileOp.FE_FOLLOWING_LINK

  • R. Diez committed [e8ba27] on Code

    Improve the comments around asRuntimeExceptionWithFilename().

  • R. Diez committed [8a03bf] on Code

    Add FileUtils.createDirectories().

  • R. Diez committed [cfc50b] on Code

    TestDataConfig.load(): Switch to a "try with resources".

  • R. Diez committed [63bf19] on Code

    Use wrapper FileUtils.openRandomAccessFile() all over the place.

  • R. Diez committed [18398f] on Code

    scanFilenamesAndSizes(): The filename is already absolute.

  • R. Diez committed [961251] on Code

    parseFileNumber() takes now the filename only (without path).

  • R. Diez committed [2b6b36] on Code

    Make some automatic calls to toString() explicit.

  • R. Diez committed [3a3f74] on Code

    Add VSCodium debug configuration.

  • R. Diez committed [50549b] on Code

    Add FileUtils.createEmptyPath() and .isPathEmpty().

  • R. Diez committed [ed1eda] on Code

    Conversion from java.io.File to Java 8's java.nio.file.Path.

  • R. Diez committed [3ae7af] on Code

    AboutBox, LicenseBox and HistoryBox: Increase the minimum width to make sure all pushbuttons are visible.

  • R. Diez committed [65757d] on Code

    "Finished" dialogs: Add a pop-up menu to all labels, so that the user can copy the text inside.

  • R. Diez committed [ba514f] on Code

    Resize the "Test Data Verification Complete" window after setting the text in the first label, of the text may get truncated.

  • rdiez rdiez modified a wiki page

    Disk Test Tools

  • rdiez rdiez modified a wiki page

    Disk Test Tools

  • File Read Test File Read Test released /quickdisktest/QuickDiskTest-1.33.jar

  • File Read Test File Read Test released /filereadtest-java-gui/FileReadTest-1.33.jar

  • File Read Test File Read Test released /DiskTestTools-1.33.zip

  • R. Diez committed [05ddb6] on Code

    Upgrade application version numbers to 1.33

  • R. Diez committed [2525df] on Code

    Upgrade FlatLaf to 3.5.1

  • R. Diez committed [99c238] on Code

    Comment about UTF-8 under Windows.

  • R. Diez committed [a1cd2c] on Code

    Improve error handling and assertions in writeToFileChannelPreservingLimit().

  • R. Diez committed [5c6498] on Code

    Add a comment about parsing numbers with too many decimals.

  • R. Diez committed [9ed3d0] on Code

    AboutBox: The path separator is always a slash for the Java user preferences.

  • R. Diez committed [05be89] on Code

    About box: Fix escaping when replacing path elements.

  • R. Diez committed [508f0a] on Code

    Fix for Windows: read the HTML resources as UTF-8.

  • R. Diez committed [4e9f67] on Code

    AboutBox htmlEscapeFilePath(): Implement a workaround to wrap long file paths.

  • R. Diez committed [b392dc] on Code

    AboutBox: Implement a workaround in order to set a minimum preferred width.

  • R. Diez committed [4a21ec] on Code

    FTR about text: Use bullet points in the "Caveats" section.

  • R. Diez committed [738a32] on Code

    Add ensureJEditorPaneMinimumWidth(), but effectively commented out.

  • R. Diez committed [8b28f6] on Code

    AboutBox: Use Misc.FALSE_WITHOUT_COMPILATION_WARNING

  • R. Diez committed [2d10ef] on Code

    AboutBox: Add a comment about the calls to replace() being inefficient.

  • R. Diez committed [fbc1f3] on Code

    Add missing call to wc.restoreCursor() upon lafErrorDuringStartup.

  • R. Diez committed [3367a4] on Code

    About box: Do not use a HTML <table> anymore.

  • R. Diez committed [66a289] on Code

    QDT about HTML:

  • R. Diez committed [10dc3a] on Code

    AboutBox: Button "Copy text as HTML" was not copying the original HTML.

  • R. Diez committed [50d7ce] on Code

    AboutBox: Add a $(BODY_STYLE) tag in the HTML for experimental purposes.

1 >