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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3551   14 years bastiK see #5470 (patch by Christian Müller) - cosmetics for …
(edit) @3550   14 years bastiK see #5457 (patch by Christian Müller) - make it easier to select ways …
(edit) @3543   14 years bastiK fixed #5470 - fullscreen moves dialogs below main window
(edit) @3538   14 years bastiK fixed #5452 - Tools-->UnGlue Ways is counterintuitive
(edit) @3537   14 years bastiK fix fullscreen by adding simulated mode for windows platorm (patch by …
(edit) @3535   14 years bastiK applied #5463 (patch by Christian Müller) - get rid of window …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3523   14 years bastiK reduce number of unnecessary mapview.repaint()
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3510   14 years bastiK fix rework [3504] (see #5179)
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3479   14 years jttt cosmetics
(edit) @3462   14 years bastiK fixed #4771 - Move more than 20 elements dialog should not be …
(edit) @3450   14 years bastiK Purge+Clear Undo/Redo should free memory - remove references by …
(edit) @3449   14 years bastiK see #5179 (patch by viesturs) - Fixed "nothing changed" popup (Join …
(edit) @3445   14 years bastiK see #5179 (patch by viesturs) - Join overlapping areas produces bad results
(edit) @3444   14 years jttt Fix #5331 Memory leak when removing data layers
(edit) @3443   14 years jttt Fix some of the references/forgotten listeners that keeps MapView …
(edit) @3437   14 years bastiK fixed #5328 - Tried to split way JOSM crashed
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3409   14 years jttt Use class BooleanProperty so it don't get removed from josm jar and …
(edit) @3392   14 years jttt Allow SplitWayAction to work also when some non related ways are selected.
(edit) @3385   14 years jttt Fix warnings
(edit) @3384   14 years jttt Support Copy&Paste in relation editor
(edit) @3383   14 years jttt Fix #5269 JoinAreasAction
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3363   14 years stoecker fix #5204 - wrong window title
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3320   14 years stoecker fix #5000 - NPE
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3313   14 years stoecker fixed typo
(edit) @3309   14 years stoecker fixed #5081 - typo
(edit) @3305   14 years stoecker fix #5085 - allow to search for roles
(edit) @3304   14 years stoecker catch all errors thrown from search
(edit) @3303   14 years stoecker catch all errors thrown from search (there are also out of array index …
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3299   14 years stoecker some minor cleanups
(edit) @3285   14 years stoecker fix #5076 - exception for object download
(edit) @3277   14 years mjulius Message improvement
(edit) @3266   14 years mjulius New action: MoveNodeAction allows to move a node by entering lat and lon
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3260   14 years stoecker fix #5012 - rename New to New Layer
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3251   14 years stoecker fixed #5016 - object download did not focus object
(edit) @3244   14 years jttt Fix #5009: esc does not stop line drawing / deselect (by reverting r3227)
(edit) @3242   14 years jttt Applied #5026 by Kalle Lampila: Unnecessary code in UnGlueAction
(edit) @3241   14 years jttt Applied #4797 by Kalle Lampila: unglueing the first/last node of an …
(edit) @3230   14 years stoecker fix #4995 - improve area joinging reliability
(edit) @3227   14 years jttt Fix #2234 Translation can cause JosmActions to illegally handle shortcuts
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3224   14 years jttt Applied #4999 by mikalaari: Missing tr() around a tooltip
(edit) @3217   14 years bastiK fixed #4971 NullPointerException at OsmReader.java:586, caused by …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3201   14 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3187   14 years bastiK clean up debugging code from last commit
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3184   14 years bastiK fixed #4256 - Extrude snaps to a sparse grid (Changed the geometrical …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3176   14 years jttt Fix #3952 Search history not remembered across restarts
(edit) @3175   14 years jttt Allow to set parameters for actions on toolbar. Used by SearchAction …
(edit) @3170   14 years bastiK fixed #4818 - undo after merging two ways being members of relations …
(edit) @3156   14 years jttt Fix NPE in case SplitWayAction show message dialog
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3152   14 years Gubaer SplitWayAction slightly refactored, going to need this somewhere else
(edit) @3142   14 years bastiK see #4554 - Fixing duplicate nodes takes increasingly longer
(edit) @3140   14 years jttt Fix #4597: search does not find id:0
(edit) @3134   14 years bastiK fixed #4606 - merging a new and an already existing node (better …
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3108   14 years Gubaer fixed #4705: Exception when drawing a closed way
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3093   14 years Gubaer Ouch, shouldn't have removed getData(). Fixes the previous commit.
(edit) @3092   14 years Gubaer fixed #4681: Open Street Bug Plugin Crashed
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3066   14 years mjulius fix NPE caused by r3064
(edit) @3065   14 years mjulius cleanup after last commit
(edit) @3064   14 years mjulius in DownloadOsmTask zoom to downloaded primitives when there was not …
(edit) @3050   14 years mjulius fix last commit
(edit) @3049   14 years mjulius fixes #4627 - r3046 broke the build sorry about that
(edit) @3048   14 years bastiK clean up last commit
(edit) @3047   14 years bastiK fixed #4620 - Error: NaN in greatCircleDistance
(edit) @3046   14 years mjulius fixes #4597 - Search for timestamp:2010-02 no longer works Searching …
(edit) @3030   14 years bastiK fixed #4583 - "Download object" ignores Enter
(edit) @3027   14 years bastiK fixed #2416 - Keyboard shortcuts broken (shift-ctrl-x issue)
(edit) @3025   14 years jttt Fix tests
(edit) @3019   14 years bastiK fixed #4538 - Orthogonalization refuses to work on some …
(edit) @3016   14 years bastiK pop up the conflict dialog when a conflict has been detected
(edit) @3010   14 years bastiK fixed #3921 - Autojump to downloaded area
(edit) @2999   14 years jttt Fix #4541 simplify way tool creates ways with duplicate nodes
(edit) @2995   14 years jttt Fix #4528: Search for colon-containing keys broken
(edit) @2994   14 years bastiK fixed #4534 - non-closable error message when opening files
(edit) @2993   14 years jttt Fix #4528 Search for colon-containing keys broken
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2987   14 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
Note: See TracRevisionLog for help on using the revision log.