wmayer
307bb7744f
add method to check if key sequence is none
2019-01-18 00:54:49 +01:00
wmayer
378c57fe1c
Qt5: don't use native color dialog
2019-01-03 16:14:12 +01:00
wmayer
81f50a577c
fix several bugs in LabelEditor to handle PropertyStringList
2018-12-20 23:20:23 +01:00
Peter Lama
991573f1fc
Fix macOS button layout in property editor
...
The size of the "..." button calculated by QMacStyle was not correct,
causing other widgets in the layout to be clipped.
Also, set the size of all "..." buttons the same way.
2017-09-26 10:56:55 -03:00
Peter Lama
9187919bb8
Attacher UX enhancements
...
- New editor for MapMode with button to open attacher dialog
- Hide attachment properties when they are not applicable
- Disable super placement ui in attacher dialog when object is not attached
- Always select used mode in mode list
2017-09-20 19:24:35 +02:00
wmayer
0766340ebb
fix clang warning: -Wunused-private-field
2017-04-22 15:55:18 +02:00
wmayer
6f230bfa58
fix build failure
2017-04-22 15:23:21 +02:00
wmayer
2e6345dbba
Extend task panel for filling function
2017-04-22 14:46:26 +02:00
wmayer
e05f9dfa26
add lineedit class with clear button
2017-04-22 11:11:13 +02:00
wmayer
c997180a47
Qt4/Qt5 neutral changes:
...
+ remove QCoreApplication::UnicodeUTF8/QApplication::UnicodeUTF8
+ remove QCoreApplication::CodecForTr/QApplication::CodecForTr
2016-12-12 14:52:09 +01:00
wmayer
326855cab6
support to auto change color when color dialog is modal
2016-10-02 19:57:01 +02:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
e725c7b207
avoid expensive fromUtf8 method where not needed
2016-09-21 11:42:23 +02:00
Yorik van Havre
da92d338b7
Allow to edit PropertyLists directly in the property editor - fixes #2535,#2689
2016-09-05 13:25:32 -03:00
wmayer
9a38507c76
fix Coverity issues
2016-08-21 23:13:22 +02:00
Yorik van Havre
a280c3ba39
Allow to enter empty values in PropertyFloatList and PropertyIntegerList - issue #2535
2016-04-29 23:00:11 -03:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
f48f0f69be
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +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
803a845242
qVariantValue() is obsolete in Qt4. Replace it with equivalent QVariant::value<T>(value).
...
This change is Qt4/Qt5 neutral.
2015-12-24 12:49:26 +01:00
wmayer
954bced5cf
+ alternative paintEvent implementation for ColorButton
2015-06-30 01:04:43 +02:00
wmayer
2cbd47e297
+ fix build failure
2014-12-16 17:06:05 +01:00
wmayer
9dd3eeeb2b
+ issue #0001038 : Improve and show List properties in Tree View
2014-12-16 14:31:36 +01:00
wmayer
d11ed1a236
+ fixes #0001038 : Improve and show List properties in Tree View
2014-12-15 23:54:55 +01:00
Simon Pasquet
16d4a85029
Customized keyboard shortcuts now accept up to 4 keys
2014-08-26 10:31:54 -03:00
wmayer
386bc93d85
+ Fix icons names
2013-11-14 19:00:51 +01:00
wmayer
4e58856735
Use ActionSelector in Loft panel and expose to Python by UiLoader
2012-06-03 14:22:05 +02:00
wmayer
ebb220d2f4
0000719: Implement a KActionSelector-like widget
2012-06-03 12:11:38 +02:00
wmayer
1897be268d
Start implementing ActionSelector class
2012-06-03 01:26:55 +02:00
wmayer
40788bb7e3
doing merge
2012-04-26 15:10:48 +02: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