Mateusz Skowroński
|
f48f0f69be
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:58 +01:00 |
|
Mateusz Skowroński
|
c275b35d48
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
Mateusz Skowroński
|
0695552cff
|
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:06:48 +01:00 |
|
Yorik van Havre
|
80f27ca316
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02:00 |
|
wmayer
|
750897c20e
|
+ introduce proper enum for property status to replace plain integers
|
2016-01-01 15:36:24 +01:00 |
|
wmayer
|
473cb59b92
|
+ fixes #0002385: unable to set value higher than 99.99 on Distance value in Part->Cross Sections
|
2015-12-31 12:25:54 +01:00 |
|
wmayer
|
93a3dc0cdd
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
|
wmayer
|
f46371b6ac
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
|
wmayer
|
96611d0a71
|
+ correctly handle toggle selection in BRep shape nodes
|
2015-11-28 16:21:20 +01:00 |
|
wmayer
|
c633ec4075
|
+ make API of InventorBuilder more flexible and add new methods
|
2015-11-26 15:27:40 +01:00 |
|
wmayer
|
6f8adef286
|
+ PLate surface approximation
|
2015-11-19 18:52:19 +01:00 |
|
wmayer
|
027a560fbc
|
+ add Python binding to Plate surface
|
2015-11-19 15:27:35 +01:00 |
|
DeepSOIC
|
1de6e977df
|
API: Update docu strings of methods of BSplineCurve
Mainly exposing argument types and meanings, but also updating a few
descriptions by copy-paste-editing documentation of corresponding
OpenCASCADE.
|
2015-11-19 02:53:48 +03:00 |
|
DeepSOIC
|
f0b3c2ba35
|
API: update distToShape built-in docu
It was way too short, and incorrect
|
2015-11-13 18:13:20 +03:00 |
|
wmayer
|
e0b61273e8
|
+ Add selected sketches to one Face, implement specialized view provider for Face
|
2015-11-13 13:38:24 +01:00 |
|
wmayer
|
c082cc47a1
|
+ Add parametric feature to create face from sketches
|
2015-11-12 19:44:24 +01:00 |
|
wmayer
|
00f20e89c0
|
+ fix build failure with occ 6.9.1
|
2015-11-05 19:40:34 +01:00 |
|
wmayer
|
50189747c0
|
+ (hopefully) fix build failure with occ 6.9.1
|
2015-11-05 17:06:04 +01:00 |
|
wmayer
|
27e77fd6ce
|
+ add toggle action to context-menu of spline view provider
|
2015-10-31 16:10:26 +01:00 |
|
wmayer
|
7353ac1ca4
|
+ issue #0002245: BRep File cannot be written
|
2015-10-17 17:13:27 +02:00 |
|
wmayer
|
f6023d36d2
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
|
wmayer
|
5b08fa453b
|
+ add security checks to SoBrep nodes
|
2015-10-07 23:08:03 +02:00 |
|
wmayer
|
51e4eebbc6
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-06 21:16:44 +02:00 |
|
wmayer
|
b374fcb6ef
|
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
|
2015-10-06 18:45:06 +02:00 |
|
wmayer
|
8284ecc8e8
|
+ clear highlighting when re-creating shape
|
2015-10-06 00:19:43 +02:00 |
|
Mateusz Skowroński
|
05f95c0506
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
Eivind Kvedalen
|
9f452674fd
|
Part: Added getPaths(...) method to PropertyPartShape.
|
2015-09-21 14:51:04 +02:00 |
|
wmayer
|
eb05da7cd7
|
+ fixes #0001237: the project file is not saved when the /tmp directory is full, but the user is not aware of it
|
2015-09-19 18:59:22 +02:00 |
|
wmayer
|
ef203bc260
|
+ fixes #0001238: Preferences: set temp files directory
|
2015-09-19 16:07:33 +02:00 |
|
wmayer
|
22b7fb660c
|
+ save Brep in binary format for recovery files
|
2015-09-16 22:58:47 +02:00 |
|
Yorik van Havre
|
f79d0d8ed2
|
Updated ts files
|
2015-09-14 14:31:47 -03:00 |
|
wmayer
|
f11160a75e
|
+ fix whitespace, fix notification of changed property in view provider
|
2015-09-13 18:46:06 +02:00 |
|
wmayer
|
5609b63be3
|
+ add method to write/read BREP in binary format
|
2015-09-07 19:02:56 +02:00 |
|
Yorik van Havre
|
e7eafef4f4
|
Part.__sortEdges__ now reorients edges if needed
|
2015-09-03 11:17:46 -03:00 |
|
wmayer
|
01cebfa854
|
+ allow to create a compound from a single part object
|
2015-09-03 13:19:21 +02:00 |
|
wmayer
|
4a176cbe29
|
+ fix various warnings
|
2015-08-29 22:05:09 +02:00 |
|
wmayer
|
c1f96b20b1
|
+ fix strict-aliasing warnings
|
2015-08-29 19:48:08 +02:00 |
|
wmayer
|
a3403455bd
|
+ fixes #0002229: some ttf fonts make Draft.makeShapeString crash
|
2015-08-26 22:56:37 +02:00 |
|
Yorik van Havre
|
f122b3bb27
|
Added preferences setting for default App::Annotation color
|
2015-08-13 23:12:00 -03:00 |
|
wmayer
|
dcda84c00e
|
+ re-insert removed line
|
2015-08-03 10:53:36 +02:00 |
|
wwmayer
|
6bf065c097
|
+ fix many minor warnings, activate -Wall for gcc
|
2015-08-02 22:32:18 +02:00 |
|
wmayer
|
72aaaa669a
|
+ harmonize Coin3D cmake variables with official check
|
2015-07-28 14:55:15 +02:00 |
|
wmayer
|
c2c83a353b
|
+ harmonize XercesC cmake variables with official check
|
2015-07-28 14:17:49 +02:00 |
|
wmayer
|
d2b7b730d3
|
+ replace deprecated PYTHON_INCLUDE_PATH
|
2015-07-25 18:29:42 +02:00 |
|
wmayer
|
f85fa0325a
|
+ write out product name if defined to IGES/STEP files
|
2015-07-11 14:05:47 +02:00 |
|
blobfish
|
96f88a4dca
|
Part: ModelRefine: don't call edgefuse perform directly
|
2015-07-02 10:26:02 +02:00 |
|
wmayer
|
6b3340e7b5
|
+ include missing header files
|
2015-07-01 13:02:29 +02:00 |
|
wmayer
|
81f30655af
|
+ make it more obvious what BRep mode for IGES export means
|
2015-06-25 16:41:53 +02:00 |
|
wmayer
|
7d9ed104ae
|
+ implement Geometry.copy for Python
|
2015-06-15 21:28:29 +02:00 |
|
wmayer
|
555fd8b590
|
+ fix writing STEP settings
|
2015-06-09 21:23:16 +02:00 |
|