source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9622   9 years Don-vip add more unit tests + fix some sonar issues
(edit) @9621   9 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9620   9 years wiktorn Refactor structure of TMS based classes. Move OsmMercator …
(edit) @9619   9 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9618   9 years stoecker fix Jenkins warning, coding style fixes
(edit) @9617   9 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9616   9 years Don-vip fix unit test (forgot data file + headless mode)
(edit) @9615   9 years Don-vip fix #12412 - add new icon for multipolygon preset type (by Mkyral) + …
(edit) @9614   9 years stoecker development is much too fast…
(edit) @9613   9 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9611   9 years Don-vip update unit tests
(edit) @9610   9 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9609   9 years bastiK rewrite of ProjectionRefTest - now covers all projections (see #12186)
(edit) @9608   9 years bastiK change default unit to meter (see #12186)
(edit) @9607   9 years Don-vip ConflictDialog: fix findbugs issue, add unit test
(edit) @9606   9 years Don-vip add more unit tests
(edit) @9604   9 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9603   9 years Don-vip fix some Sonar issues
(edit) @9602   9 years Don-vip HistoryBrowserDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9601   9 years Don-vip ConflictDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9600   9 years bastiK fix Coverity Scan warning (see #12186)
(edit) @9599   9 years Don-vip see #11924 - add assertions to check if java.locale.providers
(edit) @9597   9 years bastiK remove GRS80 as datum code (see #12186)
(edit) @9594   9 years Don-vip add unit test for SelectByInternalPointAction
(edit) @9592   9 years Don-vip fix #12357 - copy tags shortcut (patch by kolesar)
(edit) @9591   9 years Don-vip fix #12390 - rename layer does not check existing file (patch by kolesar)
(edit) @9590   9 years Don-vip fix #12394 - native file chooser was empty when setSelectedFile …
(edit) @9588   9 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9586   9 years Don-vip fix #12374 - compression option for autosave (patch by kolesar)
(edit) @9584   9 years Don-vip fix #12377 - detect intersecting rings in multipolygon validator test
(edit) @9583   9 years Don-vip see #12377 - simplify multipolygon geometry checks
(edit) @9582   9 years Don-vip see #12377 - code refactoring to cleanup multipolygon test
(edit) @9580   9 years bastiK update hermannskogel datum (followin proj.4) - see #12186
(edit) @9579   9 years bastiK fix bounds that are too large and make tests fail (see #12186)
(edit) @9578   9 years bastiK update carthage datum (following proj.4)
(edit) @9577   9 years bastiK use proj.4 id for Clarke 1880 IGN ellipsoid (see #12186)
(edit) @9576   9 years Don-vip code refactoring for unit tests / headless mode
(edit) @9575   9 years Don-vip add unit tests
(edit) @9574   9 years Don-vip see #12412 - add a new preset type "multipolygon". TODO: make a better icon
(edit) @9573   9 years Don-vip see #12186 - checkstyle
(edit) @9572   9 years Don-vip fix #12417 - mapmodes did not listen to preferences change (patch by …
(edit) @9571   9 years Don-vip fix #12416 - see #12160 - fix unnecessary use of scrollbar in tagging …
(edit) @9570   9 years Don-vip use Utils.escapeReservedCharactersHTML() instead of duplicating code
(edit) @9569   9 years Don-vip fix #12393 - Fix parsing note hiding events (patch by ToeBee) + add …
(edit) @9565   9 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9564   9 years bastiK fixed #12419 - the "add tag window" on 9563 shows too many entries …
(edit) @9563   9 years Don-vip see #12300 - add javadoc, unit tests
(edit) @9562   9 years Don-vip see #12186 - checkstyle
(edit) @9560   9 years bastiK added Lambert Azimuthal Equal Area projection (see #12186) (imports …
(edit) @9559   9 years bastiK auto-detect poles in view (see #12186)
(edit) @9558   9 years bastiK always normalize longitude before projection and after inverse …
(edit) @9556   9 years Don-vip add unit test
(edit) @9555   9 years Don-vip see #12186 - checkstyle
(edit) @9553   9 years stoecker see #12377 - added relevant way to the validator message
(edit) @9552   9 years Klumbumbus fix #10290 - remove wadi direction arrows; see #12404 - improve …
(edit) @9549   9 years bastiK see #12186 - add Cassini-Soldner Projection (imports pieces of code …
(edit) @9548   9 years Don-vip fix #12405 - wrong JPanel initialization (regression from r9543)
(edit) @9547   9 years Don-vip checkstyle
(edit) @9546   9 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9545   9 years Don-vip fix javadoc errors/warnings
(edit) @9543   9 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9542   9 years Don-vip javadoc
(edit) @9540   9 years simon04 see #7099 - Validate correct traffic flow at roundabouts
(edit) @9539   9 years simon04 fix #10290 - Improve ReverseWayNoTagCorrector It evaluates its own …
(edit) @9538   9 years simon04 see #10290 - Consider waterway=canal as not directional, …
(edit) @9537   9 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
(edit) @9536   9 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9535   9 years bastiK see #12186 - update tests
(edit) @9534   9 years Don-vip see #12186 - checkstyle
(edit) @9532   9 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9531   9 years simon04 HttpClient: test progress monitor handling (fixup r9529)
(edit) @9530   9 years simon04 see #12400 - reverter plugin broken - fix …
(edit) @9529   9 years simon04 HttpClient: test progress monitor handling
(edit) @9528   9 years simon04 fix #11305 see #10306 - After canceling upload a new instead of the …
(edit) @9527   9 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9526   9 years simon04 fix #10789 - History dialog: indicate the number of changeset comments …
(edit) @9525   9 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9524   9 years Don-vip CustomConfigurator - add unit test, javadoc, and use JavaScript
(edit) @9522   9 years Don-vip fix java warnings & sonar issues
(edit) @9521   9 years simon04 fix #4996 - Changeset manager: allow to download objects from a changeset
(edit) @9520   9 years simon04 Remove code duplication
(edit) @9519   9 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9514   9 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @9512   9 years simon04 see #12131 - Pressing escape in closing relation confirmation should …
(edit) @9511   9 years simon04 fix #12131 - Confirm closing relation editor window with x top right
(edit) @9510   9 years bastiK applied #12391 - saving renamed layer replaces name (patch by kolesar …
(edit) @9509   9 years simon04 fix #9925 - Allow to stop downloading GPS data and keep the downloaded part
(edit) @9507   9 years Don-vip advanced preferences - refactoring to reduce code duplication
(edit) @9506   9 years Klumbumbus see #12296 - add new water and waypoint icons (by zermes), move old …
(edit) @9503   9 years Don-vip fix javadoc warning
(edit) @9502   9 years Don-vip see #12281 - core changes to clean up massive code duplication from …
(edit) @9499   9 years simon04 fix #11685 - Use sub-second exif/xmp data
(edit) @9498   9 years Don-vip add unit tests, code cleanup
(edit) @9497   9 years Don-vip reduce duplicated code
(edit) @9496   9 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9493   9 years Don-vip reduce code duplication
(edit) @9492   9 years Don-vip presets items: fix sonar issues, add javadoc
(edit) @9490   9 years Don-vip see #12377 - add multipolygon unit test
(edit) @9487   9 years Don-vip see #12376 - checkstyle
(edit) @9486   9 years simon04 Note upload: explain first exception to the user
Note: See TracRevisionLog for help on using the revision log.