Yorik van Havre
0be2757e13
Merged crwodin translations
2021-05-12 16:36:31 +02:00
Yorik van Havre
646a33dbb7
Merge pull request #4779 from bitacovir/TD_Tree_Icons
...
[TD] Name uniformity for TechDraw_Tree Icons
2021-05-12 15:38:14 +02:00
Yorik van Havre
91ea7fbba8
Updated ts files
2021-05-11 13:05:20 +02:00
Yorik van Havre
a59eccb3c1
Merge pull request #4773 from steelman/techdraw-svg-layer
...
[TD] Make the root SVG group a layer for Inkscape
2021-05-11 12:15:14 +02:00
bitacovir
d6c92946ac
Update TechDraw_TreePageTemplate.svg
2021-05-08 08:26:04 -04:00
bitacovir
3aa21509b8
Update TechDraw_TreeView.svg
...
metadata name updated
2021-05-07 16:34:35 -04:00
bitacovir
cb54104189
Update TechDraw_TreeSymbol.svg
...
metadata name updated
2021-05-07 16:33:29 -04:00
bitacovir
b298cc04a0
Update TechDraw_TreeSpreadsheet.svg
...
metadata name updated
2021-05-07 16:31:49 -04:00
bitacovir
00612e93a0
Update TechDraw_TreeSection.svg
...
metadata name updated
2021-05-07 16:30:07 -04:00
bitacovir
af6d977043
Update TechDraw_TreeProjGroup.svg
...
metadata names updated
2021-05-07 16:28:43 -04:00
bitacovir
06b99bd26e
Update TechDraw_TreePageTemplate.svg
...
metadata names updated
2021-05-07 16:24:58 -04:00
bitacovir
2b419b95ba
Update TechDraw_TreePage.svg
...
metadata names updated
2021-05-07 16:00:36 -04:00
bitacovir
a5e7e0a697
Update TechDraw_TreeMulti.svg
...
metadata names updated
2021-05-07 15:58:53 -04:00
bitacovir
1dd00d6588
Update TechDraw_TreeHatch.svg
...
metadata names updated
2021-05-07 15:57:31 -04:00
bitacovir
b26069a508
[TD] Name uniformity for Tree Icons
2021-05-07 12:07:35 -04:00
Yorik van Havre
966906da96
Merge pull request #4557 from luzpaz/crowdin/whitespaces-substituted-into-code
...
Crowdin: represent whitespace in code instead of in string
2021-05-05 17:18:35 +02:00
Łukasz Stelmach
ba5f7f5d80
[TD] Make the root SVG group a layer for Inkscape
...
Layers are Inkscape way of marking top level groups. Inkscape provides
convenient UI to show and hide these groups as well as to lock them to
prevent users from accidentally editing them. Although Inkscape can open
and edit files without layers (without any top level group having the
groupmode attribute set to "layer"), it is somewhat cumbersome to move
the group created by TechDraw to a separate layer, which is what I do,
when I want to add more layers with additional information.
Signed-off-by: Łukasz Stelmach <stlman@poczta.fm >
2021-05-03 21:39:07 +02:00
wmayer
b831d9d7f2
TD: remove some more deprecated Py2 code
2021-04-26 11:01:59 +02:00
wmayer
8c4d77f2ca
TD: do not delete mtextedit.h for in-source builds
2021-04-25 13:15:20 +02:00
wmayer
9209d35390
TD: fix memory leaks in BaseGeom::baseFactory() and make code more readable
2021-04-23 17:05:13 +02:00
luz paz
738a697d94
[TD] remove Py2 code from TD
2021-04-22 13:08:56 +02:00
Yorik van Havre
c52e55c75b
Merge pull request #4724 from Syres916/patch-15
...
[Techdraw] Fix minor bug changing Image Crop...
2021-04-22 10:59:23 +02:00
wmayer
80415446cf
CMake: disable moc for some targets and fix failure for existing builds
2021-04-19 15:13:17 +02:00
Mateusz Skowroński
9ade68e9bf
Fix CMake warning: qt5_make_output_file is not part of the official API, and might be removed in Qt 6.
2021-04-19 15:10:53 +02:00
luz paz
6f83a4a815
Crowdin: represent whitespace in code instead of string
2021-04-19 06:23:07 -04:00
Alexander Golubev
197a0692d3
TD: fix center line style settings
...
forum thread: https://forum.freecadweb.org/viewtopic.php?f=35&t=57783
2021-04-17 11:39:13 +02:00
luz paz
60030e5f31
[TD] remove icons/cursor-balloon.png and replace references w/ SVG file
...
Replacing w/ the already installed`TechDraw_Balloon.svg` file in the same directory.
2021-04-17 11:38:10 +02:00
luz paz
18e707c6b7
[TD] Replace techdraw-lock.png and rename with TechDraw_Lock.svg
2021-04-17 11:38:10 +02:00
luz paz
d070091fc7
[TD] Cont. organizing TechDraw.qrc file
...
Use similar approach that is used in `src/Mod/Fem/Gui/Resources/Fem.qrc`
2021-04-17 11:38:10 +02:00
luz paz
f1eb1ff44e
[TD] Renamed ProjectionGroup, Hatch, GeomericHatch
2021-04-17 11:38:10 +02:00
luz paz
035d146d88
[TD] Renamed ClipGroup, ClipGroupAdd, ClipGroupRemove
2021-04-17 11:38:10 +02:00
luz paz
d13e450343
[TD] Renamed SpreadsheetView, RichTextAnnotation, SectionView...
...
`Quadrants`, `DetailView`, `ShowAll`
2021-04-17 11:38:10 +02:00
luz paz
fe3d5d0728
[TD] icon name uniformity (cont.)
...
`WeldSymbol`, `PageDefault`, `PageTemplate`, `Symbol`, `ExportPageSVG`. `ExportPageDXF`, and `Tile`
Moved `icons/arrow*` files further down the list + continuing to sort.
2021-04-17 11:38:10 +02:00
luz paz
ab44403118
[TD] Fix minor superfluous whitespace [skip ci]
2021-04-14 15:20:20 +02:00
luz paz
6b4e7fb9d7
[TD] Fix typo in Gui/CommandAnnotate.cpp [skip ci]
2021-04-14 15:19:51 +02:00
Syres916
c30433c041
[Techdraw] Fix minor bug changing Image Crop...
...
... from True to False does not fill image view box only approx three quarters.
This was found testing reported issue https://forum.freecadweb.org/viewtopic.php?f=35&t=57537 (otherwise it works as @wandererfan expected)
2021-04-09 10:23:29 +01:00
luz paz
751399892a
[TD] icon uniformity for ActiveView and FaceCenterLine commands
...
Renamed SVGs, saved as plain svg, updated appropriate areas in the source code
2021-04-05 14:41:30 +02:00
Mateusz Skowroński
252d30e40f
QPainter::HighQualityAntialiasing is deprecated. Use QPainter::Antialiasing instead.
2021-04-04 11:33:51 +02:00
bitacovir
2f0232c5f0
[UI] Replace SVG icon of TechDraw RedrawPage
2021-04-03 17:58:05 +02:00
wmayer
0177f9b9f8
TD: [skip ci] fix DrawingView::print/MDIViewPage::print
2021-04-02 12:06:24 +02:00
Chris Hennes
bd86b4dcfe
[TD] Remove deprecated Qt < 5.9 code
2021-04-02 12:02:54 +02:00
wmayer
3737a3cfb2
TD: fixes #0004598 : Segfault when deleting template without page
2021-03-27 13:18:15 +01:00
Benjamin Nauck
bb5ac30e24
TechDraw: [skip ci] convert source files from iso-8859 to utf-8
...
All other source files are either plain ascii or utf-8, this converts
the last few to utf-8.
2021-03-25 18:02:12 +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
Yorik van Havre
162d5c578f
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2021-02-25 13:30:09 +01:00
Yorik van Havre
fa85db61f9
Merged crowdin translations
2021-02-25 13:27:48 +01:00
Aapo
505ba2e42f
[TD] DrawViewPart.cpp: Fix a crash when user sets the PropertyVector Direction to zero.
2021-02-25 12:40:59 +01:00
wmayer
3ad1d8fccc
TD: [skip ci] implement DrawView::recompute to handle all OCC exception types
2021-02-25 12:39:50 +01:00
wmayer
2de6a80bb4
TD: [skip ci] explicitly nullify geometryObject in DrawViewPart::partExec to avoid to leave it a dangling pointer in case makeGeometryForShape raises an exception
2021-02-25 11:34:29 +01:00
Aapo
e39ef22c1b
[TD] Hotfix for Dimension label Arbitrary value regression in DrawViewDimension.cpp
2021-02-25 10:28:42 +01:00