wmayer
e2398b4b06
fix Coverity issues
2016-08-21 14:03:02 +02:00
Abdullah Tahiri
2c884ab5f5
Gui Enhancement: Support for macros in AppUserHome/Macro
...
=====================================================
What?
It was suggested that the macros should be moved to AppUserHome/Macro
http://forum.freecadweb.org/viewtopic.php?f=10&t=13433
Solution:
The solution is backwards compatible in the sense that if you have a running
configuration, updating should not change anything.
For new installations the macro directory will default to AppUserHome/Macro. However
this would break all the installation scripts (probably also ME's plugin manager).
Conflicts:
src/Mod/Path/Gui/AppPathGuiPy.cpp
2016-01-11 19:24:22 +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
Mateusz Skowroński
83bcbebe5f
Add missing QMimeData.h includes.
...
This change is Qt4/Qt5 neutral.
2015-12-24 13:36:46 +01:00
wmayer
d19ada810f
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
...
+ add method to make image view unclosable for user
+ fix possible crash in MeshAlgorithm::GetMeshBorder
+ fix possible crash in MeshAlgorithm::ConnectLines
2015-10-06 17:28:52 +02:00
wmayer
4547996201
+ improve handling of default colors of report view and Python console when using style sheets
2014-01-31 11:34:30 +01:00
wmayer
75f84bfd61
+ workaround for strange behaviour of Qt 4.8 regarding period/colon
2014-01-14 13:50:13 +01:00
wmayer
bb5a269690
0001121: IndentationError in Python Console
2013-05-14 17:28:44 +02:00
wmayer
e3d0ccba33
0000826: reading from the python console for using pdb -- code cleanup
2013-05-14 15:20:00 +02:00
wmayer
3a591b3a94
Improve reporting of Python exceptions
2013-05-04 14:23:53 +02:00
wmayer
6c722111f8
0000826: reading from the python console for using pdb
2012-09-12 15:01:41 +02:00
wmayer
f7cab78c85
Fix issue with Python debugger when leaving application
2012-09-11 11:12:02 +02:00
wmayer
ec73c9fc16
0000826: reading from the python console for using pdb
2012-09-11 10:42:44 +02:00
wmayer
145256b4f4
0000826: reading from the python console for using pdb
2012-09-08 13:01:02 +02:00
wmayer
3df84b35f1
0000822: Two little tweaks for the python console
2012-09-05 16:01:39 +02:00
wmayer
40a997217b
Proper handling of SystemExitException in Python
2012-08-11 10:58:54 +02:00
wmayer
f9f03f1d89
Automatically create actions for each template
2012-07-22 14:56:25 +02:00
wmayer
41c46bf48b
0000777: Shared libraries call exit
2012-07-05 15:24:28 +02:00
wmayer
0b17679c97
Fix a couple of minor issues
2012-03-01 15:47:40 +01:00
wmayer
0c5771d392
Improve sys.stdin redirection mechanism
2012-02-28 13:20:34 +01:00
wmayer
0b0f55e8f8
+ fix problems with call tips window if text after dot is not a word
...
+ fix problems with history in python console
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5356 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-29 11:20:49 +00:00
wmayer
0748b1fa77
0000530: Python Console allows editing of history
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5258 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-10 18:40:03 +00:00
wmayer
6ed7ad3a15
0000489: python console: "RFC"s for even more "rapid" prototyping :-)
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5253 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-10 14:40:44 +00:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00