aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/resources
Commit message (Collapse)AuthorAgeFilesLines
* Tuning of properties loading.Jiri Vanek2014-01-271-0/+1
| | | | Jnlp runtime now correctly dies in case of ConfigurationException and initialisation of config is failing to defaults instead of die with NoClassDefFoundError
* Improve PolicyTool launch method in PolicyPanelAndrew Azores2014-01-241-0/+1
| | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025971.html * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: added license header and javadocs. Launch PolicyTool by ProcessBuilder rather than calling PolicyTool.main directly, with reflective launch fallback method. * netx/net/sourceforge/jnlp/resources/Messages.properties: added message (CPPolicyEditorNotFound)
* Added PolicyPanel to itweb-settings for custom policiesAndrew Azores2014-01-171-0/+10
| | | | | | | | | | | | | | | | | | Added itweb-settings panel to explain custom policy files and allow launching a policy editor for user's policy file. * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java: (createMainSettingsPanel, createPolicySettingsPanel) added PolicyPanel * netx/net/sourceforge/jnlp/resources/Messages.properties: new messages for PolicyPanel * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: new panel to allow launching of external policy editor * tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html: new test to ensure custom user policy files work correctly * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplet.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplication.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesJnlpHref.html * tests/reproducers/simple/CustomPolicies/srcs/CustomPolicies.java * tests/reproducers/simple/CustomPolicies/testcases/CustomPoliciesTest.java
* JNLPRuntime.config changed to proper singleton.Jiri Vanek2013-12-181-1/+1
|
* Messages.properties: added "It will be granted unrestricted access to your ↵Jiri Vanek2013-12-091-3/+3
| | | | computer." to (SSigUnverified) (SSigVerified) (SSignatureError) messages.
* Add units to cache size label in itweb-settingsAndrew Azores2013-12-051-1/+1
| | | | PR1604 - no units shown for cache size label in TemporaryInternetFilesPanel
* Better validation of crytical dirs with proper message on startupJiri Vanek2013-12-021-0/+3
|
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-291-1/+3
|
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-051-0/+18
|
* Introduced logging bottleneckJiri Vanek2013-09-254-4/+10
|
* Made temporary files location JFileChooser open at the currently specified ↵Jacob Wisor2013-09-114-2/+11
| | | | | | | | | location Made temporary files location JFileChooser display a helpful title Removed misleading "All Files" file filter from JFileChooser Added new message to resources for JFileChooser's choose button Fixed a few inconsistent messages in resource files
* about dialogue now available from itw-settingsJiri Vanek2013-07-171-1/+1
|
* added some missing de and pl stringsJiri Vanek2013-07-174-2/+15
|
* Implemented new about dialogue (by Andrew Azores). Andrew added to authorsJiri Vanek2013-07-105-17/+56
|
* Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml filesJiri Vanek2013-06-211-0/+1
|
* more detailed hint for CCannotClearCacheJiri Vanek2013-06-041-1/+1
|
* Remove 'serious' from error message in splash screen.Adam Domurad2013-05-291-2/+2
|
* netx/net/sourceforge/jnlp/resources/Messages.properties: (CPJVMitwExec)fixed ↵Jiri Vanek2013-05-141-1/+1
| | | | invalid unicode character
* Added default, DE and PL localization's tweeksJiri Vanek2013-05-023-44/+116
|
* Renamed cz locales to be more generalJiri Vanek2013-05-021-0/+0
| | | | | netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename.
* Added polish transaltion and tests to itJiri Vanek2013-04-263-38/+576
| | | | Also minor changes to En and De files
* Improved and completed CZ localisationJiri Vanek2013-04-261-43/+140
|
* Fixed gifar vulnereability with automated testcaseJiri Vanek2013-04-172-0/+2
|
* Present more information in unsigned applet confirmation.Adam Domurad2013-04-121-2/+2
|
* Added help for extended applets security and settingsJiri Vanek2013-04-121-0/+144
|
* Added dialogue to allow setting of custom JREJiri Vanek2013-04-121-0/+24
|
* Allow for remembered unsigned trust based on codebaseAdam Domurad2013-04-111-0/+2
|
* Integration of unsigned applet confirmation dialogue.Adam Domurad2013-03-261-0/+9
|
* Jacob Wisor <[email protected]>, fixed strange sentences in default ↵Jiri Vanek2013-03-131-40/+40
| | | | | | locales bundle netx/net/sourceforge/jnlp/resources/Messages.properties
* Added initial German localization by Jacob Wisor <[email protected]>Jiri Vanek2013-03-131-0/+536
| | | | | * netx/net/sourceforge/jnlp/resources/Messages_de.properties: New file with German properties
* Added backend and settings for extended applet securityJiri Vanek2013-02-271-0/+61
|
* Add unit tests for locales and locales fixedJiri Vanek2013-01-302-13/+17
| | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales.
* Splashscreen error report made more detailed by stored LaunchErrorsJiri Vanek2013-01-302-1/+3
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date.
* Download indicator made compact for more then one jarJiri Vanek2013-01-102-0/+0
|
* Converted Messages.properties to Unix formatDeepak Bhole2013-01-071-475/+475
|
* Minor fix for possible NPE (non fatal) during splashscreen creationJiri Vanek2012-12-212-0/+6
|
* PR1217: Add command line arguments for pluginsSaad Mohammad2012-12-051-0/+3
|
* Fix grammar in splash screen exception messageAdam Domurad2012-12-041-1/+1
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-042-0/+2
|
* Added cz_CS locales with testJiri Vanek2012-11-021-0/+467
|
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-191-0/+2
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-2/+1
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Single instance support for jnlp-href and testsJiri Vanek2012-09-051-1/+2
|
* Added splashscreen implementationJiri Vanek2012-08-131-0/+24
|
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-081-3/+4
|
* Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from ↵Danesh Dadachanji2012-07-201-1/+2
| | | | certificate warning.
* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in ↵Jiri Vanek2012-05-231-4/+4
| | | | PBadNonrelativeUrl
* Added more debugging outputs (especially paths to keystores) for ↵Jiri Vanek2012-05-231-1/+3
| | | | JNLPClassLoader and CertificateUtils
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-101-7/+2
| | | | | | OutOfBoundsException for a corrupted path entry thrown in CacheUtil.pathToURLPath(). This Exception was catched in RessourceTracker.Downloader.run() and only printed in debug mode.
* Fix JNLP parser to halt when required title and vendor elements are missing.Danesh Dadachanji2012-03-161-0/+2
|