Jean-Christophe Fillion-Robin

Results 811 comments of Jean-Christophe Fillion-Robin

Following @pieper testing, should be `false` instead of `true`: ```cpp #if defined(Q_OS_MACOS) // See https://github.com/Slicer/Slicer/issues/7261 QLoggingCategory::setFilterRules("qt.qpa.fonts=false"); #endif ```

Related Qt issues: * https://bugreports.qt.io/browse/QTBUG-98369 * https://bugreports.qt.io/browse/QTBUG-99216

Fixed in Qt through https://github.com/qt/qtbase/commit/64dd5a8183eb0d80f31b8ac0c2a59066e769ae79 originally integrated in Qt 6.4.0 It was then backported to: * v5.15.10-lts-lgpl: https://github.com/qt/qtbase/commit/db8a3a63e60d7c8287d6f7c085d529f4c2887b47 * 6.2: https://github.com/qt/qtbase/commit/34d9da83710cc4924570c3ea0ca346acbc9845df * 6.3: https://github.com/qt/qtbase/commit/36427480dd005e39de0c95875f11f101d20d804d

Thanks all reported issues are now address :100: One last nitpick, is it expected to be able to move a segment outside of segmentation ? ![image](https://github.com/user-attachments/assets/d4492b99-9278-4ce4-b355-a2fd7b41a784)

> Any plan to merge this? Once the last issue[^1] is addressed, it should be ready for integration :rocket: Alternatively, we could create an issue report and address the last...

@jamesobutler @lassoan I re-targeted this to Slicer 5.11 and I anticipate it will be addressed while finalizing: * https://github.com/Slicer/Slicer/pull/5887 cc: @sjh26

Before integrating, we should confirm that the associated shared library is still packaged (and fixed up on macOS)

To follow-up, MONAILabel does provide support for organizing data into the Digital Slide Archive (DSA)[^1] which is itself power by the @girder data management toolkit. As pointed out by @diazandr3s,...

To build Slicer on ARM aarch64 (e.g Ubuntu 22.04.4), see https://gist.github.com/jcfr/487f5d846bc86e374969be5565c6d95e For additional context, see https://projectweek.na-mic.org/PW42_2025_GranCanaria/Projects/BuildsOfSlicerForArmBasedSystemsMacAndLinux/

Thanks for confirming you are able to compile. I will now close this issue. To speed up the compilation, you may want to make sure you (1) do a `Release`...