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) @7730   9 years Don-vip see #10701 - automatic download of changeset discussion comments + …
(edit) @7715   9 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7712   9 years Don-vip fix #10721 - don't display empty tooltips
(edit) @7704   9 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   9 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   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) @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   12 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
(edit) @3138   14 years Gubaer Cosmetics
(edit) @3132   14 years Gubaer missing I18n added
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3059   14 years stoecker i18n fixes, see #4636
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2974   14 years Gubaer fixed #4506: relation-editor: tag-delete-button does not work removed …
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2847   14 years mjulius fix messages for gui/dialogs
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2822   14 years Gubaer see #4339: applied patch by andre68: MessageFormat fixes
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2773   14 years Gubaer typos
(edit) @2772   14 years Gubaer typos
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2728   14 years framm fix message
(edit) @2727   14 years framm change messages
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2652   14 years jttt Added listener for edit layer change (not just active layer)
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2616   14 years Gubaer Completed Changeset List Dialog See also …
(add) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
Note: See TracRevisionLog for help on using the revision log.