source: josm/trunk/test/unit/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16322   4 years simon04 fix #18883 - InspectPrimitiveDialog: improve mapstyle summary
(edit) @16321   4 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
(edit) @16319   4 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
(edit) @16282   4 years simon04 see #8352, see #19075 - Presets: fix unit tests
(edit) @16257   4 years simon04 see #18961 - Fix InspectPrimitiveDialogTest
(edit) @16182   4 years simon04 Fix typos in Javadoc
(edit) @16164   4 years simon04 see #18948 - Fix Java warning
(edit) @16161   4 years simon04 see #18948 - Get rid of remaining com.google.common.collect
(edit) @16160   4 years simon04 see #18948 - Get rid of remaining ImmutableMap.of
(edit) @16159   4 years simon04 see #18948 - Use Collections.singletonMap instead of ImmutableMap.of
(edit) @16128   4 years Don-vip see #17285 - add privacy-policy-url in mirror, check links in …
(edit) @16110   4 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16042   4 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16034   4 years simon04 Fix typo "preferred"
(edit) @16006   4 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @15988   4 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15984   4 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15947   4 years simon04 see #18798, see #14088 - TagEditHelperTest: share code
(edit) @15946   4 years simon04 fix #18798, see #14088 - Crash when adding junction=roundabout to a …
(edit) @15935   4 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15927   4 years simon04 see #18764, see #14088 - Add non-regression test (fix for headless)
(edit) @15925   4 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15924   4 years Don-vip fix #18761 - only consider source=survey for local GPX files, not the …
(edit) @15923   4 years Don-vip fix #18638 - add a method to cycle through layers (patch by …
(edit) @15921   4 years simon04 see #18764, see #14088 - Add non-regression test (patch by taylor.smock)
(edit) @15871   4 years Don-vip see #18440 - register API key provider in integration test
(edit) @15843   4 years simon04 see #17109 - Autofilter: use dot as decimal separator
(edit) @15842   4 years simon04 fix #17109 - Autofilter: support 0.5 steps for level
(edit) @15839   4 years simon04 see #18679 - Autofilter: refactoring
(edit) @15838   4 years simon04 fix #18679 - Autofilter: extract numeric value from number+unit
(edit) @15822   4 years GerdP see #18654: Fix unit test OsmPrimitiveComparator.comparingUniqueId() …
(edit) @15810   4 years Don-vip see #14921 - hardcode valid time range for Sentinel-2 sources in …
(edit) @15777   4 years simon04 fix #13813 - Advanced object info: use consistent coordinates/bbox format
(edit) @15764   4 years simon04 fix #17496 - AutoFilter: infer sensible default values for layer
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15702   4 years simon04 see #13901 - move Tag2Link to tools/
(edit) @15679   4 years simon04 see #13901 see #18542 - Obtain tag2link rules from OSM Sophox
(edit) @15677   4 years simon04 fix #18542, see #13901 - Obtain tag2link rules from Wikidata
(edit) @15673   4 years simon04 see #13901 - Reimplement Tag2Link in core The plugin tag2link has …
(edit) @15650   4 years Don-vip fix #18514 - display changeset toggle dialog entry in the window menu …
(edit) @15591   4 years Don-vip fix #18408 - Add trim_list mapCSS function (patch by taylor.smock)
(edit) @15539   4 years Don-vip increase integration test timeout
(edit) @15516   4 years Don-vip see #16796 - ignore test until a fix is provided
(edit) @15502   4 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15497   4 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   4 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15456   5 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(edit) @15432   5 years Don-vip see #2760 - fix unit tests
(edit) @15431   5 years Don-vip fix #2760 - update unit tests (patch by Bjoeni)
(edit) @15425   5 years Don-vip update unit test
(edit) @15423   5 years Don-vip fix #17240 - Presets: verify that wiki links are no redirect
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15400   5 years Don-vip Force metric measurement system only in tests requiring it as it …
(edit) @15399   5 years Don-vip force metric system in unit tests
(edit) @15398   5 years Don-vip fix unit tests and javadoc
(edit) @15396   5 years Don-vip fix unit tests and javadoc
(edit) @15323   5 years Don-vip fix #18085 - Add method to get unique values in mapcss (patch by …
(edit) @15315   5 years Don-vip fix #18057 - add tag_regex mapcss method to get keys by regex for …
(edit) @15279   5 years Don-vip fix #17995 - Add sort method for mapcss (patch by taylor.smock)
(edit) @15275   5 years Don-vip fix #17845 - refactor evaluate code in ExpressionFactory to allow …
(edit) @15246   5 years Don-vip fix #17885 - add new MapCSS functions to retrieve OSM metadata: * …
(edit) @15245   5 years Don-vip see #17885 - extract Functions class
(edit) @15196   5 years Don-vip fix #17845 - Add a MapCSS method to check for roles in relations …
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @15101   5 years Don-vip ignore by url (faster)
(edit) @15100   5 years Don-vip ignore by url, increase timeout
(edit) @15098   5 years Don-vip nicer test names
(edit) @15097   5 years Don-vip fix parallel execution of integration tests
(edit) @15095   5 years Don-vip parameterize integration tests for map paint styles and tagging presets
(edit) @15076   5 years Don-vip fix #17501 - Detect if a oneway in a relation may be going in the …
(edit) @15051   5 years Don-vip see #17634 - allow to define exceptions to the list of forbidden …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @15015   5 years Don-vip see #17634 - use case insensitive comparison, forbid google as source
(edit) @15013   5 years Don-vip remove duplicated code
(edit) @15010   5 years Don-vip fix #17634 - Reject uploads that do not follow comment/source upload …
(edit) @14996   5 years Don-vip see #17559 - update unit test
(edit) @14994   5 years Don-vip see #17559 - update unit test
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14807   5 years Don-vip fix #17338 - NPE
(edit) @14796   5 years Don-vip see #17358 - add non-regression test (disabled for now)
(edit) @14795   5 years Don-vip fix ignored error detection
(edit) @14792   5 years Don-vip fix NPE
(edit) @14789   5 years Don-vip see #16073 - allow to ignore error only based on a substring
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14719   5 years Don-vip increase timeout
(edit) @14694   5 years Don-vip see #16073 - allow to ignore error only based on its last part
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14616   5 years stoecker see #16073 - output skipped ignores at the end
(edit) @14614   5 years Don-vip see #16073 - increase read timeout for slow WMS servers
(edit) @14612   5 years Don-vip see #16073 - mark ignored tests as skipped
(edit) @14611   5 years Don-vip see #16073 - increase read timeout for slow WMS servers
(edit) @14606   5 years Don-vip see #16073 - handle locale-dependent error messages such as XML …
(edit) @14605   5 years Don-vip see #16073 - convert single global test to one test per imagery entry …
(edit) @14604   5 years Don-vip tools update: awaitility 3.1.5, equalsverifier 3.1.2, jmockit 1.44, …
(edit) @14603   5 years Don-vip fix #17145 - fix java warnings in tests (patch by francois2)
(edit) @14569   5 years Don-vip see #16073 - correct handling of server projections
(edit) @14566   5 years Don-vip see #16073 - double timeouts
(edit) @14564   5 years Don-vip see #16073 - better detection of bad zoom errors
(edit) @14562   5 years GerdP fix #16911 regression from r13729 : make sure that redo tree is …
Note: See TracRevisionLog for help on using the revision log.