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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9059   8 years Don-vip checkstyle
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8760   9 years simon04 fix #11686 - Error by uploading changeset with too long tag Changeset …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8464   9 years Don-vip Singular fields
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(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) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7982   9 years Don-vip see #11008 - fix changeset manager help button
(edit) @7948   9 years Don-vip fix #10939 - handle line wrapping in changeset discussion comments
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7866   9 years Don-vip see #10848 - consistent naming of dialog help topic
(edit) @7730   10 years Don-vip see #10701 - automatic download of changeset discussion comments + …
(edit) @7715   10 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7712   10 years Don-vip fix #10721 - don't display empty tooltips
(edit) @7704   10 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   10 years Don-vip see #10701 - show changeset comments count in changeset dialog
(edit) @7509   10 years stoecker remove tabs
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7187   10 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6603   10 years Don-vip fix some Sonar issues
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6340   11 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6214   11 years Don-vip refactor duplicated code, add javadoc
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(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) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5816   11 years stoecker javadoc fixes
(edit) @5765   11 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5439   12 years Don-vip Adapt OAuth user identification mechanism so it is no longer reserved …
(edit) @5434   12 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
(edit) @5366   12 years Don-vip URL-encode user name when querying changesets in order to download …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(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) @4903   12 years Don-vip fix #7258 - IllegalStateException when attempting download in …
(edit) @4864   12 years Don-vip see #7258 - IllegalStateException when attempting download in …
(edit) @4786   12 years simon04 fix #7255 - CT status of users is not loaded in history view
(edit) @4572   13 years Don-vip fix #4161 - Removed useless code
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4307   13 years stoecker fix #6684 - i18n issue
(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) @4072   13 years jttt Fix #6301 Check for null mandatory in …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @3995   13 years mjulius fix #3590 - Primitives or objects: Pick one
(edit) @3757   13 years stoecker fix help topics
(edit) @3530   14 years stoecker fix array preferences
(edit) @3503   14 years bastiK fixed #5067 - crash while uploading
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3479   14 years jttt cosmetics
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3141   14 years Gubaer small changes in tag editor panel
Note: See TracRevisionLog for help on using the revision log.