source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14592   8 years Don-vip fix minor code style issues
(edit) @14590   8 years Don-vip fix #17050 - Refactor the GeoImageLayer and related to use a Data …
(edit) @14589   8 years GerdP #see #17040 implement Destroyable in ToggleDialog.TitleBar and use it …
(edit) @14581   8 years Don-vip fix recent sonar issues
(edit) @14578   8 years Don-vip It's Christmas time! Animate our "Getting Started" page with shining …
(edit) @14562   8 years GerdP fix #16911 regression from r13729 : make sure that redo tree is …
(edit) @14558   8 years GerdP fix checkstyle issue
(edit) @14556   8 years GerdP see #17040 more cleanup in OsmDataLayer.destroy() - remove …
(edit) @14555   8 years GerdP see #17040 commit ChangesetDetail-v2.patch
(edit) @14548   8 years GerdP see #17040 - destroy AddImageryLayerAction Up to now they were never …
(edit) @14547   8 years GerdP see #17040 revert r14546 Sometimes tries to remove listener twice
(edit) @14546   8 years GerdP see #17040 implement Destroyable in ChangesetDetailPanel and use it …
(edit) @14545   8 years GerdP see #17040 - destroy ChangesetInfoAction and UserInfoAction
(edit) @14537   8 years GerdP see #17040 call Dataset.clear() in OsmDataLayer.destroy() Without …
(edit) @14532   8 years Don-vip see #16073 - avoid spurious warnings
(edit) @14509   8 years GerdP see #17040 implement resetSelection() to forget recently selected …
(edit) @14505   8 years Don-vip see #17061 - more helpful exception
(edit) @14504   8 years Don-vip fix #17065 - spurious UnsupportedFlavorException displayed in console
(edit) @14502   8 years GerdP fix #17064
(edit) @14500   8 years Don-vip see #17040 - fix memory leak after primitives are copied to clipboard
(edit) @14495   8 years Don-vip fix #17054 - prefer JOSM imagery entry "OpenStreetMap Carto …
(edit) @14493   8 years Don-vip fix #17051 - allow to copy/paste undeleted objects
(edit) @14492   8 years Don-vip fix #16128 - add new GUI setting for mappaint.hide.labels.while.dragging
(edit) @14489   8 years Don-vip see #17053 - fix parsing regression involving the - operator
(edit) @14484   8 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
(edit) @14483   8 years Don-vip see #17040 - fix SonarQube issues
(edit) @14481   8 years Don-vip fix #17053 - ignore MapCSS declarations starting with "-" to allow …
(edit) @14480   8 years Don-vip fix #16937 - Support user logins ending by " !"
(edit) @14479   8 years GerdP see #17040 Clean refs to Dataset in AutoCompletionManager when …
(edit) @14478   8 years GerdP see #17040 make MapSlider Destroyable
(edit) @14476   8 years Don-vip fix #14666 - Autoresize Tags/Memberships table to fit content (patch …
(edit) @14475   8 years GerdP see #17040 Use PopupMenuHandler to reset all primitiveActions
(edit) @14474   8 years Don-vip see #17021 - simplify exception handling
(edit) @14473   8 years GerdP see #17040 don't keep refs to OSM primitives in validation tests …
(edit) @14472   8 years GerdP see #17040 call removeZoomChangeListener in destroy()
(edit) @14471   8 years GerdP see #17040 Move call of UndoRedoHandler.removeCommandQueueListener() …
(edit) @14470   8 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14466   8 years GerdP see #17021 : fix unit test failure
(edit) @14465   8 years Don-vip see #17040 - fix PMD warning
(edit) @14463   8 years Don-vip fix #17040 - fix memory leaks when calling history dialog
(edit) @14462   8 years GerdP see #17021: fix checkstyle issues
(edit) @14461   8 years GerdP see #17021: use constants for selector base strings This reduces the …
(edit) @14459   8 years Don-vip see #16995 - remove unused imports
(edit) @14456   8 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14451   8 years Don-vip fix #16963 - do not draw lines for GPX unordered tracks
(edit) @14450   8 years Don-vip fix #17024 - hide "Download as new layer" button when there are no …
(edit) @14449   8 years Don-vip fix #17027 - clean output of TaggingPresetPreferenceTestIT
(edit) @14448   8 years Don-vip see #16995 - proper fix to timestamp formatting in GPX files, does not …
(edit) @14447   8 years Don-vip fix #16995 - fix spotbugs regressions (patch by cmuelle8)
(edit) @14446   8 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14439   8 years GerdP fix #16976 meaningless debug messages caused by missing quotes …
(edit) @14438   8 years Don-vip fix #16965 - ignore punctuation characters in tagging preset selector
(edit) @14436   8 years Don-vip fix SonarQube issues
(edit) @14435   8 years Don-vip fix SonarQube issues
(edit) @14434   8 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @14433   8 years Don-vip fix #16994 - case-insensitive search in saved user queries
(edit) @14432   8 years Don-vip fix #17000 - add link to OSM History Viewer (pewu)
(edit) @14430   8 years Don-vip fix #17003 - catch UncheckedParseException when converting OSM data to GPX
(edit) @14428   8 years wiktorn Checkstyle & PMD
(edit) @14427   8 years wiktorn Fix canceling precaching imageries along GPX track * when GPX is big …
(edit) @14426   8 years GerdP see #7561 comment 30 add javadoc @since to new public methods and new enum
(edit) @14425   8 years GerdP see #7561 comment 24 slightly modified 7561_storeHeight.patch, 1a) …
(edit) @14424   8 years GerdP see #7561 comment 21 Fix typo properties.presets.visable -> …
(edit) @14423   8 years GerdP see #7561 comment 16 add new expert preference …
(edit) @14419   8 years Don-vip see #16866 : fix PMD warnings
(edit) @14418   8 years michael2402 Fix #16945: Only store changed overpass height if user changes it. Add …
(edit) @14415   8 years michael2402 See #16866: Drop getopt, use own option parser.
(edit) @14410   8 years Don-vip fix #16943 - ChangesetCacheManagerTest: fix for non-headless mode …
(edit) @14402   8 years Don-vip fix #16938 - improve performance when data contains ways with many …
(edit) @14397   8 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14391   8 years simon04 fix #16494 - Download dialog: Download as new layer as button
(edit) @14390   8 years simon04 fix #15918 - Confusing English texts (thanks to Hb---)
(edit) @14388   8 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @14387   8 years simon04 fix #15832 - Add labels for background imagery sliders
(edit) @14385   8 years Don-vip fix #16914 - GenericRelationEditorTest: fix for non-headless mode …
(edit) @14384   8 years Don-vip see #16912 - introduce native and virtual plugins using new …
(edit) @14381   8 years Don-vip fix #16875 - command stack dialog was not updated after fixing errors …
(edit) @14380   8 years Don-vip fix #16906 - RelationEditorActionsTest: fix for non-headless mode …
(edit) @14379   8 years simon04 Fix Javadoc
(edit) @14371   8 years simon04 fix #15889 - add MapCSS function is_similar This function tests if …
(edit) @14369   8 years Don-vip fix #16899 - HelpBrowserTest: fix for non-headless mode (patch by ris)
(edit) @14367   8 years Don-vip fix #16897 - catch InvalidPathException for invalid WMS GetCapabilities URL
(edit) @14366   8 years Don-vip fix #16893 - DownloadOpenChangesetsTaskTest: fix for non-headless mode …
(edit) @14360   8 years Don-vip fix #16890, see #16824 - NPE
(edit) @14358   8 years Don-vip fix #16878 - SaveLayersDialogTest: fix for non-headless mode (patch by ris)
(edit) @14355   8 years Don-vip fix #16865 - UploadDialogTest: fix for non-headless mode (patch by …
(edit) @14353   8 years michael2402 Throw exception if NaN is encountered in Range.
(edit) @14349   8 years Don-vip fix #16855 - OsmDataLayerTest: fix for non-headless mode (patch by ris)
(edit) @14345   8 years Don-vip fix #16853 - increase osm-server.upload-strategy.chunk-size default …
(edit) @14344   8 years Don-vip fix #6524, fix #11240 - add synchronization in ChangesetListModel
(edit) @14342   8 years Don-vip see #9995, see #13173 - adjust symbol shapes size based on current DPI
(edit) @14341   8 years Don-vip see #16755 - fix sonarqube warnings
(edit) @14340   8 years Don-vip fix #13777 - allow to copy/paste error message from most of our error …
(edit) @14339   8 years Don-vip fix #13891 - don't change selection of relation editor members table …
(edit) @14338   8 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14337   8 years Don-vip fix #16845 - ChooseTrackVisibilityActionTest: fix for non-headless …
(edit) @14336   8 years Don-vip see #16841 - checkstyle
(edit) @14332   8 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14330   8 years Don-vip fix SonarQube issues
(edit) @14329   8 years Don-vip see #16824 - remove unneeded null-check
Note: See TracRevisionLog for help on using the revision log.