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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @9346   8 years simon04 fix #10773 - Improve map status display for projected coordinate systems
(edit) @9341   8 years bastiK mapcss: basic support for :selected pseudoclass (see #9891)
(edit) @9338   8 years simon04 fix #12312 - Error when loading GPX file with single point and track …
(edit) @9336   8 years Don-vip see #12282 - log a warning for MapCSS @media queries (deprecated …
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9331   8 years Don-vip see #12255 - add robustness
(edit) @9329   8 years Don-vip fix #12255 - fix EXIF time parsing regression
(edit) @9325   8 years simon04 see #7670 fix #7647 - Fetching objects via Overpass API recurses down …
(edit) @9323   8 years bastiK fix bug in hashCode() (relatively harmless this time)
(edit) @9320   8 years simon04 Refactoring (make Help a JosmAction)
(edit) @9319   8 years simon04 fix #12298 - ArrayIndexOutOfBoundsException when adding tag to empty …
(edit) @9317   8 years simon04 Allow changing coordinate format in status bar
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9305   8 years simon04 Import images: avoid NPE
(edit) @9304   8 years simon04 fix #12237 - Preset search: JOSM remembers presets not used …
(edit) @9301   8 years simon04 OAuth: logout via HTTPS, no need to follow logout redirect
(edit) @9300   8 years simon04 OAuth: increase default dialog size
(edit) @9299   8 years Don-vip checkstyle
(edit) @9298   8 years bastiK fixed #12279 - JOSM hangs when opening a large file
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9277   8 years simon04 see #12255 - Add ImageEntry#loadThumbnail (based on patch by holgermappt)
(edit) @9272   8 years simon04 see #12275 - Provide space depending on decimal places in status line
(edit) @9271   8 years simon04 Checkstyle fixes
(edit) @9270   8 years simon04 see #12255 - GeoImageLayer: ImageEntry enhancements for image property …
(edit) @9269   8 years simon04 fix #12275 - Allow changing decimal places in status line Use expert …
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9265   8 years simon04 see #7089 see #11968 - Obtain icons from presets for nodes/relations …
(edit) @9264   8 years simon04 see #7089 - Relation list: re-filter after zooming This allows to use …
(edit) @9263   8 years stoecker better parsing of shortcuts, use different names for different …
(edit) @9262   8 years stoecker mark the possible shortcuts, so we have a chance to extract them …
(edit) @9261   8 years stoecker I18n cleanup
(edit) @9260   8 years simon04 Shortcuts: fixups for r9258, r9259
(edit) @9259   8 years simon04 Do not register more than 10 shortcuts for "Use this tag again" This …
(edit) @9258   8 years simon04 Attempt to fix some shortcut parse issues See …
(edit) @9257   8 years simon04 NativeFileChooser: fix setting previous directory With file=/tmp on …
(edit) @9256   8 years simon04 Fix EDT violations in OAuth wizard
(edit) @9253   8 years stoecker see #10684 - use squared toolbar buttons always, move side button …
(edit) @9252   8 years Don-vip see #10684 - update to checkstyle 6.14.1
Note: See TracRevisionLog for help on using the revision log.