Commit Graph

1438 Commits

Author SHA1 Message Date
wmayer
afa37847b5 remove Application::runPythonCode 2016-09-15 23:14:31 +02:00
wmayer
18cc6c1851 remove method Application::runCommand 2016-09-15 19:39:16 +02:00
wmayer
f44df3cdf0 do not use doCommand without using format string, add overloaded method of runCommand 2016-09-15 18:53:37 +02:00
wmayer
05a25967bd convert utf-8 encoded path name to escaped unicode when saving document with Python 2016-09-12 20:58:41 +02:00
wmayer
a12ecd49bd fix unicode <=> utf-8 conversion issue 2016-09-12 20:52:24 +02:00
Yorik van Havre
f2f9a938a7 New splash for 0.17 2016-09-11 13:28:59 -03:00
wmayer
1df315160d remove timeout for status messages related to (pre-)selection 2016-09-10 17:26:40 +02:00
wmayer
ef363f9390 split compound command in separate commands to make shortcus customizable 2016-09-10 14:47:01 +02:00
wmayer
61f663d117 issue #0002524: Make property docstrings translatable 2016-09-08 18:29:27 +02:00
wmayer
3f2264dc4d fix regression with unicode support 2016-09-08 16:08:01 +02:00
wmayer
adffaf7533 support to pass optional item parameter to Gui.runCommand 2016-09-08 09:40:03 +02:00
wmayer
52aef7348f support of unicode for doc string, fix memory leak 2016-09-07 12:18:57 +02:00
Yorik van Havre
cc167bd2c8 Allow to edit PropertyLists directly in the property editor - fixes #2535,#2689 2016-09-05 13:25:32 -03:00
wmayer
9ef81d7d56 optimize download manager 2016-08-31 16:22:21 +02:00
Pablo Gil
839717c2f7 Improved icons: white background for window drawings so that they are better recognized inside FreeCAD plus theme independent 2016-08-29 10:22:24 +02:00
Yorik van Havre
18e519571a Removed console message emitted by the tree when a PropertyLink is empty 2016-08-26 17:48:40 -03:00
wmayer
1944d43f28 add method to dock window manager to unregister a window 2016-08-24 19:09:56 +02:00
wmayer
a830b8feb3 improve whitespaces 2016-08-24 19:08:45 +02:00
wmayer
51e23d854e issue #0002678: file names with underscores are not displayed correctly in recent files menu 2016-08-22 22:52:12 +02:00
wmayer
94f07c85ee Define shortcuts for Save & Discard buttons of message box that appears when closing a document 2016-08-22 18:58:10 +02:00
wmayer
8e71e4038b fix Coverity issues 2016-08-21 23:13:22 +02:00
wmayer
82f7944966 Add method to get Gui document from view provider 2016-08-21 18:24:56 +02:00
wmayer
0824c5fd3c fix Coverity issues 2016-08-21 14:03:02 +02:00
wmayer
40bba1b2e0 activate new icons and remove old icons 2016-08-19 17:08:02 +02:00
wwmayer
3491bb01f8 Merge pull request #256 from pgilfernandez/Missing_icons
Missing icon: "what's this"
2016-08-19 17:01:20 +02:00
Pablo Gil
34d118a9fa Missing icon: "what's this" 2016-08-19 16:25:56 +02:00
wmayer
747bae61dc activate new icons and remove old icons 2016-08-19 16:21:37 +02:00
Pablo Gil
bfcfe38836 old XPM icons converted to SVG and placed into Icons folder
(is it still needed to link them on the code in order to use the new SVG version instead of old XPM)
2016-08-19 13:53:23 +02:00
wmayer
13528b0aec fix more Coverity issues 2016-08-17 21:55:00 +02:00
wmayer
ab525189bf Coverity issues:
129097
129098
129099
129101
129102
129132
129134
129203
2016-08-16 16:34:51 +02:00
Mateusz Skowroński
f188995e55 QGraphicsItem * QGraphicsScene::itemAt(const QPointF & position) const is deprecated in Qt4.
Use QGraphicsItem * QGraphicsScene::itemAt(const QPointF & position, const QTransform & deviceTransform) const instead.

This change is Qt4/Qt5 neutral.
2016-08-15 14:14:10 +02:00
wmayer
aea769af3d use a stricter tolerance to check for equal points
add method IsEqual to Vector3 class to support user-defined tolerance
2016-08-15 14:09:26 +02:00
wmayer
e2345374ca use lower epsilon for double value in property editor 2016-08-15 10:59:27 +02:00
wmayer
549236f517 add method to get view that contains a given node 2016-08-14 18:01:10 +02:00
wmayer
9ad302526b remove superfluous semicolons 2016-08-14 17:10:49 +02:00
wmayer
ff5869acae cleanup SoAutoZoomTranslation 2016-08-12 17:55:53 +02:00
wmayer
30f496ef4c fix build failure on Linux&OSX 2016-08-12 09:33:00 +02:00
wmayer
7f835a0c26 add quantity box to unit calculator and allow to set all pre-defined units 2016-08-11 19:03:16 +02:00
wmayer
e5d8871fea rework units dialog 2016-08-11 17:32:58 +02:00
DeepSOIC
137c951e7b Gui: Selection: Py interface for setting pick radius
Gui.ActiveDocument.ActiveView.getViewer().setPickRadius(new_val)
2016-08-10 18:46:45 +02:00
DeepSOIC
93d5cf3f98 Gui: Selection: pick radius support 2016-08-10 18:46:45 +02:00
DeepSOIC
27d3c6beb5 Gui: Selection: add pick radius to preferences
Not functional yet
2016-08-10 18:46:45 +02:00
wmayer
e0c69c8afe postpone deletion of task dialog as long as inside its accept() or reject() method 2016-08-06 14:07:58 +02:00
wmayer
6026608c20 close transform dialog when finishing edit mode 2016-08-05 22:02:03 +02:00
wmayer
153efa048d translate items of context menu of tree view 2016-08-05 19:20:26 +02:00
wmayer
1c8734de53 fix crash in CSsysDragger dialog when closing the document beforehand 2016-08-05 15:55:19 +02:00
wmayer
dfb460d3bd + add getter method to return current render mode 2016-07-30 15:45:36 +02:00
Yorik van Havre
67458d5bd2 Added new 0.17 devs in credits 2016-07-25 11:40:33 -03:00
Yorik van Havre
067b12dd3f Included addon authors in credits 2016-07-25 10:24:01 -03:00
wmayer
1f3c2ef2c8 support transparent background when using renderToFramebuffer 2016-07-24 22:24:58 +02:00