source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12356   7 years michael2402 CombineWayAction: Allow merging ways that are not in the current edit …
(edit) @12355   7 years michael2402 DownloadWmsAlongTrackAction: Do not require main window to be …
(edit) @12354   7 years michael2402 WireframeToggleAction: repaint all data layers.
(edit) @12353   7 years michael2402 ConflictDialog: Do not refresh twice during show
(edit) @12352   7 years michael2402 Use new selection interface in ConflictDialog The dialog is now not …
(edit) @12351   7 years michael2402 Fix FollowLineAction selecting the wrong primitive When using the …
(edit) @12350   7 years michael2402 See #13036: Add data set tests to SelectCommand
(edit) @12349   7 years michael2402 Fix SelectCommand triggering a critical error when it is undone after …
(edit) @12348   7 years michael2402 See #13036: Add more consistency checks to move / delete command.
(edit) @12347   7 years michael2402 Use preferences to store modeless setting and toggle dialog widht
(edit) @12346   7 years michael2402 SearchAction: Use ExpertToggleAction to determine if expert mode is active.
(edit) @12345   7 years michael2402 Apply #14840: Fix alignment in search dialog. Patch by bafonins
(edit) @12344   7 years michael2402 Rename search options to search syntax
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12342   7 years michael2402 Change MapPaintStyles listener to use a ListenerList
(edit) @12341   7 years michael2402 Move common style update code to new method in map paint styles.
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12339   7 years michael2402 Add javadoc to SlippyMapBBoxChooser
(edit) @12338   7 years michael2402 Sonar squid:S1125 - simplify condition.
(edit) @12337   7 years michael2402 PluginHandlerTestIT: Remove unused import.
(edit) @12336   7 years michael2402 Add trace logging if plugin class is not found in dependency class loader.
(edit) @12335   7 years michael2402 SearchAction: Remove unused DescriptionTextBuilder, it was replaced by …
(edit) @12334   7 years michael2402 Javadoc for SearchAction.
(edit) @12333   7 years michael2402 Fix #14840: Add separation borders to search dialog. Patch by bafonins
(edit) @12332   7 years Don-vip sonar - squid:RightCurlyBraceStartLineCheck - A close curly brace …
(edit) @12331   7 years Don-vip see #2089 - include jfxrt.jar in ProGuard classpath
(edit) @12330   7 years michael2402 Fix #14854: Run DrawAction selection listener and related UI updates …
(edit) @12329   7 years michael2402 See #14854: Selection change listeners should not re-add the …
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12327   7 years Don-vip see #2089 - move test classes to their own package
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12325   7 years Don-vip add genus/species/taxon to natural=tree_row preset
(edit) @12324   7 years Klumbumbus fix #14867 - service=* multiselect for shop=car_repair preset
(edit) @12323   7 years bastiK see #14901 - some cleanup
(edit) @12322   7 years bastiK fixed #14901 - restrict plugin classpath Separate class loader for …
(edit) @12321   7 years Don-vip fix OS Build number on Windows 7 (no releaseId like on Windows 10)
(edit) @12320   7 years Don-vip fix #11111 - don't register automatic shortcuts
(edit) @12319   7 years Don-vip increase timeout of unit test
(edit) @12318   7 years Don-vip see #14895 - checkstyle
(edit) @12317   7 years michael2402 Remove dupplicate code/state in MapMover
(edit) @12316   7 years michael2402 Add a method to undo/redo to get the last command.
(edit) @12315   7 years michael2402 MoveAction: Ignore move if there is no edit data set
(edit) @12314   7 years michael2402 Use DataSet getSelectedWays/Nodes helper functions.
(edit) @12313   7 years michael2402 Fix #14886: We can't use old move command if there is no edit layer.
(edit) @12312   7 years Don-vip fix #14891 - improve roundabout/links validator test
(edit) @12311   7 years Don-vip fix #14895 - allow addr:neighbourhood as assignment additional to …
(edit) @12310   7 years Don-vip fix #14890 - drop HistoryChangedListener
(edit) @12309   7 years bastiK not a typo
(edit) @12308   7 years stoecker typo
(edit) @12307   7 years stoecker typo
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12305   7 years Don-vip update new TLD from IANA
(edit) @12304   7 years michael2402 Javadoc for public methods / classes in gui.util and gui.widgets
(edit) @12303   7 years michael2402 Javadoc for package org.openstreetmap.josm.gui.mappaint.styleelement
(edit) @12302   7 years michael2402 Invalidate the validator layer after repairing the errors. Remove …
(edit) @12301   7 years michael2402 Add missing javadoc in the org.openstreetmap.josm.gui.dialogs package.
(edit) @12300   7 years michael2402 See #14794: Add class javadoc for MenuItemSearchDialog
(edit) @12299   7 years michael2402 Move OSD label field to the beginning of the class.
(edit) @12298   7 years michael2402 Rename one character variables in filter dialog, add javadoc.
(edit) @12297   7 years michael2402 Javadoc for the changeset dialogs.
(edit) @12296   7 years bastiK respect default preferences when writing preset/style/rule entries …
(edit) @12295   7 years bastiK forgot annotation
(edit) @12294   7 years bastiK fix
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12290   7 years Don-vip sonar - squid:S1199 - Nested code blocks should not be used
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @12287   7 years Don-vip see #11166 - make SimplifyWayAction.simplifyWay static + fix javadoc
(edit) @12286   7 years Don-vip fix #14868 - Add support import *.jpeg images
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12284   7 years Don-vip see #14794 - javadoc
(edit) @12283   7 years Don-vip fix #14858 - "Similarly named ways" test: detect accent and case …
(edit) @12282   7 years Don-vip move Swing action to gui package (causes failure when running …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12278   7 years Don-vip see #14821 - update java version numbers
(edit) @12277   7 years Don-vip findbugs - disable IL_INFINITE_LOOP
(edit) @12276   7 years Don-vip sonar - squid:S2189 - Loops should not be infinite
(edit) @12275   7 years Don-vip see #14847 - optimization during gpx parsing: don't construct change …
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12273   7 years Don-vip fix #14850 - NPE on launch: make sure RestartAction (and all the GUI …
(edit) @12272   7 years Don-vip fix #14849 - fix crash at startup when two initialization tasks have …
(edit) @12271   7 years Don-vip i18n update
(edit) @12270   7 years Klumbumbus update preset links
(edit) @12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12268   7 years Don-vip see #11924 - fix macOS dock icon with Java 9
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12266   7 years stoecker see #14655 - drop remaining SKIP types
(edit) @12265   7 years michael2402 Fix #5676: Force a reload of the edit summary field if the user …
(edit) @12264   7 years Don-vip revert last change on error_prone (crash)
(edit) @12263   7 years Don-vip tools update: PMD 5.7.0, Checkstyle 7.7, error_prone_ant …
(edit) @12262   7 years Don-vip see #11924 - exports/opens more packages for known JOSM plugins …
(edit) @12261   7 years stoecker see #14832 - sanity checks for attribution
(edit) @12260   7 years Don-vip checkstyle
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @12258   7 years stoecker see #14832 - add access to raw logo information
(edit) @12257   7 years stoecker see #14832 - add access to raw logo information
Note: See TracRevisionLog for help on using the revision log.