source: josm/trunk/src/org/openstreetmap/josm/gui/io/CredentialDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
(edit) @12854   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12821   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
(edit) @12805   7 years Don-vip see #15229 - see #15182 - remove GUI references from DefaultProxySelector
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12452   7 years bastiK see #14794 - javadoc for the josm.gui.io package
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @9776   8 years Don-vip add more unit tests
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8038   9 years Don-vip fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6885   10 years Don-vip hide unencrypted password warning with https hosts
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5752   11 years Don-vip fix #8404 - workaround for JDK bug 6322854 (crash when inserting …
(edit) @5111   12 years simon04 fix #7532 - NPE in CredentialsManager
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4690   12 years stoecker see #7086 - fix passing auth information to wrong server
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(edit) @4386   13 years bastiK applied #6706 - CredentialDialog.java - correct output for …
(edit) @4249   13 years bastiK improve plugin hook for credentials handling
(edit) @4110   13 years stoecker see 6368 - patch by Kachkaev - Enter key pressing handler for text …
(edit) @3770   13 years stoecker fix help
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2848   14 years mjulius fix messages for gui/io
(edit) @2828   14 years stoecker removed wrong translation calls
(edit) @2711   14 years stoecker fix bad line endings
(add) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
Note: See TracRevisionLog for help on using the revision log.