Commit Graph

8 Commits

Author SHA1 Message Date
Kacper Donat
294dadd77d Gui: Use SplitButton for config migration modal 2025-11-28 10:15:04 +01:00
Connor9220
32490c96cd Fix carriage returns in the Migrator Dialog Title. (#25379) 2025-11-16 22:48:09 -06:00
pre-commit-ci[bot]
9fe130cd73 All: Reformat according to new standard 2025-11-11 13:49:01 +01:00
Joao Matos
8f31e8df4a Gui: Use C99 _Exit instead of not as portable POSIX _exit.
The actual fix here is for a compile error which started appearing as an
error due to `unistd.h` include being included implicitly from
`boost::signals`, which FastSignals does not do anymore.

```
Error:
/Users/runner/work/FreeCAD/FreeCAD/src/Gui/Dialogs/DlgVersionMigrator.cpp:366:5:
error: use of undeclared identifier '_exit'
```
2025-11-01 21:49:24 +01:00
Chris Hennes
850eccb5f8 Gui: Address review comments 2025-09-17 15:45:07 -05:00
Chris Hennes
dffdb35f25 Gui: Migration complete wording tweak 2025-09-17 12:16:24 -05:00
Chris Hennes
40bc9962d3 Gui: Add window title 2025-09-17 12:07:00 -05:00
Chris Hennes
7949f8a172 Gui: Migration UI take 2 2025-09-17 10:43:16 -05:00