Wanderer Fan
db89eec8e3
[TD]implement navigation styles
2022-06-24 10:03:02 -04:00
Kuzemko Alexsandr
27e9818d37
[TD] Fix redefine text in .ui (that has translation on crowdin) with English text without translation ability.
...
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues/50
2022-05-30 10:41:00 -04:00
Chris Hennes
84ae226ec6
TD: PR6497 move return statement to new line
2022-03-29 13:26:01 -05:00
Uwe
5757cdf2ad
[TD] remove a single-header file
2022-03-25 04:11:53 +01:00
wmayer
e8f9c8a1d3
TD: modernize C++11
...
* use nullptr
2022-03-23 19:26:14 +01:00
wmayer
8f786ea6ef
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
Wanderer Fan
8b4ef152bf
[TD]Prevent segfault on exit with open task dialog
2022-02-01 09:15:00 -05:00
Wanderer Fan
d4c5074ee5
[TD]remove redundant edits from 9 Task dialogs
2022-01-22 14:51:20 -05:00
luz paz
d13e450343
[TD] Renamed SpreadsheetView, RichTextAnnotation, SectionView...
...
`Quadrants`, `DetailView`, `ShowAll`
2021-04-17 11:38:10 +02:00
donovaly
691eaa6e8f
[TD] make pointers to the UI std::unique_ptr
...
as noted in https://github.com/FreeCAD/FreeCAD/pull/4271#discussion_r554673632
the pointer to the UI should be a unique pointer.
This PR does this for all TD dialogs that don't already use a unique_ptr.
2021-01-19 19:24:27 +01:00
luz paz
89664642fb
TD: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the TechDraw Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
luz paz
ae71abd1cc
TechDraw: Header uniformity and whitespace fixes
2020-11-14 16:59:51 +01:00
luz paz
3ba2a7507c
Crowdin: Edits based on feedback from translators [skip-ci]
...
https://crowdin.com/translate/freecad/27911/en-en#6581566
https://crowdin.com/translate/freecad/6766/en-en#6584432
https://crowdin.com/translate/freecad/549/en-en#6578092
2020-07-24 13:49:59 +02:00
wmayer
983939b32d
Coverity: Uninitialized scalar/pointer field
2020-07-20 17:34:30 +02:00
wmayer
0a6929a122
Coverity: Dereference after null check
2020-07-20 17:34:25 +02:00
wandererfan
e2efc19982
[TD]Detail default scale
2020-06-20 12:36:54 -04:00
donovaly
c5055422c4
[TD] update view when autoscale was set
2020-06-10 08:04:18 -04:00
donovaly
ac80ba3945
[TD] add scale settings to detail task dialog
2020-06-09 08:51:46 -04:00
donovaly
a1bf4ef5ea
[TD] use new keyboardTracking feature for Detail dialog
...
Werner finally implemented that FC's spinboxes accept Qt's keyboardTracking. So we can use it now for dialogs like the Detail dialog.
2020-06-08 09:07:14 -04:00
donovaly
d1b3de217b
[TD] TaskDetail: omit problematic slot issue
2020-05-31 02:14:20 +02:00
donovaly
97e1274b00
Merge branch 'master' of github.com:FreeCAD/FreeCAD into TD-DetailWork
2020-05-09 01:36:49 +02:00
wandererfan
74c1b852f4
[TD]trap potential crash on app close
...
- avoid possible crash in TD dialogs if app closed
while dialog in progress.
2020-04-24 11:13:49 -04:00
donovaly
ec58acb7df
[TD] some Detail View fixes
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=45236&p=388925#p388925 for a description of the changes
2020-04-18 14:56:01 +02:00
wandererfan
b0b0b77d65
[TD]fix KB lockout in dialogs
...
- valueChanged signal is emitted for every keystroke
causing multiple recomputes for every change of
parameter.
2020-04-15 15:43:00 -04:00
wandererfan
2ef3950240
[TD]Fix Detail dragger for ProjGroup
2020-04-14 17:42:11 -04:00
donovaly
420c18b322
[TD] sanitize Detail view dialog
...
- fix dialog layout (was broken for Windows) and simplify it
- enable so immediately the changes you make in the dialog -> necessary to fine-tune the right position
2020-04-13 16:15:37 -04:00
wandererfan
2cfb124ac6
[TD]dialog for Detail #4221
2020-04-08 13:23:28 -04:00