|
|
@556
|
17 years |
david |
fix problem where it wasn't jumping as far ahead in the audio as I had …
|
|
|
@554
|
17 years |
david |
new "Add Audio Marker At Play Head" facility; and tidy up Audio …
|
|
|
@553
|
17 years |
david |
(a) add preference dialog, (b) add audio tracing
|
|
|
@552
|
17 years |
david |
audio synchronization for tracks without waypoints
|
|
|
@551
|
17 years |
david |
Fix crash when going to previous marker when we are at the first one …
|
|
|
@550
|
17 years |
david |
fix problem when audio syncing to waypoint other than the first one
|
|
|
@549
|
17 years |
david |
remove redundant jump code - jumps always done by restarting audio
|
|
|
@548
|
17 years |
david |
I wasn't checking that Next and Previous were AudioMarkers (was only …
|
|
|
@547
|
17 years |
david |
much improved audio handling: threaded audio, controls, sync with waypoints
|
|
|
@542
|
17 years |
david |
option marker.namedtrackpoints determines whether markers are created …
|
|
|
@541
|
17 years |
framm |
- use waypoint's "desc" attribute in lieu of "name" if "name" is not …
|
|
|
@540
|
17 years |
framm |
- show relation's ID in relation editor title bar
|
|
|
@529
|
17 years |
gebner |
Part one of patch by Dave Hansen <dave@…>
- Remove unused …
|
|
|
@527
|
17 years |
gebner |
Remove unused import.
|
|
|
@526
|
17 years |
framm |
- changed move mode to use an initial move threshold of 15 pixels, …
|
|
|
@522
|
17 years |
gebner |
SearchCompiler: "nodes:n" searches for ways with n nodes.
|
|
|
@521
|
17 years |
gebner |
Fix NPE happening with malformed <bound> elements.
|
|
|
@518
|
17 years |
gebner |
Remove the unnerving plugin auto-delete when initialization fails.
|
|
|
@517
|
17 years |
gebner |
SearchCompiler: Report errors.
|
|
|
@516
|
17 years |
gebner |
SaveActionBase: Append extension to file name instead of replacing it.
|
|
|
@515
|
17 years |
gebner |
SearchCompiler: Allow searching for user names.
|
|
|
@514
|
17 years |
gebner |
SearchCompiler: Fix the Incomplete matcher.
|
|
|
@513
|
17 years |
gebner |
Implement a recursive-descent parser for SearchCompiler.
|
|
|
@512
|
17 years |
gebner |
Add support for two non-standard GPX variants:
- <link>URL</link> …
|
|
|
@511
|
17 years |
framm |
- modified NameVisitor to show a relation's name tag (or ref tag if no …
|
|
|
@510
|
17 years |
framm |
- fix bug that would not properly overwrite existing files, as …
|
|
|
@509
|
17 years |
gebner |
Fix parsing of Plugins.xml
|
|
|
@508
|
17 years |
gebner |
Export name tags as <name> elements in GPX.
|
|
|
@507
|
17 years |
gebner |
Fix compile.
|
|
|
@506
|
17 years |
gebner |
MapView: add MapMover, MapSlider, MapScaler only after initialization.
|
|
|
@505
|
17 years |
gebner |
NameVisitor: Name incomplete primitives, add number of nodes to ways.
|
|
|
@504
|
17 years |
gebner |
Don't do hacky string mangling to get a URL from a File.
|
|
|
@502
|
17 years |
gebner |
SelectAction: When complaining about moving nodes outsides the world, …
|
|
|
@501
|
17 years |
gebner |
DeleteAction: Also delete nodes if they're currently referenced by …
|
|
|
@500
|
17 years |
gebner |
Fix ConcurrentModificationException in DeleteAction.
Note: Don't …
|
|
|
@499
|
17 years |
gebner |
SimplePaintVisitor: Fix segment number rendering.
|
|
|
@498
|
17 years |
gebner |
Remove unused member OsmPrimitive.shown.
|
|
|
@497
|
17 years |
gebner |
When toggling wireframe mode, don't fail if there is no MapFrame yet.
|
|
|
@496
|
17 years |
gebner |
MergeVisitor: Only parse dates if needed. Reported by Petr Nejedly.
|
|
|
@495
|
17 years |
gebner |
When deleting a way, delete untagged and unused nodes reference by it …
|
|
|
@494
|
17 years |
gebner |
GpxLayer: provide a more sensible tooltip text.
|
|
|
@493
|
17 years |
gebner |
Offscreen filtering; draw direction arrows on selection.
Patch by Petr …
|
|
|
@490
|
17 years |
gebner |
MergeVisitor.match: Only match objects by content if they're not …
|
|
|
@489
|
17 years |
gebner |
Reset the progress bar in the PleaseWaitDialog before downloading.
|
|
|
@488
|
17 years |
gebner |
Change the shortcut for wireframe mode to ctrl-w so that it doesn't …
|
|
|
@487
|
17 years |
gebner |
Add a JScrollPane to fit all the plugins in the about dialog.
|
|
|
@486
|
17 years |
framm |
- built-in mappaint. mappaint plugin no longer required and will be …
|
|
|
@485
|
17 years |
gebner |
When splitting ways, don't complain if the nodes are used by deleted ways.
|
|
|
@484
|
17 years |
tabacha |
put some strings e.g. status bar messages in tr() to translate it
|
|
|
@483
|
17 years |
gebner |
OsmDataLayer: check for OsmPrimitive.keys == null
|
|
|
@482
|
17 years |
framm |
- do not create empty MarkerLayers; suggestion from Dave Hansen
|
|
|
@481
|
17 years |
gebner |
Oops. Or-expressions do short-circuiting, so you'd better not reverse …
|
|
|
@480
|
17 years |
(none) |
switch back to former Epsg4326 projection default after some …
|
|
|
@479
|
17 years |
gebner |
Simplify the merge visitor.
|
|
|
@478
|
17 years |
gebner |
Speed up merging.
- Don't scan our dataset for every primitive we …
|
|
|
@477
|
17 years |
gebner |
EastNorth.add
|
|
|
@476
|
17 years |
gebner |
Add equals and hashCode implementations to the projections.
|
|
|
@475
|
17 years |
(none) |
seems to be common sense that Mercator projection is better suited for …
|
|
|
@474
|
17 years |
(none) |
fix bug #480: change the button texts of the plugin preferences
|
|
|
@473
|
17 years |
(none) |
fix bug #480: add some more reasonable defaults:
- add some of the …
|
|
|
@471
|
17 years |
(none) |
fix the string for the Windows "look and feel"
|
|
|
@470
|
17 years |
framm |
- set Windows L+F as default when generating prefs under windows
|
|
|
@469
|
17 years |
gebner |
Remove ctrl+shift escapes from most actions.
|
|
|
@468
|
17 years |
gebner |
Define the extra 'u' shortcut for unselect all in UnselectAllAction …
|
|
|
@467
|
17 years |
gebner |
NameVisitor: handle incomplete nodes
|
|
|
@466
|
17 years |
(none) |
move "Join node to way" function from UtilsPlugin to core
|
|
|
@464
|
17 years |
(none) |
a doubleclick on the layer entry hides/shows it
|
|
|
@463
|
17 years |
(none) |
some more minor menu changes:
- Edit/Redo should use the common …
|
|
|
@462
|
17 years |
(none) |
remove the unused "Layer" menu - this confuses when plugins add top …
|
|
|
@460
|
17 years |
(none) |
make the menu look more like the standard JAVA menu:
- add a …
|
|
|
@459
|
17 years |
(none) |
fix bug #426: tick the checkbox in the download dialog for …
|
|
|
@458
|
17 years |
(none) |
add keyboard shortcuts "1,2,3,4" for the "View/Zoom In ..." menu entries
|
|
|
@457
|
17 years |
framm |
- comment cosmetics
|
|
|
@456
|
17 years |
framm |
- make coordinate class serializable (for use in wmsplugin)
|
|
|
@455
|
17 years |
gebner |
SelectAction: Replace the selection when dragging a previously …
|
|
|
@454
|
17 years |
gebner |
SelectAction: Fix shift-select and ctrl-select.
Before r452 if you …
|
|
|
@453
|
17 years |
gebner |
DeleteAction: Copy tags when splitting ways.
|
|
|
@452
|
17 years |
framm |
- fix moving of selected groups of objects (JOSM always cleared …
|
|
|
@450
|
17 years |
(none) |
"usability cleanup" of main menu and default toolbar
main menu:
- add …
|
|
|
@449
|
17 years |
gebner |
GpxReader: Handle <extensions> that are not children of <gpx>
|
|
|
@447
|
17 years |
gebner |
Reduce GPX data memory usage.
|
|
|
@446
|
17 years |
framm |
- temporarily re-add RawGpsLayer for those plugins still requiring it
|
|
|
@444
|
17 years |
framm |
- patch for better GPX file support by Raphael Mack …
|
|
|
@443
|
17 years |
framm |
- fix minor build problem with ServerSidePreferences after r442
|
|
|
@442
|
17 years |
gebner |
Don't reset prefs to default when encountering parsing errors.
|
|
|
@441
|
17 years |
framm |
- revert change 439. do not use Java properties.
|
|
|
@440
|
17 years |
framm |
- (re-)added "note" to the list of uninteresting tags for teh benefit …
|
|
|
@439
|
17 years |
gebner |
Use java.util.Properties for pref loading and saving.
|
|
|
@438
|
17 years |
gebner |
Remove 'note' from the list of uninteresting tags.
|
|
|
@437
|
17 years |
gebner |
Fix selection inconsistencies in DrawMode
|
|
|
@436
|
17 years |
framm |
- wrongly applied Karl Newman's patch; fixed now.
|
|
|
@435
|
17 years |
framm |
- add a call for download area selection classes to close the download …
|
|
|
@434
|
17 years |
(none) |
fix a comment typo
|
|
|
@433
|
17 years |
framm |
- patch by Karl Newman <siliconfiend@…> to change behaviour of …
|
|
|
@432
|
17 years |
framm |
- fix Java 1.5 compile problem
|
|
|
@431
|
17 years |
gebner |
Make the applet code work again.
|
|
|
@429
|
17 years |
gebner |
Add a generic pair class.
|
|
|
@428
|
17 years |
gebner |
Apply changes from CombineWayAction to MergeNodesAction.
|
|
|
@427
|
17 years |
gebner |
CollectBackReferencesVisitor: Don't count deleted relations as reference.
|
|
|
@426
|
17 years |
gebner |
Allow to combine ways with different memberships.
|
|
|