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) @18853   20 months taylor.smock See #16567: Update to JUnit 5 This removes new JOSMTestRules() with …
(edit) @18844   20 months taylor.smock Fix some recently introduced issues * Fix some issues with updated …
(edit) @18842   20 months taylor.smock Fix #23191: NPE in AddTagsDialog This is caused when a new layer is …
(edit) @18839   20 months taylor.smock Fix #23179: Include changeset in note comment if feasible (patch by …
(edit) @18837   20 months taylor.smock Fix #23057: An invisible layer should not become active when removing …
(edit) @18829   20 months taylor.smock Fix #16998: Add parent_osm_primitives and convert_primitives_to_string
(edit) @18828   20 months taylor.smock See #22810: OSM OAuth 1.0a/Basic auth deprecation and removal This …
(edit) @18827   20 months taylor.smock See #23165: Use test file with smaller (Integer.MAX_VALUE) changeset id
(edit) @18826   20 months taylor.smock Fix #23165: Cannot assign a changesetId > 0 to a new primitive There …
(edit) @18824   21 months taylor.smock Fix #23153: Remote Control API call is adding hashtags many times …
(edit) @18823   21 months taylor.smock Improve performance for …
(edit) @18818   21 months taylor.smock Fix tests
(edit) @18806   21 months taylor.smock Fix #23119: NPE in RemoteEntry.getLastModified
(edit) @18805   21 months taylor.smock Fix #23117: NPE in PlaceSelection$NamedResultTableModel This occurs …
(edit) @18804   21 months taylor.smock Fix #23116: Adding a member to a newly created relation will cause an …
(edit) @18799   22 months taylor.smock See r18798: Actually use the @Territories annotation This also fixes …
(edit) @18793   22 months taylor.smock Fix #23091: Opening a preset from inside a relation editor causes a …
(edit) @18783   22 months taylor.smock Fix #23081: NoSuchElementException in …
(edit) @18765   2 years taylor.smock See r18764, fix unit test that expected a button at a specific location
(edit) @18753   2 years taylor.smock Fix #23001: ClassCastException in GpxDrawHelper#calculateColors This …
(edit) @18706   2 years taylor.smock Fix #22817: Don't delete layer with changes and a non-normal upload …
(edit) @18695   2 years taylor.smock Fix #22603: Add PBF reading support
(edit) @18694   2 years taylor.smock Fix #22381: Try to automatically install newly required plugins on …
(edit) @18691   2 years taylor.smock Significantly reduce cost of large presets like `Name Suggestion …
(edit) @18690   2 years taylor.smock See #16567: Convert all assertion calls to JUnit 5 (patch by gaben, …
(edit) @18689   2 years taylor.smock Revert tests added in r18685/r18686, see #22767 The test has proven …
(edit) @18686   2 years taylor.smock See #22767, fix failing unit tests The fix for #22767 included a new …
(edit) @18685   2 years taylor.smock Fix #22767: Geotagged image deletion does not move to the …
(edit) @18684   2 years taylor.smock Fix #22770: High precision scroll inputs may cause zoom events in the …
(edit) @18683   2 years taylor.smock Fix #22783: Presets menu should not sort the first action block The …
(edit) @18671   2 years taylor.smock See #20768: Ensure that removing an OAuth 1.0 token actually removes …
(edit) @18664   2 years taylor.smock Fix #22704: Add parent_way_angle mapcss function (patch by Woazboat)
(edit) @18661   2 years taylor.smock Fix #22703, see #22695, #22704: 90° offset of icon-rotation: way; in …
(edit) @18650   2 years taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @18635   2 years taylor.smock Fix #22626: Geotagged images from GPX files cannot be closed when …
(edit) @18634   2 years taylor.smock Fix #22638: NoSuchFileException can occur when a gpx track points at …
(edit) @18622   2 years taylor.smock Fix #22625: SOE in ImageViewer This was fallout from reworking #21605
(edit) @18614   2 years taylor.smock See #21605: Add tabs to ImageViewerDialog for use with different image …
(edit) @18610   2 years taylor.smock Fix #21324: Command stack says "pasting 1 tag to [number] objects" …
(edit) @18602   2 years taylor.smock See r18598, fix tests under Java 18/19 This was caused by a race …
(edit) @18598   3 years taylor.smock FlatLaf uses properties files which occasionally have breaking changes …
(edit) @18593   3 years taylor.smock See #22337: Make window for attached GPX waypoint images resizable …
(edit) @18586   3 years taylor.smock Fix #22487: Object hover preview is re-enabled on layer change even …
(edit) @18574   3 years taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
(edit) @18571   3 years taylor.smock Fix #22439: Filter deleting always deletes the first filter regardless …
(edit) @18555   3 years taylor.smock Update tests for new UI information See #20716: Search for missing …
(edit) @18538   3 years taylor.smock JosmTextField: setHint now properly returns the old hint See …
(edit) @18494   3 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18491   3 years taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
(edit) @18464   3 years taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @18454   3 years taylor.smock Fix #21558: IOOBE in NotesDialog$NoteTableModel.getElementAt This is …
(edit) @18451   3 years taylor.smock Fix #22073: Optimized regexes (string starts with, ends with, …
(edit) @18439   3 years taylor.smock Fix #17906, #21889, see #12617 for the original issue This fixes an …
(edit) @18433   3 years taylor.smock Fix #22024: DataIntegrityProblemException during data upload This is …
(edit) @18403   3 years taylor.smock fix #21953: Remember custom overpass servers This was caused by not …
(edit) @18394   3 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18393   3 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18344   3 years Don-vip see #21655 - update unit test
(edit) @18327   3 years GerdP fix #21550: NPE in …
(edit) @18283   4 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18260   4 years Don-vip fix #21408 - fix fill-default property, add tests (patch by marcello)
(edit) @18254   4 years Don-vip fix #21408 - fix #19013, fix #21385, fix #21404 - Fix MultiSelect …
(edit) @18246   4 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
(edit) @18221   4 years Don-vip fix #21319 - Refactoring of class hierarchy around JosmComboBox / …
(edit) @18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18205   4 years Don-vip fix #21309 - allow changeset hashtags to start with digits (patch by …
(edit) @18191   4 years Don-vip fix #21260 - increase timeout in unit test, seems to cause random …
(edit) @18189   4 years Don-vip fix #21260 - fix unit test (patch by taylor.smock)
(edit) @18187   4 years Don-vip fix #21260 - fix reprojection of MVT tiles (patch by taylor.smock)
(edit) @18173   4 years Don-vip fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox …
(edit) @18131   4 years Don-vip fix #21215 - fix StackOverflowError in ComboBoxHistory (patch by …
(edit) @18128   4 years Don-vip fix #21203 - Use Object.toString() to display history combobox items …
(edit) @18126   4 years Don-vip fix #21203 - CCE in HistoryComboBox#addCurrentItemToHistory (patch by …
(edit) @18106   4 years Don-vip fix #21150 - Add JUnit5 annotation for WireMockServer (patch by …
(edit) @18051   4 years Don-vip upgrade to checkstyle 8.43, fix violations
(edit) @18050   4 years Don-vip see #17606 - see #21126 - fixes
(edit) @18037   4 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @18035   4 years Don-vip GeoImageLayer : code cleanup, extract Loader class
(edit) @18021   4 years Don-vip see #8472 - don't load image from Wikimedia Commons for real in unit …
(edit) @18018   4 years Don-vip fix #21104 - see #20659 - Image viewer: fix tooltips and icon size, …
(edit) @18008   4 years Don-vip fix #21105 - see #17184 - make sure that most operations of GpxLayer …
(edit) @18001   4 years Don-vip fix #21095 - see #21041 - fix NPE when opening the preset editor with …
(edit) @17983   4 years Don-vip fix #21016 - ColorfulFilter not applied to empty tiles (patch by Bjoeni)
(edit) @17938   4 years Klumbumbus See #21026, see #14532 - Fix unit test
(edit) @17920   4 years simon04 see #20957 - Fix MapCSSParserTest: remove accidentally committed lines
(edit) @17916   4 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17891   4 years simon04 Checkstyle
(edit) @17890   4 years simon04 fix #20880 - History browser: show color gutter based on timestamp
(edit) @17883   4 years simon04 see #8472 - Fix build by removing @org.jetbrains.annotations.NotNull
(edit) @17880   4 years simon04 see #8472 - Show geocoded images from Wikimedia Commons as …
(edit) @17876   4 years simon04 fix #20851, see #20842 - Tagging presets: value_template="..." for …
(edit) @17873   4 years simon04 see #20813 - Modernize ThumbsLoader using ImageIO and subsampling
(edit) @17870   4 years simon04 see #20813 - ThumbsLoaderTest: add assertions
(edit) @17856   4 years simon04 see #20813 - Add ThumbsLoaderTest.testPerformance
(edit) @17845   4 years simon04 see #14176 - Introduce class Interval
(edit) @17844   4 years simon04 see #14176 - Fix GpxLayerTest
(edit) @17841   4 years simon04 see #14176 - Migrate various classes to Instant
(edit) @17838   4 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17834   4 years simon04 see #20813 - Add ImageDisplayTest.testLoadImageRunnablePerformance
(edit) @17832   4 years simon04 see #20744, fix #20810 - MapCSS: fix NPE
Note: See TracRevisionLog for help on using the revision log.