Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#23 UI 4 config proc #1341

Open
wants to merge 282 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    62057bc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. -Added com.github.oshi.oshi-core dependency to list local disk drives

    -Table evidences refactoring
    -The "Add disk" button of evidences tab is ready
    -Some ProfileManager refactoring
    thiagofuer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    87d54bb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. -Processes task options was changed from tab to modal dialog

    -Some UTF8OPropertiesConfigurablePanel refactorings
    -Some refactorings on ProcessOptionTab.java
    -Some translations messages
    thiagofuer committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    81f8151 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    f990c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6685ae1 View commit details
    Browse the repository at this point in the history
  3. -Start iped over a new thread

    -Some processManager refactorings
    thiagofuer committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2405ef8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    e645737 View commit details
    Browse the repository at this point in the history
  2. -Now the application is able to start an iped process

    -Some refactorings
    -Add a new image for process start
    thiagofuer committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    ff8f8ae View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    e93140c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    cceff19 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. -Some refactorings

    thiagofuer committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    edbd8c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    8917a6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into #23_UI_4_config_proc

    # Conflicts:
    #	iped-app/pom.xml
    #	iped-app/resources/localization/iped-desktop-messages.properties
    #	iped-app/resources/localization/iped-desktop-messages_es_AR.properties
    #	iped-app/resources/localization/iped-desktop-messages_pt_BR.properties
    thiagofuer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a58804e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. -Home localization merge

    thiagofuer committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5338d60 View commit details
    Browse the repository at this point in the history
  2. -Code improvements

    -Bugs corrections
    thiagofuer committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1364723 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. -First implementation of a bootstrat to start iped home

    -Added an iped_home.jar build to POM
    thiagofuer committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    83ff81b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    2bcdd66 View commit details
    Browse the repository at this point in the history
  2. More validation code.

    patrickdalla committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b38bfb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    5702685 View commit details
    Browse the repository at this point in the history
  2. Creating a reset method on the configurable interface and stub

    implementations.
    Implements carve config XML merge from differential config sources (this
    was the main reason to define the reset configurable method).
    patrickdalla committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    422d892 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Adds the task to the saved taskinstaller.xml profile file even if it not

    enabled. The enabled info is saved in separate config file.
    patrickdalla committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    dd434bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03dd5fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a851af4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    938c0b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    347f08a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    0f3d246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87d75e8 View commit details
    Browse the repository at this point in the history
  3. Searches for a profile with extension defined in

    ProfileManager.PROFILE_EXTENSION in case one without the extension
    wasn't found.
    patrickdalla committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9fdd91e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89a7403 View commit details
    Browse the repository at this point in the history
  5. Loads configuration from serialized profile file in case one of a kind

    is provided in command line execution.
    patrickdalla committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8eca323 View commit details
    Browse the repository at this point in the history
  6. Simple XML and JSON format if text is recognizable as XML.

    Add cancel button to configurable panels.
    patrickdalla committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    769812a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    85bdb4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180e63e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa3bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ad68b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d3030e View commit details
    Browse the repository at this point in the history
  6. 1) Implements deletion of custom profiles files.

    2) Corrects bug that altered object references of default profile when
    changing to new profile config.
    patrickdalla committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9b54b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. - Adds support for using RSyntaxTextArea component from

    https://github.com/bobbylight/RSyntaxTextArea for specific language
    highlights (JSON, XML, etc).
    - Creates XSD token maker extension to highlight unrecognizable markup
    names based on XSD.
    - Updates carver config classes as config file as to enabled individual
    carver enabling/disabling.
    patrickdalla committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    81b779d View commit details
    Browse the repository at this point in the history
  2. - creation of getAvailableCarverTypes to distinct from getCarverTypes in

    a way that the second only returns enabled carverTypes.
    - Alter some carvertypes list rendering options.
    patrickdalla committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    324c380 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Adding a class hierarchy layer to control complex configurables with an

    advanced text area tab. Makes XMLCarverConfigurablePanel compatible with
    this layer.
    patrickdalla committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    45eb29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    429c9fc View commit details
    Browse the repository at this point in the history
  3. Adding custom panel to category to expand configurable that shows

    category tree with checkboxes to include/exclude a category on list.
    patrickdalla committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    20d6260 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    9781c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7829fe4 View commit details
    Browse the repository at this point in the history
  3. It was set up the resize listener to the config panel and implemented

    componentShown event handling, so the list number of column calc is done
    also in the first time the panel is shown.
    patrickdalla committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b9c0bdd View commit details
    Browse the repository at this point in the history
  4. Removes unused variable.

    patrickdalla committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c7ec3ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b935266 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b48dbd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cd8128 View commit details
    Browse the repository at this point in the history
  8. As the class name can be used multiple times, it was used a position

    reference to correlate list item with xml tag.
    patrickdalla committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    be3324e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    e466de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf472a View commit details
    Browse the repository at this point in the history
  3. Removing unused fields.

    patrickdalla committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    be7f96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7598402 View commit details
    Browse the repository at this point in the history
  5. ParserTreeCellEditor object field to inform if is to include parser

    parameters in tree. Defaults to false.
    patrickdalla committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4bfcdf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    28c65f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f6dae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d9156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f8ab7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    274070a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba9273f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    a5fda9d View commit details
    Browse the repository at this point in the history
  2. Creates superclass to permit implementation of other kind search lists

    to use the same search text field.
    patrickdalla committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0f13bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4757d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    6e9c4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aab73e View commit details
    Browse the repository at this point in the history
  3. Implement a cell renderer to remove component creation from table model,

    improving MVC pattern compliance.
    patrickdalla committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2861b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9222e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0f873e View commit details
    Browse the repository at this point in the history
  6. Adds a error message dialog if HashDBLookupTask is enabled before

    setting hash db file in local config.
    patrickdalla committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b8de602 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    571788c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    139c21c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b88f75 View commit details
    Browse the repository at this point in the history
  10. Removing unused class.

    patrickdalla committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ae2b646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ae341a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f730a9f View commit details
    Browse the repository at this point in the history
  13. Finds the localized name of the configurable using the configurable

    class name as key in the resource file.
    patrickdalla committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e290540 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c84eb7 View commit details
    Browse the repository at this point in the history
  15. Localized task name.

    patrickdalla committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c676b2c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f8479a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b3f07a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8407131 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    568e53f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    247f921 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    65b5d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a5802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b74e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6fb2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efdd635 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eeb21b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d99811 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34851cb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    7cf3e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee8d21 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    b8786b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d373dd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Factory method removes to specific factory class. IConfigurablePanel

    interface defined to facilitate future extension.
    patrickdalla committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1ff763c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687b23a View commit details
    Browse the repository at this point in the history
  3. Changes the name of CategoriesToExpand config panel to a more generic

    Category Set config panel, as it can be used in a more generic way, like
    in categories to export.
    patrickdalla committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d765633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e0e49 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Created a class wrapper to identify configurables "equality". As

    configurables are serialized and need to be reloaded on maps that
    already contains older versions of it, it must implement equals and
    hashcode.
    Maybe it is best to define this in configurable itself.
    patrickdalla committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    98f62dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca1560 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    d38417c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    1824440 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Reverting personal local development environment adaptations erroneously

    pushed to remote repository.
    patrickdalla committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5785b9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1fb6f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Move component.

    patrickdalla committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7ca131f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d8fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5849897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62761c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cc34e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b49a79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50a50d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. -Some fixs to config panel

    -Mulitcase temp file encoding to UTF-8
    thiagofuer committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1334845 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. save isEnableHashDb value only on saveConfiguration, read and write s…

    …pecifying UTF8 in enableOrDisableProperty()
    FelipeFcosta committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    40d4763 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    1edbab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    5071d7b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    af6c179 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge branch 'master'

    lfcnassif committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    57d9235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df78e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd83e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac9b19 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    e9df752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56ef7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4a51cd View commit details
    Browse the repository at this point in the history
  4. -Added Block size option for evidence

    -Removed Additional commands
    -Removed duplicated key (case.ProcessCase) on messages
    thiagofuer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1193b0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51977de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cd59e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1f80e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25d5fbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cadcbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d579c0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    7edff34 View commit details
    Browse the repository at this point in the history
  2. Adds spinner or checkbox components when the encountered parameter value

    corresponds to a integer number or a true/false value, respectively.
    patrickdalla committed May 22, 2023
    Configuration menu
    Copy the full SHA
    30d7ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e8bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0071de3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    d31aadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96567ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef0e70 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    8035438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e85601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d41cfc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad69c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59336e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e58c4b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b90b7ed View commit details
    Browse the repository at this point in the history
  8. More string localization/translation. Refreshes textarea content when

    external parser is created.
    patrickdalla committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f2e2a27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e35f54e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Identify UI component to edit a property based on configurable class

    reflection property type.
    patrickdalla committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8ffb8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3fbaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9da6fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18423b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e8e2bb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    cef7fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79457b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c3cc8d View commit details
    Browse the repository at this point in the history
  4. Enable direct value editing of spinners with AutoCalcSpinnerModel. If

    edited value is not an integer or "auto", the value is not accepted and
    is returned to old value.
    patrickdalla committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3f0f71d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02a6b4a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Reverting the translation of commit, as it is a term more commonly used

    in their original english form in portuguese IT jargon.
    patrickdalla committed May 29, 2023
    Configuration menu
    Copy the full SHA
    69c7abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    993098c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b4788 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    76866ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778fb74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba24b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b462512 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    d545a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bdb5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2373c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd0105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e0215f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0764d14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37677bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d597b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68f6f3a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Delay script configuration loading util task list is shown. If any error

    occurs, show red button that displays error message when clicked.
    patrickdalla committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5e61ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    4a83d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0249ce3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    c1dbd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbac2f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea9330 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8be3e58 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Saves custom added script tasks in custom subfolder. Make logic to let

    all default embbeded scripts uneditable.
    patrickdalla committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7f46b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284e594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9742b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    7b6830f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    f710b75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into #23_UI_4_config_proc

    # Conflicts:
    #	iped-engine/src/main/java/iped/engine/config/ElasticSearchTaskConfig.java
    thiagofuer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0570ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2303758 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    1993b0a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. -Bootstrap now initialize the gui if no args are passed

    -Removed iped_home.jar from pom.xml
    thiagofuer committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    35988ed View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d4b4d39 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    abd47b5 View commit details
    Browse the repository at this point in the history
  2. -Correção do BootStrap

    -Ajuste do dialog para geração de relatório
    thiagofuer committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cae62f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. -Report parcial refactoring

    Thiago Figueiredo committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ab455f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. -Primeira versão funcional do novo layout do arquivo caseinfo.json tr…

    …abalhando em conjunto com o Reportinfo do iped-search app
    thiagofuer committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    421ec26 View commit details
    Browse the repository at this point in the history
  2. -automatically creates an -asap parameter to load caseinfo.json and a…

    …dd to HTMLReport whe start the processing from Home menu
    thiagofuer committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    31e69d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. -Bug fix (update case info wrong data)

    -JTextArea improvements(wrap text and focus)
    -Added a scrollpanel to handle big texts
    Thiago Figueiredo committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a096966 View commit details
    Browse the repository at this point in the history
  2. -Report parcial refactoring

    Thiago Figueiredo committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fe9f278 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. -Localization bundle adjusts

    -Some code refactoring
    -Open case bug adjustment
    Thiago Figueiredo committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2620634 View commit details
    Browse the repository at this point in the history
  2. -ProccesOption backbutton refactoring

    -Fix New Case tab color and navigation
    thiagofuer committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fb0df43 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. -Added a refresh button to caseinfotab

    -Open multicase bug fix
    Thiago Figueiredo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5b5593a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52505c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    b25f0db View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    a0c27d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. 'sepinf-inc#2088 Sets the current dir of File chooser of output folde…

    …r to the
    
    value in output text field (if one already exists).
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f24a065 View commit details
    Browse the repository at this point in the history
  2. 'sepinf-inc#2088 initializes script name class field variable executi…

    …ng getName
    
    from script, if still null.
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    67ddfe4 View commit details
    Browse the repository at this point in the history
  3. 'sepinf-inc#2088 Ignores null pointer exception when tooltip text doe…

    …s not exists
    
    in resource files.
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    774a427 View commit details
    Browse the repository at this point in the history
  4. 'sepinf-inc#1341 refactors OCRConfig not to exposes all IPEDConfig.tx…

    …t properties
    
    to config UI.
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    304de1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0c24ab View commit details
    Browse the repository at this point in the history
  6. 'sepinf-inc#1341 loads enableOCR from OCRConfig only if it was not co…

    …nfigured in
    
    IPEDConfig.txt
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    56a3ae7 View commit details
    Browse the repository at this point in the history
  7. 'sepinf-inc#1347 Reverting to force the "true" value of enableOCR, be…

    … it defined
    
    in IPEDConfig.txt or in OCRConfig.txt. It remains false only in case it
    is false in both, or not defined.
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b19c50a View commit details
    Browse the repository at this point in the history
  8. 'sepinf-inc#1341 If processing IPEDConfig.txt from profile, it applie…

    …s enableOCR
    
    config (be it false or true) if and only if it is defined, otherwise it
    is kept the value according to default config folder.
    patrickdalla committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b0c1ef6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. 'sepinf-inc#1341 Removes delayed python parser load, as it was making…

    … processing
    
    app to freeze.
    patrickdalla committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    15c4dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5516de8 View commit details
    Browse the repository at this point in the history
  3. 'sepinf-inc#1341 Does not proceed with case info saving if cancel is …

    …clicked in
    
    FileChooser, what returns null.
    patrickdalla committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    342cbe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1133de7 View commit details
    Browse the repository at this point in the history
  5. 'sepinf-inc#1341 Avoid IndexOutOfBoundsException when rowindex passed…

    … is out of
    
    model range
    patrickdalla committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7a353e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. 'sepinf-inc#1341 Skip inaccessible folders when searching recursivell…

    …y for
    
    evidences to add. Shows warning message if some is skipped.
    patrickdalla committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1df5b4a View commit details
    Browse the repository at this point in the history
  2. 'sepinf-inc#1341 Corrects TempFileTask getConfigurables to return alr…

    …eady created
    
    object, is there is such an object registered in ConfigurationManager.
    patrickdalla committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1c4980e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9e66f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfa139 View commit details
    Browse the repository at this point in the history
  5. 'sepinf-inc#1341 Creates a checkbox to represent a properties value i…

    …f no
    
    correspondent field is found in configurable object but the value is
    "true" or "false".
    patrickdalla committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    373a3a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b041565 View commit details
    Browse the repository at this point in the history
  7. 'sepinf-inc#1341 Correctly sync table task checkbox state with intern…

    …al panel main
    
    configurable state.
    patrickdalla committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa02633 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. 'sepinf-inc#1341 Uses checkboxes also for properties where configurable

    correspondent field type is java.lang.String (with value true or false)
    or java.lang.Boolean.
    patrickdalla committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    30ffd1e View commit details
    Browse the repository at this point in the history
  2. 'sepinf-inc#1341 Moves enabledInterface panel checkbox to a position …

    …internal to
    
    the tab panel. Makes all internal components disabled when panel is
    disabled.
    patrickdalla committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3f77cad View commit details
    Browse the repository at this point in the history
  3. 'sepinf-inc#1341 List selection check before case removal to avoid in…

    …dex out of
    
    range exception.
    patrickdalla committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0b347e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bba1fe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aade1d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    067a1b0 View commit details
    Browse the repository at this point in the history
  2. 'sepinf-inc#1341 Prepare for internationalization. Add key for Face R…

    …ecognition
    
    configurable string.
    patrickdalla committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f2cdb21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b389a6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb4684a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb663ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5171087 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7753b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    b00e387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d9d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d782418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ec657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65578d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    236919f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c3d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5a187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9c3594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c1097 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    501c138 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b3ef5c9 View commit details
    Browse the repository at this point in the history
  2. 'sepinf-inc#1341 Corrects autoCalcSpinner to accept "default" as an a…

    …lternate
    
    string for "auto" as is used for parameter num threads for LocalConfig.
    patrickdalla committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    18711ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adf72ec View commit details
    Browse the repository at this point in the history