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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9742   8 years simon04 fix #12486 - Gpx/image correlation: allow sub-second offset The …
(edit) @9741   8 years simon04 see #12486 - Gpx/image correlation: factor out classes Timezone, Offset
(edit) @9734   8 years Don-vip fix NPE seen in unit tests
(edit) @9733   8 years Don-vip fix NPE seen in unit tests
(edit) @9731   8 years wiktorn Do not force reload tiles from network when attribution is loaded, …
(edit) @9730   8 years simon04 fix #6517 - GPX marker: display comments <cmt> in default label …
(edit) @9727   8 years simon04 Add further CorrelateGpxWithImages unit tests
(edit) @9726   8 years simon04 see #12485 - Wrong GPX Correlation, add unit test Regression from …
(edit) @9721   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9719   8 years Don-vip DownloadWmsAlongTrackAction: add new unit test, error logs, fix …
(edit) @9714   8 years bastiK applied #12392 - default filename when saving layer: fix (patch by kolesar)
(edit) @9711   8 years simon04 see #12300 - Provide wrapper classes for transfer data to avoid …
(edit) @9710   8 years simon04 see #5546 - Relation editor: fix sorting when copying/pasting relation …
(edit) @9708   8 years simon04 fix #12477 - Selection/relation list: fall back to fast icons when …
(edit) @9706   8 years simon04 Refactoring (Java 7 compare functions)
(edit) @9705   8 years simon04 fix #12409 - Refactor ImageProvider.ImageSizes
(edit) @9703   8 years simon04 see #12472 - Fix warnings identified by error-prone
(edit) @9699   8 years simon04 fix #12440 - Add tag: Keyboard shortcuts is not really readable on Mac …
(edit) @9698   8 years simon04 Fix warning NumberFormatException: "empty String"
(edit) @9694   8 years simon04 fix #12456 see #12384 - Preferences: unused osm server address box …
(edit) @9687   8 years bastiK applied #12380 - fixed confirmation of overwriting existing file …
(edit) @9686   8 years bastiK applied #12460 - choose color with double-click (patch by kolesar)
(edit) @9685   8 years Don-vip UploadDialog: code refactoring, add javadoc, basic unit test, remove …
(edit) @9684   8 years Don-vip findbugs/sonar
(edit) @9683   8 years bastiK applied #12421 - fixed dialog to set number of recently added tags …
(edit) @9682   8 years wiktorn Check if the imagery is valid before returning the info object. I …
(edit) @9680   8 years Don-vip fix NPE seen in unit tests
(edit) @9679   8 years stoecker fix last javadoc
(edit) @9678   8 years Don-vip javadoc
(edit) @9677   8 years Don-vip fix NPE seen in unit tests
(edit) @9674   8 years Don-vip code style (checkstyle, sonar)
(edit) @9673   8 years Don-vip fix NPE seen in unit tests
(edit) @9670   8 years bastiK applied #12392 - default filename when saving layer (patch by kolesar)
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9668   8 years bastiK applied #12409 - arrow on edit relation button lists recent relations …
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9661   8 years Don-vip fix/cleanup unit tests
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9659   8 years Don-vip see #12410 - rename super interface, fix unit test
(edit) @9657   8 years Don-vip fix #12410 - new button to refresh relation in relation editor (patch …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9644   8 years Don-vip help browser: code refactoring, add first unit tests
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9632   8 years Don-vip fix #12443 - NPE (regression from r9588, see #12412)
(edit) @9625   8 years Don-vip fix NPE
(edit) @9624   8 years Don-vip update/fix preferences unit tests, based on work from Mapillary plugin …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9622   8 years Don-vip add more unit tests + fix some sonar issues
(edit) @9621   8 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9616   8 years Don-vip fix unit test (forgot data file + headless mode)
(edit) @9615   8 years Don-vip fix #12412 - add new icon for multipolygon preset type (by Mkyral) + …
(edit) @9611   8 years Don-vip update unit tests
(edit) @9609   8 years bastiK rewrite of ProjectionRefTest - now covers all projections (see #12186)
(edit) @9607   8 years Don-vip ConflictDialog: fix findbugs issue, add unit test
(edit) @9606   8 years Don-vip add more unit tests
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9602   8 years Don-vip HistoryBrowserDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9601   8 years Don-vip ConflictDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9592   8 years Don-vip fix #12357 - copy tags shortcut (patch by kolesar)
(edit) @9590   8 years Don-vip fix #12394 - native file chooser was empty when setSelectedFile …
(edit) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9575   8 years Don-vip add unit tests
(edit) @9574   8 years Don-vip see #12412 - add a new preset type "multipolygon". TODO: make a better icon
(edit) @9571   8 years Don-vip fix #12416 - see #12160 - fix unnecessary use of scrollbar in tagging …
(edit) @9570   8 years Don-vip use Utils.escapeReservedCharactersHTML() instead of duplicating code
(edit) @9564   8 years bastiK fixed #12419 - the "add tag window" on 9563 shows too many entries …
(edit) @9563   8 years Don-vip see #12300 - add javadoc, unit tests
(edit) @9556   8 years Don-vip add unit test
(edit) @9548   8 years Don-vip fix #12405 - wrong JPanel initialization (regression from r9543)
(edit) @9546   8 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9540   8 years simon04 see #7099 - Validate correct traffic flow at roundabouts
(edit) @9536   8 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9531   8 years simon04 HttpClient: test progress monitor handling (fixup r9529)
(edit) @9530   8 years simon04 see #12400 - reverter plugin broken - fix …
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9528   8 years simon04 fix #11305 see #10306 - After canceling upload a new instead of the …
(edit) @9527   8 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9526   8 years simon04 fix #10789 - History dialog: indicate the number of changeset comments …
(edit) @9525   8 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9522   8 years Don-vip fix java warnings & sonar issues
(edit) @9521   8 years simon04 fix #4996 - Changeset manager: allow to download objects from a changeset
(edit) @9520   8 years simon04 Remove code duplication
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9514   8 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @9512   8 years simon04 see #12131 - Pressing escape in closing relation confirmation should …
(edit) @9511   8 years simon04 fix #12131 - Confirm closing relation editor window with x top right
(edit) @9510   8 years bastiK applied #12391 - saving renamed layer replaces name (patch by kolesar …
(edit) @9507   8 years Don-vip advanced preferences - refactoring to reduce code duplication
(edit) @9506   8 years Klumbumbus see #12296 - add new water and waypoint icons (by zermes), move old …
(edit) @9503   8 years Don-vip fix javadoc warning
(edit) @9502   8 years Don-vip see #12281 - core changes to clean up massive code duplication from …
(edit) @9497   8 years Don-vip reduce duplicated code
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9493   8 years Don-vip reduce code duplication
(edit) @9492   8 years Don-vip presets items: fix sonar issues, add javadoc
(edit) @9485   8 years simon04 fix #12384 - Keep history of custom OSM Server URLs
Note: See TracRevisionLog for help on using the revision log.