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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(edit) @1912   15 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1858   15 years Gubaer fixed #3098 : Actions disabled by drawing closed way
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1844   15 years Gubaer fixed #3018 : Make sure tools menu entries (and actions) are …
(edit) @1842   15 years Gubaer removed global static variable replaced usage of JOptionPane by …
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1821   15 years Gubaer fixed #3024: NPE on start on press of "N" key
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1725   15 years stoecker some cleanups
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1712   15 years stoecker added security check for unwanted moves
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1636   15 years stoecker fix #2302 - patch by jttt - some code cleanup for better encapsulation
(edit) @1634   15 years stoecker fix #2483 - patch by dmuecke - rotate does not work under Mac OS X
(edit) @1557   15 years framm rename "getSelectedPhysical" to "getSelectedNodesAndWays"
(edit) @1545   15 years framm re-instate old "shift" behaviour when drawing (shift can now, again, …
(edit) @1517   15 years stoecker close #2345 - Draw mode reactivated after applying preset to node - …
(edit) @1503   15 years stoecker fixed #2313. draw mode start wrong when last node was double clicked
(edit) @1472   15 years stoecker fix #2264 - ctrl+area selection, update translations, added is,ar
(edit) @1459   15 years stoecker fix translation
(edit) @1458   15 years stoecker fixed SHIFT handling in add mode
(edit) @1457   15 years stoecker added alt-gr as second alt modifier
(edit) @1454   15 years stoecker fix #2242. CTRL now toggles selection instead of only deselecting
(edit) @1448   15 years stoecker close #2249. patch by xeen
(edit) @1447   15 years stoecker fix #2240 and #2241. patch by xeen
(edit) @1444   15 years stoecker close #2233 and some minor fixes. patch by xeen
(edit) @1443   15 years stoecker fix helper line
(edit) @1441   15 years stoecker fixed #1469. patch by xeen
(edit) @1438   15 years stoecker close #383. patch by xeen
(edit) @1430   15 years stoecker fixed #2168. patch by xeen
(edit) @1422   15 years stoecker close #1970. Patch by xeen
(edit) @1421   15 years stoecker close #2196 again. Patch by xeen
(edit) @1418   15 years stoecker fixed #2054
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1412   15 years stoecker close #2179
(edit) @1409   15 years stoecker close #1902. Patch by xeen
(edit) @1405   15 years stoecker final patch for modeless drawing by xeen. Closes #1937
(edit) @1400   15 years stoecker first patch for #1937. patch by xeen. In draw mode double clicking …
(edit) @1398   15 years stoecker fixed #2140. modified patch by xeen.
(edit) @1379   15 years stoecker apply #2127. patch by xeen
(edit) @1317   15 years stoecker fix #2025. Patch by xeen. Hopefully this has no side effects
(edit) @1313   15 years stoecker fix #2047
(edit) @1287   15 years stoecker close #381 and #696. Patch by xeen
(edit) @1262   15 years stoecker fix #1914. slightly modified patch by xeen
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1221   15 years stoecker cleanup color handling
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1186   15 years stoecker fixed bug #1442. Patch by Matthew W. S. Bell
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1158   15 years stoecker fixed Extrude action. Closes #721 and #1866
(edit) @1150   15 years stoecker clear selection after delete
(edit) @1115   15 years framm - update coordinates in selected list after moving. patch by …
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1066   15 years mfloryan Small fixes of some translations.
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1047   16 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1029   16 years framm - introduced new config option snap-intersection-threshold …
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @988   16 years stoecker make advanced object deletion available for outside, so validator can …
(edit) @983   16 years stoecker cleanup Zoom texts. Closes #1553
(edit) @982   16 years stoecker close bug #1516
(edit) @955   16 years stoecker increase virtual node size a bit again
(edit) @950   16 years stoecker use the mappaint.node.virtual-size as planned
(edit) @943   16 years framm - fixed virtual node problem where clicking and not dragging one …
(edit) @868   16 years stoecker fixed initial move offset for virtual nodes
(edit) @860   16 years stoecker fixed segment number display
(edit) @853   16 years stoecker create virtual nodes only in case point is moved
(edit) @850   16 years stoecker no longer do delete events for undrawable layers
(edit) @845   16 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @813   16 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @805   16 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @771   16 years stoecker I18N
(edit) @768   16 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @674   16 years framm - various patches by Dirk Stoecker <openstreetmap@…> - Add …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @644   16 years david Allow SHIFT+CLICK in Draw Nodes mode to select node whether or not …
(edit) @642   16 years framm - small drawing performance speedup by Daniel Naber …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @618   16 years gebner Remove annoying exception in DrawAction when activating the draw …
(edit) @616   16 years framm - fix typo in help text
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @581   16 years framm changed default for initial-move-threshold from 15 to 5 pixels.
(edit) @577   16 years david when dragging play head (a) fix bug re extraneous rubber band …
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
Note: See TracRevisionLog for help on using the revision log.