Commit Graph

33 Commits

Author SHA1 Message Date
Chris Hennes
20a0003cfb Gui: PR4556 Step 3: sort QGridLayout by row-col 2022-03-28 10:43:21 -05: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
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
Chris Hennes
0bc39982df [GUI] Make UrlLabel in About styleable
The UrlLabel in the About FreeCAD box was not styleable because its
rich-text contents overrode any styling applied to it. This commit
converts it to a plain text label that can then be styled in a
stylesheet using the Gui--UrlLabel selector. If no stylesheet is
applied, the UrlLabel styles itself using the old-school blue text with
an underline, but any applied stylesheet completely overrides this
default.

This does not affect the "clickability" of a UrlLabel widget, which is
handled independently of the label's content (including its textual
hyperlink, which was and still is ignored).
2021-03-02 16:45:03 +01:00
David Osterberg
c1b3fba031 Beautify xml step 1: These changes do not affect the uic output 2021-03-02 16:29:11 +01:00
Aapo
003990d4c0 Added new names to About-Credits info, tried to manually find new names from ~80 top public GitHub contributors. 2021-02-17 16:13:24 +01:00
Adrian
1f63355c06 Improve Axis Cross behavior and expose parameter to 3D View preferences 2020-05-30 11:17:38 +02:00
Przemo Firszt
84ef860ad7 Fix typo in credits
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2020-05-28 22:06:05 +02:00
Russell Johnson
2b094f0160 PathSurface: Add select-face(s) feature and other improvements
New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature:  Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`.  New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`.  Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.

Added new feature and property: `CutPatternReversed`. This will make Circular, Line, and ZigZag patterns work in reverse order - outside to inside. 
PathSurface: Add select-face(s) feature and other improvements

New feature: Limit 3D Surface op to selected faces.

Disabled the IgnoreWaste feature, until it can be made compatible with new features.

New feature:  Face avoidance using new `AvoidLastXFaces` property.

New cut patterns: `Circular` and `CircularZigZag`.  New patterns include customizable center point and optional optimizations. Implemented G2/G3 gcode commands.

New feature: Safe travel for transitional paths. New methods to allow safe travel over stock, cut area, and avoided features.

New feature: Start point for operation. Choose a custom XY start point for the operation.

Restructure code to improve management and prepare for separation of the `Waterline` algorithm into an independent operation in the PathWB.

New feature: `ProfileEdges`.  Allows the user to profile the edges(boundary) of the selected face(s) with or without cutting the entire face area.

Add my name to the `Credits` tab in the `About FreeCAD` documentation.
2020-03-18 12:21:37 -05:00
donovaly
0e4ed2c625 AboutApplication.ui: add myself ;-) 2020-03-10 17:56:15 +01:00
Yorik van Havre
4892a24f18 Updated credits page 2019-01-04 15:25:12 -02:00
wmayer
6297f23912 open external links with system browser in credits and license tabs 2018-03-08 19:03:56 +01:00
Yorik van Havre
8aebc0b053 Updated credits list 2018-02-22 20:55:39 -03:00
Yorik van Havre
d2aba05eed Added info about third-party licenses in the About dialog 2018-02-02 16:48:57 +01:00
Yorik van Havre
d65a729864 Fixes in credits dialog 2018-01-25 18:57:18 -02:00
luz.paz
19efb5e099 AboutApplication.ui: typos fix
[skip ci]
2018-01-24 17:46:37 +01:00
Yorik van Havre
93af0eef41 Added a dedication to Roland Frank in the About dialog 2018-01-24 12:25:05 -02:00
Yorik van Havre
33cd945195 Added AlephObjects to credits 2017-04-17 23:25:14 -03:00
Yorik van Havre
c7282a92fe Added new 0.17 devs in credits 2016-07-25 11:40:33 -03:00
Yorik van Havre
acab8726e3 Included addon authors in credits 2016-07-25 10:24:01 -03:00
Yorik van Havre
e70e32f134 Reordered credits screen alphabetically 2016-06-09 22:14:49 -03:00
Yorik van Havre
a2fc92970d Moving NormandC to his new home 2016-05-19 20:07:44 -03:00
Yorik van Havre
e61c8b46dc added missing people to credits 2016-05-16 21:20:48 -03:00
Yorik van Havre
1c577cd78e Small change to credits ordering 2016-05-14 15:01:28 -03:00
Yorik van Havre
8200432a3d Changed some credits on request 2016-05-14 10:47:52 -03:00
Yorik van Havre
a0583aa690 Extended About dialog with credits and license tabs - fixes #2539 2016-05-13 00:38:03 -03:00
Peter Lama
ce9e59270d fixes #0001556: About dialog font size is smaller on Mac 2014-05-19 18:44:59 +02:00
wmayer
e9498f150b + use term 'word size' in About dialog 2014-04-25 18:48:43 +02:00
wmayer
238ed89589 + Replace 'Platform' with 'Program type' to avoid confusion with the OS platform type 2014-04-25 11:16:46 +02:00
wmayer
8f503a74cd Fix confusing informaton in About dialog 2012-08-18 11:48:08 +02:00
wmayer
8e856b441c Fix little issue in AboutApplication.ui file 2012-03-04 10:44:54 +01:00
wmayer
ee453416ee Show hash and branch name of Git repo in About dialog 2012-02-04 22:45:44 +01:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00