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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6054   11 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
(edit) @6053   11 years Don-vip see #2283 - allow to download both osm and gpx data in …
(edit) @6050   11 years akks fix #8470: drag nodes along segments in Extrude mode only when Ctrl …
(edit) @6049   11 years akks see #8851: fix some bugs in joining areas and adding intersections …
(edit) @6047   11 years Don-vip fix #8846 - use correct key mask on Mac in PasteAction
(edit) @6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @6037   11 years akks see #8470: extrude mode option - extrude.drag-nodes-without-ctrl
(edit) @6033   11 years Don-vip see #8809 - Use table in "open location" error dialog to reduce its size
(edit) @6032   11 years Don-vip see #8809 - Add Help button to "open location" error dialog + javadoc …
(edit) @6031   11 years akks see #8809: [patch by brycenesbitt, reworked] detailed documentation …
(edit) @6029   11 years akks see #8447: improvewayaccuracy - rename configuration parameters
(edit) @6028   11 years akks fix #8447: last color & stroke customization added: ImproveWayAccuracy …
(edit) @6027   11 years akks see #8591: do not allow creating ways with duplicate nodes in Draw …
(edit) @6026   11 years akks Change HighlightHelper methods, adopted DeteleAction to use the same code
(edit) @6019   11 years akks see #8652: do not shift the map on screen when toggling panels by Tab …
(edit) @6013   11 years Don-vip fix #8806 - NPE in SelectAction
(edit) @6011   11 years Don-vip fix #8792 - correct save of file containing a dot in their name, …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6008   11 years Don-vip fix #8796 - Extruding a way with 3 or 4 nodes closes unexpectedly …
(edit) @6006   11 years Don-vip fix #8793 - NullPointerException in DistributeAction
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5992   11 years Don-vip Nicer VM arguments in status report
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(edit) @5989   11 years Don-vip fix #8760 - When merging nodes, keep the oldest used one, not just …
(edit) @5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
(edit) @5982   11 years Don-vip ParallelWayAction: handle nautical mile SoM + listen to preferences changes
(edit) @5981   11 years Don-vip fix #8631 - Make ParallelWays more robust to self-intersecting ways
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5967   11 years Don-vip see #8720, see #8733 - More checks and some debug info in RestartAction
(edit) @5966   11 years akks fix #8723: left click on position in status bar now opens lat/lon …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5962   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: forgot one mapmode
(edit) @5960   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: fix core mapmodes
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5955   11 years Don-vip avoid NPE when a fatal error occurs before main GUI as been created
(edit) @5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
(edit) @5951   11 years Don-vip fix #8697 - Disable restart action with JVMs that do not provide …
(edit) @5948   11 years Don-vip fix #8693 - CCE in Search Dialog caused by r5886
(edit) @5947   11 years Don-vip fix #8692 - Handle null DeleteCommands in JoinAreaAction and …
(edit) @5945   11 years stoecker fix #8522 - remember and play last played audio marker for start/stop
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5922   11 years akks Avoid duplicate and very near points in Angle snapping draw mode …
(edit) @5921   11 years Don-vip fix wrong primitive id setting in osmChange download task
(edit) @5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
(edit) @5904   11 years Don-vip fix #8561 - fix restart on 6u45/7u21 (wrong call to Runtime.exec(String))
(edit) @5903   11 years stoecker fix javadoc
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5873   11 years Don-vip see #8571, #8602, #8606: Remove "Operating system" line from status …
(edit) @5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5851   11 years Don-vip see #8602, #8571 : use detailed OS info in status report
(edit) @5849   11 years Don-vip fix #8584 - see #8571 : Add "Report bug" button in Status report …
(edit) @5848   11 years Don-vip Search: allow to search for numerical ranges for id:, changeset:
(edit) @5847   11 years Don-vip Search: fix invalid results for nodes: operator with closed ways
(edit) @5840   11 years Don-vip see #8571, #8593 - Hide values of proxy VM arguments for privacy concerns
(edit) @5833   11 years Don-vip see #8571 - Small improvements to status report
(edit) @5831   11 years Don-vip see #8571 - Include command-line arguments in status report
(edit) @5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
(edit) @5820   11 years akks Angle indicator and angle snapping worked incorrect when line was …
(edit) @5818   11 years stoecker javadoc fixes
(edit) @5813   11 years stoecker #see 8379 - add untagged to help of search
(edit) @5809   11 years akks fix #8500, see #8384: added "Clear buffer" button to the messages …
(edit) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5799   11 years akks Membership tabled in properties toggle dialog supports multiselect …
(edit) @5797   11 years Don-vip fix #8488 - Do not use Helvetica font when it is not available
(edit) @5794   11 years Don-vip see #7846 - fix copyright + javadoc + potential NPEs
(edit) @5793   11 years akks Big refactoring of relation context menu actions, removing duplicate …
(edit) @5782   11 years Don-vip fix #8505 - Encoding of overpass API URLs (based on patch by …
(edit) @5780   11 years akks Patch by Lesath: usage of "," in simplify-way.max-error (all the …
(edit) @5772   11 years Don-vip see #8505 - strip of trailing and leading whitespace characters of …
(edit) @5768   11 years stoecker see #8447 - fix color name
(edit) @5767   11 years Don-vip fix #8495 - fix FixDataHook$FixDataSpace.fixKeys algo
(edit) @5765   11 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5764   11 years Don-vip use of getPoint2D() instead of getPoint() when possible
(edit) @5747   11 years akks Extrude mode: not add way modification command when it is not needed …
(edit) @5746   11 years akks see #8470: finish refactoring of Extrude mode, allow single node …
(edit) @5745   11 years Don-vip see #8453 - Do not consider remote .gpx files as downloaded from OSM …
(edit) @5741   11 years akks Extrude mode refactoring (func. splitting, javadoc). Use constant …
(edit) @5740   11 years Don-vip see #8449 - fix NPE but filter does not work as expected at JOSM …
(edit) @5739   11 years akks see #8447: advanced preferences to customize helper lines color and stroke
(edit) @5738   11 years akks see #8384: Ctrl-Shift-V now can paste tags from text buffer like …
(edit) @5736   11 years Don-vip fix #4276 - Allow to disable warning messages of orthogonalize action
(edit) @5735   11 years Don-vip fix #8116 (forgot the other cases)
(edit) @5734   11 years Don-vip fix #8116 - Update status line message when mouse button is released …
(edit) @5730   11 years bastiK clean up last commit (see #8307, see #8441)
(edit) @5729   11 years bastiK applied #8441 - show local imagery sources in menu instead of popup
Note: See TracRevisionLog for help on using the revision log.