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

Sprites #490

Merged
merged 21 commits into from
Feb 23, 2024
Merged

Sprites #490

merged 21 commits into from
Feb 23, 2024

Commits on Jan 10, 2024

  1. Sprites

    users:
      - New Icons.
      - Icons based on sprites, easier to resize or customized
      - New variable: SCIPION_SPRITES_FILE to point to a custom sprite. It should be compatible with sprites.png at pyworkflow/resources.
      - Scipion GUI log moved to the log tabs and removed from menu
      - New variable: SCIPION_SHOW_TEXT_IN_TOOLBAR, set it to anything to show the text of the icons below
    developers:
      - ProjectConfig class removed
      - New methods in path: hasChangedSince and isFileFinished
      - New method in utils: strToDuration (useful to translate "1h 35m" to seconds). For duration parameters.
      - New class Variable to be tested in Config class. A step towards a Config editing GUI.
      - SCIPION_DEBUG_SQLITE rescued to activate SQL clauses in debug.
    pconesa committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ce30283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce15fe View commit details
    Browse the repository at this point in the history
  3. New variable: SCIPION_ICON_ZOOM, defaults to 75 (percent) to show ico…

    …ns at 24x24. 100 will set them to 32 or 50 to 16.
    pconesa committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    09ed11c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 16, 2024

  1. Edited some icons

    plosana committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1d2cc7e View commit details
    Browse the repository at this point in the history
  2. Register output

    Scan folders without a fixed depth
    pconesa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3379b1c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 29, 2024

  1. fix template validation usage

    pconesa committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5205313 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. picking icon

    fonsecareyna82 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    882ca60 View commit details
    Browse the repository at this point in the history
  2. fixing an images error

    fonsecareyna82 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9982025 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 11, 2024

  1. adding stats icon

    fonsecareyna82 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    9c5eed5 View commit details
    Browse the repository at this point in the history
  2. more icons

    fonsecareyna82 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    32de334 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. updating icons

    fonsecareyna82 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8fa707f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. adding a grid icon

    fonsecareyna82 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0c2e00c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    ccde9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d6d34 View commit details
    Browse the repository at this point in the history
  3. merging devel

    pconesa committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2fbdb8b View commit details
    Browse the repository at this point in the history
  4. fix code smells

    pconesa committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e673523 View commit details
    Browse the repository at this point in the history