wmayer
|
2f359cbee1
|
correctly handle again NotImplementedError in Python view providers
|
2019-02-22 13:26:33 +01:00 |
|
wmayer
|
115ef60a9c
|
fix creation of filter list for export dialog
|
2019-02-21 23:03:47 +01:00 |
|
wmayer
|
5c4ad9eeac
|
fixes 0003605: Scrolling on length inputs with Building Euro unit system has max value
|
2019-02-21 13:30:13 +01:00 |
|
wmayer
|
d82e7e736d
|
fixes 0003843: registration of pointer in navigation cube/cluster is off, makes clicking difficult (fixed by garya)
|
2019-02-20 17:39:53 +01:00 |
|
wmayer
|
529ea97cfa
|
fix position of version number in splash screen
|
2019-02-20 14:05:13 +01:00 |
|
wmayer
|
99355b6fd2
|
fixes 0003823: FEM, unusable material property changing when using task panel
|
2019-02-18 23:26:00 +01:00 |
|
wmayer
|
6f6107d362
|
PVS: V629 Consider inspecting the 'col.red() << 24' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
|
2019-02-17 22:27:00 +01:00 |
|
wmayer
|
58bcee0e04
|
PVS: V595 The pointer was utilized before it was verified against nullptr
|
2019-02-17 20:55:52 +01:00 |
|
wmayer
|
de34f9c135
|
PVS: V735 Possibly an incorrect HTML.
|
2019-02-17 19:49:06 +01:00 |
|
wmayer
|
c6f766da03
|
PVS: V773 A memory leak is possible
|
2019-02-17 19:17:02 +01:00 |
|
wmayer
|
e23db2e313
|
PVS: V773 A memory leak is possible
|
2019-02-17 18:40:06 +01:00 |
|
wmayer
|
b2a5f47e44
|
PVS: V560 A part of conditional expression is always true
|
2019-02-17 13:56:48 +01:00 |
|
wmayer
|
86b4272971
|
fixes 0003794: Shortcut-Key is executed in edit field of a constraint (Combo View)
|
2019-02-16 21:53:23 +01:00 |
|
wmayer
|
4192b88298
|
fixes 0003804: FC becomes unusable after double-cicking on FEM elements while clip view is active
|
2019-02-15 23:30:18 +01:00 |
|
wmayer
|
a3df5237ae
|
improve calltips windows for Py2
|
2019-02-14 15:58:23 +01:00 |
|
triplus
|
92efd5fbe9
|
Improved icon themes support
|
2019-02-13 10:42:46 -02:00 |
|
wmayer
|
6c5a0cf125
|
fix build failure on Ubuntu Bionic
|
2019-02-13 10:46:55 +01:00 |
|
wmayer
|
0735f612a6
|
by default disable the option NoSystemBackground to avoid possible OpenGL glitches
|
2019-02-12 21:47:50 +01:00 |
|
wmayer
|
6e5564707b
|
Py3: fix possible crash in call tips list
|
2019-02-12 17:14:27 +01:00 |
|
wmayer
|
2de2edb3ed
|
fix build failures with newer compiler versions
|
2019-02-12 13:10:49 +01:00 |
|
wmayer
|
3771f1dbc3
|
enhance capabilities to render text in splashscreen
|
2019-02-12 13:09:51 +01:00 |
|
wmayer
|
6730ffebd8
|
improve exception handling if module to load a file cannot be imported
|
2019-02-12 13:07:48 +01:00 |
|
wmayer
|
eafbf5364b
|
fix regression in German translation
|
2019-02-11 17:51:36 +01:00 |
|
wmayer
|
47b822aafd
|
split question text from warning text
|
2019-02-11 17:03:51 +01:00 |
|
luz.paz
|
745f0cb3b4
|
Crowdin: Continuing to refine translation strings
|
2019-02-11 16:22:12 +01:00 |
|
wmayer
|
332baed6a6
|
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg]
|
2019-02-11 16:12:50 +01:00 |
|
Mateusz Skowroński
|
963b400a4b
|
Use QHash<K,T> instead of QMap<K,T> when K is a pointer. [-Wclazy-qmap-with-pointer-key] Thanks Clazy!
|
2019-02-11 15:39:15 +01:00 |
|
Mateusz Skowroński
|
5d8497d848
|
Use faster form of QFileInfo(filename).exists(). [-Wclazy-qfileinfo-exists] Thanks Clazy!
|
2019-02-11 15:39:15 +01:00 |
|
Mateusz Skowroński
|
7ba96b5f02
|
Remove unused non-trivial variables. [-Wclazy-unused-non-trivial-variable] Thanks Clazy!
|
2019-02-11 15:39:15 +01:00 |
|
Mateusz Skowroński
|
ac508516da
|
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy!
|
2019-02-11 15:39:14 +01:00 |
|
wmayer
|
c64aec5fd2
|
simplify creation of strings
|
2019-02-11 13:46:58 +01:00 |
|
wmayer
|
0e60e897ef
|
Fix theoretically possible format string vulnerability
|
2019-02-11 11:49:12 +01:00 |
|
luz.paz
|
cb4a0adf71
|
Misc. typos
Found via `codespell`
|
2019-02-08 11:01:24 -02:00 |
|
Yorik van Havre
|
95dda429eb
|
Updated translations
|
2019-02-01 13:54:10 -02:00 |
|
luz.paz
|
1233fbe64e
|
Fix for a previous commits
Crowdin: Sketcher/App/SketcherAnalysis remove newlines
Crowdin: Part/AttachmentEditor/TaskAttachmentEditor.py fix previous commiit
Crowdin: Gui/NetworkRetriever.cpp correct previous commit
|
2019-01-30 11:08:03 -02:00 |
|
luz.paz
|
4765762dd4
|
Crowdin: Gui/CADNavigationStyle.cpp refinements
|
2019-01-30 11:08:03 -02:00 |
|
luz.paz
|
ff1b2bc91f
|
Crowdin: Gui/NetworkRetriever.cpp superfluous whitespace fix
|
2019-01-30 11:08:03 -02:00 |
|
luz.paz
|
550a60c43f
|
Crowdin: Several more various fixes
|
2019-01-30 11:08:03 -02:00 |
|
luz.paz
|
2ce03a55c6
|
[WIP] Crowdin: fixes pre-0.18 release
Includes some whitespace fixes as well
|
2019-01-30 11:08:03 -02:00 |
|
wmayer
|
3564278739
|
fixes 0003785: Incorrect extension FCstd instead fcstd
|
2019-01-21 11:41:16 +01:00 |
|
wmayer
|
2100f16076
|
disconnect boost signals when destroying tree view
|
2019-01-18 16:33:48 +01:00 |
|
wmayer
|
0a733ffd18
|
fixes 0002706: Box selection does not select dimension or text
|
2019-01-18 14:46:21 +01:00 |
|
wmayer
|
be257336b9
|
fixes 0001673: Assign already assigned keyboard shortcuts without searching old assigned action
|
2019-01-18 00:55:34 +01:00 |
|
wmayer
|
307bb7744f
|
add method to check if key sequence is none
|
2019-01-18 00:54:49 +01:00 |
|
wmayer
|
46804085c9
|
simplify handling of locale specific with InputField from Python
|
2019-01-17 02:57:00 +01:00 |
|
wmayer
|
2c42c57560
|
fixes 0003222: Invert zoom setting is not respected in paper/page mode
|
2019-01-14 11:08:17 +01:00 |
|
wmayer
|
dff1832255
|
fix build failure with old Coin3d versions
|
2019-01-14 10:10:15 +01:00 |
|
wmayer
|
4898bb76c9
|
allow to set user-defined standard orientation
|
2019-01-13 02:21:54 +01:00 |
|
wmayer
|
11c0c9adde
|
harmonize functions to set camera orientations
|
2019-01-12 22:59:44 +01:00 |
|
wmayer
|
94c28e9fc8
|
implement Isometric, Dimetric and Trimetric projection
|
2019-01-10 18:31:17 +01:00 |
|