wmayer
33b883acb2
fix broken layout in view color panel
2018-04-22 11:02:04 +02:00
wmayer
52443a1b1b
fix minor uic warning
2018-04-20 17:00:29 +02:00
Yorik van Havre
10e33d03f8
Active container (light gray) and edit (yellow) colors in Tree view are now changeable in prefs->display->colors
2018-04-19 18:25:48 -03:00
wmayer
840c9e8b3c
prepare for PyCXX 7.0
2018-04-18 19:20:50 +02:00
wmayer
3297399542
fix possible crash when saving preferences
2018-04-17 19:44:26 +02:00
wmayer
c582b069ba
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
wmayer
7ed84a6590
workaround for bug in VS 2013 that occurs at Python init time
2018-04-15 19:05:06 +02:00
wmayer
aa0f6b54d4
fixes #0003424 : 'basic_string::_M_construct null not valid' when opening a v0.16 project with v0.17
2018-04-10 10:51:34 +02:00
wmayer
877fdffe39
MDIView: remove from parent before close
2018-04-02 13:43:35 +02:00
Peter Lama
c3423ad8d8
Fix duplicate about entries in mac app menu
...
Clearing the menu bar does not remove the actions from the app menu,
but setting the action role allows Qt to take care of duplicates.
2018-03-30 10:47:19 -07:00
wmayer
c75d1cd777
handle exception when running unit tests in GUI mode
2018-03-30 18:38:58 +02:00
wmayer
127895695c
fixes #0003394 : Crash on gesture rotation with focus
2018-03-30 15:24:57 +02:00
Peter Lama
cab061ba56
Add Qt Assistant to mac app
2018-03-30 11:25:42 +02:00
Yorik van Havre
d4f835ab39
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Peter Lama
129e2f7a1b
Workaround Qt 5 macOS menu bug
...
With Qt => 5.9, it would randomly crash when opening a menu after changing workbenches.
Evidently it is a Qt macOS bug related to removing actions from menus.
Recreating the menus everytime avoids the issue.
2018-03-22 09:47:54 -07:00
Yorik van Havre
11b3f66202
Escape single quotes in PropertyStringList
2018-03-19 13:35:50 -03:00
luz.paz
b45bc4889d
Misc. typos: Please merge right before 0.17 release
...
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
wmayer
f3f857fc8d
fix possible crash with draggers in transform edit mode of a view provider
2018-03-18 10:11:35 +01:00
wmayer
7480544967
fix typo
2018-03-11 18:34:18 +01:00
wmayer
24f2194485
open external links with system browser in credits and license tabs
2018-03-08 19:03:56 +01:00
wmayer
9eed7f06ba
Add unit aware preferences widget
2018-03-07 14:34:53 +01:00
wmayer
a86a576d49
fix crash when closing drawing view
2018-03-07 11:41:23 +01:00
wmayer
8c6b4ad1a6
fix German translation
2018-03-03 23:37:15 +01:00
wmayer
5ca83dda4f
Gui: Fixed regression in getObjectsInfo
2018-03-03 23:36:58 +01:00
Yorik van Havre
9ea89f5b50
Gui: Fixed regression in getObjectInfo
2018-03-02 17:04:41 -03:00
WandererFan
df5a986c87
Add Pref Font Widget
2018-02-27 14:28:36 -05:00
luz.paz
77c1fc59e4
Doxy typos
2018-02-23 11:52:31 -03:00
Yorik van Havre
4ef801e0da
Updated credits list
2018-02-22 20:55:39 -03:00
Yorik van Havre
12f3258ded
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
Yorik van Havre
b9e1cbb6de
Added support for lithuanian, valencian, indonesian and filipino
2018-02-21 13:19:42 -03:00
wmayer
b2963382d3
fixes #0003350 : Draft Snapping does not recognize App::Part container
2018-02-20 11:19:49 +01:00
wmayer
88e8c98d34
fixes #0002987 : FreeCAD should recognize when it's been built as an appimage
2018-02-12 22:21:38 +01:00
luz.paz
7703bc7897
Residual files left to remove \n from translate()
2018-02-12 21:59:37 +01:00
wmayer
7335b3ae52
add tab about license information of 3rd party libraries
2018-02-11 11:40:09 +01:00
luz.paz
ec04b0e9fc
Misc. typos
2018-02-08 13:23:25 -05:00
wmayer
5022c8df5c
use object's inlist to filter selection in property link dialog to avoid dependency loops
2018-02-07 23:31:14 +01:00
Yorik van Havre
cdf08f7844
Added info about third-party licenses in the About dialog
2018-02-02 16:48:57 +01:00
luz.paz
a86c0fe137
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
wmayer
cc00dc85d0
#3325 : DlgPropertyLink as editor of Tip property
2018-01-28 22:37:03 +01:00
luz.paz
11b8f91c5d
Misc. typos
2018-01-27 19:43:18 +01:00
wmayer
1719d0ba6b
fix bug in SmSwitchboard::doAction
2018-01-26 16:47:56 +01:00
Yorik van Havre
141caeb53e
Fixes in credits dialog
2018-01-25 18:57:18 -02:00
Daniel Rogers
2b1012f706
Add missing const_cast
...
I missed a const_cast and a pointer dereference when inlining the
code from shiboken2
2018-01-24 17:51:42 +01:00
Daniel Rogers
6ce8e1a0ae
Fix compliation against shiboken2 head
...
shiboken2 changed type conversion and removed a wrapper.
This just deleted the class definition that is not longer valid and inlines
code in a few places.
fixes #3287
2018-01-24 17:51:42 +01:00
luz.paz
7791ba4f18
AboutApplication.ui: typos fix
...
[skip ci]
2018-01-24 17:46:37 +01:00
Yorik van Havre
f291abce56
Added a dedication to Roland Frank in the About dialog
2018-01-24 12:25:05 -02:00
luz.paz
051d910db9
Misc. comment typos
...
[skip ci]
2018-01-20 14:04:22 +01:00
wmayer
9a215440b8
fix automatic update of dependency graph for Qt5
2018-01-15 23:54:31 +01:00
wmayer
e09a276fe5
further simplification when to use which rendering method when saving an image
2018-01-14 22:19:32 +01:00
Yorik van Havre
c44af23f11
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-01-12 13:28:40 -02:00