FreeCAD: master f5cc3027

Author Committer Branch Timestamp Parent
chennes wmayer master 2021-03-03 03:44:00 master d8e52397
Changeset [GUI] Refactor About to list credits from a file

The Credits tab is now generated from a CONTRIBUTORS file. The file is
expected to list one contributor per line, with individuals first,
followed by a line with the word "Firms" on it, followed by firms (again
one per line). The formatting is currently a simple
    for each set of
    names. No sorting, etc. is performed.
mod - src/Doc/CMakeLists.txt Diff File
add - src/Doc/CONTRIBUTORS Diff File
mod - src/Gui/AboutApplication.ui Diff File
mod - src/Gui/Splashscreen.cpp Diff File
mod - src/Gui/Splashscreen.h Diff File