source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   14 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2400   14 years Gubaer fixed #3800: UI: improve mappaint styles and presets tabs in preferences
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2398   14 years jttt Make sure incomplete relation member is not added twice into the dataset
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2395   14 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer
(edit) @2394   14 years bastiK Relationdialog: show roundabouts in the 'linked' column
(edit) @2392   14 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(edit) @2391   14 years bastiK improved Toolbar to the left: * removed strange left margin (in Metal …
(edit) @2390   14 years Gubaer Minor improvement in context-sensitive help
(edit) @2389   14 years Gubaer see #3834: added context sensitive help
(edit) @2388   14 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2387   14 years Gubaer More and improved context sensitive help, see #2882
(edit) @2386   14 years Gubaer applied #3833: patch by Daeron: Small translation cleanup
(edit) @2385   14 years Gubaer applied #3786: patch by Daeron: JOSM doesn't count duplicate nodes in …
(edit) @2384   14 years bastiK WindowGeometry: don't put warning on the command line if a default …
(edit) @2383   14 years bastiK fix #3748: Selecting relation member in properties windows often keeps …
(edit) @2382   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2380   14 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2379   14 years stoecker remove Override
(edit) @2378   14 years Gubaer Added context sensitive help
(edit) @2377   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2376   14 years Gubaer Removed @Override - breaks the build
(edit) @2375   14 years bastiK fixed #3827: Setting a role to a relation member is broken (introduced …
(edit) @2374   14 years stoecker removed deprecated stuff
(edit) @2373   14 years stoecker fixed i18n error introduced in my last checkin
(edit) @2372   14 years stoecker fix #3391 - update plugins after josm update
(edit) @2371   14 years stoecker moved system deps into platform hooks
(edit) @2370   14 years stoecker reworked user agent string to match established format
(edit) @2369   14 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild howto …
(edit) @2367   14 years framm make file types optional so that JOSM still works if certain …
(edit) @2365   14 years Gubaer applied #3771: patch by bastiK: add nicer symbols for relation member …
(edit) @2364   14 years Gubaer applied #3826: patch by bastik: Remember geometry of detached toggle …
(edit) @2363   14 years jttt Better toString() for OsmPrimitive
(edit) @2362   14 years Gubaer Added history to place selection in Download Dialog
(edit) @2361   14 years Gubaer Improved tab "Places" in download dialog (download on double click, …
(edit) @2360   14 years stoecker fix defaults when svn is missing, disable usertools
(edit) @2359   14 years Gubaer fixed #3822: Error on load gpx
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2357   14 years Gubaer applied #3807: patch by avar: Add tags: operator to search engine to …
(edit) @2356   14 years Gubaer applied #3820: patch by hansendc: fix CombineWayAction warning
(edit) @2355   14 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2354   14 years Gubaer applied #3781: patch by hansendc: Selected ways of multipolygons drawn …
(edit) @2353   14 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2352   14 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
(edit) @2351   14 years Gubaer fixed #3813: Add mode is broken
Note: See TracRevisionLog for help on using the revision log.