From 8e9ed0d0a92780bc19c4bd1427513c7deb02a84d Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 8 Mar 2016 11:27:56 +0000 Subject: [PATCH] Introjucer: more refactoring --- .../Builds/CodeBlocks/The Introjucer.cbp | 5 + extras/Introjucer/Builds/Linux/Makefile | 6 + .../The Introjucer.xcodeproj/project.pbxproj | 18 ++- .../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 + .../Application/jucer_AppearanceSettings.cpp | 118 +------------- .../Application/jucer_AppearanceSettings.h | 19 --- .../Source/Application/jucer_Application.h | 2 +- .../Source/Application/jucer_AutoUpdater.cpp | 1 + .../Source/Application/jucer_CommandLine.cpp | 1 + .../jucer_DocumentEditorComponent.cpp | 1 + .../Application/jucer_FilePreviewComponent.h | 2 + .../Source/Application/jucer_Main.cpp | 1 + .../Application/jucer_OpenDocumentManager.cpp | 1 + .../Code Editor/jucer_SourceCodeEditor.cpp | 1 + .../Project Saving/jucer_ProjectExporter.cpp | 1 + .../Project Saving/jucer_ProjectExporter.h | 1 - .../Project Saving/jucer_ResourceFile.cpp | 1 + .../Project Saving/jucer_ResourceFile.h | 1 - .../Project/jucer_GroupInformationComponent.h | 1 - .../Source/Project/jucer_Module.cpp | 1 + .../Introjucer/Source/Project/jucer_Module.h | 1 - .../Source/Project/jucer_Project.cpp | 1 + .../Introjucer/Source/Project/jucer_Project.h | 1 - .../Project/jucer_ProjectContentComponent.cpp | 1 + .../Source/Project/jucer_ProjectType.cpp | 1 + .../Source/Project/jucer_ProjectType.h | 1 - .../Utility/jucer_IntrojucerLookAndFeel.cpp | 146 ++++++++++++++++++ .../Utility/jucer_IntrojucerLookAndFeel.h | 51 ++++++ .../Utility/jucer_JucerTreeViewBase.cpp | 1 + .../Source/Utility/jucer_JucerTreeViewBase.h | 1 - .../Utility/jucer_SlidingPanelComponent.cpp | 1 + .../Utility/jucer_SlidingPanelComponent.h | 1 - .../Source/Wizards/jucer_NewFileWizard.cpp | 1 + 41 files changed, 275 insertions(+), 151 deletions(-) create mode 100644 extras/Introjucer/Source/Utility/jucer_IntrojucerLookAndFeel.cpp create mode 100644 extras/Introjucer/Source/Utility/jucer_IntrojucerLookAndFeel.h diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index 3ebce581a0..ef08b18e77 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -563,6 +563,11 @@