Yorik van Havre
|
bcb75d5477
|
Updated translation files from crowdin
|
2016-03-17 23:29:11 -03:00 |
|
Yorik van Havre
|
d1b4f23388
|
Added latest translations from crowdin
|
2016-03-06 14:50:07 -03:00 |
|
triplus
|
d432c72a15
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
28b6c82555
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
Yorik van Havre
|
2e2192f88a
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Yorik van Havre
|
37b1bdbe27
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
wmayer
|
aa7aa64724
|
+ simplify porting of Drawing module to Python3
|
2016-01-21 14:49:57 +01:00 |
|
wmayer
|
6ed52e479b
|
+ fix crashes in ortho view panel
|
2016-01-13 17:40:20 +01:00 |
|
wmayer
|
ffcbb0b66c
|
+ improve error handling in projection panel in Drawing workbench
|
2016-01-13 14:48:51 +01:00 |
|
wmayer
|
89cb247923
|
+ handle degenerated ellipse for SVG output
|
2016-01-11 13:01:01 +01:00 |
|
Yorik van Havre
|
5c2ed74292
|
Merge branch 'master' of github.com:FreeCAD/FreeCAD
|
2016-01-05 20:20:42 -02:00 |
|
Yorik van Havre
|
87397a2512
|
Drawing: support for text alignment in Spreadheetview
|
2016-01-05 20:20:25 -02:00 |
|
wmayer
|
53024a6140
|
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
|
2016-01-05 17:35:58 +01:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
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
|
d5c074f80d
|
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:06:48 +01:00 |
|
wmayer
|
da83100728
|
+ fix major flaw in Spreadsheet module: do not include precompiled header in other header files
+ fix linking errors in drawing module
|
2016-01-04 16:03:00 +01:00 |
|
Yorik van Havre
|
1747fb643f
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02:00 |
|
Yorik van Havre
|
85fdc8c76b
|
Drawing: Add SpreadsheetView command - fixes #1805
|
2016-01-03 16:44:56 -02:00 |
|
wmayer
|
50d7793442
|
+ introduce proper enum for property status to replace plain integers
|
2016-01-01 15:36:24 +01:00 |
|
wmayer
|
e0683f4db0
|
+ fixes #0002347: freecad fails to build with Boost 1.60.0
|
2015-12-28 13:54:40 +01:00 |
|
Yorik van Havre
|
3bbddc8675
|
Drawing: Added python feature to ViewProviderDrawingView - fixes #2276
|
2015-12-23 17:03:46 -02:00 |
|
Mateusz Skowroński
|
d3d01db9e2
|
QFileDialg::setFilters() is obsolete in Qt4. Replace it with setNameFilters().
This change is Qt4/Qt5 neutral.
|
2015-12-22 14:18:45 +01:00 |
|
Yorik van Havre
|
dab7ef4262
|
Draft: workaround for exporting DXF with R14+ templates - fixes 2177
- Adapted Drawing algos to export R14+ compatible DXF code
- Added option in DXF prefs to disable groups (not supported in R14+ templates)
|
2015-12-18 10:47:14 -02:00 |
|
wmayer
|
2b2358e70b
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
|
wmayer
|
efd3a494d7
|
+ fixes #0002297: 'Export to PDF...' from drawing view does not show an error if existing file can not be overwritten
|
2015-10-17 00:31:30 +02:00 |
|
wmayer
|
a4d1dbe5f0
|
+ rework BoundingBox class and its Python binding
|
2015-10-11 00:18:53 +02:00 |
|
wmayer
|
48bf07e622
|
+ 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 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
wmayer
|
b936514937
|
+ fix build problems with MSVC and libpack
|
2015-09-21 14:51:12 +02:00 |
|
Yorik van Havre
|
163d206513
|
Updated ts files
|
2015-09-14 14:31:47 -03:00 |
|
sgrogan
|
3274f42bb0
|
[PATCH] fix missing drawing vs fem
|
2015-09-12 12:41:31 +02:00 |
|
sgrogan
|
8cfc4b66be
|
Remove Hardcoded Icons from Drawing and Mesh WB
|
2015-09-09 12:15:55 -03:00 |
|
wmayer
|
cb16fec6bb
|
+ fix various warnings
|
2015-08-29 22:05:09 +02:00 |
|
wmayer
|
b81482d597
|
+ harmonize Coin3D cmake variables with official check
|
2015-07-28 14:55:15 +02:00 |
|
wmayer
|
7d98705396
|
+ harmonize XercesC cmake variables with official check
|
2015-07-28 14:17:49 +02:00 |
|
wmayer
|
d95003e92c
|
+ replace deprecated PYTHON_INCLUDE_PATH
|
2015-07-25 18:29:42 +02:00 |
|
wmayer
|
834c0a642d
|
+ include missing header files
|
2015-07-01 13:02:29 +02:00 |
|
wmayer
|
27863408c9
|
+ remove references to SoFCSelection where not needed
|
2015-05-20 19:24:12 +02:00 |
|
wmayer
|
562ecea9cf
|
+ fix text in drawing dialog
|
2015-05-20 18:16:49 +02:00 |
|
wmayer
|
74c912f169
|
+ fixes #0002064: Editable text changes in drawing template not restored.
|
2015-05-02 13:14:38 +02:00 |
|
wmayer
|
dd2b39ddd6
|
+ fixes #0002075: Analysis of FreeCAD by PVS-Studio static analyzer
|
2015-05-01 16:56:31 +02:00 |
|
Yorik van Havre
|
9967bbe297
|
Drawing: Symbols can now contain editable texts
|
2015-04-23 23:13:58 -03:00 |
|
Yorik van Havre
|
bf32404975
|
added new set of Drawing templates - fixes #2065 #2043 #2005
|
2015-04-22 19:01:55 -03:00 |
|
Yorik van Havre
|
01480a174a
|
Workaround for issue #1963 - Search for templates in userAppData/Templates folder
|
2015-04-20 12:45:43 -03:00 |
|
wmayer
|
017e0f38d1
|
+ fixes #0001998: For 32 px and 48 px the icons with a submenu in toolbars are not display at the good size
|
2015-04-17 23:16:28 +02:00 |
|
wmayer
|
8476bab7dc
|
+ fixes #0001963: Only write needed user data in FCSTD file if any.
|
2015-04-11 22:30:11 +02:00 |
|
Yorik van Havre
|
5057f28a49
|
Drawing: Added SVG pattern generation module
|
2015-03-21 12:08:05 -03:00 |
|
Yorik van Havre
|
0009e58291
|
Merged crowdin translations
|
2015-03-07 15:17:58 -03:00 |
|
wmayer
|
d29d62b4ab
|
+ fix linker error with MSVC 2012
|
2015-02-28 12:42:27 +01:00 |
|
Yorik van Havre
|
8d8eba6dac
|
Updated ts files from source
|
2015-02-27 18:56:51 -03:00 |
|