wmayer
71818b466d
Gui: implementation classes don't inherit from UI classes any more
2020-01-09 14:30:45 +01:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
9bae526756
+ replace use of accessibleName with custom property
2016-01-06 16:59:11 +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
wmayer
45d793a1af
+ include missing header files
2015-06-30 17:48:03 +02:00
Przemo Firszt
9b6f2b448e
App: Add workbenches with unknown status to enabled list
...
Newly installed workbenches are not on enabled nor disabled list, so
they were treated as disabled. That behaviur could be confusing for
the user as a newly installed workbench was not shouwing up on the
workbench list. This commit changes that behaviour and new workbenches
are enabled by default.
Reported-by: r-frank
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-06-10 22:11:24 +02:00
wmayer
03a8b43510
+ fix a few minor issues in DlgWorkbenchesImp and QListWidgetCustom
2015-05-20 11:18:46 +02:00
wmayer
cba5fdb927
+ fix minor bug in string concatenation
2015-05-19 21:18:45 +02:00
Przemo Firszt
da0e25b709
App: Add dialog to pick preferred workbenches
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-05-18 22:25:59 +02:00