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) @18635   15 months taylor.smock Fix #22626: Geotagged images from GPX files cannot be closed when …
(edit) @18634   15 months taylor.smock Fix #22638: NoSuchFileException can occur when a gpx track points at …
(edit) @18622   16 months taylor.smock Fix #22625: SOE in ImageViewer This was fallout from reworking #21605
(edit) @18614   16 months taylor.smock See #21605: Add tabs to ImageViewerDialog for use with different image …
(edit) @18610   17 months taylor.smock Fix #21324: Command stack says "pasting 1 tag to [number] objects" …
(edit) @18602   17 months taylor.smock See r18598, fix tests under Java 18/19 This was caused by a race …
(edit) @18598   17 months taylor.smock FlatLaf uses properties files which occasionally have breaking changes …
(edit) @18593   18 months taylor.smock See #22337: Make window for attached GPX waypoint images resizable …
(edit) @18586   18 months taylor.smock Fix #22487: Object hover preview is re-enabled on layer change even …
(edit) @18574   18 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
(edit) @18571   19 months taylor.smock Fix #22439: Filter deleting always deletes the first filter regardless …
(edit) @18555   20 months taylor.smock Update tests for new UI information See #20716: Search for missing …
(edit) @18538   20 months taylor.smock JosmTextField: setHint now properly returns the old hint See …
(edit) @18494   22 months taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18491   23 months taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
(edit) @18464   23 months taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @18454   2 years taylor.smock Fix #21558: IOOBE in NotesDialog$NoteTableModel.getElementAt This is …
(edit) @18451   2 years taylor.smock Fix #22073: Optimized regexes (string starts with, ends with, …
(edit) @18439   2 years taylor.smock Fix #17906, #21889, see #12617 for the original issue This fixes an …
(edit) @18433   2 years taylor.smock Fix #22024: DataIntegrityProblemException during data upload This is …
(edit) @18403   2 years taylor.smock fix #21953: Remember custom overpass servers This was caused by not …
(edit) @18394   2 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18393   2 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18344   2 years Don-vip see #21655 - update unit test
(edit) @18327   2 years GerdP fix #21550: NPE in …
(edit) @18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18260   3 years Don-vip fix #21408 - fix fill-default property, add tests (patch by marcello)
(edit) @18254   3 years Don-vip fix #21408 - fix #19013, fix #21385, fix #21404 - Fix MultiSelect …
(edit) @18246   3 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
(edit) @18221   3 years Don-vip fix #21319 - Refactoring of class hierarchy around JosmComboBox / …
(edit) @18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18205   3 years Don-vip fix #21309 - allow changeset hashtags to start with digits (patch by …
(edit) @18191   3 years Don-vip fix #21260 - increase timeout in unit test, seems to cause random …
(edit) @18189   3 years Don-vip fix #21260 - fix unit test (patch by taylor.smock)
(edit) @18187   3 years Don-vip fix #21260 - fix reprojection of MVT tiles (patch by taylor.smock)
(edit) @18173   3 years Don-vip fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox …
(edit) @18131   3 years Don-vip fix #21215 - fix StackOverflowError in ComboBoxHistory (patch by …
(edit) @18128   3 years Don-vip fix #21203 - Use Object.toString() to display history combobox items …
(edit) @18126   3 years Don-vip fix #21203 - CCE in HistoryComboBox#addCurrentItemToHistory (patch by …
(edit) @18106   3 years Don-vip fix #21150 - Add JUnit5 annotation for WireMockServer (patch by …
(edit) @18051   3 years Don-vip upgrade to checkstyle 8.43, fix violations
(edit) @18050   3 years Don-vip see #17606 - see #21126 - fixes
(edit) @18037   3 years Don-vip fix #21064 - Add JUnit 5 extension for preferences (patch by taylor.smock)
(edit) @18035   3 years Don-vip GeoImageLayer : code cleanup, extract Loader class
(edit) @18021   3 years Don-vip see #8472 - don't load image from Wikimedia Commons for real in unit …
(edit) @18018   3 years Don-vip fix #21104 - see #20659 - Image viewer: fix tooltips and icon size, …
(edit) @18008   3 years Don-vip fix #21105 - see #17184 - make sure that most operations of GpxLayer …
(edit) @18001   3 years Don-vip fix #21095 - see #21041 - fix NPE when opening the preset editor with …
(edit) @17983   3 years Don-vip fix #21016 - ColorfulFilter not applied to empty tiles (patch by Bjoeni)
(edit) @17938   3 years Klumbumbus See #21026, see #14532 - Fix unit test
(edit) @17920   3 years simon04 see #20957 - Fix MapCSSParserTest: remove accidentally committed lines
(edit) @17916   3 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17891   3 years simon04 Checkstyle
(edit) @17890   3 years simon04 fix #20880 - History browser: show color gutter based on timestamp
(edit) @17883   3 years simon04 see #8472 - Fix build by removing @org.jetbrains.annotations.NotNull
(edit) @17880   3 years simon04 see #8472 - Show geocoded images from Wikimedia Commons as …
(edit) @17876   3 years simon04 fix #20851, see #20842 - Tagging presets: value_template="..." for …
(edit) @17873   3 years simon04 see #20813 - Modernize ThumbsLoader using ImageIO and subsampling
(edit) @17870   3 years simon04 see #20813 - ThumbsLoaderTest: add assertions
(edit) @17856   3 years simon04 see #20813 - Add ThumbsLoaderTest.testPerformance
(edit) @17845   3 years simon04 see #14176 - Introduce class Interval
(edit) @17844   3 years simon04 see #14176 - Fix GpxLayerTest
(edit) @17841   3 years simon04 see #14176 - Migrate various classes to Instant
(edit) @17838   3 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17834   3 years simon04 see #20813 - Add ImageDisplayTest.testLoadImageRunnablePerformance
(edit) @17832   3 years simon04 see #20744, fix #20810 - MapCSS: fix NPE
(edit) @17824   3 years simon04 see #20739 - Revert "MapCSS: evaluate class on current and on default …
(edit) @17800   3 years simon04 see #20745 - Avoid heap allocations via Selector.AbstractSelector#conds
(edit) @17788   3 years simon04 fix #20164 - Changeset manager: Discussion tab: Problem with scrolling …
(edit) @17780   3 years simon04 see #20744, fix #20764 - MapCSS: fix NPE
(edit) @17774   3 years simon04 see #20744 - Fix ConditionFactoryTest ($jacocoInit)
(edit) @17770   3 years simon04 see #20744, fix #20757 - MapCSS: fix NPE Regression of r17758.
(edit) @17769   3 years simon04 see #20744 - MapCSS: fix unary minus Regression of r17758.
(edit) @17763   3 years simon04 see #20750 - Fix OsmDataLayerTest
(edit) @17762   3 years simon04 see #20744 - Evaluate MapCSS pseudo classes without array creation
(edit) @17760   3 years simon04 Checkstyle
(edit) @17758   3 years simon04 fix #20744 - Evaluate MapCSS expression without array creation
(edit) @17745   3 years simon04 fix #20739 - MapCSS: evaluate class on current and on default layer
(edit) @17743   3 years simon04 see #20739 - Add MapCSSParserTest.testLayerMatching
(edit) @17742   3 years simon04 Simplify MapCSSParserTest
(edit) @17721   3 years simon04 see #14176 - Fix BookmarkList.ChangesetBookmark …
(edit) @17718   3 years simon04 see #14176 - Utils.getDurationString in GpxLayer.formatTimespan
(edit) @17717   3 years simon04 see #14176 - Migrate Changeset to Instant
(edit) @17715   3 years simon04 see #14176 - Migrate GPX to Instant
(edit) @17714   3 years simon04 fix #20583 - Filter notes in notes dialog
(edit) @17712   3 years simon04 see #14176 - Migrate Note/NoteComment to Instant
(edit) @17704   3 years simon04 see #19126 - Extract WindowGeometry.PREF_KEY_GUI_GEOMETRY
(edit) @17695   3 years simon04 TaggingPresetPreferenceTestIT: use HTTP HEAD against wiki.openstreetmap.org
(edit) @17687   3 years simon04 fix #19889 - CI contains thousands of "Keystroke ... is already …
(edit) @17677   3 years simon04 see #16567 - JUnit 5: use org.junit.jupiter.api.Assumptions
(edit) @17662   3 years simon04 fix #19012 - Tagging presets: additional matching criteria via `<item …
(edit) @17643   3 years simon04 see #19078 - Presets: validate user input (using MapCSSTagChecker, …
(edit) @17642   3 years simon04 see #19078 - Common interface TagCondition
(edit) @17613   3 years simon04 fix #14124 - Add MapCSS function title Returns a title-cased …
(edit) @17611   3 years simon04 see #18949 - Add TaggingPresetItemGuiSupportTest
(edit) @17609   3 years simon04 see #18949 - Extract class TaggingPresetItemGuiSupport
(edit) @17604   3 years simon04 see #20613 - Fix MapCSSParserTest
(edit) @17601   3 years simon04 see #20613 - Fix MapCSSParserTest
(edit) @17600   3 years simon04 see #20244 - OAuthAuthorizationWizard: Separate buttons for …
(edit) @17593   3 years simon04 see #20613 - Split KeyCondition/KeyRegexpCondition Rewrite patterns …
Note: See TracRevisionLog for help on using the revision log.