source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @12335   7 years michael2402

SearchAction: Remove unused DescriptionTextBuilder, it was replaced by SearchKeywordRow a long time ago.

(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 should be located at the beginning of a line

(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 in EDT.

(edit) @12329   7 years michael2402

See #14854: Selection change listeners should not re-add the primitives that are removed to the selection.

(edit) @12328   7 years Don-vip

fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, .aac, .aif, .aiff files) if Java FX is on the classpath (i.e. Windows, macOS, nearly all major Linux distributions). The classes are not public on purpose, as the whole system will have to be simplified when all Linux distributions propose Java FX and so we can get rid of old Java Sound implementation.

(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) - AFAIK no plugin is concerned

(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 each plugin instead of unified class loader.

(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 addr:street and addr:place

(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 ds.fireSelectionChanged()

(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

This fixes request for restart with fresh preferences despite no changes in the preferences window.

(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 cacheDir related deprecations (ref [12289])

(edit) @12292   7 years Don-vip

sonar - squid:CommentedOutCodeLine - Sections of code should not be "commented out"

(edit) @12291   7 years Don-vip

sonar - squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "ArrayList"

(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 be used

(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 variations for strings of same length

(edit) @12282   7 years Don-vip

move Swing action to gui package (causes failure when running validator unit test as the GUI is not needed to be initialized)

(edit) @12281   7 years Don-vip

sonar - squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block

(edit) @12280   7 years Don-vip

drop remaining png extensions from few icons in java code so we can provide svg replacements in the future

(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 event objects each time a track is added if there is no listener yet

(edit) @12274   7 years michael2402

Fix #14847: Fix reload of colors if data was added to/removed from gpx layer.

(edit) @12273   7 years Don-vip

fix #14850 - NPE on launch: make sure RestartAction (and all the GUI stuff behind) is not constructed before GUI is fully initialized

(edit) @12272   7 years Don-vip

fix #14849 - fix crash at startup when two initialization tasks have been translated with the same text

(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 interfaces such as "List" rather than specific implementation classes such as "ArrayList"

(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 uploads data.

(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 2.0.20-20170524.215422-21, xmltask 1.18

(edit) @12262   7 years Don-vip

see #11924 - exports/opens more packages for known JOSM plugins (geotools, jogl, kendzi3d)

(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

(edit) @12256   7 years Don-vip

see #14832 - display the URL as attribution is text is missing

(edit) @12255   7 years Don-vip

record code coverage only on JOSM classes

(edit) @12254   7 years Don-vip

update checkstyle filters

(edit) @12253   7 years Don-vip

findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS

(edit) @12252   7 years Don-vip

add missing https rule in unit test

(edit) @12251   7 years Don-vip

update to equalsverifier 2.3

(edit) @12250   7 years Don-vip

update new TLD from IANA

(edit) @12249   7 years Don-vip

unit tests - platform is required to setup https certificates

(edit) @12248   7 years Don-vip

add missing https rules in unit tests

(edit) @12247   7 years stoecker

try another color

(edit) @12246   7 years stoecker

improve default output

(edit) @12245   7 years stoecker

see #14655, new color for the unhandled ID entries

(edit) @12244   7 years Don-vip

see #11924 - simplify DNSName copy by using reflection

(edit) @12243   7 years Don-vip

see #11924 - update error-prone, manually built from https://github.com/google/error-prone/compare/sync-master-05/10/2017 for better java 9 support, see https://github.com/google/error-prone/issues/448

(edit) @12242   7 years stoecker

see #14655 - handle api keys in URL compare

(edit) @12241   7 years Don-vip

see #11924, see #14649 - java 9 does not seem to include Dutch certificates yet, load them from /usr/share/ca-certificates/mozilla (see Debian ca-certificates package)

(edit) @12240   7 years Don-vip

fix #14831 - handle null bounds

(edit) @12239   7 years Don-vip

fix Java package version detection on localized rpm-based systems (RHEL, CentOS)

(edit) @12238   7 years Don-vip

see #11924 - make the JRE expiration date detection system work with Java 9

(edit) @12237   7 years Don-vip

see #11924 - add --add-modules java.se.ee for unit tests so that PluginHandlerTestIT.testValidityOfAvailablePlugins can access JAXB - there is no similar option in manifest (at least not yet)

(edit) @12236   7 years Don-vip

checkstyle - add @deprecated javadoc tag

Note: See TracRevisionLog for help on using the revision log.