source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14866   5 years GerdP fix some sonar issues
(edit) @14865   5 years GerdP fix new sonar issues
(edit) @14864   5 years GerdP simplify code, no need to duplicate the EnumMap created in …
(edit) @14863   5 years GerdP fix checkstyle issue
(edit) @14862   5 years Don-vip fix #17427 - fix imagery html tooltip (regression of r11625?)
(edit) @14860   5 years GerdP fix some checkstyle and sonar issues, improve readability, no …
(edit) @14859   5 years GerdP fix #17438: Use constant INVALID_KEY for error "Presets do not contain …
(edit) @14858   5 years GerdP see #17345: disable ignore button only when the top level (severity) …
(edit) @14857   5 years GerdP see #17401, #17431 - make sure that list of errors is never null - …
(edit) @14856   5 years GerdP see #17412 if validator tree is rebuild, try to re-select the error …
(edit) @14855   5 years GerdP see #17401: Improve performance: Use cached icon in …
(edit) @14854   5 years GerdP see #17342: call updateEnabledState() for Lookup Button also when the …
(edit) @14853   5 years Don-vip fix #17435 - NPE
(edit) @14852   5 years GerdP see #17268: fix more javadoc issues
(edit) @14851   5 years GerdP see #17268: fix some findbugs/sonar/javadoc issues
(edit) @14850   5 years GerdP correct version number in @since
(edit) @14849   5 years GerdP fix #17412: Update validator tree when primitives are purged or …
(edit) @14848   5 years GerdP see #17401: re-add public method addNoRedraw(Command c) I used to …
(edit) @14847   5 years GerdP fix #17343 and #17344: Enable/Disable buttons in ValidatorDialog
(edit) @14846   5 years GerdP fix findbugs issue: Should …
(edit) @14845   5 years GerdP fix #17401: create a SequenceCommand instead of adding single commands …
(edit) @14842   5 years GerdP see #17268: fix invalid i18n string
(edit) @14839   5 years GerdP fix pmd: This call to Collection.toArray() may be optimizable
(edit) @14838   5 years GerdP fix checkstyle issue
(edit) @14837   5 years GerdP simplify code and avoid use of CopyList constructor
(edit) @14836   5 years GerdP simplify code and avoid use of CopyList constructor
(edit) @14835   5 years GerdP see #17343: prepare solution updateEnabledState() should be called in …
(edit) @14834   5 years GerdP see #17342: Simplify code and drastically improve performance when …
(edit) @14833   5 years GerdP fix sonar issues
(edit) @14828   5 years GerdP fix #17268: There should be a method to clear ignored errors patch …
(edit) @14827   5 years GerdP see #17327: work around to allow SortedMap in MapListSetting
(edit) @14826   5 years GerdP fix #17342 ValidatorDialog: Lookup button needs improvement
(edit) @14825   5 years GerdP fix #17345: ValidatorDialog: Ignore button should be disabled sometimes
(edit) @14823   5 years Don-vip see #17311 - revert changes from r14747 / r14759, cause …
(edit) @14822   5 years Don-vip add unit test for AboutAction
(edit) @14820   5 years GerdP fix #17286: graphic glitches after undocking an redocking a minimized panel
(edit) @14817   5 years Don-vip add new unit tests for DuplicateWay and DuplicateRelation, fix NPE …
(edit) @14816   5 years Don-vip see #17387 - add more details when NegativeArraySizeException occurs …
(edit) @14813   5 years Don-vip add unit test for CrossingWays
(edit) @14811   5 years Don-vip see #17380 - enable en_CA
(edit) @14810   5 years Don-vip fix #17328 - visible html code in error message
(edit) @14807   5 years Don-vip fix #17338 - NPE
(edit) @14803   5 years Don-vip fix #17376 - allows multiple values in URL validator
(edit) @14802   5 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14801   5 years Don-vip fix #17358 - mapcss regular expression matches for key (patch by …
(edit) @14797   5 years Don-vip fix #17367 - NPE
(edit) @14794   5 years Don-vip see #17353 - better error message
(edit) @14791   5 years Don-vip remove TLD from IANA
(edit) @14790   5 years Don-vip remove TLD from IANA
(edit) @14788   5 years Don-vip remove TLD from IANA
(edit) @14786   5 years Don-vip fix #17323 - better tooltip for "Show preset search dialog" (patch by …
(edit) @14784   5 years Don-vip see #17516 - upgrade to error_prone 2.3.3-SNAPSHOT + patch for Java 13 …
(edit) @14779   5 years GerdP see #16803: revert r14777,r14775, and r14772: too many side effects, …
(edit) @14777   5 years GerdP fix #17313 NPE when *_link road is connected to way without a highway …
(edit) @14775   5 years GerdP fix some new sonar issues
(edit) @14774   5 years GerdP fix #17298: customer -> customers
(edit) @14772   5 years GerdP fix #16803 Validator: Wrong warning Highway link is not linked to …
(edit) @14771   5 years GerdP fix checkstyle issue, no functional change
(edit) @14768   5 years GerdP fix #17302: reduce sort time in ValidatorTreePanel.buildTree()
(edit) @14767   5 years Klumbumbus * fix #17297, see #8877 - add wiki documented denominations >500 uses …
(edit) @14766   5 years GerdP fix sonar issue: "parent" is the name of a field in "Component" …
(edit) @14765   5 years GerdP fix #17286 remember state of minimized docked panels when closing …
(edit) @14764   5 years GerdP add javadoc @since for new public method setChangesetDataNeeded()
(edit) @14763   5 years GerdP fix #17279: improve performance when retrieving history
(edit) @14762   5 years GerdP see #13195: Further reduce number of GPX download calls.
(edit) @14761   5 years GerdP fix #13195 1) BoundingBoxDownloader: Reduce number of gpx api calls: …
(edit) @14759   5 years simon04 Marker: avoid ConcurrentModificationException Relates to r14747.
(edit) @14758   5 years Don-vip update TLD from IANA
(edit) @14757   5 years Don-vip fix #17276 - catch and ignore ImagingOpException when applying image …
(edit) @14756   5 years GerdP see #17270: improve progress bar by doubling the tick count to match …
(edit) @14755   5 years Don-vip update TLD from IANA
(edit) @14754   5 years GerdP fix #17274: Empty line in ignorederrors.cfg causes reader to stop
(edit) @14748   5 years GerdP fix #17263: GpxLayer sometimes shows "ghost lines"
(edit) @14747   5 years simon04 Refactoring: use Map.computeIfAbsent in Marker
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14745   5 years simon04 see #17178 - About: add help button
(edit) @14744   5 years simon04 see #17178 - Search menu items: add help button
(edit) @14743   5 years simon04 see #17178 - Rectified Image: add help button
(edit) @14742   5 years simon04 see #17178 - Jump to position: add help button
(edit) @14741   5 years simon04 see #16497 - revert r14725/r14724/r14723/r14718/r14630 Support for …
(edit) @14738   5 years Don-vip fix #17242 - DataIntegrityProblemException when reading large files …
(edit) @14735   5 years Klumbumbus fix #17253, fix #17254, fix #17255, fix #17256 - remove some false …
(edit) @14734   5 years GerdP fix #16706 (16706-improve-v2.patch)
(edit) @14732   5 years GerdP fix #17246 NPE in TagChecker (regression of r14727) Unit test added
(edit) @14731   5 years simon04 see #15817 - CacheSettingsPanel: add i18n hint
(edit) @14729   5 years simon04 fix #15824 - Display non default API URL in upload dialog
(edit) @14727   5 years GerdP fix #17233: Remove support for TagChecker configuration files starting …
(edit) @14726   5 years Don-vip fix #17235 - NPE
(edit) @14725   5 years simon04 see #16497 - SessionWriter: use ../ to escape ZIP file
(edit) @14724   5 years simon04 see #16497 - Use NIO.2 in SessionReader
(edit) @14723   5 years simon04 see #16497 fix #17228 - Avoid backslashes in session files
(edit) @14722   5 years GerdP fix #10784 no progress in DownloadAlongAction (regression from r14688)
(edit) @14721   5 years GerdP fix PMD issue: The final local variable name 'ERR_TYPE_SPACE' doesn't …
(edit) @14720   5 years GerdP fix #17224: Remove need for left-right-hand-traffic.osm
(edit) @14718   5 years simon04 see #16497 - Relative paths for geoimages in session file
(edit) @14717   5 years GerdP revert r14716, is not compatible with poly plugin
(edit) @14716   5 years GerdP see #17201: Improve progress monitor: Let OsmImporter decide what task …
(edit) @14713   5 years simon04 see #14462 - ChildRelationBrowser: add popup menu
(edit) @14710   5 years Don-vip fix #17207 - NPE
(edit) @14709   5 years Don-vip fix #17222 - "Select relation" button in relation list doesn't work
Note: See TracRevisionLog for help on using the revision log.