From 03a8f3987ea6135a2b2d9b82ca9dac0afe158d60 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 22 Oct 2014 11:55:48 +0100 Subject: [PATCH] Added new wizard types --- .../Builds/CodeBlocks/The Introjucer.cbp | 184 +- extras/Introjucer/Builds/Linux/Makefile | 12 +- .../The Introjucer.xcodeproj/project.pbxproj | 158 +- .../VisualStudio2005/The Introjucer.vcproj | 425 +-- .../VisualStudio2008/The Introjucer.vcproj | 425 +-- .../VisualStudio2010/The Introjucer.vcxproj | 55 +- .../The Introjucer.vcxproj.filters | 149 +- .../VisualStudio2012/The Introjucer.vcxproj | 55 +- .../The Introjucer.vcxproj.filters | 149 +- .../VisualStudio2013/The Introjucer.vcxproj | 55 +- .../The Introjucer.vcxproj.filters | 149 +- extras/Introjucer/Introjucer.jucer | 121 +- .../Introjucer/JuceLibraryCode/BinaryData.cpp | 2960 ++++++++--------- .../Introjucer/JuceLibraryCode/BinaryData.h | 120 +- ...onAnimation.svg => wizard_AnimatedApp.svg} | 0 .../{iconAudio.svg => wizard_AudioApp.svg} | 0 ...{iconPlugin.svg => wizard_AudioPlugin.svg} | 0 ...{iconConsole.svg => wizard_ConsoleApp.svg} | 0 .../{iconDynamic.svg => wizard_DLL.svg} | 0 .../{iconGui.svg => wizard_GUI.svg} | 0 ...iconHighlight.svg => wizard_Highlight.svg} | 0 .../{iconOpengl.svg => wizard_OpenGL.svg} | 0 .../{iconOpenfile.svg => wizard_Openfile.svg} | 0 ...conStatic.svg => wizard_StaticLibrary.svg} | 0 .../Source/Wizards/jucer_NewFileWizard.cpp | 4 +- .../Source/Wizards/jucer_NewProjectWizard.h | 5 +- .../Wizards/jucer_NewProjectWizardClasses.cpp | 51 +- .../Wizards/jucer_NewProjectWizardClasses.h | 6 - .../Wizards/jucer_NewProjectWizardComponent.h | 66 +- .../Wizards/jucer_ProjectWizard_Animated.h | 43 + .../Wizards/jucer_ProjectWizard_AudioApp.h | 43 + ...rd.h => jucer_ProjectWizard_AudioPlugin.h} | 10 +- ...Wizard.h => jucer_ProjectWizard_Console.h} | 11 +- ...raryWizard.h => jucer_ProjectWizard_DLL.h} | 12 +- ...pWizard.h => jucer_ProjectWizard_GUIApp.h} | 11 +- ....h => jucer_ProjectWizard_StaticLibrary.h} | 11 +- .../Wizards/jucer_ProjectWizard_openGL.h | 44 + .../Source/Wizards/jucer_StartPageComponent.h | 3 - .../jucer_TemplateThumbnailsComponent.h | 58 +- 39 files changed, 2784 insertions(+), 2611 deletions(-) rename extras/Introjucer/Source/BinaryData/{iconAnimation.svg => wizard_AnimatedApp.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconAudio.svg => wizard_AudioApp.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconPlugin.svg => wizard_AudioPlugin.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconConsole.svg => wizard_ConsoleApp.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconDynamic.svg => wizard_DLL.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconGui.svg => wizard_GUI.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconHighlight.svg => wizard_Highlight.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconOpengl.svg => wizard_OpenGL.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconOpenfile.svg => wizard_Openfile.svg} (100%) rename extras/Introjucer/Source/BinaryData/{iconStatic.svg => wizard_StaticLibrary.svg} (100%) create mode 100644 extras/Introjucer/Source/Wizards/jucer_ProjectWizard_Animated.h create mode 100644 extras/Introjucer/Source/Wizards/jucer_ProjectWizard_AudioApp.h rename extras/Introjucer/Source/Wizards/{jucer_AudioPluginAppWizard.h => jucer_ProjectWizard_AudioPlugin.h} (91%) rename extras/Introjucer/Source/Wizards/{jucer_ConsoleAppWizard.h => jucer_ProjectWizard_Console.h} (85%) rename extras/Introjucer/Source/Wizards/{jucer_DynamicLibraryWizard.h => jucer_ProjectWizard_DLL.h} (75%) rename extras/Introjucer/Source/Wizards/{jucer_GUIAppWizard.h => jucer_ProjectWizard_GUIApp.h} (91%) rename extras/Introjucer/Source/Wizards/{jucer_StaticLibraryWizard.h => jucer_ProjectWizard_StaticLibrary.h} (75%) create mode 100644 extras/Introjucer/Source/Wizards/jucer_ProjectWizard_openGL.h diff --git a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp index 755eb37fc4..8de3307ec1 100644 --- a/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp +++ b/extras/Introjucer/Builds/CodeBlocks/The Introjucer.cbp @@ -509,11 +509,6 @@