source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12032   7 years Don-vip fix #14708 - no warning about potentially erroneous movement of …
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @12030   7 years michael2402 See #13604: Change error to a warning until we figure out what causes …
(edit) @12028   7 years Don-vip see #14120 - fix java warnings
(edit) @12026   7 years stoecker see #10529 - drop code completely
(edit) @12025   7 years michael2402 See #14120: Throw a nicer exception if a layer is destroyed twice.
(edit) @12020   7 years Don-vip see #14120 - checkstyle
(edit) @12019   7 years Don-vip do not output visible attribute when saving upload=no/never XML files
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12017   7 years Don-vip *Data: new constructors with a given id
(edit) @12015   7 years Don-vip see #11889 - fix javadoc warnings
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @12013   7 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @12012   7 years Don-vip fix HeadlessException seen in unit tests logs
(edit) @12011   7 years Don-vip improve unit test coverage of Main
(edit) @12010   7 years Don-vip remove unused methods
(edit) @12009   7 years michael2402 See #13883: Use parallel sort for style elems
(edit) @12006   7 years Don-vip see #14692 - checkstyle
(edit) @12005   7 years Don-vip fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged
(edit) @12004   7 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
(edit) @12002   7 years stoecker fix #14692 - relatation checker test broken
(edit) @11998   7 years Don-vip see #14692 - checkstyle
(edit) @11997   7 years Don-vip see #5144 - fix NPE
(edit) @11996   7 years Don-vip fix #13809 - run GUI operations of NotificationManager.processQueue
(edit) @11995   7 years Don-vip fix #14690 - Loading commandline file blocks JOSM (regression from r11986)
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11992   7 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11991   7 years Don-vip see #13665 - cleaner error
(edit) @11989   7 years stoecker add support for type=building relation and support variable role names …
(edit) @11988   7 years Don-vip improve unit test for Main.postConstructorProcessCmdLine
(edit) @11987   7 years Don-vip checkstyle
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11984   7 years stoecker improve overpass API rate limit message, fix wrong timeout error message
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11977   7 years Don-vip see #14655 - fix javadoc warnings
(edit) @11975   7 years stoecker see #14655 - implement nearly all features in ELI sync XML output
(edit) @11974   7 years Don-vip add unit tests, javadoc
(edit) @11973   7 years Don-vip add unit tests
(edit) @11972   7 years bastiK see #7427 - remove obsolete code
(edit) @11971   7 years Don-vip javadoc
(edit) @11970   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11969   7 years Don-vip fix #14671 - Make sure we don't run the API call many times after …
(edit) @11961   7 years bastiK see #7427 - avoid black lines at tile borders (primarily for native tiles)
(edit) @11960   7 years stoecker checkstyle
(edit) @11959   7 years stoecker add a link to the wiki in imagery preferences
(edit) @11958   7 years bastiK see #7427 - clear memory cache on projection change
(edit) @11956   7 years bastiK see #7427 - repaint after clear tile cache action
(edit) @11954   7 years bastiK see #7427 - fix seams for reprojected tiles
(edit) @11953   7 years bastiK see #7427 - make sure layer is painted only once after zoom change
(edit) @11952   7 years stoecker fix #14717 - fix remote control help request
(edit) @11950   7 years Don-vip extract actions from AbstractTileSourceLayer to gui.layer.imagery
(edit) @11948   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
(edit) @11947   7 years Don-vip fix #14642 - IAE at AbstractTileSourceLayer.getBestZoom
(edit) @11946   7 years Don-vip see #13754 - deprecate imageryadjust plugin
(edit) @11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
(edit) @11944   7 years Don-vip see #14649 - fix @since
(edit) @11943   7 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11942   7 years Don-vip sonar - fb-contrib:PME_POOR_MANS_ENUM - Style - Simple field is used …
(edit) @11941   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11940   7 years Don-vip revert r11934, causes javac warning "Compound assignments to bytes, …
(edit) @11939   7 years Don-vip add missing default fonts from Windows 8.1+
(edit) @11937   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11936   7 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11935   7 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11934   7 years Don-vip sonar - squid:S1905 - Redundant casts should not be used
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11930   7 years Don-vip PMD - enable subset of optimizations rules
(edit) @11929   7 years Don-vip PMD - disable "InefficientEmptyStringCheck"
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11926   7 years Don-vip drop JOSM class, not needed
(edit) @11925   7 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11924   7 years Don-vip see #14653 - fix NoSuchMethodException
(edit) @11922   7 years Don-vip javadoc
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11920   7 years Don-vip remove orientexpress TLD from IANA
(edit) @11919   7 years Don-vip see #14653 - refactor AbstractReader
(edit) @11918   7 years Don-vip see #14653 - make enum type public
(edit) @11916   7 years Don-vip see #14653 - add support for multiple Overpass API output formats
(edit) @11915   7 years bastiK see #7427 - run consistency test in debug mode
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11912   7 years Don-vip fix unit test conflict
(edit) @11910   7 years Don-vip initialize AbstractTileSourceLayerTest
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11908   7 years stoecker see #10529 - don't display outer-way-style multipolygons by default - …
(edit) @11906   7 years stoecker fix NPE caused by variable case mismatch exposed by r11901
(edit) @11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11904   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11903   7 years stoecker drop StartCom as Chrome does no longer trust it even for older certs
(edit) @11901   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11900   7 years stoecker add leisure and amenity to multipolygon naming
(edit) @11899   7 years Don-vip fix #14646 - extra space in JOSM user agent since r11889 (regression)
(edit) @11898   7 years bastiK fixed #13100 - NPE on launch
(edit) @11897   7 years bastiK see #7427 - optimize warp transformaion performance problems should …
(edit) @11896   7 years bastiK see #7427 - clean up comment
(edit) @11895   7 years bastiK see #7427 - avoid code duplication (loop over colors)
(edit) @11894   7 years bastiK see #7427 - make sure fixed scale is used for alignment + javadoc
Note: See TracRevisionLog for help on using the revision log.