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

1784 commits

Author SHA1 Message Date
Timur Doumler
549b5dc429 Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. 2015-08-20 16:52:17 +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
jules
d021059d09 Introjucer internal fix. 2015-08-19 11:50:47 +01:00
jules
7c3b8b0def Small internal change to introjucer startup code. 2015-08-19 11:40:14 +01:00
Timur Doumler
bbf4627582 Introjucer: updated outdated iOS deployment target version number list. 2015-08-18 16:08:43 +01:00
Timur Doumler
327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. 2015-08-18 12:01:03 +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
7c226fcf92 Introjucer: C++98 compile fixes. 2015-08-17 09:53:36 +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
36001a6ff3 Introjucer: fixed C++98 compiler error caused by Value having no move assignment operator in C++98 and a private copy assignment operator. 2015-08-12 15:15:23 +01:00
Timur Doumler
4ffa06ea31 Introjucer: fixed C++98 compiler error caused by scoped enum. 2015-08-12 14:55:37 +01:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
jules
6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 2015-08-08 12:54:59 +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
jules
a0e7e12a02 Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" 2015-08-04 13:04:59 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +01:00
Timur Doumler
c3f8588095 Re-saved Introjucer.jucer. 2015-08-03 17:41:09 +01:00
Timur Doumler
3a7c138f02 Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used). 2015-08-03 17:35:50 +01:00
hogliux
e11e8563c8 Added Visual Studio 2015 Projects to Introjucer and Demo 2015-07-29 15:37:24 +01:00
hogliux
ce2793ca2d Add option in Introjucer to specify custom Android Activity sub-class 2015-07-24 18:21:52 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
49446da555 Some minor tweeks to the auto-updater to more gracefully handle error situations 2015-07-22 19:11:15 +01:00
hogliux
c4d0270f5d Resaved project files. 2015-07-22 16:58:25 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
hogliux
0e6c3ab68f Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS 2015-07-16 12:33:10 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
61eb7f8e6c Introjucer: Minor project and L+F updates 2015-07-07 12:13:28 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 2015-06-30 17:20:27 +01:00
jules
d917606ad8 Resaved project files. 2015-06-29 16:20:50 +01:00
jules
b7c3b5c89c Introjucer: moved a C++11 flag setting in the linux makefile. 2015-06-29 16:19:58 +01:00
jules
3cfdde28c3 Avoided a VC2013 warning in the introjucer. 2015-06-28 14:13:43 +01:00
jules
0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 2015-06-26 08:27:48 +01:00
jules
6cbab98ab2 Introjucer: update to the format of iOS icons. 2015-06-24 17:20:31 +01:00
jules
d3f76766db Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 2015-06-23 12:44:51 +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