source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @14880   5 years Don-vip fix #17448 - Same buttons in Upload Selection as in other upload …
(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) @14868   5 years GerdP fix #17443: improve performance for GPX layer action "Download from …
(edit) @14864   5 years GerdP simplify code, no need to duplicate the EnumMap created in …
(edit) @14863   5 years GerdP fix checkstyle issue
(edit) @14860   5 years GerdP fix some checkstyle and sonar issues, improve readability, no …
(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) @14854   5 years GerdP see #17342: call updateEnabledState() for Lookup Button also when the …
(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) @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) @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) @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) @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) @14810   5 years Don-vip fix #17328 - visible html code in error message
(edit) @14807   5 years Don-vip fix #17338 - NPE
(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) @14786   5 years Don-vip fix #17323 - better tooltip for "Show preset search dialog" (patch by …
(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) @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) @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) @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) @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) @14744   5 years simon04 see #17178 - Search menu items: add help button
(edit) @14734   5 years GerdP fix #16706 (16706-improve-v2.patch)
(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) @14726   5 years Don-vip fix #17235 - NPE
(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
(edit) @14706   5 years GerdP fix more recent sonar issues
(edit) @14700   5 years simon04 RelationTree: show root handles
(edit) @14695   5 years Don-vip It's 2019 and Oracle has finally discovered what HTTPS is about
(edit) @14692   5 years simon04 see #17182 - fix warning
(edit) @14690   5 years simon04 see #17202 - Use Shortcut#setTooltip to fix deprecations
(edit) @14685   5 years simon04 fix #14462 - Harmonize relation actions provided in popup menus
(edit) @14679   5 years simon04 GenericRelationEditor: bind Ctrl+Enter to okay action
(edit) @14678   5 years simon04 see #13160 - use atomic AtomicBoolean.compareAndSet
(edit) @14677   5 years Don-vip see #14666 - add propertiesdialog.autoresizeTagsTable option, …
(edit) @14676   5 years Don-vip fix #17182 - restore contextual menu of history dialog
(edit) @14675   5 years simon04 HistoryViewer: fix code duplication
(edit) @14674   5 years Don-vip fix #17181 - IAE at OsmIdSelectionDialog.setupDialog
(edit) @14673   5 years GerdP fix #17197 (regression from r14509) Only reset selection when last …
(edit) @14672   5 years GerdP fix #17184: fix leaks in ValidateUploadHook and …
(edit) @14669   5 years GerdP see #13160: Avoid additional deadlocks caused by r13854
(edit) @14668   5 years simon04 fix #17185 - Do not offer unsupported file types for saving OsmDataLayer
(edit) @14667   5 years simon04 see #17185 - Allow to save active ValidatorLayer
(edit) @14662   5 years simon04 see #16874 fix #17180 - NPE in UnGlueAction
(edit) @14658   5 years simon04 see #17178 - Upload selection: fix help topic, make help button visible
(edit) @14655   5 years simon04 see #17178 - Search presets: add help buttons, add button icons
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14653   5 years simon04 fix #16874 – Keep the id on the POI if unglueing When unglueing a …
(edit) @14652   5 years simon04 PropertiesMembershipChoiceDialog fix typo of r14650
(edit) @14650   5 years simon04 Extract PropertiesMembershipChoiceDialog.ExistingBothNew enum
(edit) @14649   5 years simon04 see #17173 - Fix LinkTest
(edit) @14648   5 years simon04 fix #17067 - Duplicate settings for display of hatching area
(edit) @14647   5 years simon04 see #17173 - Use correct language prefixes for OSM wiki Reference: …
(edit) @14646   5 years simon04 fix #17173 - Detect preset wiki languages automatically
(edit) @14641   5 years simon04 Extract Mediawiki class
(edit) @14634   5 years simon04 fix #17170 - Migrate TagInfoExtract.groovy to Java
(edit) @14632   5 years simon04 fix #15817 - Imagery Preferences: collect all cache settings in the …
(edit) @14631   5 years simon04 see #15817 - Imagery Preferences: harmonize cache size units
(edit) @14629   5 years simon04 fix #15918 - Confusing English texts (Imagery preferences)
(edit) @14628   5 years simon04 fix #16706 - Zoom to selection should not zoom out for zoom on a node …
(edit) @14625   5 years Don-vip add copy constructor, needed for plugins
(edit) @14624   5 years Don-vip fix various SonarQube issues
Note: See TracRevisionLog for help on using the revision log.