|
|
@652
|
16 years |
framm |
- always show all "message of the day" messages, not only unread.
- …
|
|
|
@650
|
16 years |
ramack |
- even though I think this should not yield a problem, it is safer …
|
|
|
@647
|
16 years |
ramack |
improve info on GpxLayers, closes #756 and also gives track length
|
|
|
@646
|
16 years |
framm |
- patch by Henry Loenwind (ticket #720) to speed up gps rendering
|
|
|
@645
|
16 years |
david |
case >= should have condition >= not >.
|
|
|
@644
|
16 years |
david |
Allow SHIFT+CLICK in Draw Nodes mode to select node whether or not …
|
|
|
@643
|
16 years |
framm |
- fix NPE on Node.equals reported in bug #767
|
|
|
@642
|
16 years |
framm |
- small drawing performance speedup by Daniel Naber …
|
|
|
@638
|
16 years |
framm |
- revert to r628
|
|
|
@637
|
16 years |
framm |
- fixed more NPEs
|
|
|
@636
|
16 years |
framm |
- better fix for NPE when drawing segment order numbers; closes #741
|
|
|
@635
|
16 years |
framm |
- graphics fix by Daniel Naber.
-> closes #736
|
|
|
@634
|
16 years |
framm |
- attempt to fix NPE on paint
|
|
|
@633
|
16 years |
framm |
- more api0.6 stuff from kleptog
|
|
|
@632
|
16 years |
ramack |
- fixed typo, which closes #727
|
|
|
@631
|
16 years |
framm |
- polygon drawing performance increases by Daniel Naber …
|
|
|
@630
|
16 years |
framm |
- make commands able to fail (patch by DH)
- add Command.getOrig() …
|
|
|
@629
|
16 years |
framm |
- clean up OsmPrimitive.equals / patch originally by DH but used …
|
|
|
@628
|
16 years |
framm |
- make ChangePropertyCommand() constructor take single object (patch …
|
|
|
@627
|
16 years |
framm |
- added svn:eol-style prop to all .java files. it is suggested that …
|
|
|
@626
|
16 years |
framm |
- ye grande eol style fixe
|
|
|
@625
|
16 years |
framm |
- forgot to add new classes from kleptog's 0.6 patch.
|
|
|
@624
|
16 years |
framm |
- preliminary support for API 0.6, patches by Martijn van Oosterhout …
|
|
|
@623
|
16 years |
david |
dynamic startup message
|
|
|
@622
|
17 years |
gebner |
Color tracks by velocity.
|
|
|
@621
|
17 years |
framm |
- fix changing of keys when multiple objects selected, patch by …
|
|
|
@620
|
17 years |
gebner |
Don't draw zero area download boundaries.
|
|
|
@619
|
17 years |
gebner |
Put the code to display the currently mouse-overed object in the …
|
|
|
@618
|
17 years |
gebner |
Remove annoying exception in DrawAction when activating the draw …
|
|
|
@617
|
17 years |
gebner |
Convert MapStatus.java to UTF-8 so that javac can read it.
|
|
|
@616
|
17 years |
framm |
- fix typo in help text
|
|
|
@614
|
17 years |
framm |
- support for sub-menus in tagging presets (simply name them "Foo/Bar" …
|
|
|
@613
|
17 years |
framm |
- add extra digit to length when displayed in metres
- proper icon for …
|
|
|
@612
|
17 years |
framm |
- fix memory leaks described in ticket #432, patch by …
|
|
|
@611
|
17 years |
framm |
- change the behaviour of property drop-downs to list the USED as well …
|
|
|
@610
|
17 years |
framm |
- fix "getting started" screen for low resolutions
- fix …
|
|
|
@608
|
17 years |
framm |
- new extrude mode allows creation of rectangular shapes
- new …
|
|
|
@604
|
17 years |
ramack |
- make gps-direction preference editable without einstein-mode …
|
|
|
@603
|
17 years |
ramack |
- revert parts of changeset [600] to allow compilation again
|
|
|
@602
|
17 years |
ramack |
- fix disappearing of gpx, when no draw.rawgps.max-line-length is set, …
|
|
|
@601
|
17 years |
framm |
- fix delete button in translated versions of Relation List, Closes #677
|
|
|
@600
|
17 years |
framm |
- for "align in line", use nodes from selected way if none selected; …
|
|
|
@599
|
17 years |
ramack |
- mappaint draws direction arrow for the selected way always now
|
|
|
@598
|
17 years |
ramack |
- solving Ticket #673: drawing short lines between gpx points now, …
|
|
|
@597
|
17 years |
ramack |
- implement ticket #671: add option to draw only interesting direction …
|
|
|
@596
|
17 years |
framm |
- fix direction arrow drawing for ways in mappaint mode, patch by …
|
|
|
@595
|
17 years |
framm |
- use auto completion for property editor; patch from Michael …
|
|
|
@594
|
17 years |
ramack |
- fix of ticket #681, even if it seems to work fine with new jvms: …
|
|
|
@593
|
17 years |
framm |
- change value cycle order of checkboxes in tagging presets, now go to …
|
|
|
@592
|
17 years |
framm |
- patch for classpath compatibility by Andreas Putzo …
|
|
|
@591
|
17 years |
framm |
- Tagging presets now take existing tags into account and will not …
|
|
|
@590
|
17 years |
framm |
- cosmetics
|
|
|
@589
|
17 years |
framm |
- cosmetics
|
|
|
@588
|
17 years |
framm |
- scale label fixed (now works for all projections), and subdivisions …
|
|
|
@587
|
17 years |
framm |
- new boolean config option draw.rawgps.direction enables arrowheads …
|
|
|
@586
|
17 years |
framm |
- add a "select" button at the bottom of the relation list to transfer …
|
|
|
@585
|
17 years |
framm |
- Remove another compiler warning, patch by Karl Newman
|
|
|
@584
|
17 years |
framm |
- be honest about the fact that we don't do CSV anymore. closes #641.
|
|
|
@583
|
17 years |
framm |
- the "align nodes in circle" tool will now also work if one single …
|
|
|
@582
|
17 years |
framm |
- got rid of a few compiler warnings
|
|
|
@581
|
17 years |
framm |
changed default for initial-move-threshold from 15 to 5 pixels.
|
|
|
@580
|
17 years |
(none) |
mappaint.useRealWidth=true looks a bit nicer, but often gets in the …
|
|
|
@578
|
17 years |
david |
Allow combination of audio marker creation methods and implement …
|
|
|
@577
|
17 years |
david |
when dragging play head (a) fix bug re extraneous rubber band …
|
|
|
@576
|
17 years |
tom_e |
Fix for relative file name in gpx link - from RaSchu, #507
|
|
|
@575
|
17 years |
david |
fix problem where Import Audio would not find a starting trackpoint if …
|
|
|
@574
|
17 years |
david |
advertise audio mapping
|
|
|
@573
|
17 years |
david |
incorrect preference name (suppressautomarkers => makeautomarkers)
|
|
|
@572
|
17 years |
david |
Reorganise audio interface in light of recent usability comments
|
|
|
@571
|
17 years |
tom_e |
Restored time/setTime semantics accidentally broken in r553.
|
|
|
@570
|
17 years |
tom_e |
Clarify prompt when trying to split a circular way (#493)
|
|
|
@569
|
17 years |
david |
add contextual help
|
|
|
@568
|
17 years |
david |
add contextual help
|
|
|
@567
|
17 years |
david |
add contextual help
|
|
|
@566
|
17 years |
david |
fix crash on changing selection
|
|
|
@565
|
17 years |
framm |
- relation editor now deletes any number of members. Patch by Tom …
|
|
|
@564
|
17 years |
framm |
- align in circles now works regardless of projection. Patch by Tom …
|
|
|
@563
|
17 years |
david |
implement fast/slow forward
|
|
|
@562
|
17 years |
david |
Show/hide text -> show/hide text/icon, and implement as such
|
|
|
@561
|
17 years |
david |
Remember the directory last opened
|
|
|
@560
|
17 years |
david |
Add shortcut keys for audio actions
|
|
|
@559
|
17 years |
david |
Fix hang when attempting to start playing beyond end of file
|
|
|
@558
|
17 years |
david |
implement Paste Tags
|
|
|
@557
|
17 years |
david |
implement calibration function for audio player
|
|
|
@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.
|
|
|