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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16694   4 years simon04 see #19367 - History browser: do not reset UI after (re)loading of …
(edit) @16644   4 years simon04 Checkstyle
(edit) @16637   4 years simon04 PMD
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16622   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryLambda
(edit) @16609   4 years simon04 fix #19330 - History browser: Add semantic check to select equivalent …
(edit) @16601   4 years simon04 Add TableHelper.setSelectedIndices
(edit) @16600   4 years simon04 see #19330 - SelectionSynchronizer: do not interpolate selection …
(edit) @16597   4 years simon04 see #19369 - TaginfoAction.withTaginfoUrl: simplify construction of …
(edit) @16596   4 years simon04 fix #19320 - Add links to taghistory.raifer.tech
(edit) @16593   4 years simon04 fix #17688 - TagInfoViewer: allow to "restore selected tags" (via …
(edit) @16592   4 years simon04 HistoryBrowserDialogManager.show: simplify
(edit) @16591   4 years simon04 fix #19367 - History browser: do not reset UI after (re)loading of history
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16530   4 years simon04 fix #19328 - History browser: tags/nodes/relations: disallow column …
(edit) @16497   4 years simon04 see #19255 - Java 8: use Stream
(edit) @16495   4 years GerdP see #19257: reduce number of ShowHistoryAction implementations Add …
(edit) @16490   4 years simon04 fix #19255 - History browser: add "index of node/member" column
(edit) @16473   4 years GerdP fix #19260: Show menu on right-click in History of relation members …
(edit) @16465   4 years GerdP simplify code
(edit) @16464   4 years GerdP see #17270: apply warn.open.maxhistory only on not-new objects
(edit) @16461   4 years GerdP see #19257: remove duplicated code in different implementations of …
(edit) @16460   4 years GerdP see #19254 - double click on first row did not work - allow to use all …
(edit) @16459   4 years simon04 fix #19254 - History browser: double click relation member table to …
(edit) @16458   4 years simon04 fix #19253 - History browser: highlight selected relation member row
(edit) @16457   4 years simon04 History/VersionTable: scroll active versions into view Before, the …
(edit) @16456   4 years simon04 fix #19161 - History/RelationMemberListViewer: show reversed diff indicator
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16395   4 years GerdP fix #18680: Listener was not registered before: LayerChangeAdapter
(edit) @16394   4 years GerdP fix #17270: Improve History (Ctrl+H) when multiple objects are …
(edit) @16388   4 years simon04 fix #19176 - Update OSMCha URL (patch by willemarcel)
(edit) @16275   4 years simon04 see #19075 - Generify TaginfoAction
(edit) @16211   4 years GerdP fix javadoc
(edit) @16205   4 years GerdP see #18982, #10783: allow to collect missing primitives instead of …
(edit) @16123   4 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @15774   4 years simon04 Simplify RelationMemberListViewer.buildTable
(edit) @15773   4 years simon04 Fix typo
(edit) @15772   4 years simon04 Simplify HistoryViewerPanel.buildTable
(edit) @15769   4 years simon04 see #17688 - TagInfoViewer: allow to select/copy multiple values
(edit) @15768   4 years simon04 Simplify TagInfoViewer.buildTable
(edit) @15706   4 years simon04 see #14465 -Tag2Link: combine links with same name and launch at once
(edit) @15673   4 years simon04 see #13901 - Reimplement Tag2Link in core The plugin tag2link has …
(edit) @15581   4 years Don-vip fix #18409 - distinct label for relation wiki link in Membership …
(edit) @15208   5 years Don-vip fix #17621 - Replace OSM History Viewer (osmrmhv) by OSM History …
(edit) @15145   5 years Don-vip see #17772 - make sure all JMapViewer instances in JOSM behave the same
(edit) @15007   5 years Don-vip remove deprecated API
(edit) @14864   5 years GerdP simplify code, no need to duplicate the EnumMap created in …
(edit) @14764   5 years GerdP add javadoc @since for new public method setChangesetDataNeeded()
(edit) @14763   5 years GerdP fix #17279: improve performance when retrieving history
(edit) @14756   5 years GerdP see #17270: improve progress bar by doubling the tick count to match …
(edit) @14692   5 years simon04 see #17182 - fix warning
(edit) @14676   5 years Don-vip fix #17182 - restore contextual menu of history dialog
(edit) @14675   5 years simon04 HistoryViewer: fix code duplication
(edit) @14545   5 years GerdP see #17040 - destroy ChangesetInfoAction and UserInfoAction
(edit) @14495   5 years Don-vip fix #17054 - prefer JOSM imagery entry "OpenStreetMap Carto …
(edit) @14483   5 years Don-vip see #17040 - fix SonarQube issues
(edit) @14465   5 years Don-vip see #17040 - fix PMD warning
(edit) @14463   5 years Don-vip fix #17040 - fix memory leaks when calling history dialog
(edit) @14432   5 years Don-vip fix #17000 - add link to OSM History Viewer (pewu)
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14248   6 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
(edit) @14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @13974   6 years Don-vip fix recent minor issues
(edit) @13948   6 years Don-vip fix HistoryHook signature
(edit) @13947   6 years Don-vip add HistoryHook
(edit) @13926   6 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13924   6 years Don-vip add IPrimitive.getOsm*Id()
(edit) @13853   6 years Don-vip fix #11949 - History dialog: insert <wbr> in username labels to …
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13654   6 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13535   6 years Don-vip fix #16097 - NPE + disable arrow button in history dialog with …
(edit) @13521   6 years Don-vip fix #16085 - add contextual menu in tag table of history dialog with …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13426   6 years Don-vip fix typo: setZoomContolsVisible => setZoomControlsVisible
(edit) @13202   6 years Don-vip update to PMD 6.0.0
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13043   6 years Don-vip see #15474 - fix warnings
(edit) @13041   6 years Don-vip fix #15474 - Include WhoDidIt in changeset history (patch by naoliv)
(edit) @13014   7 years Don-vip fix #15444 - NPE
(edit) @12888   7 years Don-vip fix #15348 - Include OSMCha in history viewer (patch by naoliv)
(edit) @12871   7 years simon04 fix #14578 - Open external history viewers Popup menu is added to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12743   7 years Don-vip see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
(edit) @12735   7 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12713   7 years bastiK see #15229 - remove dependencies of CheckParameterUtil on various data …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12615   7 years bastiK see #14794 - javadoc
(edit) @12511   7 years Don-vip fix #12545 - catch IAE when displaying history with version number not …
(edit) @12043   7 years michael2402 Add nicer padding to version info panel
Note: See TracRevisionLog for help on using the revision log.