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

Revision Log Mode:


Legend:

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