Activity for File Read Test

  • 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.

  • R. Diez committed [9da367] on Code

    AboutBox: Comments about table cell text wrapping.

  • R. Diez committed [3275b1] on Code

    QDT: Use <code> for the Linux and Windows commands.

  • R. Diez committed [dc7467] on Code

    AboutBox HTML: Move "white-space: nowrap;" to the first table columns.

  • R. Diez committed [f28732] on Code

    AboutBox HTML: Use "padding: 0;" as a shorthand.

  • R. Diez committed [33f27c] on Code

    Fix a couple of lint warnings.

  • R. Diez committed [1025d3] on Code

    The build script now shows the absolute paths of the generated .jar files.

  • R. Diez committed [3a354e] on Code

    Mention system property QdtDuplicateDir in the "About" box.

  • R. Diez committed [098eb0] on Code

    AboutBox: Add a "Copy text as HTML" button.

  • R. Diez committed [954574] on Code

    Prevent windows to open with a size greater than the desktop.

  • R. Diez committed [60ecb7] on Code

    Distribution build script: Optionally build just the Maven projects.

  • R. Diez committed [6405df] on Code

    QDT buildFilename(): Add optional tracing.

  • R. Diez committed [3fce19] on Code

    AboutBox: Add support for extra table cells.

  • R. Diez committed [87903c] on Code

    QDT: Add getDuplicateDirPropertyValue() etc.

  • R. Diez committed [9bf117] on Code

    About box: Display "Assertions are enabled" in red.

  • R. Diez committed [77bae3] on Code

    QDT: Move more code from String to File.

  • R. Diez committed [842b2d] on Code

    QDT: Lock the files while they are being written to if there is a duplicate test data files directory.

  • R. Diez committed [000b67] on Code

    QDT: Use transformUserEnteredPath() for the duplicate test data dir too.

  • R. Diez committed [64310a] on Code

    QDT: Do not canonicalise the test data dir path.

  • R. Diez committed [719678] on Code

    Move more code from String to File.

  • R. Diez committed [97efee] on Code

    QDT: Simplify buildFilename().

  • R. Diez committed [4a23ae] on Code

    Create and lock a file in the duplicate test data directory too.

  • R. Diez committed [5597d4] on Code

    Improve the eventual error message when opening the test data configuration file.

  • R. Diez committed [502d51] on Code

    QDT: TestDatConfig.save() takes now a File instead of a String.

  • R. Diez committed [3fec6f] on Code

    QDT: Improve an eventual error message from FileChannel.truncate().

  • R. Diez committed [7b6758] on Code

    Improve flushFile().

  • R. Diez committed [3b3e73] on Code

    Improve asRuntimeExceptionWithFilename().

  • R. Diez committed [d57de1] on Code

    Move flushFile() to FileUtils.

  • R. Diez committed [860945] on Code

    QDT: Simplify calls to assertFileSizeConsistency().

  • R. Diez committed [bf1263] on Code

    QDT: duplicateDataDirname -> duplicateBasePath

  • R. Diez committed [729345] on Code

    QDT: alignDataSize() -> tryToReduceBlockSizeToAlignEndPosition()

  • R. Diez committed [101459] on Code

    Further support for a duplicate data dir.

  • R. Diez committed [d289fe] on Code

    QDT: Comments and code cosmetic in alignDataSize().

  • R. Diez committed [6c3e7c] on Code

    QDT verifier code:

  • R. Diez committed [4f04a6] on Code

    Prevent some compilation warnings.

  • R. Diez committed [6e25b0] on Code

    QDT: Factor out header-writing code to writeHeader2().

  • R. Diez committed [7fe6e0] on Code

    QDT: Remove argument from commitFileData().

  • R. Diez committed [440920] on Code

    Split SetOfTestDataFiles.writerHeader() into 2 routines, in preparation for the next development.

  • R. Diez committed [df6d5b] on Code

    First step to add support for property QdtDuplicateDir.

  • R. Diez committed [b1d817] on Code

    Add the option to set a fixed test data location on start-up, for development purposes.

  • R. Diez committed [31e5a1] on Code

    QDT: Factor out code into assertFileSizeConsistency().

  • R. Diez committed [dbb22b] on Code

    Add Misc.getSystemPropertyOrErrorIndication().

  • R. Diez committed [ff7715] on Code

    QDT history: Mention the data location.

  • R. Diez committed [776cec] on Code

    QDT: Limit the history length.

  • R. Diez committed [45d423] on Code

    QDT: Populate the history dialog.

  • R. Diez committed [bdc221] on Code

    Add field OperationHistoryElem.errorMessage

  • R. Diez committed [868b3e] on Code

    Fix compilation warning.

  • R. Diez committed [8e9493] on Code

    Fix invalid assert generating test data.

  • R. Diez committed [cb50c5] on Code

    Fix some compilation warnings.

  • R. Diez committed [eecc7b] on Code

    Debug with Java version 11.

  • R. Diez committed [998b72] on Code

    Factor out finished writing/verifying messages.

  • R. Diez committed [c4b436] on Code

    Always set historyElem.processedDataSize.

  • R. Diez committed [f321e2] on Code

    Move deriveMonospacedFont() to GuiUtils.

  • R. Diez committed [e7586e] on Code

    HistoryBox: Minor source tweaks.

  • R. Diez committed [c437dd] on Code

    Replace isVerifyMode with OperationType.

  • R. Diez committed [d78570] on Code

    Add OperationResult.

  • R. Diez committed [61f1c5] on Code

    Add HistoryBox. Not fully implemented yet.

  • R. Diez committed [5ff235] on Code

    Add OperationHistoryElem.

  • R. Diez committed [51aa11] on Code

    Minor changes to the pop-up menu for text controls.

  • R. Diez committed [0e64e6] on Code

    On automatic verification after writing, do not request focus if it was not already focused.

  • R. Diez committed [1c3b80] on Code

    Factor out code into GuiUtils.dispatchKeyEventTabFocusOutOfJTable().

  • R. Diez committed [763297] on Code

    ChooseLocation2: Use an Action instead of dispatchKeyEvent() in order to handle F5.

  • R. Diez committed [34acd1] on Code

    Use addActionToCloseOnEscKeypress() instead of KeyEventDispatcher.

  • R. Diez committed [ce8267] on Code

    Use addActionToCloseOnEscKeypress() instead of KeyEventDispatcher.

  • R. Diez committed [8671e5] on Code

    Expand routines to close a window on Esc keypress.

  • R. Diez committed [0c3811] on Code

    Use addActionToCloseWithEsc() instead of KeyEventDispatcher.

  • R. Diez committed [3062dc] on Code

    Small reordering in LookAndFeelBox2.

  • R. Diez committed [f2e6dd] on Code

    Add GuiUtils.addActionToCloseDialogWithEsc().

  • R. Diez committed [4901f3] on Code

    SetUndoManager -> setUndoManager

  • R. Diez committed [919819] on Code

    Text Field Popup Menu: Reformat copyright notices.

  • R. Diez committed [fc30cd] on Code

    Text Field Popup Menu: Untabify and fix indentation.

  • R. Diez committed [8c2f87] on Code

    isFocusedComponentInsideWindow(): Add comment and optional tracing.

  • R. Diez committed [9beb90] on Code

    Add comment to dispatchKeyEventCloseModalDialogOnEscKey().

  • R. Diez committed [7b1c78] on Code

    Use System.lineSeparator() instead of "\n" when printing to stdout.

  • R. Diez committed [56cb13] on Code

    Prevent some invalid linter warnings.

  • R. Diez committed [2e0a47] on Code

    Rename getFrameForComponent() to getFrameFromComponent().

  • R. Diez committed [c85402] on Code

    Replace isFocusInThisFrame() and isFocusInThisDialog() with enhanced logic in isFocusedComponentInsideWindow().

  • R. Diez committed [3465e1] on Code

    Make shouldCloseDialogOnEscKey() private.

  • R. Diez committed [1c3366] on Code

    Comment in closeModalDialog().

  • R. Diez committed [971610] on Code

    File Read Test progress window:

  • R. Diez committed [f608fd] on Code

    If assertions are enabled, show an indication in the about box.

  • R. Diez committed [887d8d] on Code

    Add SHOULD_FINISHED_WINDOW_BECOME_ACTIVE.

  • R. Diez committed [6dfc92] on Code

    Capitalise the "complete" window titles.

  • R. Diez committed [d6bc49] on Code

    Add SHOULD_ESC_KEY_CLOSE_FINISHED_WINDOW

  • R. Diez committed [92a382] on Code

    Comment about the lack of font size control for desktop notifications.

  • R. Diez committed [bdf35b] on Code

    The ESC key does not close the progress windows any more

  • R. Diez committed [0c7aea] on Code

    Move SHOULD_ESC_CLOSE_THE_MAIN_WINDOW to GuiUtils.

  • R. Diez committed [4239c2] on Code

    Fix regression in simpleModalDialog(): Do not fail if there is no parent component.

  • R. Diez committed [7f2ed7] on Code

    getScreenBoundsWithoutTaskbar(): Do not fail if there is no component (for example, on start-up).

  • R. Diez committed [14c5e0] on Code

    GuiUtils: getWindowForComponent() -> getFrameForComponent(), and add an assert.

  • rdiez rdiez modified a wiki page

    Disk Test Tools

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

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

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

  • R. Diez committed [362278] on Code

    Update the distribution generator script.

  • R. Diez committed [8d73c5] on Code

    Increase the Java application version numbers to 1.32,

  • R. Diez committed [8cd9c4] on Code

    FRT: Mention my new RDChecksum tool.

  • R. Diez committed [2abe6b] on Code

    About text: Change from http to https in some HTML links.

  • R. Diez committed [3a4ee1] on Code

    Increase the Java application version numbers to 1.31

1 >