From e4b96dcf9aa2f948200fa4b8c688f8ee8fb0b29b Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 8 Mar 2016 09:48:07 +0000 Subject: [PATCH] Introjucer: some internal refactoring --- .../Builds/CodeBlocks/The Introjucer.cbp | 8 + .../The Introjucer.xcodeproj/project.pbxproj | 54 +-- .../VisualStudio2010/The Introjucer.vcxproj | 2 + .../The Introjucer.vcxproj.filters | 6 + .../VisualStudio2012/The Introjucer.vcxproj | 2 + .../The Introjucer.vcxproj.filters | 6 + .../VisualStudio2013/The Introjucer.vcxproj | 2 + .../The Introjucer.vcxproj.filters | 6 + .../VisualStudio2015/The Introjucer.vcxproj | 2 + .../The Introjucer.vcxproj.filters | 6 + extras/Introjucer/Introjucer.jucer | 4 + .../Source/Application/jucer_Application.h | 32 +- .../Source/Project/jucer_ConfigTree_Base.h | 75 +++- .../Project/jucer_ProjectContentComponent.cpp | 32 ++ .../Source/Utility/jucer_MiscUtilities.cpp | 376 ++---------------- .../Source/Utility/jucer_MiscUtilities.h | 21 - .../Utility/jucer_SVGPathDataComponent.h | 125 ++++++ .../Source/Utility/jucer_UTF8Component.h | 92 +++++ 18 files changed, 462 insertions(+), 389 deletions(-) create mode 100644 extras/Introjucer/Source/Utility/jucer_SVGPathDataComponent.h create mode 100644 extras/Introjucer/Source/Utility/jucer_UTF8Component.h diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index 1641653eb9..f230bb1940 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -579,10 +579,18 @@