mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
update to VAqua8, no luck, disable for now (#129)
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
||||
<target name="download-vaqua">
|
||||
|
||||
<get dest="lib" usetimestamp="true">
|
||||
<url url="${vaqua.url}/7/VAqua7.jar" />
|
||||
<url url="${vaqua.url}/8/VAqua8.jar" />
|
||||
</get>
|
||||
|
||||
</target>
|
||||
@@ -50,7 +50,7 @@
|
||||
lib/ant-launcher.jar;
|
||||
lib/jna.jar;
|
||||
lib/jna-platform.jar;
|
||||
lib/VAqua7.jar"
|
||||
lib/VAqua8.jar"
|
||||
debug="on"
|
||||
nowarn="true">
|
||||
<src path="src" />
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
VAqua7.jar
|
||||
VAqua*.jar
|
||||
|
||||
@@ -112,7 +112,7 @@ public class DefaultPlatform {
|
||||
public void setLookAndFeel() throws Exception {
|
||||
String laf = Preferences.get("editor.laf");
|
||||
if (laf == null || laf.length() == 0) { // normal situation
|
||||
if (Platform.isMacOS() && Preferences.getBoolean("editor.allow_vaqua")) {
|
||||
if (Platform.isMacOS() && Preferences.getBoolean("editor.laf.vaqua")) {
|
||||
UIManager.setLookAndFeel("org.violetlib.aqua.AquaLookAndFeel");
|
||||
|
||||
Icon collapse = new MacTreeIcon(true);
|
||||
|
||||
+2
-2
@@ -421,7 +421,7 @@
|
||||
<include name="app/lib/jna-platform.jar" />
|
||||
<include name="app/lib/ant.jar" />
|
||||
<include name="app/lib/ant-launcher.jar" />
|
||||
<include name="app/lib/VAqua7.jar" />
|
||||
<include name="app/lib/VAqua8.jar" />
|
||||
</fileset>
|
||||
|
||||
<target name="build" description="Build Processing.">
|
||||
@@ -720,7 +720,7 @@
|
||||
<classpath file="../app/lib/jna-platform.jar" />
|
||||
<classpath file="../app/lib/ant.jar" />
|
||||
<classpath file="../app/lib/ant-launcher.jar" />
|
||||
<classpath file="../app/lib/VAqua7.jar" />
|
||||
<classpath file="../app/lib/VAqua8.jar" />
|
||||
|
||||
<!-- plus core.jar... note that this is no longer shared -->
|
||||
<classpath file="../core/library/core.jar" />
|
||||
|
||||
@@ -168,9 +168,6 @@ editor.watcher.debug = false
|
||||
# The window of time (in milliseconds) in which a change won't be counted
|
||||
editor.watcher.window = 1500
|
||||
|
||||
# allow vaqua on mac
|
||||
editor.allow_vaqua = true
|
||||
|
||||
# Format and search engine to use for online queries
|
||||
search.format = https://google.com/search?q=%s
|
||||
|
||||
@@ -242,6 +239,9 @@ editor.untitled.suffix=yyMMdd
|
||||
# is to do a Synth LAF that gives us something not awful.
|
||||
editor.laf.linux = javax.swing.plaf.nimbus.NimbusLookAndFeel
|
||||
|
||||
# enable/disable vaqua on mac
|
||||
editor.laf.vaqua = false
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@ X audio and video broken on macOS b/c can't access mic/camera
|
||||
X https://github.com/processing/processing-sound/issues/51
|
||||
|
||||
|
||||
before release
|
||||
X Shutting off VAqua due to interface ugliness and Contribution Manager freezing
|
||||
_ https://github.com/processing/processing4/issues/129
|
||||
|
||||
|
||||
_ startup chatter (from appbundler?)
|
||||
_ Processing[25059:13082813] int launch(char *, int, char **) Launchpath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user