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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9021   8 years Don-vip fix #11150 - fix wrong bounds computation for multiple data sources in …
(edit) @9019   8 years Don-vip fix #12112 - Use java.util.Properties to read REVISION file in the …
(edit) @9006   8 years Don-vip fix #12084 - allow to hide main toolbar
(edit) @8990   8 years simon04 fix #12052 - Splitting a self intersecting way does not highlight the …
(edit) @8988   8 years simon04 fix #12028 - Way splitting: fix dialog layout problem
(edit) @8985   8 years Don-vip checkstyle
(edit) @8984   8 years Don-vip see #12038 - add non regression test
(edit) @8981   8 years simon04 fix #12038 - ConcurrentModificationException using purge command …
(edit) @8979   8 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8978   8 years simon04 fix #12028 - Hide/disable way splitting dialog This drops preference …
(edit) @8977   8 years simon04 fix #9491 - Ask before moving nodes that are attached to ways fully …
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8971   8 years Don-vip Search dialog: provide real-time visual feedback on valid/invalid …
(edit) @8965   8 years simon04 see #10730 - Way splitting: fix and test (route) relation adaption
(edit) @8964   8 years simon04 see #10730 - Way splitting: add preference key to disable segment …
(edit) @8963   8 years simon04 see #10730 - Way splitting: hide id of new ways for non English languages
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8957   8 years simon04 see #10350 - Allow subclasses of JosmAction access its inner classes
(edit) @8955   8 years simon04 fix #11992 see #10730 - Joining Overlapping Areas results in …
(edit) @8942   8 years Don-vip Add constructor forgotten in r8927
(edit) @8932   8 years Don-vip fix #11971 - -/=`key in Overpass Download changes map size
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8927   8 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8925   8 years Don-vip see #11631 - see #11689 - remove commented code causing javadoc warnings
(edit) @8921   8 years Don-vip fix compilation warning
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8918   8 years Don-vip checkstyle
(edit) @8915   8 years simon04 Harmonize warning strings See …
(edit) @8913   8 years simon04 fix #9115 - Offer to save session when closing editor with unsaved changes
(edit) @8908   8 years Don-vip improve download tasks unit tests
(edit) @8905   8 years Don-vip sonar minor fixes
(edit) @8904   9 years Don-vip Add first unit tests for download tasks
(edit) @8902   9 years Don-vip checkstyle
(edit) @8900   9 years Don-vip fix #11986, fix #11987, fix #11988: Patches by michael2402: * …
(edit) @8899   9 years simon04 Refactoring in SearchCompiler: parse type, user, role as any …
(edit) @8898   9 years simon04 see #10465 - SearchAction: drop isRole since role does the same
(edit) @8897   9 years simon04 fix #10730 - Way splitting: improve dialog layout and hide id of new ways
(edit) @8896   9 years simon04 see #10465 - SearchAction: drop isRole since role does the same
(edit) @8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
(edit) @8894   9 years simon04 fix #7058 - Ability to load gz and bz2 zipped NMEA files
(edit) @8892   9 years simon04 see #11858 - Improve way accuracy: when deleting a node which is …
(edit) @8886   9 years simon04 fix #10730 - Way splitting: reuse id/history of existing object for …
(edit) @8884   9 years simon04 fix #10465 - SearchAction: add hasRole and isRole keywords
(edit) @8883   9 years simon04 fix #11911 - SearchAction: show progress and allow to cancel operation
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8859   9 years Don-vip improve search compiler unit test
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8853   9 years Don-vip see #2519 - remove unused code
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8847   9 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8838   9 years simon04 fix #11894 - Search: ">" unexpected behavior when values are not …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8831   9 years simon04 see #11934 - Typo
(edit) @8827   9 years simon04 fix #11934 - Comment a note before it is uploaded fails
(edit) @8823   9 years simon04 fix #11818 - Display usage message for Orthogonalize Shape for 5s
(edit) @8822   9 years simon04 see #11916 - Search: allow to use multiple MapCSS selectors and …
(edit) @8821   9 years simon04 see #11916 - Allow to unselect regexp/MapCSS search mode
(edit) @8819   9 years simon04 see #11897 - MergeLayerAction: merge active layer instead of edit …
(edit) @8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
(edit) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8808   9 years simon04 see #6963 - ParallelWayAction: use notification for invalid selection …
(edit) @8802   9 years simon04 fix #9113 - Session: save into recently used files
(edit) @8801   9 years simon04 fix #10432 - Session: get rid of submenu
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8790   9 years simon04 fix #11890 - "Add Node..." should automatically center on the newly …
(edit) @8781   9 years simon04 see #11887 - Output parsed search expression on debug log
(edit) @8780   9 years simon04 fix #11886 - Selecting non branching ways with a filter applied
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8763   9 years wiktorn Fix layer naming for wms_endpoint layers and caching issues stemming …
(edit) @8757   9 years simon04 fix #11853 - NPE while opening unavailable recent file
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8727   9 years Don-vip update to Checkstyle 6.10.1
(edit) @8718   9 years simon04 Fix checkstyle warnings
(edit) @8716   9 years simon04 see #11428 - Overpass Download: use JosmTextArea for monospace font
(edit) @8713   9 years simon04 see #11428 - Overpass Download: make help work
(edit) @8712   9 years simon04 see #11428 - Overpass Download: take nice shortcut from …
(edit) @8711   9 years simon04 see #11428 - Overpass Download: use Monospace font for query
(edit) @8705   9 years simon04 OpenFileAction: fix NPE - fixes #11817 NPE occurred when launching …
(edit) @8688   9 years simon04 see #11428 - Make Overpass server configurable
(edit) @8685   9 years Don-vip see #11428 - fix checkstyle issues
(edit) @8684   9 years simon04 see #11428 - Add Overpass download dialog to core, provide Overpass …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8670   9 years simon04 fix #11749 - Jump to Position: add D M S and D M.M coordinate …
(edit) @8666   9 years Don-vip fix #11751 - JOSM JNLP doesn't restart in Linux (patch by simon04, …
(edit) @8663   9 years simon04 fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs
(edit) @8645   9 years Don-vip fix #11756, fix #11759 - NPEs
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8590   9 years Don-vip fix #11630 - NPE (patch by michael2402)
(edit) @8582   9 years Don-vip checkstyle
Note: See TracRevisionLog for help on using the revision log.