WandererFan
f12999724b
[TD]respect locale for date autofill ( #18132 )
...
* [TD]respect locale for date autofill
* [TD]fix merge conflict
* Apply suggestions from code review
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-12-13 11:07:54 -06:00
wandererfan
0f6809f325
[TD]fix #18050 hidden line color
2024-12-09 17:39:54 +01:00
wandererfan
8f8bdd5c93
[TD]add shape validation tool for debugging
2024-12-09 17:37:33 +01:00
Kacper Donat
651cefde4d
Gui: Use getObject<T>() helpers in classes
...
This commit is generated using regex based find and replace:
```
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*getObject\(\s*\)\)/getObject<$1>/
s/[\w:]+_cast\s*<([^>]+)\*>\s*\(\s*([^)]*)\s*->\s*getObject\(\s*\)\)/$2->getObject<$1>()/
```
To regenerate if needed.
2024-12-06 18:29:39 +01:00
Ladislav Michl
0ee3c9f8e6
Base: Drop QString-std::string conversion functions from Tools
...
Convenience helpers function Tools::toStdString and Tools::fromStdString
were implemented for Qt4 or older to perform utf8 aware conversion as
QString::toStdString/QString::fromStdString were using toAscii/fromAscii
internally (see https://dreamswork.github.io/qt4/classQString.html ).
Since Qt5 QString uses toUtf8/fromUTf8, which makes the helper functions
obsolete (see https://doc.qt.io/qt-5/qstring.html#fromStdString ).
2024-12-02 23:30:53 -05:00
Benjamin Bræstrup Sayoc
36f2aa6152
[TechDraw] Translations and grammer ( #16301 )
...
Co-authored-by: WandererFan <WandererFan@gmail.com >
2024-12-02 12:27:39 -05:00
wandererfan
797c1180b0
[TD]prevent use of non-exist/hidden tab in exports
2024-11-29 12:28:25 -05:00
wandererfan
8581cd01e2
[TD]prevent crash on attempt to print hidden page
2024-11-29 12:28:25 -05:00
wandererfan
2e82c330d4
[TD]prevent fail on auto switch to hidden tab
2024-11-29 12:28:25 -05:00
wandererfan
1ef62a1de8
[TD]add preference for auto workbench switch
2024-11-29 12:28:25 -05:00
Benjamin Bræstrup Sayoc
cdb92768fe
[TechDraw] Return logic simplification ( #16504 )
...
* [TechDraw] AppTechDrawPy.cpp return logic simplification
* [TechDraw] CosmeticExtension.cpp return logic simplification
* [TechDraw] DrawBrokenView.cpp return logic simplification
* [TechDraw] HatchLine.cpp return logic simplification
* [TechDraw] LineGenerator.cpp return logic simplification
* [TechDraw] Preferences.cpp return logic simplification
* [TechDraw] ShapeExtractor.cpp return logic simplification
* [TechDraw] MDIViewPage.cpp return logic simplification
* [TechDraw] QGILeaderLine.cpp return logic simplification
* [TechDraw] QGIRichAnno.cpp return logic simplification
* [TechDraw] QGTracker.cpp return logic simplification
2024-11-18 16:14:47 -03:00
luzpaz
ed40de3e23
Fix various typos
...
Found via codespell.
2024-11-15 20:18:46 +01:00
Max Wilfinger
616028efe5
Merge pull request #15957 from hasecilu/fix/capitalization
...
TechDraw: Fix capitalization of 2D and 3D
2024-11-15 18:37:47 +01:00
Max Wilfinger
0003591df9
Merge pull request #16535 from WandererFan/translationFixes317And335
...
[TD] Translation fixes (fix #317 fix #335 )
2024-11-15 18:36:44 +01:00
Yorik van Havre
a9b4cb5611
Translations ( #17725 )
...
* Translations: updated ts files
* Translations: merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-11 17:01:52 +01:00
wandererfan
b7bdf93654
[TD]fix scaling of large hatch tiles
2024-11-03 10:00:50 -05:00
wandererfan
742de865a9
[TD]remove spurious mouseReleaseEvent ( fix #17519 )
2024-10-28 09:47:40 -05:00
wandererfan
81bd0c6d2b
[TD]fix line style regression from #17331
2024-10-28 09:47:14 -05:00
wandererfan
58426c243a
[TD]do not mark document as changed after print
2024-10-28 09:46:10 -05:00
wandererfan
81070b1f59
[TD]Fix leader line style ( fix #17307 )
2024-10-21 17:57:52 +02:00
Yorik van Havre
e8fc9cf45f
crowdin translations
2024-10-14 17:56:08 +02:00
Yorik van Havre
6c08b5a63c
updated ts files
2024-10-14 17:56:08 +02:00
wandererfan
9f7e50e4ce
[TD]throttle over aggressive dimension autocorrect
2024-10-14 17:45:53 +02:00
wmayer
4fe1513365
TD: Fix compiler warnings
...
This fixes the compiler warning: unused parameter 'mode' [-Wunused-parameter]
It's a regression of #16889 to not initialize the class member m_createMode any more that causes UB,
i.e. whenever m_createMode is accessed it may return an unexpected value.
2024-10-07 17:40:32 +02:00
wandererfan
528c2a0a17
[TD]fix parallel edge test (fix #16851 )
...
- missing normalization before test
2024-10-07 17:34:11 +02:00
wandererfan
127d16eacc
[TD]fix no dim repair on area ( fix #16894 )
2024-09-30 18:13:28 +02:00
wandererfan
943e936657
[TD]fix solid line detail highlight not shown
2024-09-30 18:01:43 +02:00
Yorik van Havre
9b23064ebc
Merge pull request #16889 from WandererFan/fixProjConvention16788
...
[TD]Fix proj convention (fix #16788 , fix #16785 )
2024-09-30 18:00:43 +02:00
wandererfan
842e2c693a
[TD]fix bad default value ( fix #16783 )
2024-09-30 11:44:53 -04:00
Yorik van Havre
e41def8c74
Merge pull request #16639 from WandererFan/balloonDrag15388
...
[TD]Balloon origin drag modifiers (fix #15388 )
2024-09-30 17:40:23 +02:00
wandererfan
02ebe18356
[TD]fix handling of projection convention ( fix #16788 #16785 )
2024-09-28 10:39:30 -04:00
wandererfan
0ff7c3a38f
[TD]fix crash on bad selection ( fix #16727 )
2024-09-24 10:07:51 -05:00
Yorik van Havre
abd5c3ca31
Translations ( #16754 )
...
* Updated ts files
* merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-23 14:09:56 -04:00
3x380V
1207715849
TechDraw: Buggy Wayland custom cursors workaround ( #16740 )
...
* Gui: Minor polishing of cursor regression fix
* TD: Buggy Wayland custom cursors workaround
Until Qt v6.6 displaying custom cursors on Wayland is broken,
so add a workaround. See also QTBUG-95434.
Fix is the same as d3bb2068 ("Gui: Buggy Wayland custom cursors workaround")
plus subsequent fixes.
2024-09-23 17:43:10 +02:00
WandererFan
a1ff05f382
[TD] Fix win file spec backslash ( fix #16646 ) ( #16689 )
...
* [TD]add method to clean win filespecs
- '\' in strings passed to Python as filespecs is interpreted as
an escape of the following character.
- replace '\' with '/'
* [TD]remove '\' from filespecs before use
2024-09-23 17:40:05 +02:00
wandererfan
0d6f47d1ce
[TD]fix BrokenView selection ( fix #16567 )
2024-09-23 10:36:51 -05:00
wandererfan
99b7edef3a
[TD]respect camera direction preference ( fix #16593 )
2024-09-23 09:23:42 -05:00
wandererfan
d5d66b2c70
[TD]fix double pdf file on win ( fix #16538 )
2024-09-23 09:18:47 -05:00
Roy-043
d6e9be45bb
Correct tree icon for TechDraw_AreaDimension
2024-09-22 16:58:52 -05:00
Yorik van Havre
56dbb6532a
Translations ( #16582 )
...
* updated ts files
* merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-19 09:36:54 +02:00
wandererfan
3122062886
[TD]allow override of Balloon drag modifier ( fix #15388 )
2024-09-17 21:40:50 -04:00
wandererfan
5ecd2a0b7a
[TD]add preferences for Balloon drag modifiers
2024-09-17 17:17:15 -04:00
wandererfan
ef2669deea
[TD]allow SaveCopy from MDIViewPage ( fix #16447 )
2024-09-16 17:35:51 +02:00
hasecilu
a90aebeec2
Fix some typos on several files
...
- Missing spaces
- Missing commas
- 3D, G-code, Git, SPOOLES, Python capitalization
2024-09-14 12:07:51 -06:00
hasecilu
4cae5bb883
TechDraw: Fix capitalization of 2D and 3D
2024-09-14 12:07:50 -06:00
wandererfan
6bc64cd9ef
[TD]Use correct translate function (fix 335)
...
- another translation cycle will need to occur before the change is
apparent.
2024-09-14 09:48:33 -04:00
wandererfan
762261d251
[TD]Use correct translation function ( fix #317 )
...
- another translation cycle will have to run before the change is
apparent.
2024-09-14 09:43:06 -04:00
luzpaz
77b3311f57
TechDraw: fix typo ballon->balloon
2024-09-12 09:25:40 -04:00
Benjamin Bræstrup Sayoc
5785cb589b
[TechDraw] Fix uncentered balloon label
2024-09-11 20:04:30 -04:00
Yorik van Havre
7b3eca8396
Translations ( #16389 )
...
* Translations: Updated ts files
* Translations: Merged crowdin translations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-09 18:25:52 +02:00