source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2300   15 years jttt Fix id generator: getAndDecrement() -> decrementAndGet()
(edit) @2299   15 years jttt Fixed #3728 - "undo" does stupid things destroying data
(edit) @2298   15 years stoecker fix linked hints in relation editor, added tooltip
(edit) @2297   15 years stoecker remove plugin up-to-date version check - issues like this should be …
(edit) @2296   15 years stoecker see #3703 - patch by Daeron - deleting way segment cleanup
(edit) @2295   15 years stoecker reverted r2280, see #3665
(edit) @2294   15 years stoecker i18n update
(edit) @2293   15 years jttt Possible fix for #3728
(edit) @2292   15 years Gubaer Updated test case
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2290   15 years Gubaer applied #3718: patch by oancea: Feature request: add *.log on file …
(edit) @2289   15 years Gubaer fixed #3719: Upload dialog still lists closed changesets after JOSM …
(edit) @2288   15 years stoecker removed deprecated
(edit) @2287   15 years stoecker removed obsolete code
(edit) @2286   15 years stoecker applied #367 - patch by Dave Hansen - NPE
(edit) @2285   15 years Gubaer Improved Download Location Dialog and created …
(edit) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2283   15 years Gubaer fixed #3698: copying a relation or its keys/values impossible
(edit) @2282   15 years Gubaer fixed #3697: selected multipolygon not always rendered in selected state
(edit) @2281   15 years Gubaer see #3668: Upload dialog: comment textbox buggy
(edit) @2280   15 years Gubaer applied #3665: patch by mmehl: Showing waypoints with name and note/comment
(edit) @2279   15 years Gubaer see #3697: way member of relation can't be selected in version 2276 SVN
(edit) @2278   15 years jttt Force update of validator plugin
(edit) @2277   15 years Gubaer Fixed problem with synchronizing ways
(edit) @2276   15 years Gubaer Using java instead of javaw for launching external help browser on …
(edit) @2275   15 years Gubaer fixed #3694: History dialog for relations does not work
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2272   15 years stoecker first partial support for sub preferences, not yet functional
(edit) @2271   15 years stoecker fix #3685 - NPE
(edit) @2270   15 years stoecker better check if errors are caused by plugins
(edit) @2269   15 years stoecker fix #3674 - patch by bastiK - empty dialogs area did not vanish
(edit) @2268   15 years stoecker fix #3571 - patch by bastiK - improve orthogonalization action
(edit) @2267   15 years stoecker seems multipoly is maintained again
(edit) @2266   15 years Gubaer fixed #3670: delete actions are ignored for uplaod when reopening …
(edit) @2265   15 years Gubaer removed import of ReverseLookup
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2263   15 years stoecker applied #3671 - patch by Dave Hansen - performance fixes of data storage
(edit) @2262   15 years stoecker applied #3544 - fix search history - patch by singularita gmail com
(edit) @2261   15 years stoecker warn only once for unmaintained plugins
(edit) @2260   15 years Gubaer added documentation, fixed initialization of enabled state of JosmAction
(edit) @2259   15 years stoecker added unmaintained plugin warning
(edit) @2258   15 years stoecker removed some useless images
(edit) @2257   15 years stoecker don't show attachements in help browser
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2255   15 years Gubaer New utility class for help context aware option dialogs Improved …
(edit) @2254   15 years stoecker i18n update
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2251   15 years Gubaer Added missing icon
(edit) @2250   15 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2249   15 years jttt Cache values for hasDirection() and isTagged ()
(edit) @2248   15 years ce added operator to post_office on request of Martin Koppenhoefer
(edit) @2247   15 years jttt Fixed #2480
(edit) @2246   15 years Gubaer Improved user feedback when deleting a relation failed because it was …
(edit) @2245   15 years stoecker don't shorten text when there is enough space
(edit) @2244   15 years Gubaer Fixes provided by stoeckr, got accidentally overwritten in r2243
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2242   15 years stoecker fixed #3649 - show node coordinates in history dialog
(edit) @2241   15 years Gubaer Make sure upload comments are displayed in order, most recent upload …
(edit) @2240   15 years Gubaer fixed #3625: "Upload" error (410) while fetching items for relation
(edit) @2239   15 years Gubaer see #3626: Show history for any object in history dialog (partially …
(edit) @2238   15 years stoecker fixed NPE
(edit) @2237   15 years stoecker removed translation conflict (now also compiles)
(edit) @2236   15 years stoecker removed translation conflict
(edit) @2235   15 years Gubaer fixed #3182: GPX consisting of only markers loads as two layers …
(edit) @2234   15 years Gubaer fixed #3646: Layout in Upload dialog mangled
(edit) @2233   15 years Gubaer fixed #3605: Display a confirmation dialog when >10 objects from the …
(edit) @2232   15 years stoecker fixed #3635 - title in side dialogs not refreshed
(edit) @2231   15 years Gubaer Make sure the changeset comment field has focus and is selected when …
(edit) @2230   15 years stoecker added translation context support also for presets
(edit) @2229   15 years xeen Fix #3634 Selecting with middle mouse button
(edit) @2228   15 years Gubaer fixed #3641: explainNotFound message missing second parameter
(edit) @2227   15 years stoecker fixed #3640 - double checks against fixed numbers are dangerous
(edit) @2226   15 years stoecker fixed #3544 - patch by singularita gmail com - fix search dialog history
(edit) @2225   15 years stoecker fixed #3566 - added marktrc() for translations
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2223   15 years stoecker fixed delete cursor - #see 2163
(edit) @2222   15 years stoecker fixed #3580 - patch by bastiK - no longer send username/password for …
(edit) @2221   15 years jttt Fixed #3618
(edit) @2220   15 years Gubaer fixed #3556: False positive conflicts when merging nodes fixed #3460: …
(edit) @2219   15 years Gubaer toward fixing #3624: OpenStreetBugs plugin fails to load in trunk with …
(edit) @2218   15 years Gubaer see #3371: Fatal freeze trying to enter a changeset comment
(edit) @2217   15 years xeen Fix #3576 (now takes width constraints into account when moving the …
(edit) @2216   15 years Gubaer see #3614: JOSM not displaying all loaded ways argh, this should do it ;-)
(edit) @2215   15 years Gubaer applied #3583: patch by vsandre: Unable to download data with "Open …
(edit) @2214   15 years Gubaer see #3614: JOSM not displaying all loaded ways hmm, *this* is the way …
(edit) @2213   15 years Gubaer see #3614: JOSM not displaying all loaded ways
(edit) @2212   15 years Gubaer fixed #3603: Grammar error in search message
(edit) @2211   15 years Gubaer applied #3287: patch by email@…: link in gpx causes …
(edit) @2210   15 years Gubaer fixed #3608: Combining ways with many nodes takes very long to process …
(edit) @2209   15 years stoecker updated i18n
(edit) @2208   15 years jttt Fix #3589 - Preset on toolbar gives error when nothing selected.
(edit) @2207   15 years ce fixes 3573
(edit) @2206   15 years jttt Minor optimalizations
(edit) @2205   15 years Gubaer Typo in I18n message
(edit) @2204   15 years jttt Save way nodes as array instead of ArrayList to save memory
(edit) @2203   15 years Gubaer fixed typo in I18n
(edit) @2202   15 years Gubaer fixed #3553: Error on join overlapped areas
(edit) @2201   15 years Gubaer fixed #2818: error when retrieving map data
Note: See TracRevisionLog for help on using the revision log.