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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @2777   15 years mjulius fixes #2473 - Search does not work when searching for value containing …
(edit) @2768   15 years mjulius fixes #4314 - user:"foo" works, user:"foo bar" doesn't fixed parsing …
(edit) @2764   15 years mjulius fixes #4270 - keep linked-state in relations intact when splitting …
(edit) @2759   15 years mjulius Make the new zoom previous and next actions listen to zoom changes and …
(edit) @2758   15 years mjulius fixes #1653 - zoom to the previously shown area This adds menu entries …
(edit) @2748   15 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2735   15 years stoecker close #4284 - wireframe display on startup wrong
(edit) @2719   15 years stoecker fixed last checkin
(edit) @2715   15 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2713   15 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   15 years stoecker fix bad line endings
(edit) @2703   15 years bastiK correct errors from last check in
(edit) @2702   15 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2701   15 years stoecker fixed typo
(edit) @2695   15 years Gubaer fixed #4241: Add the ability to use JOSM Search to find an object version
(edit) @2692   15 years Gubaer fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, …
(edit) @2685   15 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2684   15 years Gubaer fixed help topic
(edit) @2682   15 years stoecker added update modified action
(edit) @2676   15 years jttt Fix some of the warnings found by FindBugs
(edit) @2666   15 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2661   15 years jttt Fixed #4204 NPE on empty search
(edit) @2655   15 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2645   15 years jttt SearchCompiler refactoring, use search pattern for …
(edit) @2641   15 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2637   15 years stoecker applied #4167 - patch by avar - fix search docs
(edit) @2636   15 years stoecker fixed #4163 - patch by avar - fixed searching
(edit) @2633   15 years mjulius small optimization - use DataSet.getSelectedWays() instead of …
(edit) @2628   15 years stoecker close #2086 - handle restriction relation for way splitting
(edit) @2626   15 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   15 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2616   15 years Gubaer Completed Changeset List Dialog See also …
(edit) @2613   15 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2610   15 years mjulius Fixes #4115 - bogus warning about nodes outside download area in …
(edit) @2604   15 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2598   15 years Gubaer comment to follow in a later commit Have to break up a commit because …
(edit) @2596   15 years bastiK fixed #4120 (patch by mjulius) - orthogonalize tool: Do not assume all …
(edit) @2589   15 years stoecker small code cleanup
(edit) @2578   15 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2575   15 years stoecker include utilsplugin, fix #4086
(edit) @2573   15 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2569   15 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2567   15 years Gubaer applied #3738: patch by mjulius: Searching for non-existent usernames …
(edit) @2565   15 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2564   15 years Gubaer Removed code not necessary any more because we have referrer support …
(edit) @2563   15 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2558   15 years bastiK fix #3838 - DrawAction: Wrong start point for helper line after adding …
(edit) @2550   15 years Gubaer fixed #2669: Problem with zoom keys fixed #3269: Plus/minus buttons …
(edit) @2548   15 years Gubaer fixed #3064: Importing images into the "Downloaded GPX Data" layer …
(edit) @2546   15 years Gubaer fixed wrong data range check in AddNodeAction
(edit) @2545   15 years stoecker fixed typo
(edit) @2543   15 years Gubaer fixed #3494: shift+d form should be accept coma as well as dots
(edit) @2534   15 years Gubaer applied #4033: patch by avar: "Fullscreen View" should be turned into …
(edit) @2533   15 years Gubaer applied #4033: patch by avar: "Fullscreen View" should be turned into …
(edit) @2531   15 years Gubaer fixed in #2730: "Add Node..." dialog: wrong focus after showing up
(edit) @2530   15 years Gubaer fixed #2261: "Wireframe View" should be turned into a JosmAction
(edit) @2528   15 years Gubaer see #3838: Selection behaves weird when adding nodes with double-click
(edit) @2521   15 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
Note: See TracRevisionLog for help on using the revision log.