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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9483   8 years simon04 fix #12382 see #12364 - NPE when querying for history of deleted node
(edit) @9482   8 years simon04 see #12338 fix #12381 - AssertionError on "Resolve to their versions"
(edit) @9481   8 years simon04 fix #12378 - NPE when converting data layer to gpx
(edit) @9478   8 years Don-vip see #12363 - javadoc/checkstyle
(edit) @9474   8 years Don-vip ExceptionUtil: add unit test, fix javadoc, various NPEs, HTML …
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9468   8 years simon04 fix #8804 - Add version info to conflict dialog
(edit) @9467   8 years simon04 fix #12286 - Preset dialog: display the added tags due to <key> items
(edit) @9465   8 years simon04 fix #12160 - Combobox List Entries with Empty Value – display_value
(edit) @9464   8 years bastiK applied #12363 - layer context menus were different at two locations …
(edit) @9463   8 years bastiK applied #12368 - disable focus on multiline labels (patch by kolesar)
(edit) @9461   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9454   8 years Don-vip checkstyle + add basic unit test
(edit) @9453   8 years simon04 fix #12364 - History dialog: fix initial panning to coordinates
(edit) @9452   8 years simon04 see #12338 - Typo
(edit) @9450   8 years stoecker see #12191, only color code the changed part - possible improvement: …
(edit) @9449   8 years stoecker remove useless modifiers
(edit) @9445   8 years simon04 see #12335 - Disable "Search for objects by preset" w/o edit layer …
(edit) @9443   8 years simon04 fix #12352 - Add "Delete Layer" in file menu (patch by kolesar, …
(edit) @9441   8 years simon04 fix #12364 - History dialog: show old and new coordinate on map
(edit) @9440   8 years simon04 see #12338 - Conflict resolution: add expert actions "Resolve to …
(edit) @9438   8 years Don-vip add unit test
(edit) @9437   8 years Don-vip fix headless mode problem for imagery layer unit tests
(edit) @9430   8 years Don-vip add basic unit tests for tile source layers
(edit) @9422   8 years simon04 see #12237 - Preset search: fix NPE when having selected a preset …
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9417   8 years Don-vip checkstyle + javadoc
(edit) @9416   8 years Don-vip fix #12322 - GeoImageLayer: Add method isCenterView() to …
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9413   8 years stoecker fix 3 Coverity defects
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9411   8 years simon04 see #8824 - Allow to cancel download of style/preset list in preferences
(edit) @9410   8 years simon04 see #12224 - Search menu items: do not overwrite toolbar action …
(edit) @9408   8 years bastiK simplify zoom history: no unnecessary conversion
(edit) @9405   8 years Don-vip findbugs - fix RpC: Repeated conditional test (typo from r9118)
(edit) @9403   8 years Don-vip fix coverity 1012836 - Copy-paste error
(edit) @9400   8 years Don-vip see #12282 - detect missing icons for MapCSS styles
(edit) @9398   8 years Don-vip see #12282 - drop support for canvas{background-color} (deprecated …
(edit) @9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
(edit) @9395   8 years simon04 Extent the unit test for GpxDrawHelper
(edit) @9391   8 years simon04 fix #12330 - Misaligned imagery warning should support line break
(edit) @9390   8 years simon04 see #12224 - Search menu-items/presets: allow to select exacly 1 item
(edit) @9389   8 years simon04 see #12224 - Search menu-items/presets: use vertical scrollbar in list
(edit) @9388   8 years simon04 see #12300 - Invalidate connection icons after dropping new members
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9383   8 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9379   8 years Don-vip see #12300 - suppress warnings
(edit) @9376   8 years simon04 see #12300 - Fix headless unit tests
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9369   8 years simon04 see #12300 - Allow to drag from select list to relation members
(edit) @9368   8 years simon04 see #12300 - Drag and Drop support for relation member list reordering
(edit) @9365   8 years simon04 see #8749 - Make "Add selection to relation" an expert action
(edit) @9360   8 years simon04 fix #12286 - Preset dialog: display the related key in a tooltip for …
(edit) @9356   8 years simon04 see #7943 - OAuth: Display instructions for for non-standard OSM APIs …
(edit) @9355   8 years simon04 fix #7943 - Make OAuth work for non-standard OSM APIs You will need …
(edit) @9354   8 years simon04 Fix EDT violation
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9350   8 years simon04 fix #6171 - Improve OAuth message in wizard Since OAuth is considered …
(edit) @9348   8 years simon04 see #12083 - When activating an erroneous filter, name the filter with …
(edit) @9347   8 years simon04 fix #12224 - Dialog for "Search menu items" This places the "Search …
Note: See TracRevisionLog for help on using the revision log.