summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI
Commit message (Collapse)AuthorAge
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Pass arguments to exec in a String arrayJose2020-12-31
|
* Replace SHA1/MD5 fingerprint with sha256 fingerprintJose2020-12-30
|
* Fixed IceGridGUI bug where service metrics were missing (fixes #1203) (#1204)Benoit Foucher2020-12-17
|
* Even better Java version check for ProGuardJoe George2020-06-12
|
* Skip Proguard build of IceGridGUI if using Java 14Joe George2020-06-12
|
* Gradle wrapper updates (#823)Jose2020-04-29
|
* Remove IceGrid GUI macOS app bundling (#593)Joe George2020-04-27
| | | | | | AppBundler fails to launch apps with Java > 12. We'll instead manually package the app using Java 14's new jpackage separately outside of Gradle.
* Removed copyright yearBernard Normier2019-09-18
|
* Fixed file permissionsBernard Normier2019-09-17
|
* Fix doc.zeroc.com URLs - Close #457Jose2019-08-05
|
* Do not hardcode openjfx version used in IceGridGUI buildsJose2019-07-05
|
* Remove extra empty lineJose2019-06-28
|
* Add support to build icegridgui proguard JAR with Java 11Jose2019-06-27
|
* Copyright header simplicationJose2019-01-19
|
* Disable IceGrid GUI popup dialog that shows up if the IceBox observer can't ↵Benoit Foucher2019-01-08
| | | | be registered, backward compatibility fix for IceGrid node
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fix Java 8 / proguard build failure.Bernard Normier2018-11-19
|
* Updated gradle build system.Bernard Normier2018-11-19
|
* IceGridGUI delete button not disabled when deleting last applicationJose2018-11-19
| | | | Close #298
* Confirm application deletion in IceGridGUIJose2018-11-19
| | | | Close #78
* Use javac --release with javac >=9. Fixes #297.Bernard Normier2018-11-14
|
* Fixed bogus whitespacesBenoit Foucher2018-11-12
|
* Upgrade gradle version checks for Java 11Jose2018-11-09
|
* Add support for build IceGridGUI with Open JavaFX 11 packagesJose2018-11-08
| | | | Close #285
* Javadoc improvements. Fixes #71.Bernard Normier2018-11-07
|
* Removed support for signing IceGridGUI and fixes for macOS bundle appBenoit Foucher2018-11-06
|
* Fixed macOS IceGridGUI App build issueBenoit Foucher2018-11-05
|
* Added Java 11 supportBenoit Foucher2018-11-05
|
* Removed keep alive thread from icegridadmin and IceGridGUI, only rely on ACM ↵Benoit Foucher2018-10-23
| | | | instead fixes #201
* Move IceGrid GUI configuration data to os specific directorieJose2018-06-11
| | | | Closes #76
* IceGridGUI: improvement session lost messageJose2018-06-07
|
* Fix IceGridGUI do no make remote call on UI threadJose2018-06-07
| | | | | AdminSession.getReplicaName was call from the UI thread
* IceGridGUI hangs on invalid loginJose2018-06-07
| | | | Fixes #90
* Fixed bogus dependency when building IceGridGUI bundleBenoit Foucher2018-04-20
|
* IceGridGUI gradle build fixesJose2018-04-19
|
* IceGridGUI macOS JDK 10 build fixesJose2018-04-17
|
* IceGridGUI Java 10 fixesJose2018-04-17
|
* Fix URI format used in class-path to use file://Jose2018-03-20
|
* Whitespace cleanupJose2018-02-16
|
* Fix macOS icegridgui Java 9 buildsJose2018-02-14
|
* Update copyright year to 2018Jose2018-02-14
|
* Simplify IceGridGUI jar creationJose2018-02-14
|
* Fix ICE-8666 - IceGridGUI Java 9 NPEJose2018-02-13
|
* Fix ICE-8542 - Java 9 proguard build failureJose2018-02-13
|
* Fix IceGridGUI to use executor when appropriateJose2017-11-16
| | | | Bug ICE-8298
* Fix ICE-8363 - use appbundler from maven centralJose2017-11-06
|
* Fix build error in IceGidGUI build.gradleJoe George2017-10-31
|
* Various Java 9 fixesJoe George2017-10-31
| | | | | | - Proguard does not support Java 9 yet. Build the plain JAR and issue warning if it's detected - Upgrade Gradle to 4.2.1 which supports Java 9.0.1