wmayer
|
b7dba09a5a
|
improve drawing of overlay pixmaps for high DPI screens
|
2019-03-14 18:32:21 +01:00 |
|
wmayer
|
8bcd3aa338
|
fixes 0003861: Sketch change plane when changing Attachment Offset (UI quirk)
|
2019-03-12 22:54:37 +01:00 |
|
wmayer
|
4e8a684a6d
|
PVS: fix several issues
|
2019-03-12 22:38:22 +01:00 |
|
wmayer
|
b797eb6a70
|
fix problem that too large splash image make dialog too large
|
2019-03-12 15:12:18 +01:00 |
|
wmayer
|
435d06ab45
|
keep selection order with Selection.getSelection()
|
2019-03-10 18:01:25 +01:00 |
|
wmayer
|
7273b5b3e8
|
PVS: fix some more coding flaws
|
2019-03-07 14:43:16 +01:00 |
|
Yorik van Havre
|
a3607ce029
|
Updated translations
|
2019-03-06 21:50:08 -03:00 |
|
wmayer
|
25f180e4d3
|
allow to define custom background images
|
2019-03-06 11:09:14 +01:00 |
|
wmayer
|
1df86be0b1
|
fixes 0003880: list of languages is not sorted in the preferences settings
|
2019-03-05 17:50:15 +01:00 |
|
wmayer
|
e5d8f10d26
|
improve Copy&Paste handling in Python console
|
2019-03-05 10:20:50 +01:00 |
|
wmayer
|
93c5c76a60
|
add some comments
|
2019-03-04 19:25:43 +01:00 |
|
wmayer
|
065f7a644b
|
fix navigation with Tab or Shift+Tab in property editor
|
2019-03-04 19:15:53 +01:00 |
|
wmayer
|
e561a4a015
|
remove unused controls from General preference page
|
2019-03-04 15:18:05 +01:00 |
|
wmayer
|
6b37fdc1a8
|
PVS issues:
consistently define copy constructor and assignment operator
remove superfluous casts
initialize member variables in constructor
avoid double assignment
|
2019-03-04 11:53:49 +01:00 |
|
wmayer
|
00a5a49416
|
hide some controls from preferences pages that are not implemented yet
|
2019-03-03 22:49:24 +01:00 |
|
Yorik van Havre
|
7155e40080
|
Tools: Fixed bug in FreeCAD.ts generation
|
2019-03-02 19:32:10 -03:00 |
|
Yorik van Havre
|
512af24397
|
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
This reverts commit cd433358b09117f234dd0a51dc2a6bfa05428867.
|
2019-03-02 19:17:44 -03:00 |
|
wmayer
|
5ae635ac64
|
fix various flaws detected by PVS
|
2019-03-01 22:52:41 +01:00 |
|
Yorik van Havre
|
bd93bd2494
|
Merged crowdin translations
|
2019-02-28 21:53:37 -03:00 |
|
wmayer
|
a392ac9939
|
fix typo in German translation
|
2019-02-28 22:15:55 +01:00 |
|
wmayer
|
140979a278
|
fix saving view provider attributes for Copy&Paste or Duplicate selection
|
2019-02-28 18:48:30 +01:00 |
|
triplus
|
e56c683f15
|
Optional ClearMenuBar parameter
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=34&t=34366
P.S. Note that some mixed line endings were detected in this file and were normalized automatically.
|
2019-02-28 03:15:13 +01:00 |
|
wmayer
|
914c673660
|
make Del shortcut working again in Sketch edit mode
|
2019-02-25 17:17:32 +01:00 |
|
wmayer
|
1308a02c83
|
when restoring object then only expand single items, not its parent items
|
2019-02-24 00:37:53 +01:00 |
|
wmayer
|
03d7070e58
|
Undo/Redo of renaming an object via context-menu
|
2019-02-23 22:26:21 +01:00 |
|
wmayer
|
d0db1daff7
|
fixes 0003848: Preferences dialog not fully visible
|
2019-02-23 16:28:39 +01:00 |
|
wmayer
|
ce975cef2a
|
avoid using hard-code precision when writing double to streams
|
2019-02-23 14:58:41 +01:00 |
|
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 |
|