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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13181   6 years Don-vip fix #15599 - Improvements for testing painting (last patches by ris)
(edit) @13180   6 years Don-vip see #15310 - remove Main.worker
(edit) @13179   6 years Don-vip see #15609 - catch NoSuchElementException when performing HTTP call
(edit) @13178   6 years Don-vip see #15605 - code cleanup
(edit) @13177   6 years Don-vip fix #15605 - fix display of way length in status bar during way creation
(edit) @13176   6 years Don-vip fix #15620 - select previous gap (or next gap) may lead to an …
(edit) @13175   6 years Don-vip see #15310 - minor fixes, performance test still failing
(edit) @13174   6 years Don-vip see #15310 - fix unit tests, warnings
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13171   6 years Don-vip fix #15598 - relation editor: handle double click in child and …
(edit) @13170   6 years Don-vip see #13747 - fix focus/selection issues in presets dialogs
(edit) @13167   6 years Don-vip fix #13694 - Display UTM zone in node info panel (no i18n impact)
(edit) @13165   6 years Don-vip fix #15550 - last tweaks in note tooltips size, placement and URL detection
(edit) @13164   6 years Don-vip fix #15596 - NPE
(edit) @13162   6 years Don-vip see #15550 - much better dynamic resizing of note tooltips
(edit) @13161   6 years Don-vip fix #13153 - Should not warn to upload/save "modified" layers with 0 …
(edit) @13160   6 years Don-vip fix #11762 - fix IAE when disabling expert mode while viewing advanced …
(edit) @13159   6 years Don-vip see #13883, #15586 - avoid HeadlessException in unit tests
(edit) @13158   6 years Don-vip javadoc
(edit) @13157   6 years Don-vip see #15550 - better (?) resizing of note tooltips
(edit) @13154   6 years Don-vip fix #13883, fix #15586 - better fix for #13883, without breaking …
(edit) @13153   6 years Don-vip fix #15580 - Validator warns about overlapping ways for …
(edit) @13152   6 years Klumbumbus see #14778 - typo
(edit) @13151   6 years Don-vip fix #15585 - NPE
(edit) @13150   6 years Don-vip fix #14778 - stroke not reset after drawing of large areas produced …
(edit) @13149   6 years Don-vip fix #10542 - fix broken layer invalidation when selection changes in …
(edit) @13147   6 years Don-vip see #15582 - mode is needed for conditional keys
(edit) @13146   6 years Don-vip javadoc/PMD
(edit) @13145   6 years Don-vip see #15582 - simplify our usage of opening_hours.js library (drop …
(edit) @13144   6 years Don-vip see #13747 - fix focus/selection/size issues in upload dialog
(edit) @13143   6 years Don-vip fix #13883 - statusbar is not updated when the map is moved with …
(edit) @13142   6 years Don-vip fix #14082 - Remove coordinates from nodes in validator and selection …
(edit) @13141   6 years Don-vip fix #15119 - length of way not displayed in status bar without …
(edit) @13140   6 years Don-vip see #15229 - provide a replacement API to deprecated …
(edit) @13139   6 years Don-vip fix #13747 - do not select all characters from a combobox when …
(edit) @13138   6 years Klumbumbus fix #15575 - don't warn about unclosed natural=gully
(edit) @13137   6 years Don-vip fix #14101 - Keystrokes in filters get captured as shortcuts
(edit) @13136   6 years Don-vip fix #15573 - add synchronization to GpxData
(edit) @13135   6 years Don-vip fix #15535, see #11924 - make extrude mode work with Java9+
(edit) @13134   6 years Don-vip fix #15568 - properly highlight menu items search results
(edit) @13133   6 years bastiK applied #8509 - Background uploading (patch by udit, minor changes)
(edit) @13132   6 years Don-vip fix #15571 - fix width of "merge layer" combobox
(edit) @13131   6 years Don-vip see #15476 - rename property constant
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13129   6 years Don-vip see #15476 - fix checkstyle/pmd warnings, add some javadoc
(edit) @13128   6 years Don-vip see #15550, see #11217 - better detection of URLs in notes
(edit) @13127   6 years Don-vip see #15476, fix #15511 - fix image scaling regression and makes …
(edit) @13126   6 years Don-vip see #11217 - forward note tooltips mouse wheel scroll events to map frame
(edit) @13124   6 years Don-vip fix #15552 - fix parsing of decimal numbers
(edit) @13123   6 years Don-vip javadoc
(edit) @13122   6 years Don-vip fix #15550 - Automatic line break of note tooltips (tested on western …
(edit) @13121   6 years Don-vip fix #15547 - fix major performance drawback of AutoCompletionSet
(edit) @13120   6 years Don-vip fix typos
(edit) @13119   6 years Don-vip fix #15545 - add new property wmts.capabilities.cache.max_age to …
(edit) @13118   6 years Don-vip fix #11217 - do not steel focus when the selected note changes
(edit) @13117   6 years Don-vip see #11217, fix #15541 - hide note tooltip when selected note is no …
(edit) @13115   6 years Don-vip fix #12086 - fix EDT violation when no file exporter is found + choose …
(edit) @13114   6 years Don-vip fix #11537 - Autosave also note layer
(edit) @13112   6 years Don-vip fix #15539 - use awaitility in MinimapDialogTest rather than …
(edit) @13111   6 years Don-vip fix #11217, fix #12623 - major rework of notes tooltips: - display …
(edit) @13109   6 years Don-vip fix #15537 - Support changeset hashtags (hashtags changeset tag, …
(edit) @13108   6 years Don-vip fix #15538 - add robustness to AlignInLineAction
(edit) @13107   6 years Don-vip extract PolarCoor from AlignInCircleAction
(edit) @13106   6 years Don-vip add some javadoc
(edit) @13105   6 years bastiK see #15525 - fix NPE
(edit) @13104   6 years Don-vip fix some recent Sonar issues
(edit) @13103   6 years Don-vip see #15560 - repair coverage, fix typo, increase integration test timeout
(edit) @13101   6 years Don-vip fix #15534 - NPE
(edit) @13100   6 years Don-vip see #15534 - ensure user names are never null, as expected
(edit) @13099   6 years Don-vip fix #15531 - trace request body for HTTP POST, PUT and DELETE
(edit) @13098   6 years Don-vip fix #15532 - Use HTTPS to communicate with OSM dev servers (patch by …
(edit) @13095   6 years bastiK update javadoc
(edit) @13094   6 years bastiK fixed #15525 - Add parent_osm_id for mapcss
(edit) @13093   6 years bastiK fixed #15506 - No option to write coordinates to image header after …
(edit) @13090   6 years bastiK see #14142 - move dialogs toggle action menu entry down to toolbar …
(edit) @13089   6 years bastiK fixed #15521 - backround color is not reset after disabling mappaint …
(edit) @13082   6 years Don-vip fix #15519 - add synchronization to MultipolygonCache
(edit) @13080   6 years Don-vip avoid HeadlessException in unit test
(edit) @13077   6 years Don-vip see #15560 - fix javadoc warning with recent JDKs
(edit) @13076   6 years Don-vip see #15560 - fix javadoc warnings with recent JDKs
(edit) @13072   6 years stoecker see #10832 - set proper help text link
(edit) @13071   6 years Don-vip fix #12994 - Old style SideButton usage errors
(edit) @13070   6 years Don-vip fix #12641 - set visible status in OsmPrimitive.load()
(edit) @13069   6 years Don-vip fix #12626 - Rename F3 search dialog and Shift+F3 dialog from "Presets"
(edit) @13068   6 years Don-vip sonar - fix a few issues
(edit) @13067   6 years Don-vip fix #15507 - Update multipolygon action no longer works (regression …
(edit) @13066   6 years Don-vip see #12347 - NPE
(edit) @13065   6 years Don-vip fix #12347 - Split way breaks destination_sign relations
(edit) @13064   6 years Don-vip remove legacy properties (pluginmanager.warntime and …
(edit) @13063   6 years Don-vip remove legacy proxy support (proxy.host and proxy.port) …
(edit) @13062   6 years Don-vip fix #5823 - fix calculation of "moved many elements" warning
(edit) @13060   6 years Don-vip fix #15502 - ImageEntry: Copy isNewGpsData in applyTmp() (patch by …
(edit) @13056   6 years Don-vip fix #6135 - Correlate GPX with image: fix incorrect drop-down list …
(edit) @13051   6 years Don-vip fix #15455 - Overpass queries are not saved to preferences
(edit) @13050   6 years Don-vip fix #14602 - allow both dot and comma decimal separator everywhere …
(edit) @13048   6 years Don-vip fix #15458 - IOOBE at ImproveWayAccuracyAction.paint
(edit) @13047   6 years Don-vip fix #15493 - remember position of "Adjust Imagery Offset" dialog
(edit) @13046   6 years Don-vip fix #15494 - NPE
(edit) @13043   6 years Don-vip see #15474 - fix warnings
(edit) @13042   6 years Don-vip fix #15488 - display SubSecTimeOriginal on picture's information overlay
Note: See TracRevisionLog for help on using the revision log.