Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #59 from riggiding/rel-2.1
Browse files Browse the repository at this point in the history
Rel 2.1
  • Loading branch information
riggiding authored Feb 26, 2020
2 parents 046ed11 + 5dce753 commit 3b139e5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion install/makeapp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
jar2app ../out/artifacts/PhotonFileValidator.jar -i img/icons/validator.icns -n "Photon File Validator" -v 2.0.0 -s 2.0.0 -c "(C) Copyright by Bonosoft" -j "-Xmx5g -Xms1g"
jar2app ../out/artifacts/PhotonFileValidator.jar -i img/icons/validator.icns -n "Photon File Validator" -v 2.1.0 -s 2.1.0 -c "(C) Copyright by Bonosoft" -j "-Xmx5g -Xms1g"

2 changes: 1 addition & 1 deletion install/makeappjre.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
jar2app ../out/artifacts/PhotonFileValidator.jar -i img/icons/validator.icns -n "Photon File Validator jre" -v 2.0.0 -s 2.0.0 -c "(C) Copyright by Bonosoft" -j "-Xmx5g -Xms1g" -r /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk
jar2app ../out/artifacts/PhotonFileValidator.jar -i img/icons/validator.icns -n "Photon File Validator jre" -v 2.1.0 -s 2.1.0 -c "(C) Copyright by Bonosoft" -j "-Xmx5g -Xms1g" -r /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk

2 changes: 1 addition & 1 deletion install/makewin.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Photon File Validator"
#define MyAppVersion "2.0"
#define MyAppVersion "2.1"
#define MyAppPublisher "Bonosoft"
#define MyAppURL "https://github.com/Photonsters/PhotonFileValidator"
#define MyAppExeName "photonfilevalidator.exe"
Expand Down
2 changes: 1 addition & 1 deletion install/makewinjre.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Photon File Validator"
#define MyAppVersion "2.0"
#define MyAppVersion "2.1"
#define MyAppPublisher "Bonosoft"
#define MyAppURL "https://github.com/Photonsters/PhotonFileValidator"
#define MyAppExeName "photonfilevalidator.exe"
Expand Down
8 changes: 4 additions & 4 deletions install/makewinlauncher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<timeoutErr>true</timeoutErr>
</splash>
<versionInfo>
<fileVersion>2.0.0.0</fileVersion>
<txtFileVersion>2.0</txtFileVersion>
<fileVersion>2.1.0.0</fileVersion>
<txtFileVersion>2.1</txtFileVersion>
<fileDescription>Photon File Validator</fileDescription>
<copyright>(C) Copyright by Bonosoft</copyright>
<productVersion>2.0.0.0</productVersion>
<txtProductVersion>2.0</txtProductVersion>
<productVersion>2.1.0.0</productVersion>
<txtProductVersion>2.1</txtProductVersion>
<productName>Photon File Validator</productName>
<companyName>Bonosoft</companyName>
<internalName>Photon file validator</internalName>
Expand Down
Binary file modified out/artifacts/PhotonFileValidator.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/photon/application/MainForm.form
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
</constraints>
<properties>
<foreground color="-10066330"/>
<text value="Hint: Click to edit, Shift-Click to view anti-aliase layers"/>
<text value="Hint: Click to edit, Shift-Click to view anti-aliase layers, Alt-Click to remove all islands"/>
</properties>
</component>
</children>
Expand Down
4 changes: 2 additions & 2 deletions src/photon/application/MainForm.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void itemStateChanged(ItemEvent e) {
}

public static void main(String[] args) {
BaseFrame frame = new BaseFrame("Photon File Validator 2.0");
BaseFrame frame = new BaseFrame("Photon File Validator 2.1");
MainUtils.setIcon(frame);
MainForm mainForm = new MainForm();
JPanel panel = mainForm.mainPanel;
Expand Down Expand Up @@ -409,7 +409,7 @@ private void createUIComponents() {
panel5.add(islandPrevBtn, new com.intellij.uiDesigner.core.GridConstraints(0, 0, 1, 1, com.intellij.uiDesigner.core.GridConstraints.ANCHOR_NORTH, com.intellij.uiDesigner.core.GridConstraints.FILL_HORIZONTAL, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_CAN_SHRINK | com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_CAN_GROW, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_FIXED, new Dimension(35, 18), new Dimension(45, 18), new Dimension(45, 18), 0, false));
layerInfo = new JLabel();
layerInfo.setForeground(new Color(-10066330));
layerInfo.setText("Hint: Click to edit, Shift-Click to view anti-aliase layers");
layerInfo.setText("Hint: Click to edit, Shift-Click to view anti-aliase layers, Alt-Click to remove all islands");
panel5.add(layerInfo, new com.intellij.uiDesigner.core.GridConstraints(0, 2, 1, 1, com.intellij.uiDesigner.core.GridConstraints.ANCHOR_NORTHWEST, com.intellij.uiDesigner.core.GridConstraints.FILL_NONE, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_CAN_SHRINK | com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_CAN_GROW, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_FIXED, null, null, null, 1, false));
final JPanel panel6 = new JPanel();
panel6.setLayout(new com.intellij.uiDesigner.core.GridLayoutManager(1, 6, new Insets(0, 0, 0, 0), -1, -1));
Expand Down

0 comments on commit 3b139e5

Please sign in to comment.