wmayer
72bba68c2b
Add thickness function
2012-11-26 21:10:09 +01:00
wmayer
3a0067d19a
Offset function
2012-11-25 15:56:46 +01:00
wmayer
3347aa91e8
Fix view fit for perspective camera by setting height angle to 45 deg
2012-11-23 19:23:10 +01:00
wmayer
0473003fc9
Extend Action/Command framework to add arbitrary widgets
2012-11-22 15:17:32 +01:00
wmayer
cf499792e6
0000827: Sketch copy deletes all constraints
2012-11-20 13:16:15 +01:00
wmayer
94b0102dc7
Fix problem with undo/redo with python-based features
2012-11-19 13:06:16 +01:00
wmayer
ad50c032fd
Set working directory for Merge projects command
2012-11-15 10:46:20 +01:00
wmayer
95880a7093
add missing semicolon
2012-11-14 20:43:08 +01:00
wmayer
d2ac422f68
Fix memory leak in sketcher view provider
2012-11-14 15:04:14 +01:00
wmayer
951a45f90e
Optimazation of tree view when clearing selection
2012-11-08 23:06:07 +01:00
wmayer
efe4fc3b08
In box selection do ignore hidden objects
2012-11-08 21:45:10 +01:00
wmayer
5d214ecab7
Remove recomputation from undo/redo
2012-11-07 13:01:59 +01:00
wmayer
1fb178db62
Reset modified flag after document is loaded, touch pad/pocket if its Type has changed
2012-11-06 21:12:39 +01:00
wmayer
77144681ef
Allow to remove user-defined properties
2012-11-04 13:24:22 +01:00
wmayer
1e38a6d606
0000863: segfault in ~PythonDebuggerP()
2012-11-03 15:36:58 +01:00
wmayer
8582bf8aad
Allow to clear selection in pad/pocket, fix compile error
2012-11-02 13:52:20 +01:00
wmayer
77d98a4d32
Fixes in Python debugger
2012-11-01 22:28:04 +01:00
wmayer
7862fb29c7
Change destruction order of PyObjects
2012-11-01 20:52:43 +01:00
Yorik van Havre
97b879410c
Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
2012-10-30 10:53:11 -02:00
wmayer
c71b753730
Prepare sketch solver messages to be translated
2012-10-30 13:51:08 +01:00
Yorik van Havre
061b1cba54
Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
2012-10-30 10:50:22 -02:00
Yorik van Havre
9934a1dc0f
Added new translations to makefiles
2012-10-30 10:49:36 -02:00
Yorik van Havre
be940cbd06
Updated translations from crowdin
...
* Updated the updateTranslations.py tool so it can now work with
unzipped folders, and it updates qt resource files when necessary.
* Updated existing translations, changed a couple of language codes:
es -> es-ES, pt -> pt-BR, zh -> zh-CN, se -> sv-SE
* Added new translations that have more than 50% translated:
cs, hu, ro, sk, zh-TW, tr
2012-10-30 09:59:55 -02:00
wmayer
371f3baa87
Optimize loading of projects with many document objects
2012-10-29 20:11:30 +01:00
wmayer
c5f683b094
Fix initialization error
2012-10-18 10:31:04 +02:00
wmayer
95de7d19cf
Replace Python std output only for GUI application and not for CLI
2012-10-01 16:38:43 +02:00
wmayer
58da2ebbcc
0000665: Follow up 0000640: This file crashes FreeCAD UI latest Git
2012-10-01 13:58:40 +02:00
wmayer
40800adaaa
Python interface to count selected objects
2012-09-26 18:39:38 +02:00
wmayer
41d0007fc4
Avoid to activate wrong MDI view, show fillet/chamfer tools for selected edges
2012-09-18 16:24:50 +02:00
wmayer
25c0afbb80
0000826: reading from the python console for using pdb
2012-09-12 15:01:41 +02:00
wmayer
5a8caa6d06
Use Webkit's SVG renderer for icons on macro page
2012-09-11 11:32:58 +02:00
wmayer
3958c53cb3
Fix issue with Python debugger when leaving application
2012-09-11 11:12:02 +02:00
wmayer
7a999faa06
0000826: reading from the python console for using pdb
2012-09-11 10:42:44 +02:00
wmayer
3743d99816
make distcheck
2012-09-08 21:24:00 +02:00
wmayer
fa7a8528c0
0000826: reading from the python console for using pdb
2012-09-08 13:01:02 +02:00
wmayer
faccaaeb90
Fix build errors with autotools
2012-09-07 23:05:52 +02:00
wmayer
de81ba90e1
Fix trailing whitespaces, handle language change events
2012-09-06 15:01:03 +02:00
wmayer
2d172cde0b
0000818: [PATCH] added new page to Customize dialog for space navigator
2012-09-06 14:09:43 +02:00
wmayer
3140c13baf
0000822: Two little tweaks for the python console
2012-09-05 16:01:39 +02:00
logari81
e7ca7631fe
Sketcher: implement box selection (based on mrlukeparry's work)
2012-09-04 14:14:03 +02:00
wmayer
6b929c7664
Replace tabs with spaces
2012-08-31 13:15:08 +02:00
wmayer
57b633f21f
0000818: [PATCH] added new page to Customize dialog for space navigator
2012-08-30 11:31:46 +02:00
Yorik van Havre
4498765f02
New splashscreen and windowsinstaller bmps
2012-08-21 19:38:00 -03:00
wmayer
abc5959eeb
Fix confusing informaton in About dialog
2012-08-18 11:48:08 +02:00
Yorik van Havre
3a8f6dff59
Updated translation files
2012-08-16 16:09:56 -03:00
wmayer
0d983553d9
Show popup menu on mouse button release to avoid problems with navigation style
2012-08-15 13:18:19 +02:00
wmayer
afc84ed8f7
Add measure distance tool to toolbar in Complete workbench, disable unused command
2012-08-15 10:24:49 +02:00
Yorik van Havre
81c839059a
0000630: User-defined defaults for shape colors
...
The default colors for new geometry (light grey + 2px black line)
are now a user preference (In Display->Colors properties)
2012-08-13 09:42:05 -03:00
wmayer
53697d3bd2
Convert unicode into string for de-serialized strings from JSON
2012-08-13 12:50:07 +02:00
wmayer
0d351e98e2
Proper handling of SystemExitException in Python
2012-08-11 10:58:54 +02:00