From 4c87324e8684aba87f036941dbee19aae0b99425 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 5 Nov 2014 16:42:42 +0000 Subject: [PATCH] Added blank project and made examples button work --- .../Builds/CodeBlocks/The Introjucer.cbp | 4 + .../The Introjucer.xcodeproj/project.pbxproj | 2 + .../VisualStudio2005/The Introjucer.vcproj | 1 + .../VisualStudio2008/The Introjucer.vcproj | 1 + .../VisualStudio2010/The Introjucer.vcxproj | 1 + .../The Introjucer.vcxproj.filters | 3 + .../VisualStudio2012/The Introjucer.vcxproj | 1 + .../The Introjucer.vcxproj.filters | 3 + .../VisualStudio2013/The Introjucer.vcxproj | 1 + .../The Introjucer.vcxproj.filters | 3 + extras/Introjucer/Introjucer.jucer | 2 + .../Introjucer/JuceLibraryCode/BinaryData.cpp | 8 +- .../Wizards/jucer_NewProjectWizardClasses.cpp | 4 +- .../Wizards/jucer_ProjectWizard_Animated.h | 2 + .../Wizards/jucer_ProjectWizard_AudioApp.h | 2 + .../Wizards/jucer_ProjectWizard_AudioPlugin.h | 2 + .../Wizards/jucer_ProjectWizard_Blank.h | 45 +++++++++ .../Wizards/jucer_ProjectWizard_Console.h | 2 + .../Source/Wizards/jucer_ProjectWizard_DLL.h | 2 + .../Wizards/jucer_ProjectWizard_GUIApp.h | 2 + .../jucer_ProjectWizard_StaticLibrary.h | 2 + .../Wizards/jucer_ProjectWizard_openGL.h | 2 + .../Source/Wizards/jucer_StartPageComponent.h | 4 +- .../jucer_TemplateThumbnailsComponent.h | 94 +++++++++++++------ 24 files changed, 156 insertions(+), 37 deletions(-) create mode 100644 extras/Introjucer/Source/Wizards/jucer_ProjectWizard_Blank.h diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index 70c1fa0e28..356d9c7d63 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -594,6 +594,10 @@