source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2506   14 years Gubaer fixed NPE
(edit) @2505   14 years jttt Fixed #3968 way disappears after modifying it
(edit) @2504   14 years Gubaer see #4009 : further update as proposed by jttt
(edit) @2503   14 years Gubaer fixed #4009: New relation does not show up in relation editor
(edit) @2502   14 years Gubaer fixed #4007: Deleting/removing value of a key does not remove the key, …
(edit) @2501   14 years jttt Added another tests to dataset consistency tester
(edit) @2500   14 years jttt Added Dataset consistency test that can be invoked on osm layer or in …
(edit) @2499   14 years stoecker see #3989 - subprojection fixes
(edit) @2498   14 years jttt Removed unnecessary setting of OsmPrimitive.incomplete
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2496   14 years stoecker see #3989 - subprojection fixes
(edit) @2495   14 years stoecker don't translate assertions
(edit) @2494   14 years Gubaer Code related to #3999. Uncommented for the time being.
(edit) @2493   14 years Gubaer fixed #3991: "Add Properties" shortcut broken.
(edit) @2492   14 years Gubaer fixed #3996: Exception when deleting layer
(edit) @2491   14 years stoecker fix for subprojections
(edit) @2490   14 years Gubaer fixed #3994: unerwarteter Fehler (im Zusammenhang mit Relation) fixed …
(edit) @2489   14 years Gubaer fixed #3990: "Bearbeiten" button without function
(edit) @2488   14 years Gubaer fixed #3997: relation-list does not update RelationListDialog now …
(edit) @2487   14 years Gubaer Fixed event handling in RelationListDialog. Fixed …
(edit) @2486   14 years Gubaer fixed #3926: Relation dialog has debug output enabled
(edit) @2485   14 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2484   14 years Gubaer fixed #3925: Download relation members takes a long time to return
(edit) @2483   14 years Gubaer Fixed bounding box selection using coordinates.
(edit) @2482   14 years Gubaer Had to clean up key handling methods in OsmPrimtive. Semantics of …
(edit) @2481   14 years Gubaer fixed #3967: Relation editor generates conflicts
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2479   14 years Gubaer ChangesetProcessingType not used any more. Removing.
(edit) @2478   14 years Gubaer see #3887: java.lang.NullPointerException while uploading …
(edit) @2477   14 years Gubaer fixed #3921: Autojump to downloaded area
(edit) @2476   14 years Gubaer Removed indication of "errors" in the default name formatter.
(edit) @2475   14 years jttt Added methods showNotify and hideNotify to ToggleDialog. Useful to …
(edit) @2474   14 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2473   14 years Gubaer fixed #3943: Keep keyboard focus on Add button
(edit) @2472   14 years Gubaer Make sure getErrors() never returns null, see #3972
(edit) @2471   14 years Gubaer fixed #3963: Synchronize does not work
(edit) @2470   14 years Gubaer fixed #3975: Loading of data breaking off at objects with visible=false
(edit) @2469   14 years Gubaer fixed #3976: Loading of 0.5 data floods with warnings
(edit) @2468   14 years stoecker remove ViewID, fix typo, i18n update
(edit) @2467   14 years Gubaer applied #3961: patch by avar: Display help button in Search dialog
(edit) @2466   14 years jttt Removed leftover code for viewId, Boolean -> boolean
(edit) @2465   14 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
(edit) @2464   14 years jttt Addition to #3955 fix, getErrors() is used twice in this class.…
(edit) @2463   14 years stoecker fix #3955 - NPE
(edit) @2462   14 years stoecker fixed 3941 - build issue
(edit) @2460   14 years stoecker cleanup of mappaint error text handling
(edit) @2459   14 years stoecker fix #3881 - paintstyle caching broken for Undo
(edit) @2458   14 years stoecker fixed #3936 - regression - deleting last/first node of closed way …
(edit) @2457   14 years Gubaer Added hashCode() and equals() on LatLon
(edit) @2456   14 years Gubaer Additional constructor for Bounds. Going to need this in waydownloader …
(edit) @2455   14 years jttt Do not create new instance of User for every OsmPrimitive, share …
(edit) @2454   14 years jttt Set QuadBuckets.MAX_OBJECTS_PER_LEVEL back to 16 (was only two by mistake)
(edit) @2452   14 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2451   14 years Gubaer fixed #3434: Add search history to the search dialog
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2449   14 years hansendc Simply QuadBuckets iterator. This should make things much clearer and …
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2447   14 years Gubaer fixed #3897: Previous changeset comment gets overwritten
(edit) @2446   14 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer A new …
(edit) @2445   14 years Gubaer fixed #3902: Not correct message
(edit) @2444   14 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2443   14 years Gubaer Fixes problems with merging
(edit) @2442   14 years hansendc This should fix #3909 We created empty branches when we attempted to …
(edit) @2441   14 years jttt Make sure primitive is returned only once by QuadBuckets.search …
(edit) @2440   14 years hansendc Fixes races reported in trac #3909 This introduces locking to …
(edit) @2439   14 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2438   14 years jttt Fixed #3898 Selection is broken
(edit) @2437   14 years jttt Cache bbox for Way
(edit) @2436   14 years Gubaer Improved counting of nodes in DefaultNameFormatter
(edit) @2435   14 years Gubaer see #3892: can't reproduce but added two assert statement in case it …
(edit) @2434   14 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2433   14 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2432   14 years Gubaer fixed patch applied in in r2429 - didn't compile. Hope the downcasting …
(edit) @2431   14 years stoecker applied #3804 - patch by Daeron - reduce unnecessary changes
(edit) @2430   14 years hansendc Expose helper function in QuadBuckets. Need this for the moment since …
(edit) @2429   14 years stoecker applied #3832 - patch by ris - improve extrude action
(edit) @2428   14 years stoecker fixed #3893 - Windows no longer remembered Windows Look and Feel
(edit) @2427   14 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2426   14 years jttt Fixed #3883 [PATCH] small correction to snap distance
(edit) @2425   14 years hansendc Fix null pointer exception when removing some nodes
(edit) @2424   14 years hansendc Left consistency testing on. Oops.
(edit) @2423   14 years hansendc This fixes #3796. The issue was that we somehow ended up with a …
(edit) @2422   14 years jttt
(edit) @2421   14 years bastiK relation editor: respect roundabouts when sorting the relation
(edit) @2420   14 years jttt Fix warnings in QuadBuckets
(edit) @2419   14 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2418   14 years Gubaer Another update of MergeVisitor. Improves merging of node lists and …
(edit) @2417   14 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2416   14 years stoecker fixed #3851 - text vanishs in history dialog
(edit) @2415   14 years jttt Fixed #3870 Exception during upload
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2413   14 years Gubaer fixed #3864: Exception handling improvements
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2411   14 years jttt Reimplement BackreferencedDataset using OsmPrimitive.getReferrers
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   14 years jttt Added support for referrers
(edit) @2406   14 years jttt Fix for #3863 InvocationTargetException downloading additional data
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   14 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2403   14 years Gubaer fixed #454: Right-click context menus in download text-entry boxes
Note: See TracRevisionLog for help on using the revision log.