Commit Graph

81 Commits

Author SHA1 Message Date
Yorik van Havre
970158f78b Added OpeningDesign to contributors list 2021-05-06 13:14:12 +02:00
Yorik van Havre
1c282b8aa8 Added KiCAD Corp to the credits 2021-04-26 12:55:57 +02:00
Chris Hennes
1f62d46661 Minor refactoring and cleanup of the About window
Removes old Qt code, restores the conditional inclusion of the
3Dconnexion license information, shortens the displayed hash, and links
the hash to its repo.
2021-03-28 16:12:27 +02:00
wmayer
232fa56f02 CMake: fix build and install location of Qt help files 2021-03-04 12:16:53 +01:00
Chris Hennes
f5cc3027f4 [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 <ul> for each set of
names. No sorting, etc. is performed.
2021-03-03 11:03:43 +01:00
wmayer
a263b731ef CMake: [skip ci] copy ThirdPartyLibraries.html and LICENSE.html to the correct location
and add the latter to the INSTALL() command
2021-03-02 19:05:30 +01:00
Chris Hennes
73f4b9b4db [GUI] Implement license tab that obeys stylesheet
The original License tab used a hard-coded HTML element created in Qt
Designer, which adds style tags to all HTML elements. This commit
replaces that tab with a dynamically-created tab which loads an included
LICENSE.html file at runtime. That file contains no style information,
so obeys the style information provided by the current stylesheet. If
that resource file is not available at runtime, the old license tab is
retained and displayed.
2021-03-02 18:49:13 +01:00
Yorik van Havre
8a0d0236dc Doc: Updated offline doc for 0.19 2021-02-22 22:06:29 +01:00
Yorik van Havre
4a9da93e67 Doc: Cosmetic fixes for doxyhen-generated doc
The documentation generated with 'make WebDoc' is now a git repo at
https://github.com/FreeCAD/SourceDoc and can be read online via
https://freecad.github.io/SourceDoc/ - The page at
https://freecadweb.org/api now redirects to it.
2020-12-24 13:24:37 +01:00
wmayer
4d8db6474b Doc: [skip ci] fix check for doxygen 2020-05-11 10:55:47 +02:00
Yorik van Havre
8048f93627 Cleanup in doxygen stuff 2019-07-15 23:20:52 -03:00
Yorik van Havre
0acb6eb236 Updated offline documentation 2019-03-07 14:10:28 -03:00
Sviatoslav Sydorenko
3c2e27cfc2 🚑🐛 Don't install doc/freecad.qch with no GUI 2018-08-11 11:39:27 +02:00
luz.paz
d671478717 Doxygen: fix broken link in freecadweb.org/api page + update all links to https://
Fixes #3442 (https://freecadweb.org/tracker/view.php?id=3442)
2018-04-25 11:05:46 +02:00
wmayer
e46e576a11 revert commit 4301216e7 2018-03-31 11:06:04 +02:00
Yorik van Havre
7fd1e543fe Updated offline documentation 2018-03-28 17:36:12 -03:00
wmayer
f5bd719a6d cat files in correct order 2018-03-25 18:52:46 +02:00
wmayer
4301216e76 fix PPA build failure 2018-03-22 07:35:25 +01:00
wmayer
3b5b284c67 use Python script to concatenate qch file 2018-03-21 22:20:34 +01:00
Yorik van Havre
dbad77bd79 Doc: cmake now joins parts of offline doc 2018-03-19 12:39:17 -03:00
Yorik van Havre
ae38698306 added 3-part offline doc for testing 2018-03-12 19:33:07 -03:00
wmayer
7335b3ae52 add tab about license information of 3rd party libraries 2018-02-11 11:40:09 +01:00
luzpaz
128239b54a Typos: Various workbenches and misc.
[skip ci]
2017-12-25 10:58:10 +01:00
Unknown
c8c9b76f43 Misc. typos 2017-12-06 20:59:55 +01:00
luzpaz
e9ee1e60b3 UML: misc typo 2017-10-16 08:35:00 +02:00
Ian Rees
33b3a202ed Fix LaTeX include used for Doxygen docs 2017-10-15 16:33:25 +02:00
Unknown
772c5b1970 Doxygen Typos
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
luzpaz
ab8f8919b6 Misc. typos
+ some are doxy others are just comment code.  
+ some minor whitespace and grammatical tweaks. 
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
hgutsche
de8f66f857 Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows 2017-02-28 18:52:04 +01:00
Kunda
0485edd560 source typo fixes pt2 (only on py3 merged code) 2017-02-28 17:01:11 +01:00
Ian Rees
5574da58d8 Add git commit info to Doxygen index page. 2017-02-24 13:33:33 +01:00
Kunda
364f53aa89 Replace new Short URLs with old wiki URLs pt2
Continuing to replace URLS
2017-02-08 23:38:54 -05:00
Kurt Kremitzki
9591e9397e Fix doc header references to be http/https agnostic 2017-02-06 05:14:53 -06:00
Yorik van Havre
09d80342d6 Doc: Fixed typo 2017-01-13 16:18:24 -02:00
Yorik van Havre
59ef8d8b62 Doc: Cosmetic fixes in doxygen output 2017-01-08 15:29:57 -02:00
Kurt Kremitzki
aa22d1f42a Fix typo 2016-12-02 22:20:26 -06:00
Yorik van Havre
21dcfd442c Doc: Further fixes to doxygen docs 2016-11-24 17:59:21 -02:00
Yorik van Havre
29d49cd612 Doc: Further improvements to doxygen web output 2016-11-18 11:44:03 -02:00
Yorik van Havre
af97583026 Doc: Fixes in doxygen docs for Draft,Arch, FEM 2016-11-17 17:04:09 -02:00
Yorik van Havre
48c118c5e0 Doc: small adjustments to doxygen docs 2016-11-15 16:17:58 -02:00
Yorik van Havre
bc2d0135a1 Fixed last commit a bit better this time... 2016-11-13 18:11:43 -02:00
Yorik van Havre
e794dd5fc4 Fixed leftover from previous commit 2016-11-13 17:50:33 -02:00
Yorik van Havre
5bfac50eed Doc: Added a new WebDoc cmake target 2016-11-13 17:45:59 -02:00
Yorik van Havre
d2fead0f2a Updated offline documentation 2016-02-13 20:37:11 -02:00
wmayer
25fd2adb03 + fixes #0002329: remove the 2 now obsolete Pivy versions distributed with FreeCAD source code 2015-11-05 21:26:05 +01:00
Yorik van Havre
f64678a7ee Removed old StartPage files (cf debian bug #726805) 2015-08-13 15:55:21 -03:00
wmayer
b81482d597 + harmonize Coin3D cmake variables with official check 2015-07-28 14:55:15 +02:00
Ian Rees
2de5c0f59c Doxygen ignore _rc.py files 2015-03-21 15:55:48 +01:00
Yorik van Havre
95ed267150 Updated offline documentation (final) 2015-03-13 17:30:42 +01:00
Yorik van Havre
0f562ed09b Updated offline documentation files from current wiki 2015-03-08 01:01:29 -03:00