source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15003   5 years GerdP fix #17567: apply 17567-rephrase.patch
(edit) @15001   5 years GerdP fix #17596: No lines displayed for GPX tracks without tags Patch by Bjoeni
(edit) @15000   5 years Don-vip fix #17503 - NPE
(edit) @14999   5 years Don-vip fix #17619: - improve offline startup time on Windows by making …
(edit) @14995   5 years GerdP Fix PMD warning "Avoid excessively long variable names like …
(edit) @14993   5 years GerdP fix #17591: Add new preference …
(edit) @14992   5 years Don-vip fix #17610 - make filter model aware of locked layers
(edit) @14991   5 years Don-vip fix #17595 - smarter detection of ZWNJ/ZWJ unicode characters
(edit) @14990   5 years GerdP see #17567: improve messages created by RelationChecker - new error …
(edit) @14989   5 years Don-vip remove TLD from IANA
(edit) @14988   5 years Don-vip fix #17559 - remove plastic_laf plugin
(edit) @14985   5 years GerdP fix #17591 Zoom to download doesn't work as expected Partly revert …
(edit) @14984   5 years GerdP fix checkstyle issue
(edit) @14983   5 years GerdP fix #17578: catch IllegalStateException
(edit) @14982   5 years GerdP fix #17237: Poor error handling with write protected files
(edit) @14981   5 years Don-vip fix #16846 - Manual adjust in geotagging images does not take last …
(edit) @14979   5 years Don-vip fix #17573 - wrap InvalidPathException in IOException
(edit) @14978   5 years Don-vip fix #17574 - fix IAE when plugins modify preferences (regression from …
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14976   5 years Don-vip see #15051 - add a new method to get search text from …
(edit) @14974   5 years GerdP fix typo in error message, use I18N string similar to the one in …
(edit) @14973   5 years GerdP simplify code, improve performance: Remove obsolete method …
(edit) @14971   5 years GerdP fix checkstyle issue
(edit) @14970   5 years GerdP see #16102: Drastically improve performance for SimplifyWayAction when …
(edit) @14968   5 years GerdP fix checkstyle issue introduced with r14966
(edit) @14967   5 years GerdP see #17569 improve warning message Warn "Cannot add a node outside of …
(edit) @14966   5 years GerdP fix #17561 Confusing error message for turn restriction fix #17567
(edit) @14965   5 years GerdP fix copy+paste error, no functional change
(edit) @14964   5 years Don-vip see #13538 - avoid creation of intermediate Node objects
(edit) @14962   5 years GerdP fix #17551: Download along track doesn't completely download areas …
(edit) @14961   5 years GerdP reduce code duplication, add unit test for new access methods
(edit) @14960   5 years GerdP see #13538: - Add new method isOutSideWorld() to class Node and use …
(edit) @14952   5 years Don-vip fix #17546 - detects highly suspicious Unicode characters that have …
(edit) @14951   5 years GerdP fix #17517: Memory leak in ChangesetCacheManager
(edit) @14950   5 years GerdP fix #17238 Don't know why I forgot to commit this patch.
(edit) @14949   5 years Don-vip see #17546 - don't issue IPA warning for *:pronunciation
(edit) @14948   5 years Don-vip see #17546 - detect uses of "IPA Extensions" Unicode block …
(edit) @14947   5 years GerdP fix findBugs issue SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS
(edit) @14946   5 years GerdP see #17459: remove duplicated code in reverter corehacks Step 1: Add …
(edit) @14944   5 years Klumbumbus fix #17544 - support optional browse/ in osm url at open location
(edit) @14939   5 years Don-vip see #17268, see #17516 - add missing semicolons (issue reported by …
(edit) @14938   5 years GerdP see #17517: Shortcut "Esc" doesnt'work in ChangesetCacheManager dialog …
(edit) @14936   5 years GerdP fix #17525: catch all RunTimeExceptions in PleaseWaitRunnable.doRealRun()
(edit) @14934   5 years GerdP fix sonarLint issue: method names starting with "Is" instead of "is"
(edit) @14933   5 years Don-vip fix #15645, fix #17521 - Detect and fix non-printing control characters
(edit) @14932   5 years Don-vip see #15051, fix #17522 - crash in filter dialog caused by r14927
(edit) @14931   5 years GerdP see #17469: Fix memory leak: destroy JosmAction
(edit) @14930   5 years GerdP see #17514: Allow to paste full changeset URL where changeset id is …
(edit) @14929   5 years GerdP fix #17506: Display languages in alphabetical order
(edit) @14928   5 years GerdP see #17333: remove "?" from title so that already existing I18N string …
(edit) @14927   5 years Don-vip see #15051 - refactoring: extract SearchDialog from SearchAction
(edit) @14926   5 years GerdP fix #17333: Show last used tags in Add Tag Dialog
(edit) @14925   5 years Klumbumbus see #17512 - add osmarender:renderName, osmarender:renderRef and …
(edit) @14924   5 years Don-vip lakewalker plugin is dead and replaced by scanaerial
(edit) @14922   5 years Don-vip fix #7481 - add missing conflict when merging a primitive modified and …
(edit) @14916   5 years Don-vip fix #17512 - Add osmarender:nameDirection to automatically discarded tags
(edit) @14914   5 years GerdP see #17475: Improve test for obsolete associatedStreet relations - if …
(edit) @14913   5 years GerdP fix findbugs: remove redundant null checks
(edit) @14912   5 years GerdP see #17469: add shortcut Shift+Minus for "Ignore for now" action
(edit) @14908   5 years GerdP fix checkstyle issue
(edit) @14907   5 years GerdP see #17412: improve code which identifies previously expanded rows Old …
(edit) @14906   5 years GerdP fix #17475: Validator should mark obsolete type=associatedStreet relations
(edit) @14905   5 years GerdP fix #17440: remove confusing code fixes several sonar lint issues …
(edit) @14903   5 years Don-vip fix #17487 - NPE
(edit) @14902   5 years Don-vip fix #17481 - NPE
(edit) @14899   5 years GerdP fix checkstyle issues (indention, empty lines)
(edit) @14898   5 years GerdP fix #17291: improve handling of return code 404 in multifetch api - …
(edit) @14897   5 years GerdP fix #17468: Validator produces wrong warning for misspelled tag key …
(edit) @14895   5 years Don-vip fix #17477 - AIOOBE
(edit) @14894   5 years GerdP see #17469: Change action name "Remove" to "Ignore for now" else one …
(edit) @14892   5 years GerdP see #17412: Improve re-selection of tree element when the tree is …
(edit) @14889   5 years GerdP fix #17469: Add action "Remove" to right click menu. The action …
(edit) @14888   5 years Don-vip fix #17457 - Drop data depended tool tip from …
(edit) @14887   5 years GerdP see #17342: improve performance: check if selection is empty before …
(edit) @14886   5 years GerdP fix #17354: Relation list is not always updated The problem was that …
(edit) @14882   5 years GerdP code cleanup: move duplicated code to check ignore list and set …
(edit) @14880   5 years Don-vip fix #17448 - Same buttons in Upload Selection as in other upload …
(edit) @14879   5 years Klumbumbus fix #17454 - Support interval as restriction-type in conditional …
(edit) @14878   5 years GerdP see #17412: revert undintended functional change made in r14860
(edit) @14877   5 years GerdP fix sonar issue: Replace this if-then-else statement by a single …
(edit) @14875   5 years GerdP fix sonar issue: Add underscores to this numeric value for readability
(edit) @14872   5 years GerdP see #17443: increase threshold value reg. display of progress bar to …
(edit) @14870   5 years GerdP fix pmd issue "Avoid appending characters as strings in …
(edit) @14869   5 years GerdP see #17438: errors with code INVALID_KEY are NOT fixable
(edit) @14868   5 years GerdP fix #17443: improve performance for GPX layer action "Download from …
(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
Note: See TracRevisionLog for help on using the revision log.