1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

361 commits

Author SHA1 Message Date
jules
f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 2015-10-27 12:50:52 +00:00
jules
f8bd0a3079 Introjucer: added swift as a source file type 2015-10-06 10:31:29 +01:00
jules
f23ded16c6 Minor refactoring in introjucer code. 2015-09-29 16:05:47 +01:00
jules
5fcf662375 Fixes for Introjucer in Xcode 7 2015-09-17 16:31:26 +01:00
jules
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +01:00
jules
3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 2015-09-02 17:42:13 +01:00
jules
c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 2015-09-01 12:29:19 +01:00
jules
323bce7282 Introjucer: More avoiding of recursive project saving. 2015-08-26 16:38:52 +01:00
jules
fa0d2574e9 Introjucer: prevented recursively saving projects 2015-08-26 15:43:45 +01:00
jules
21dabf778d Introjucer: Refactored global path implementation 2015-08-20 12:46:47 +01:00
jules
4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 2015-08-20 10:38:06 +01:00
Timur Doumler
cc5d194b75 Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. 2015-08-18 11:08:14 +01:00
Timur Doumler
630cb459cb Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. 2015-08-18 11:03:14 +01:00
jules
2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 2015-08-18 10:16:25 +01:00
Timur Doumler
a362dbe6aa Fixed bug in project path settings where global values were erroneously set to project-specific values. 2015-08-13 20:42:40 +01:00
Timur Doumler
aefd5d3725 Indentation. 2015-08-13 20:42:15 +01:00
Timur Doumler
a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 2015-08-13 17:47:01 +01:00
Timur Doumler
7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. 2015-08-13 15:13:33 +01:00
Timur Doumler
f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 2015-08-13 14:47:24 +01:00
Timur Doumler
af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. 2015-08-13 12:53:22 +01:00
Timur Doumler
d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 2015-08-13 11:08:03 +01:00
Timur Doumler
abf5cb18d5 Introjucer: avoided Visual Studio 2015 warning. 2015-08-12 15:30:10 +01:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
jules
e12b3ed774 Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. 2015-08-06 19:31:16 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
26143d5034 Introjucer: added a better browser for module paths 2015-06-21 19:47:48 +01:00
jules
b0ca99d26b Introjucer: made the modules panel update when the filename is edited 2015-06-21 19:26:26 +01:00
jules
e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 2015-05-25 12:53:04 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
jules
3e5b15a8e3 Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. 2015-05-22 10:56:37 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
jules
0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 2015-05-05 12:11:19 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
jules
9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 2015-03-24 17:52:21 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
jules
6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 2015-02-25 17:38:22 +00:00
jules
d4a830fd65 Minor cleanup. 2015-02-23 12:30:27 +00:00
jules
7b0a6157fd Introjucer: disabled a "save as" menu item when it's not needed. 2015-02-04 12:42:41 +00:00
jules
22d48b465f Introjucer: Stopped MSVC AAX projects from setting the binary extention to .aaxplugin, instead allowing the post-build script to handle the renaming. 2015-02-02 09:12:27 +00:00
jules
27e225e1fc Introjucer: made the default plugin ID a random value. 2015-01-27 10:18:20 +00:00
jules
2f3e5b1759 Introjucer: made sure that the post-build script is added in an AU-only project. 2015-01-08 21:13:09 +00:00
jules
f59d2e74e1 Fixes for Visual Studio 2014-11-11 17:59:39 +00:00
jules
4b28a4bb23 more auto-update work 2014-11-11 12:26:42 +00:00
jules
fb5c296a5b Merge remote-tracking branch 'gh/master' into develop
Conflicts:
	.gitignore
2014-11-08 13:38:09 +00:00
jules
9191455677 Introjucer: avoided adding unnecessary .r files in plugin builds that don't target RTAS or AU. 2014-11-08 13:32:57 +00:00
jules
3e662da32b Introjucer: added a version and build date to the window background logo area. 2014-11-08 12:25:32 +00:00
Felix Faire
ff6520a89a Added Animated App template and examples 2014-10-29 15:55:23 +00:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00