luz.paz
831bf31817
Misc. typos
...
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
luzpaz
985980648c
Typos: user-facing and trivial
...
Several typos and uniformity fixes.
Note:
*SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted.
*the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
2017-12-02 14:00:57 +01:00
luzpaz
8200c97ed2
Fix Techdraw UI typo found via crowdin + misc. typos
...
Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
2017-11-26 15:48:20 +01:00
Markus Lampert
c07fe542d7
Forward modifyStandardButtons into python task dialogs.
2017-06-21 11:41:35 -07:00
Kunda
de2392eb18
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
wmayer
ac353029cd
issue #0002741 : Crashes when drawing tutorial
2017-02-27 09:02:22 +01:00
wmayer
3dc611f3df
fix CIDs 154872, 152491, 129453
2016-12-18 13:10:07 +01:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
e2398b4b06
fix Coverity issues
2016-08-21 14:03:02 +02:00
wmayer
4d8b05e401
postpone deletion of task dialog as long as inside its accept() or reject() method
2016-08-06 14:07:58 +02:00
wmayer
6422ba5bcb
+ disconnect boost signals on destruction
2016-04-16 15:38:04 +02:00
Stefan Tröger
d5d6b30af3
move feature pick dialog into the task view
2016-04-12 18:12:05 +02:00
wmayer
f3eb8dd1f8
Connect task box labels with commands as queued connection
2016-04-12 18:11:46 +02:00
jriegel
d6772a2a7b
Fix bug in switching active Part/Assembly object when document with active one was closed
2016-04-12 18:11:45 +02:00
jriegel
b7d53d9d70
auto WB switching for editing Sketches and new TaskWatcher
2016-04-12 18:11:45 +02: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
wmayer
6a3d7fac55
+ fix documentation of task dialog
2015-11-09 19:22:19 +01:00
wmayer
de41dc46ec
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
4f6ac53351
+ fix switching to another mdi view when using the sketcher creation command from task panel
2015-09-04 21:34:26 +02:00
wmayer
6b539a70b4
+ fix switching to another mdi view when using the sketcher creation command from task panel
2015-09-04 21:06:56 +02:00
wwmayer
6bf065c097
+ fix many minor warnings, activate -Wall for gcc
2015-08-02 22:32:18 +02:00
wmayer
aa269a8d3e
+ fix wrong vertical size policy of task groups
2015-07-14 19:05:12 +02:00
wmayer
b828b412eb
+ fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup
2015-07-14 14:22:00 +02:00
wmayer
dcd43937a7
+ use icon of style sheet for task header
...
+ fix size issue with task panel
+ enable QSint task panel
2015-07-08 15:17:49 +02:00
wmayer
05286b8bb6
+ reset built-in scheme when setting global style sheet
2015-07-07 12:35:48 +02:00
wmayer
f14b71d374
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
f5d929569a
+ Remove dependency to iisTaskPanel when not needed
2015-06-30 16:53:22 +02:00
wmayer
28c92a1bfa
+ issue #0002053 : Support of themes
2015-06-30 13:14:56 +02:00
Abdullah Tahiri
de5c7edab1
Gui: New feature: Extension of TaskView to notify if a taskbox is hidden or visible
...
===================================================================================
http://forum.freecadweb.org/viewtopic.php?f=10&t=11363
2015-06-24 17:56:58 +02:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
jriegel
d0d832896a
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
a50743041b
+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized
2014-08-26 19:14:13 +02:00
jriegel
d46e0d0cb6
some type clearification
2014-08-21 17:59:33 +02:00
wmayer
1a2b8949ed
+ fixes #0001354 : Crash on using Enter-Key for confirmation of chamfer or fillet entries
2014-06-24 10:18:58 +02:00
wmayer
5690b9acb3
+ Allow access to tab panel of combo view, fix some typos
2014-01-05 11:32:18 +01:00
wmayer
a8f825917f
+ Make Python API more pythonic
2013-10-11 12:24:22 +02:00
wmayer
f7500da5ea
PySide binding
2013-06-30 15:14:02 +02:00
jriegel
415262bc0d
Merge branch 'refs/heads/jriegel/develop-fem'
2013-06-27 16:47:40 +02:00
jriegel
212964634a
Merge branch 'refs/heads/master' into jriegel/develop-fem
...
Conflicts:
src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp
src/Mod/Fem/App/FemMeshShapeNetgenObject.h
src/Mod/Fem/Gui/AppFemGuiPy.cpp
src/Mod/Fem/Gui/Command.cpp
src/Mod/Fem/Gui/TaskDlgMeshShapeNetgen.cpp
src/Mod/Fem/Gui/TaskDlgMeshShapeNetgen.h
src/Mod/Fem/Gui/TaskTetParameter.cpp
src/Mod/Fem/Gui/TaskTetParameter.h
src/Mod/Fem/Gui/TaskTetParameter.ui
src/Mod/Fem/Gui/ViewProviderAnalysis.cpp
src/Mod/Fem/Gui/ViewProviderAnalysis.h
src/Mod/Fem/Gui/ViewProviderFemMeshShapeNetgen.cpp
src/Mod/Fem/Gui/ViewProviderFemMeshShapeNetgen.h
2013-06-26 19:02:15 +02:00
wmayer
cd74fe3ecd
0000877: Move from PyQt to PySide
2013-06-22 01:56:58 +02:00
jriegel
ef49683723
showTaskView() in Python
2013-06-09 20:04:23 +02:00
wmayer
3a591b3a94
Improve reporting of Python exceptions
2013-05-04 14:23:53 +02:00
wmayer
f03fed87a9
Implement a TaskGroup class to show widgets without extra header
2013-04-26 17:16:56 +02:00
wmayer
3588ee48b4
0000917: Task watcher doesn't update on object creation/destruction
2012-12-21 14:51:44 +01:00
jriegel
b2930647b9
fix of #917
2012-12-20 19:10:29 +01:00
wmayer
b38b4b7159
Offset function
2012-11-25 15:56:46 +01:00
wmayer
92a872046f
Avoid to activate wrong MDI view, show fillet/chamfer tools for selected edges
2012-09-18 16:24:50 +02:00