Skip to content

Commit

Permalink
resync new submodule QtnProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Piecuch committed Jan 13, 2016
1 parent 83b3453 commit 2f11c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/utils/QtnProperty
Submodule QtnProperty updated 50 files
+2 −1 .gitignore
+2 −5 Common.pri
+7 −0 Config.pri
+1 −1 Core/Auxiliary/PropertyTemplates.h
+5 −6 Core/Core.pro
+1 −5 Core/CoreAPI.h
+0 −1 Core/Property.h
+12 −3 Core/PropertyBase.cpp
+3 −3 Core/PropertyBase.h
+4 −5 Core/PropertySet.cpp
+3 −7 Core/PropertySet.h
+4 −1 Core/QObjectPropertySet.cpp
+9 −0 Demo/Demo.peg.cpp
+5 −1 Demo/Demo.pro
+4 −1 PEG.pri
+1 −1 PEG/PEG.pro
+36 −8 PEG/PropertyEnumGenerator.cpp
+7 −1 PEG/PropertyEnumGenerator.h
+17 −8 PropertyWidget/Delegates/Core/PropertyDelegateBool.cpp
+10 −22 PropertyWidget/Delegates/Core/PropertyDelegateDouble.cpp
+0 −1 PropertyWidget/Delegates/Core/PropertyDelegateDouble.h
+7 −5 PropertyWidget/Delegates/Core/PropertyDelegateEnum.cpp
+10 −7 PropertyWidget/Delegates/Core/PropertyDelegateEnumFlags.cpp
+8 −21 PropertyWidget/Delegates/Core/PropertyDelegateFloat.cpp
+1 −2 PropertyWidget/Delegates/Core/PropertyDelegateFloat.h
+7 −19 PropertyWidget/Delegates/Core/PropertyDelegateInt.cpp
+0 −1 PropertyWidget/Delegates/Core/PropertyDelegateInt.h
+7 −4 PropertyWidget/Delegates/Core/PropertyDelegateQPoint.cpp
+7 −4 PropertyWidget/Delegates/Core/PropertyDelegateQRect.cpp
+7 −4 PropertyWidget/Delegates/Core/PropertyDelegateQSize.cpp
+23 −12 PropertyWidget/Delegates/Core/PropertyDelegateQString.cpp
+5 −1 PropertyWidget/Delegates/Core/PropertyDelegateUInt.cpp
+9 −4 PropertyWidget/Delegates/GUI/PropertyDelegateQColor.cpp
+11 −6 PropertyWidget/Delegates/GUI/PropertyDelegateQFont.cpp
+12 −6 PropertyWidget/Delegates/PropertyDelegate.cpp
+11 −7 PropertyWidget/Delegates/PropertyDelegate.h
+29 −0 PropertyWidget/Delegates/PropertyDelegateFactory.cpp
+2 −0 PropertyWidget/Delegates/PropertyEditorHandler.cpp
+151 −159 PropertyWidget/PropertyView.cpp
+19 −13 PropertyWidget/PropertyView.h
+22 −2 PropertyWidget/PropertyWidget.cpp
+6 −8 PropertyWidget/PropertyWidget.pro
+1 −5 PropertyWidget/PropertyWidgetAPI.h
+99 −0 QtnProperty.pri
+34 −1 Tests/PEG/test.peg.cpp
+4 −0 Tests/PEG/test2.peg.cpp
+1 −1 Tests/TestEnum.cpp
+2 −2 Tests/TestProperty.cpp
+3 −2 Tests/Tests.pro
+ bin-osx/QtnPEG

0 comments on commit 2f11c52

Please sign in to comment.