Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
1ebd1e5d
Commit
1ebd1e5d
authored
8 years ago
by
tobias
Browse files
Options
Downloads
Patches
Plain Diff
Update Version to 5.1.0
Fixed build script and auto update dialog
parent
6a27a37a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
PlayWall/build.xml
+1
-1
1 addition, 1 deletion
PlayWall/build.xml
PlayWall/src/application.yml
+2
-2
2 additions, 2 deletions
PlayWall/src/application.yml
PlayWall/src/de/tobias/playpad/PlayPadMain.java
+1
-2
1 addition, 2 deletions
PlayWall/src/de/tobias/playpad/PlayPadMain.java
with
4 additions
and
5 deletions
PlayWall/build.xml
+
1
−
1
View file @
1ebd1e5d
...
...
@@ -31,7 +31,7 @@
<upload
username=
"p35947554-pw"
password=
"${password}"
host=
"p35947554.1and1-data.host"
>
<file
type=
"program"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar"
remotePath=
"/stable"
remoteFileName=
"PlayWall.jar"
/>
<file
type=
"exe"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/
build
/PlayWall.exe"
remotePath=
"/stable"
remoteFileName=
"PlayWall.exe"
/>
<file
type=
"exe"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/
dist
/PlayWall.exe"
remotePath=
"/stable"
remoteFileName=
"PlayWall.exe"
/>
<file
type=
"plugin"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/ActionPlugin.jar"
remotePath=
"/stable/plugins"
remoteFileName=
"ActionPlugin.jar"
/>
<file
type=
"plugin"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/AwakePlugin.jar"
remotePath=
"/stable/plugins"
remoteFileName=
"AwakePlugin.jar"
/>
<file
type=
"plugin"
localPath=
"/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/EqualizerPlugin.jar"
remotePath=
"/stable/plugins"
remoteFileName=
"EqualizerPlugin.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
PlayWall/src/application.yml
+
2
−
2
View file @
1ebd1e5d
name
:
PlayWall
version
:
b
5.1.0
build
:
3
4
version
:
5.1.0
build
:
3
5
identifier
:
de.tobias.playpad
main
:
de.tobias.playpad.PlayPadMain
author
:
Tobias Ullerich
...
...
This diff is collapsed.
Click to expand it.
PlayWall/src/de/tobias/playpad/PlayPadMain.java
+
1
−
2
View file @
1ebd1e5d
...
...
@@ -29,7 +29,6 @@ import de.tobias.utils.util.Localization.LocalizationDelegate;
import
de.tobias.utils.util.OS
;
import
de.tobias.utils.util.OS.OSType
;
import
de.tobias.utils.util.Worker
;
import
de.tobias.utils.util.win.User32X
;
import
javafx.application.Application
;
import
javafx.application.Platform
;
import
javafx.scene.control.ButtonType
;
...
...
@@ -166,7 +165,7 @@ public class PlayPadMain extends Application implements LocalizationDelegate {
Platform
.
runLater
(()
->
{
AutoUpdateDialog
autoUpdateDialog
=
new
AutoUpdateDialog
(
owner
);
autoUpdateDialog
.
showAndWait
().
filter
(
item
->
item
==
ButtonType
.
OK
).
ifPresent
(
result
->
autoUpdateDialog
.
showAndWait
().
filter
(
item
->
item
==
ButtonType
.
APPLY
).
ifPresent
(
result
->
{
try
{
Updates
.
startUpdate
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment