source: josm/trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9403   8 years Don-vip fix coverity 1012836 - Copy-paste error
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8219   9 years simon04 fix #6994 - History dialog: handle reversed ways better This is …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6743   10 years simon04 see #7326 - History dialog: move user id to toolbar, remember size/position
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5926   11 years bastiK clean up imports
(edit) @5899   11 years stoecker fix javadoc
(edit) @5627   11 years jttt use diff to show relation members in history dialog, jump to first …
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5440   12 years Don-vip fix #7716 - History shows same version number, wrong date, user, and …
(edit) @5340   12 years Don-vip see #7505 - Hide redacted version in history browser when loading an …
(edit) @5319   12 years simon04 fix #7835 - localize dates in UI
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5146   12 years bastiK fixed #7558 - History window shows XML entities in user names
(edit) @4734   12 years Don-vip fix #7194 - Reworking of osmChange downloads (Fail to update a way …
(edit) @4689   12 years stoecker don't have multiple classes in one file
(edit) @4602   12 years bastiK upgrade historic users to real users, so their CT status can be shown …
(edit) @4601   12 years bastiK history panel: new column indicating CT status of the user
(edit) @4598   12 years bastiK history browser: changed selection of 2 compared version. WAS: double …
(edit) @4566   12 years stoecker fix #6652 - patch by olejorgenb - Members list in history panel for …
(edit) @4498   13 years simon04 see #6774 - Make History dialog more diff-like (patch by olejorgenb)
(edit) @4406   13 years simon04 fix #6776 - sensible pre-selection of versions in history dialog
(edit) @4339   13 years stoecker fix #6592 - patch by simon04 - Exception showing history of incomplete …
(edit) @4223   13 years stoecker fix #6570 (revert change in r4215, see #6547), i18n update, fix typo …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3221   14 years jttt Fix #4388 JOSM told me i've found a bug while editing a relation
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2622   14 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2556   14 years Gubaer applied #4063: patch by mjulius: Exception in History dialog
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2242   15 years stoecker fixed #3649 - show node coordinates in history dialog
(edit) @2182   15 years stoecker fixed typo
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2044   15 years Gubaer fixed #3383: changeset tags in history dialog
(edit) @2019   15 years Gubaer Improved history feature
(add) @1709   15 years Gubaer new: history feature implemented
Note: See TracRevisionLog for help on using the revision log.