luz.paz
9167064fc1
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
wmayer
2111fc0a3d
fix crash when using space mouse on Windows and built with Qt5
2018-04-25 10:58:14 +02:00
wmayer
0423edbaba
fix broken layout in view color panel
2018-04-22 11:02:04 +02:00
wmayer
75f9a6b19b
fix minor uic warning
2018-04-20 17:00:29 +02:00
Yorik van Havre
cf92b03995
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
99ec96acd5
prepare for PyCXX 7.0
2018-04-18 19:20:50 +02:00
wmayer
adfa72051f
fix possible crash when saving preferences
2018-04-17 19:44:26 +02:00
wmayer
5ff6945577
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
wmayer
1b5995d787
workaround for bug in VS 2013 that occurs at Python init time
2018-04-15 19:05:06 +02:00
wmayer
8a16eec936
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
9b4b153ead
MDIView: remove from parent before close
2018-04-02 13:43:35 +02:00
Peter Lama
cf6c4032d7
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
d9be5bf578
handle exception when running unit tests in GUI mode
2018-03-30 18:38:58 +02:00
wmayer
b502d764fd
fixes #0003394 : Crash on gesture rotation with focus
2018-03-30 15:24:57 +02:00
Peter Lama
9d75752a36
Add Qt Assistant to mac app
2018-03-30 11:25:42 +02:00
Yorik van Havre
46fd41d70a
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Peter Lama
7db8de70e1
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
6bd25b8893
Escape single quotes in PropertyStringList
2018-03-19 13:35:50 -03:00
luz.paz
46d32d78a3
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
d4dc3aebfe
fix possible crash with draggers in transform edit mode of a view provider
2018-03-18 10:11:35 +01:00
wmayer
c9f25d75d3
fix typo
2018-03-11 18:34:18 +01:00
wmayer
6297f23912
open external links with system browser in credits and license tabs
2018-03-08 19:03:56 +01:00
wmayer
2900fb29c9
Add unit aware preferences widget
2018-03-07 14:34:53 +01:00
wmayer
7af5dac2bb
fix crash when closing drawing view
2018-03-07 11:41:23 +01:00
wmayer
4fd7ccc98e
fix German translation
2018-03-03 23:37:15 +01:00
wmayer
2f87c26317
Gui: Fixed regression in getObjectsInfo
2018-03-03 23:36:58 +01:00
Yorik van Havre
742cb48651
Gui: Fixed regression in getObjectInfo
2018-03-02 17:04:41 -03:00
WandererFan
314dcaa3cd
Add Pref Font Widget
2018-02-27 14:28:36 -05:00
luz.paz
6e778d2c7a
Doxy typos
2018-02-23 11:52:31 -03:00
Yorik van Havre
8aebc0b053
Updated credits list
2018-02-22 20:55:39 -03:00
Yorik van Havre
143b89c8f3
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
Yorik van Havre
ce0a882b7e
Added support for lithuanian, valencian, indonesian and filipino
2018-02-21 13:19:42 -03:00
wmayer
91fe3d46fe
fixes #0003350 : Draft Snapping does not recognize App::Part container
2018-02-20 11:19:49 +01:00
wmayer
eddf262e3c
fixes #0002987 : FreeCAD should recognize when it's been built as an appimage
2018-02-12 22:21:38 +01:00
luz.paz
5d07c271ee
Residual files left to remove \n from translate()
2018-02-12 21:59:37 +01:00
wmayer
18bc9ff35e
add tab about license information of 3rd party libraries
2018-02-11 11:40:09 +01:00
luz.paz
67cc0099d6
Misc. typos
2018-02-08 13:23:25 -05:00
wmayer
396b1b8346
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
d2aba05eed
Added info about third-party licenses in the About dialog
2018-02-02 16:48:57 +01:00
luz.paz
69216f3604
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
wmayer
f9b04b1551
#3325 : DlgPropertyLink as editor of Tip property
2018-01-28 22:37:03 +01:00
luz.paz
436444b424
Misc. typos
2018-01-27 19:43:18 +01:00
wmayer
906e548912
fix bug in SmSwitchboard::doAction
2018-01-26 16:47:56 +01:00
Yorik van Havre
d65a729864
Fixes in credits dialog
2018-01-25 18:57:18 -02:00
Daniel Rogers
c79fe60e29
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
d59a2c2817
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
19efb5e099
AboutApplication.ui: typos fix
...
[skip ci]
2018-01-24 17:46:37 +01:00
Yorik van Havre
93af0eef41
Added a dedication to Roland Frank in the About dialog
2018-01-24 12:25:05 -02:00
luz.paz
d31f2e25b0
Misc. comment typos
...
[skip ci]
2018-01-20 14:04:22 +01:00
wmayer
67f364c859
fix automatic update of dependency graph for Qt5
2018-01-15 23:54:31 +01:00