74
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added feature to display possible values for a kea when entering properties (thanks Guilhem)
imi
More... almost 17 years ago
- added josm.plugins - Java property to load plugins regardless of preferences
imi
More... almost 17 years ago
- fixed many java warnings
imi
More... almost 17 years ago
support URLs with "bbox=..." (like API 0.4 "map" URL) in the URL box More... almost 17 years ago
Removed horizontal glue as suggested by Shaun McDonald. Ulf Lamping also said that this looks old-fashioned and is not done any more. More... almost 17 years ago
Remove debug println More... almost 17 years ago
small bugfix for new plugin hook for download dialog More... about 17 years ago
Major download dialog reorg (now uses tabs, modified World Chooser with keyboard control, plugin interface allows adding of tabs) More... about 17 years ago
Patch to allow reading of .gpx.gz files More... about 17 years ago
Properly sort newly added ways; bug had been introduced with 222. More... about 17 years ago
Fixes bug introduced a bug with 233 that would never clear the modified flag after saving to file. More... about 17 years ago
Do not clear the command history if an upload fails completely. More... about 17 years ago
Make uploadHooks a LinkedList, not a Collection, to allow adding things at front More... about 17 years ago
Refresh toolbar after plugin initialisation so that plugins may add things to the toolbar. Patch by Francisco R. Santos <[email protected]>. More... about 17 years ago
Introduced generic UploadHook which allows plugins to veto an upload; refactored More... about 17 years ago
Refactor ReorderWay into a static method that may be called from plugins. Patch by Francisco R. Santos <[email protected]>. More... about 17 years ago
Support compressed downloads from the server (by announcing capability via appropriate Accept header). Set property osm-server.use-compression to false if you do not want compressed downloads. Based on Patch by Tom Hughes <[email protected]>. More... about 17 years ago
Support new 0.4 attributes "user" and "visible"; support config option "osm-server.additional-versions" containig a comma separated list of version numbers that should be accepted when reading OSM files - defaults to 0.3 to allow reading 0.3 files. More... about 17 years ago
- fixed MergeVisitor to not merge two segments with different id's
imi
More... about 17 years ago
bumped default for API version to 0.4. old 0.3 can still be set using osm-server.version preference. More... about 17 years ago
Fixed MergeVisitor so that it will never merge between objects that are More... about 17 years ago
- fixed valid URL detection in MarkerLayer (removed com.sun.* stuff)
imi
More... about 17 years ago
Complete overhaul of "Reorder Way" command. Will now also flip segments if required to build a proper way. Work based on patch submitted by [email protected]. More... about 17 years ago
Speed up rendering by determining crucial preference settings once instead of for every segment drawn. Patch by [email protected]. More... about 17 years ago
Patch by Damian Sulewski <[email protected]> that adds an extra property to OsmPrimitive so that plugins (e.g. mappaint) can flag whether or not an object is shown without having to keep an extra hash table of all objects. More... about 17 years ago
Give users the chance to delete segments from a way if they fail to download. More... about 17 years ago
Changed message to "downloading ... way(s)" (not segments). More... about 17 years ago
Fixed BASE64 bug that would lead to exceptions on clear text lengths of 3n+2. More... about 17 years ago
- added nicer error messages from OSM server (thanks "anonymous" from ticket #126)
imi
More... about 17 years ago
- fixed NPE in marker layer when marker type was not found
imi
More... about 17 years ago