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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3317   15 years stoecker allow to search incomplete elements again
(edit) @3313   15 years stoecker fixed typo
(edit) @3309   15 years stoecker fixed #5081 - typo
(edit) @3305   15 years stoecker fix #5085 - allow to search for roles
(edit) @3304   15 years stoecker catch all errors thrown from search
(edit) @3303   15 years stoecker catch all errors thrown from search (there are also out of array index …
(edit) @3300   15 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3299   15 years stoecker some minor cleanups
(edit) @3285   15 years stoecker fix #5076 - exception for object download
(edit) @3277   15 years mjulius Message improvement
(edit) @3266   15 years mjulius New action: MoveNodeAction allows to move a node by entering lat and lon
(edit) @3262   15 years bastiK extended command list dialog; added inspection panel
(edit) @3260   15 years stoecker fix #5012 - rename New to New Layer
(edit) @3252   15 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3251   15 years stoecker fixed #5016 - object download did not focus object
(edit) @3244   15 years jttt Fix #5009: esc does not stop line drawing / deselect (by reverting r3227)
(edit) @3242   15 years jttt Applied #5026 by Kalle Lampila: Unnecessary code in UnGlueAction
(edit) @3241   15 years jttt Applied #4797 by Kalle Lampila: unglueing the first/last node of an …
(edit) @3230   15 years stoecker fix #4995 - improve area joinging reliability
(edit) @3227   15 years jttt Fix #2234 Translation can cause JosmActions to illegally handle shortcuts
(edit) @3225   15 years jttt Remove long deprecated data change listener
(edit) @3224   15 years jttt Applied #4999 by mikalaari: Missing tr() around a tooltip
(edit) @3217   15 years bastiK fixed #4971 NullPointerException at OsmReader.java:586, caused by …
(edit) @3206   15 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3201   15 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3187   15 years bastiK clean up debugging code from last commit
(edit) @3186   15 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3184   15 years bastiK fixed #4256 - Extrude snaps to a sparse grid (Changed the geometrical …
(edit) @3177   15 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3176   15 years jttt Fix #3952 Search history not remembered across restarts
(edit) @3175   15 years jttt Allow to set parameters for actions on toolbar. Used by SearchAction …
(edit) @3170   15 years bastiK fixed #4818 - undo after merging two ways being members of relations …
(edit) @3156   15 years jttt Fix NPE in case SplitWayAction show message dialog
(edit) @3153   15 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3152   15 years Gubaer SplitWayAction slightly refactored, going to need this somewhere else
(edit) @3142   15 years bastiK see #4554 - Fixing duplicate nodes takes increasingly longer
(edit) @3140   15 years jttt Fix #4597: search does not find id:0
(edit) @3134   15 years bastiK fixed #4606 - merging a new and an already existing node (better …
(edit) @3116   15 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3108   15 years Gubaer fixed #4705: Exception when drawing a closed way
(edit) @3102   15 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3093   15 years Gubaer Ouch, shouldn't have removed getData(). Fixes the previous commit.
(edit) @3092   15 years Gubaer fixed #4681: Open Street Bug Plugin Crashed
(edit) @3083   15 years bastiK added svn:eol-style=native to source files
(edit) @3066   15 years mjulius fix NPE caused by r3064
(edit) @3065   15 years mjulius cleanup after last commit
(edit) @3064   15 years mjulius in DownloadOsmTask zoom to downloaded primitives when there was not …
(edit) @3050   15 years mjulius fix last commit
(edit) @3049   15 years mjulius fixes #4627 - r3046 broke the build sorry about that
(edit) @3048   15 years bastiK clean up last commit
(edit) @3047   15 years bastiK fixed #4620 - Error: NaN in greatCircleDistance
(edit) @3046   15 years mjulius fixes #4597 - Search for timestamp:2010-02 no longer works Searching …
(edit) @3030   15 years bastiK fixed #4583 - "Download object" ignores Enter
(edit) @3027   15 years bastiK fixed #2416 - Keyboard shortcuts broken (shift-ctrl-x issue)
(edit) @3025   15 years jttt Fix tests
(edit) @3019   15 years bastiK fixed #4538 - Orthogonalization refuses to work on some …
(edit) @3016   15 years bastiK pop up the conflict dialog when a conflict has been detected
(edit) @3010   15 years bastiK fixed #3921 - Autojump to downloaded area
(edit) @2999   15 years jttt Fix #4541 simplify way tool creates ways with duplicate nodes
(edit) @2995   15 years jttt Fix #4528: Search for colon-containing keys broken
(edit) @2994   15 years bastiK fixed #4534 - non-closable error message when opening files
(edit) @2993   15 years jttt Fix #4528 Search for colon-containing keys broken
(edit) @2990   15 years jttt Fix some eclipse warnings
(edit) @2987   15 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2986   15 years jttt Fix some of FindBugs warnings
(edit) @2985   15 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2980   15 years Gubaer fixed #4269: Exception does not lead to bug report window
(edit) @2979   15 years Gubaer fixed #4386: "There are unsolved conflicts in layer X" holds up any …
(edit) @2976   15 years Gubaer fixed #4512: "Simplify way" should not deletes nodes used by other …
(edit) @2973   15 years jttt Fix #4519 JOSM doesn't show nor find token (negative) IDs
(edit) @2962   15 years bastiK fixed #4499 - Search is broken
(edit) @2957   15 years mjulius fixes #4430 - incorrect message
(edit) @2950   15 years mjulius when downloading referrers also download way nodes for referring ways …
(edit) @2946   15 years bastiK autocompletion: Always add the preset keys/values to the …
(edit) @2943   15 years mjulius generally round Bounds to LatLon.MAX_SERVER_PRECISION
(edit) @2942   15 years mjulius fixes #4441 - error downloading/sync when updating data round bounding …
(edit) @2932   15 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2923   15 years mjulius New action: DownloadPrimitiveAction This allows to download a specific …
(edit) @2921   15 years jttt Show java vendor and os name in status report
(edit) @2912   15 years jttt Fixed #4330 java.lang.ArrayIndexOutOfBoundsException: 6 >= 6, added …
(edit) @2906   15 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2902   15 years mjulius get rid of DownloadUrlAction again. This was redundant.
(edit) @2901   15 years mjulius new button in LayerListDialog: Duplicate Layer This creates a …
(edit) @2899   15 years mjulius new action: DownloadUrlAction This opens a dialog to allow the user to …
(edit) @2892   15 years bastiK fixed #3135 - ability to copy id of selected object to copy-paste buffer
(edit) @2888   15 years bastiK applied #4425 - Text fixes (patch by andre68)
(edit) @2871   15 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2863   15 years jttt Fixed #4377 routes plugin search for user names defect, added boolean …
(edit) @2857   15 years mjulius fixed some more message contexts
(edit) @2854   15 years mjulius fix some translation contexts
(edit) @2851   15 years jttt Added progress monitor to JpgImporter, allow to cancel importing
(edit) @2842   15 years mjulius fix messages for actions
(edit) @2824   15 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2818   15 years mjulius don't paste incomplete members When relations with incomplete members …
(edit) @2808   15 years stoecker first version of a tool to detect icon usage, does not yet detect all …
(edit) @2801   15 years stoecker fixed line endings of recent checkins
(edit) @2798   15 years stoecker fix commandline file loading - closes #4288 - patch by bomm
(edit) @2792   15 years jttt #4323 splitting way freezes JOSM completely
(edit) @2791   15 years jttt Make search pattern matchers that match all/nothing public
(edit) @2790   15 years jttt Fixed #4164 Searching for type:node blocked by system many minutes
Note: See TracRevisionLog for help on using the revision log.