source: osm/applications/editors/josm/plugins/FixAddresses

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24228   14 years oliverw Removed debug output, added validation support for RU, MX and LT.
(edit) @24227   14 years oliverw PostCode -> PostalCode
(edit) @24226   14 years oliverw Validate postal codes (for some countries).
(edit) @24220   14 years oliverw Bugfix: Consider also other address data of relation.
(edit) @24210   14 years oliverw - Added preferences class. - Added option to select also guessed obejcts.
(edit) @24209   14 years oliverw Remember also the OSM object of the guess.
(edit) @24208   14 years oliverw isStreetSupportingHousenumbers returns always true - until this can be …
(edit) @24207   14 years oliverw Made left dialog part larger by default.
(edit) @24177   14 years oliverw Removed panel below street list (containing the "Convert to relation" …
(edit) @24176   14 years oliverw Updated svn props.
(edit) @24175   14 years oliverw Added also sorting support for "Unresolved" table.
(edit) @24174   14 years oliverw Added sort capabilities to Incomplete addresses table, prepared other …
(edit) @24172   14 years oliverw Removed segments and relations column.
(edit) @24171   14 years oliverw Bugfix: NP exception in findMinimum
(edit) @24167   14 years oliverw Updated plugin date.
(edit) @24166   14 years oliverw - Treat "addr:state" as optional tag (only required in US or AU, see …
(edit) @24165   14 years oliverw Added some missing "tr" calls/fixed some names after reviewing …
(edit) @24147   14 years oliverw Bugfix: GuessAddressDataAction showed wrong state/refused work in some …
(edit) @24146   14 years oliverw Adapted needsGuess to reflect recent changes.
(edit) @24145   14 years oliverw Guess also country and state.
(edit) @24144   14 years oliverw Bugfix: Close TX in every case.
(edit) @24141   14 years oliverw Bugfix: NP exception when removing data layer.
(edit) @24135   14 years oliverw Updated DE_Desc
(edit) @24134   14 years oliverw Bugfix GuessAddressDataAction#updateEnabledState
(edit) @24133   14 years oliverw Added guess action also to IncompleteAddressesDialog
(edit) @24131   14 years oliverw Updated plugin date.
(edit) @24130   14 years oliverw Detect address interpolations / removed debug output.
(edit) @24129   14 years oliverw - Added some convenience methods to AddressEditSelectionEvent - …
(edit) @24120   14 years oliverw Let ApplyAllGuessesAction also operate on incomplete addresses.
(edit) @24119   14 years oliverw Bugfix: Poor guessing quality, removed line "if …
(edit) @24117   14 years oliverw Added house number column.
(edit) @24116   14 years oliverw Clear old selection first.
(edit) @24115   14 years oliverw Check for associated address interpolations.
(edit) @24114   14 years oliverw Added selection action to "incomplete addresses dialog" , extended …
(edit) @24112   14 years oliverw Added toggle dialog for incomplete addresses (just show entries, but …
(edit) @24110   14 years oliverw Removed debug output.
(edit) @24109   14 years oliverw Added map legend.
(edit) @24108   14 years oliverw Added 'relation' column.
(edit) @24107   14 years oliverw Added action to convert all streets of the data layer into a relation. …
(edit) @24106   14 years oliverw Added "convert street/addresses" to relation.
(edit) @24105   14 years oliverw Moved actions to separate package.
(edit) @24104   14 years oliverw House numbers also supported by service roads.
(edit) @24103   14 years oliverw Made dialog non-modal.
(edit) @24096   14 years oliverw AddressFinderThread -> GuessAddressRunnable
(edit) @24095   14 years oliverw NodeFactory -> OsmFactory
(edit) @24094   14 years oliverw StreetSegmentNode -> OSMStreetSegment
(edit) @24093   14 years oliverw StreetNode -> OSMStreet
(edit) @24092   14 years oliverw StreetNode -> OSMStreet
(edit) @24091   14 years oliverw AddressNode -> OSMAddress
(edit) @24090   14 years oliverw NodeEntityBase -> OSMEntityBase
(edit) @24089   14 years oliverw INodeEntity -> IOSMEntity
(edit) @24088   14 years oliverw Added documentation / removed some compiler warnings.
(edit) @24028   14 years oliverw Several bugfixes/perf improvements relating guesses.
(edit) @24026   14 years oliverw Do not invalidate container on single entity changes, just notify clients.
(edit) @24025   14 years oliverw Fixed imports.
(edit) @24024   14 years oliverw Show also other addresses in map as blue or red (incomplete) node.
(edit) @24023   14 years oliverw Check street name also via relation.
(edit) @24018   14 years oliverw - Bugfix: Apply guess via double click caused RT exception - Guess …
(edit) @24014   14 years oliverw Renamed getStreet -> getStreetName.
(edit) @24013   14 years oliverw Removed obsolete icons.
(edit) @24012   14 years oliverw Removed hardcoded path from Eclipse project settings.
(edit) @23982   14 years oliverw Bugfix: Repaired GuessAddressDataAction (wrong items were picked, etc.)
(edit) @23981   14 years oliverw Bugfix: Selection was not considered.
(edit) @23980   14 years oliverw Made dialog modal due to problems with the working data.
(edit) @23979   14 years oliverw - Added comments - Invalidate model on container changes
(edit) @23974   14 years oliverw Updated desc.
(edit) @23973   14 years oliverw Removed debug out.
(edit) @23972   14 years oliverw Fixed dialog layout (nicer headers, grid layout for buttons).
(edit) @23971   14 years oliverw Bugfix: Tags could not be added, only changed.
(edit) @23970   14 years oliverw - Added action RemoveAddressTagsAction - Collect all commands within a …
(edit) @23969   14 years oliverw Show address(es) in map, even if no street is selected.
(edit) @23968   14 years oliverw Use key input to jump quickly to entries in the street table.
(edit) @23967   14 years oliverw - Bugfix: Address cache did not consider all objects -> moved to …
(edit) @23966   14 years oliverw Consider also buildings when looking for address entities.
(edit) @23965   14 years oliverw Bugfix: Addresses were not resolved corectly.
(edit) @23964   14 years oliverw - SelectIncompleteAddressesAction: Added action icon and show enabled …
(edit) @23963   14 years oliverw Removed obsolete thread array.
(edit) @23962   14 years oliverw Removed unused variable nearestNode.
(edit) @23961   14 years oliverw - Run the guess action as PleaseWaitRunnable/show progress - …
(edit) @23957   14 years oliverw Consider also guessed name in comparison.
(edit) @23951   14 years oliverw Added "Select incomplete addresses" action.
(edit) @23950   14 years oliverw Change header format string for better translation.
(edit) @23949   14 years oliverw Check for null in visit(Node).
(edit) @23947   14 years oliverw Bugfix: Concurrent mod exception when opening the dialog.
(edit) @23945   14 years oliverw Updated date.
(edit) @23944   14 years oliverw Added documentation, removed debug output.
(edit) @23943   14 years oliverw - Bugfix: Action states were not updated on selection change. - …
(edit) @23942   14 years oliverw Removed debug output.
(edit) @23941   14 years oliverw Bugfix: Index out of bounds ex occurred in some cases.
(edit) @23939   14 years oliverw Housenumber -> number.
(edit) @23938   14 years oliverw Bugfix: Selection event was not processed correctly.
(edit) @23936   14 years oliverw Renamed plugin name/fixed plugin path and URL.
(edit) @23935   14 years oliverw Removed obsolete addressEdit folder.
(edit) @23934   14 years oliverw Renamed plugin class.
(edit) @23933   14 years oliverw Renamed packages to match plugin name.
(edit) @23932   14 years oliverw Renamed packages to match plugin name.
(add) @23931   14 years oliverw Reimported FixAddresses due to mess with Eclipse package renaming.
Note: See TracRevisionLog for help on using the revision log.