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) @8686   9 years Don-vip fix #11803 - wrong help link
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8633   9 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(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) @8475   9 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(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) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8372   9 years Don-vip code cleanup
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8254   9 years simon04 see #10789 - History dialog: add button to open changeset dialog
(edit) @8226   9 years simon04 fix #10600 - History dialog: include imagery_used tag value
(edit) @8219   9 years simon04 fix #6994 - History dialog: handle reversed ways better This is …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7933   9 years Don-vip fix #10927 - simple UI improvement for History dialog
(edit) @7822   9 years Don-vip fix #10863 - typo in history browser
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7771   9 years bastiK fixes #1608 - remove remaining old logos
(edit) @7678   9 years stoecker fix #9059 - no more assumptions about URL for element browsing - use …
(edit) @7528   10 years Don-vip fix #10462 - Include object type and id in history for undecorated windows
(edit) @7527   10 years Don-vip see #10462 - more debug stuff, improve javadoc
(edit) @7524   10 years Don-vip see #10462 - add debug stuff
(edit) @7509   10 years stoecker remove tabs
(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) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6936   10 years Don-vip fix #9870 - exception when trying to view history of new nodes from …
(edit) @6915   10 years Don-vip fix #9846 - history browser: right click link to user page broken
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6865   10 years Don-vip fix #9659 - better display of changeset source in history dialog
(edit) @6864   10 years simon04 see #9659 - History dialog: improve i18n strings
(edit) @6836   10 years Don-vip fix #9659 - prefix changeset and source by "c:" or "s:" to distinguish …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6827   10 years Don-vip fix #9659 - show changeset source in history dialog
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(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) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6520   10 years simon04 History dialog: make versions navigable with arrow keys up/down
(edit) @6519   10 years simon04 Word wrap changeset comment in history dialog
(edit) @6479   10 years Don-vip fix #9424 - artifacts when painting history changeset comment
(edit) @6448   10 years simon04 fix #3626 - Show history for any object in history dialog If no …
(edit) @6440   10 years simon04 Load and display changeset comment in history dialog
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6207   11 years Don-vip Sonar - refactor duplicate code in history browsing panels
(edit) @6147   11 years Don-vip sonar - move duplicated class between history and conflict to util
(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) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5929   11 years Don-vip fix #8677 - NPE in VersionHistoryPanel when undoing/redoing changeset …
(edit) @5926   11 years bastiK clean up imports
(edit) @5899   11 years stoecker fix javadoc
(edit) @5863   11 years stoecker javadoc fixes
(edit) @5859   11 years akks see #8274, #8601 : cancel now works while parsing OSM
(edit) @5856   11 years akks fix #8601: Cancel-button doesn't cancel while downloading history
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5832   11 years stoecker i18n update and javadoc fixes
(edit) @5627   11 years jttt use diff to show relation members in history dialog, jump to first …
(edit) @5622   11 years jttt Compare selected version with previous after click on date on user in …
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5476   12 years Don-vip OsmChange downloading: - download nodes for incomplete ways. This …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5440   12 years Don-vip fix #7716 - History shows same version number, wrong date, user, and …
(edit) @5356   12 years Don-vip see #7847, see #7884 - Fix 2 NPE when dealing with nodes without …
(edit) @5346   12 years Don-vip fix #7867, see #7505, see #7847 - Handle deleted nodes without …
(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
Note: See TracRevisionLog for help on using the revision log.