wmayer
d9cc4a621b
fix German translation
2017-11-11 22:47:12 +01:00
wmayer
e332bfa172
save last accessed file directly in the user parameters
2017-10-26 11:57:45 +02:00
Unknown
d4bf572bda
Clarifying preference string
...
https://forum.freecadweb.org/viewtopic.php?f=10&t=24918
2017-10-24 19:44:08 +02:00
wmayer
2b1de0756d
minor improvements
2017-10-24 19:39:49 +02:00
Yorik van Havre
05a5e9965e
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
wmayer
da4d35ac89
improvements of wait cursor
...
make filtering of modal dialogs working with Qt5
save/restore filter flags
don't filter events for File > Export
when using showPreferences don't show wait cursor
2017-10-22 19:49:56 +02:00
wmayer
6c0fe8a947
when resetting expression on angle convert value back to radian
2017-10-19 23:47:51 +02:00
Eneen
357ee64052
Added RevitNavigationStyle
2017-10-19 18:52:27 +02:00
wmayer
48155db774
issue #0002080 : Attempt to remove FEM analysis result (displacement & stress) results in false warning
2017-10-18 19:46:20 +02:00
Pablo Gil
e418a99dc4
typo fix
2017-10-17 20:00:49 +02:00
wmayer
b1bfb62583
add derived unit electric potential
2017-10-16 21:56:13 +02:00
wmayer
eb5e791835
fixes #0003169 : Mesh Design WB tools does not work on translated object
2017-10-16 20:13:43 +02:00
wmayer
b676fb8aa7
on project save go through all mdi views until one handles the GetCamera message
2017-10-16 10:39:51 +02:00
wmayer
96d01c9200
fix several kind of warnings:
...
+ fix -Wparentheses/-Wlogical-op-parentheses
+ fix -Wunused-variable
+ disable -Wundefined-var-template due to many false-positives (clang)
+ fix -Winconsistent-missing-override
+ fix -Wmaybe-uninitialized
2017-10-15 19:12:07 +02:00
wmayer
77f9eccefa
avoid normalizing axis of placement while changing it in property editor
2017-10-13 14:22:19 +02:00
Unknown
fa4a6b43ee
Capitalize beginning of tooltips + Typos
...
Capitalized all remaining uncapitalized tooltips.
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT.
+ other typos
2017-10-13 00:26:53 +02:00
wmayer
e9bed58f4b
make the fps counter more stable
2017-10-13 00:13:19 +02:00
wmayer
8e694c3820
add cmake option to use Qt or native file dialogs
2017-10-12 16:01:24 +02:00
Markus Lampert
2ddbc6e482
Fixed expression retrieval if no expression is set.
2017-10-10 13:06:35 +02:00
Unknown
8d9bd319bd
Misc. Typos
2017-10-09 19:59:33 +02:00
wmayer
ca9f583ff0
fixes #0002959 : GUI tests aren't run when tests are started via command line
2017-10-09 19:17:31 +02:00
Przemo Firszt
7dc84d42ea
Enable native file dialog by default on linux
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2017-10-08 19:17:04 +02:00
wmayer
1602c2a1ee
handle expression exception in property item, do not pass through event loop
2017-10-07 21:52:48 +02:00
wmayer
8d0dc20c20
support of sub-properties when binding QuantitySpinBox via Python
2017-10-07 19:01:33 +02:00
Markus Lampert
cecc568390
Disabled debug printing.
2017-10-07 15:52:31 +02:00
Markus Lampert
02bd04592c
Added read-only 'expression' property to QunatitySpinBox and renamed 'boundTo' to 'binding'.
2017-10-07 15:52:31 +02:00
Markus Lampert
bec9268ba3
Added boundTo as a property to QuantitySpinBox to enable binding from Python.
2017-10-07 15:52:31 +02:00
wmayer
43f56ed16a
add missing header
2017-10-06 17:06:31 +02:00
wmayer
0ccf09ce9c
scroll to newly created group item
2017-10-06 16:29:21 +02:00
wmayer
94a7330459
add signal to scroll to view object
2017-10-06 16:28:30 +02:00
wmayer
356aa00193
add new property rawValue to QuantitySpinBox to make it accessible from Python
2017-10-05 22:46:02 +02:00
wmayer
67b990c2b5
fixes #0002323 : Workbench Start recent list of 3 files is - after a crash - not sync with recent list in File Menu Recent list of 4 files
2017-10-05 10:38:42 +02:00
luzpaz
f3bf8fe919
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
wmayer
0b182be0d2
fixes #0002045 : Make Euler Rotation default or user-pref default
2017-10-01 21:15:58 +02:00
wmayer
8916b9e89d
add define to better control if native or Qt file dialogs should be used
2017-10-01 17:28:21 +02:00
Kunda
d755fe3632
Misc. typo
2017-10-01 10:15:31 +02:00
wmayer
962c961f26
fixes #0003025 : memory leak in tree view
2017-09-30 19:45:25 +02:00
wmayer
c60bad3304
fixes #0002931 : Box select misbehaves with touchpad navigation style
2017-09-30 14:55:18 +02:00
wmayer
fa9332deb3
fixes #0003201 : Cross-linking of sketch visibility
2017-09-29 15:45:40 +02:00
wmayer
694fc7dcbf
improve whitespaces and readability
2017-09-29 14:34:53 +02:00
Markus Lampert
bad543e114
Pop-up action's tooltip if ActionGroup is expanded and the mouse hovers over an action.
2017-09-28 23:22:11 +02:00
Markus Lampert
1c9223d300
Use command's tootltip as statustip if no statustip is specified.
2017-09-28 23:22:11 +02:00
Peter Lama
991573f1fc
Fix macOS button layout in property editor
...
The size of the "..." button calculated by QMacStyle was not correct,
causing other widgets in the layout to be clipped.
Also, set the size of all "..." buttons the same way.
2017-09-26 10:56:55 -03:00
wmayer
1afad5311c
add missing include
2017-09-24 19:48:01 +02:00
wmayer
b72884a468
0002303: 404 from auto-generated Help > Automatic python modules documentation
2017-09-24 15:15:48 +02:00
wmayer
4f0f3e667a
improve property link dialog for multi-selection
2017-09-23 18:37:52 +02:00
wmayer
6a063778c1
property editor for PropertyLinkList
2017-09-23 18:03:03 +02:00
wmayer
5604e64f54
Various fixes:
...
+ disable VBO rendering in split views
+ activate multi-sampling in split view for manual alignment
+ share GL widget in case a document has multiple views to make VBO rendering work correctly
2017-09-23 11:14:41 +02:00
wmayer
d7aabc1a80
don't exit FreeCAD when Ext directory doesn't exist
2017-09-22 10:37:11 +02:00
Stefan Tröger
5e079d331b
Improve GeoFeatureGroup claim children algorithm and remove special Body impelmentation
2017-09-21 13:02:16 +02:00