Skip to content
  1. Jun 24, 2024
  2. Jun 18, 2024
    • Flavien BRIDAULT's avatar
      refactor(core): do not enable all modules by default · 86a0607b
      Flavien BRIDAULT authored
      Sight used to provide a mechanism to select the modules for an application. This is the `<activate>` tag of the `profile.xml`. A few years ago, it was decided, by simplicity, to enable all modules by default. Indeed, when an app is installed, the selection is somehow done thanks to the CMake dependencies. However, in the build tree, you may have access to modules your app does not depend on. This is not that tragic, but sometimes this is annoying because we realize we have a missing dependency against an XML configuration for instance only at install time. Also, we may have more extensions available (for instance readers) in the build tree than in the install tree.
      
      With this merge-request, only the modules that an app depends on (recursively) are enabled.
      86a0607b
  3. Jun 15, 2024
    • Flavien BRIDAULT's avatar
      enh(ui): add two options to configure the size and weight of text service · fd0e630c
      Flavien BRIDAULT authored
      `sight::module::ui::qt` has two new options:
        - size (optional, default="14pt"): size of the font used in the label, as supported by 'font-size' QSS attribute
        - weight (optional, default="bold"): normal, bold or any value supported by 'font-weight' QSS attribute
      
      The weight option defaults to 'bold' to keep the default behaviour of the service.
      fd0e630c
  4. Jun 13, 2024
  5. Jun 07, 2024
  6. Jun 04, 2024
  7. May 29, 2024
  8. May 24, 2024
  9. May 21, 2024
  10. May 15, 2024
  11. May 14, 2024
  12. May 13, 2024
  13. Apr 26, 2024
  14. Apr 24, 2024
    • Evguenia SOBINE's avatar
      feat(ui): add a new progress_bar service · 00a97df1
      Evguenia SOBINE authored and Didier WECKMANN's avatar Didier WECKMANN committed
      The progress bar is now a standalone editor, which use the same API as the old  `job_bar`. The progress bar can be placed anywhere, like any regular editor.
      
      Added features:
      - pulse mode
      - svg pulse mode
      - title and cancel button can be set visible or not
      00a97df1
  15. Apr 23, 2024
  16. Apr 18, 2024
  17. Apr 17, 2024
  18. Apr 15, 2024
  19. Apr 14, 2024
  20. Apr 11, 2024