Commit Graph

1853 Commits

Author SHA1 Message Date
apeltauer
849e21d8e5 Comment set name of combiview tab 2
Comment set name of combiview tab 2 
--> if some one adds a new tab this will always be overwritten. 
--> in line 83 the project widget is comment. So i think line 129 should also be comment
2017-11-21 17:24:12 -03:00
luzpaz
0a31812c73 User-facing typo fixes
All user-facing strings that have double (consecutive) whitespace e.g. `\b  \b`have been removed. Inspired by the error message in https://forum.freecadweb.org/viewtopic.php?f=3&t=5899&p=200309#p200309
2017-11-21 17:21:23 -03:00
wmayer
4d63e9a4c4 various minor changes:
+ whitespace improvement
+ code cleanup
2017-11-21 17:51:22 +01:00
luzpaz
35ec477426 More typos, grammar fixes, uniformity 2017-11-15 10:46:43 -05:00
luzpaz
5d4f641ea2 DlgCustomizeSpNavSettings.ui: remove trailing whitespace
I haven't built this to test it. I did look at it in Qt Designer, and here is what I saw (sans whitespace)
2017-11-13 18:48:23 -05:00
wmayer
ed817b0e05 make retrieving view direction numerically more stable, change orientation of bottom view 2017-11-13 21:53:10 +01:00
Mateusz Skowroński
ed671ef65e Fix issue with working directory. 2017-11-12 14:29:56 -02:00
wmayer
5af7cca43d fix German translation 2017-11-12 00:54:51 +01:00
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