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) @10124   9 years Don-vip refactor and move changeset download tasks to actions.downloadtasks
(edit) @10073   10 years Don-vip refactor duplicated code
(edit) @10055   10 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @9916   10 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9665   10 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9543   10 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9526   10 years simon04 fix #10789 - History dialog: indicate the number of changeset comments …
(edit) @9521   10 years simon04 fix #4996 - Changeset manager: allow to download objects from a changeset
(edit) @9520   10 years simon04 Remove code duplication
(edit) @9493   10 years Don-vip reduce code duplication
(edit) @9079   10 years Don-vip update to CheckStyle 6.13
(edit) @9078   10 years Don-vip sonar - Immutable Field
(edit) @9075   10 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9059   10 years Don-vip checkstyle
(edit) @8855   10 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8760   10 years simon04 fix #11686 - Error by uploading changeset with too long tag Changeset …
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8469   10 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8464   10 years Don-vip Singular fields
(edit) @8461   10 years Don-vip global use of String.isEmpty()
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8413   10 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8388   10 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8377   10 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8126   11 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7982   11 years Don-vip see #11008 - fix changeset manager help button
(edit) @7948   11 years Don-vip fix #10939 - handle line wrapping in changeset discussion comments
(edit) @7937   11 years bastiK add subversion property svn:eol=native
(edit) @7866   11 years Don-vip see #10848 - consistent naming of dialog help topic
(edit) @7730   11 years Don-vip see #10701 - automatic download of changeset discussion comments + …
(edit) @7715   11 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7712   11 years Don-vip fix #10721 - don't display empty tooltips
(edit) @7704   11 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   11 years Don-vip see #10701 - show changeset comments count in changeset dialog
(edit) @7509   11 years stoecker remove tabs
(edit) @7434   11 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7299   11 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7187   11 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   11 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7001   11 years Don-vip see #8465 - switch core to Java 7
(edit) @6990   11 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   12 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6897   12 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   12 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   12 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   12 years Don-vip fix some Sonar issues
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   12 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6814   12 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6666   12 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6603   12 years Don-vip fix some Sonar issues
(edit) @6453   12 years Don-vip global use of osm website url and new url scheme
(edit) @6340   12 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   12 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6317   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   12 years Don-vip cosmetics in error reporting
(edit) @6296   12 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6267   12 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   12 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6214   12 years Don-vip refactor duplicated code, add javadoc
(edit) @6087   12 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   12 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5998   12 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5958   12 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5903   12 years stoecker fix javadoc
(edit) @5890   12 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   12 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   12 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5816   13 years stoecker javadoc fixes
(edit) @5765   13 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5495   13 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5439   13 years Don-vip Adapt OAuth user identification mechanism so it is no longer reserved …
(edit) @5434   13 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
(edit) @5366   13 years Don-vip URL-encode user name when querying changesets in order to download …
(edit) @5360   13 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5319   13 years simon04 fix #7835 - localize dates in UI
(edit) @5266   13 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4903   14 years Don-vip fix #7258 - IllegalStateException when attempting download in …
(edit) @4864   14 years Don-vip see #7258 - IllegalStateException when attempting download in …
(edit) @4786   14 years simon04 fix #7255 - CT status of users is not loaded in history view
(edit) @4572   14 years Don-vip fix #4161 - Removed useless code
(edit) @4310   14 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4307   14 years stoecker fix #6684 - i18n issue
(edit) @4223   14 years stoecker fix #6570 (revert change in r4215, see #6547), i18n update, fix typo …
(edit) @4191   14 years stoecker remove old debug stuff
Note: See TracRevisionLog for help on using the revision log.