Commit Graph

103 Commits

Author SHA1 Message Date
DeflateAwning
1e3179e9bc Find and replace http://freecad.org to https://freecad.org
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
Rexbas
21264aab87 Add Rexbas to contributors 2023-09-24 12:17:40 +02:00
qewer
d141e7167f StartPage: Visual overhaul and CSS fixes (#10391)
* StartPage visual overhaul and CSS fixes
* Add qewer33 to CONTRIBUTORS
2023-08-27 13:27:53 -05:00
Pesc0
0c2c4117cb Add Pesc0 to contributors 2023-06-28 16:01:46 +02:00
Jonas Bähr
83dec50295 Add myself to CONTRIBUTORS 2023-05-23 17:13:56 -04:00
Chris Hennes
0a1b703b5a Mods: Remove Raytracing
Deprecated. Replaced by 3rd party addon 'Render'.
2023-05-02 12:49:54 -05:00
luzpaz
4e2124e1d3 Fix misc. linting and typos
Trim whitespace; move imports to separate lines, fix typos
2023-04-25 17:14:39 +02:00
luzpaz
38a01939e0 Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files

Closes #6415
2023-04-24 15:19:20 -05:00
luzpaz
a134129868 Fix various trailing whitespace issues 2023-02-16 09:30:22 -05:00
luz paz
452008f65d Fix header uniformity for various workbenches/directories
Also includes some trailing whitespace fixes
2022-11-29 04:48:57 +01:00
Benjamin Bræstrup Sayoc
d21dbc6b83 [Doc] Clean up footer and header for WebDoc 2022-07-15 17:43:40 +02:00
Benjamin Bræstrup Sayoc
c283924b87 [Doc] Migrate BuildWebDoc.cfg.in to doxygen 1.9.4 2022-07-15 16:16:14 +02:00
Chris Hennes
66ccc6cc97 Gui: Compile CONTRIBUTORS into Qt resources 2022-04-27 10:25:53 -05:00
Yorik van Havre
cea8c31836 Merge pull request #6634 from yorikvanhavre/retire-qassistant-2
Retire qassistant (try 2)
2022-03-24 09:42:33 +01:00
Uwe
b57cdc850d [Assembly] remove it
as discussed: https://forum.freecadweb.org/viewtopic.php?p=582152#p582152
2022-03-23 01:59:51 +01:00
Uwe
d3f99b26e5 [Doc] the Cam module was removed 2022-03-22 17:53:22 +01:00
Uwe
30cde82d30 [Doc] update weblinks
- link Freetype license
2022-03-21 17:59:49 +01:00
Uwe
edf6061383 [Doc] update 3rdparty license page
- don't include license text because it it a nightmare to checking if texts are still the actual ones
link the licenses instead. (Links are much easier to maintain for every release.)
- update weblinks

Todo: we must decided for a License of FreeType, see our developers forum
2022-03-21 17:36:33 +01:00
Yorik van Havre
ac2530e059 Removed qhelp files 2022-03-21 13:27:07 +01:00
wmayer
b0ebf143e6 Tools: [skip ci] remove all references to CxImage 2022-02-28 21:44:57 +01:00
Uwe
e2dd2627e8 fix some typos to silence the spellchecker CI 2022-02-21 13:09:29 +01:00
donovaly
b705093d3d [Doc] update weblink to Coin3D
* Coin3D is no loner available via bitbucket, therefore update the new dead links
* change a weblink so that it is the same in all our code
2021-10-09 19:24:15 +02:00
Yorik van Havre
a0dea60f71 Added OpeningDesign to contributors list 2021-05-06 13:14:12 +02:00
Yorik van Havre
3a3fe0c778 Added KiCAD Corp to the credits 2021-04-26 12:55:57 +02:00
Chris Hennes
49f4e66501 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
4e2e787f19 CMake: fix build and install location of Qt help files 2021-03-04 12:16:53 +01:00
Chris Hennes
5ad480aeec [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
6d02284b81 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
2038dedeb4 [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
a1c6db4afa Doc: Updated offline doc for 0.19 2021-02-22 22:06:29 +01:00
Yorik van Havre
4cda00debe 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
8cd1e1ceba Doc: [skip ci] fix check for doxygen 2020-05-11 10:55:47 +02:00
Yorik van Havre
a6334a4bfd Cleanup in doxygen stuff 2019-07-15 23:20:52 -03:00
Yorik van Havre
4e10670fb2 Updated offline documentation 2019-03-07 14:10:28 -03:00
Sviatoslav Sydorenko
9eb9fe1e0b 🚑🐛 Don't install doc/freecad.qch with no GUI 2018-08-11 11:39:27 +02:00
luz.paz
154f027496 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
1365cf8adf revert commit 84a853b21 2018-03-31 11:06:04 +02:00
Yorik van Havre
f0d60baa84 Updated offline documentation 2018-03-28 17:36:12 -03:00
wmayer
113331fcc7 cat files in correct order 2018-03-25 18:52:46 +02:00
wmayer
06a36155c9 fix PPA build failure 2018-03-22 07:35:25 +01:00
wmayer
b4cf4bcc7e use Python script to concatenate qch file 2018-03-21 22:20:34 +01:00
Yorik van Havre
58b75535ae Doc: cmake now joins parts of offline doc 2018-03-19 12:39:17 -03:00
Yorik van Havre
d32a6d1b5f added 3-part offline doc for testing 2018-03-12 19:33:07 -03:00
wmayer
18bc9ff35e add tab about license information of 3rd party libraries 2018-02-11 11:40:09 +01:00
luzpaz
c4dd42de98 Typos: Various workbenches and misc.
[skip ci]
2017-12-25 10:58:10 +01:00
Unknown
f5146508bb Misc. typos 2017-12-06 20:59:55 +01:00
luzpaz
8d60d0bf1d UML: misc typo 2017-10-16 08:35:00 +02:00
Ian Rees
b2c5466c96 Fix LaTeX include used for Doxygen docs 2017-10-15 16:33:25 +02:00
Unknown
31a32b9931 Doxygen Typos
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
luzpaz
f3bf8fe919 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