source: josm/trunk/src/org/openstreetmap/josm/actions/UploadAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9514   8 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @9462   8 years bastiK applied #12367 - remember user input when upload dialog is closed …
(edit) @9059   8 years Don-vip checkstyle
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7358   10 years Don-vip see #9899 - refactor save/upload layer stuff to allow different layers …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6654   10 years simon04 fix #9514 fix #9484 fix #9502 - Upload dialog: make source field …
(edit) @6631   10 years simon04 Fix strange effect of UploadDialog where the changeset comment
(edit) @6590   10 years simon04 Update table after setting changeset tags from dataset
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5621   11 years stoecker fix #8211 - data fix on upload
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5233   12 years Don-vip fix #7684 - Various improvements in "upload=false" layers handling
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4967   12 years stoecker typo
(edit) @4966   12 years stoecker better shortcuts for up and download
(edit) @4963   12 years stoecker fix shortcut
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3530   14 years stoecker fix array preferences
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2979   14 years Gubaer fixed #4386: "There are unsolved conflicts in layer X" holds up any …
(edit) @2598   14 years Gubaer comment to follow in a later commit Have to break up a commit because …
(edit) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2390   14 years Gubaer Minor improvement in context-sensitive help
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2319   14 years Gubaer fixed #3725: JOSM doesn't provide indication during upload that the …
(edit) @2317   14 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2303   14 years Gubaer see #3761: Precondition failed: Node is still used by way Also added …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2255   15 years Gubaer New utility class for help context aware option dialogs Improved …
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2250   15 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2198   15 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2189   15 years Gubaer fixed #3564: i18n fail in error when uploading OSM data to a fresh server
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2175   15 years stoecker fixed i18n problem
(edit) @2171   15 years Gubaer applied #3555: patch by Claudius Henrichs: More typos and closing html tags
(edit) @2168   15 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(edit) @2153   15 years Gubaer applied #3489: patch by singularita@…: Confusing conflict message
(edit) @2134   15 years Gubaer fixed #3489: Confusing conflict message
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2096   15 years Gubaer applied #3455: patch by Claudius Henrichs: Incorrect closing html tags …
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2082   15 years Gubaer Making uploadHooks private, providing register/unregister methods
(edit) @2081   15 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2074   15 years Gubaer fixed #3422: Upload dialog allows modification of the created_by=* tag …
(edit) @2065   15 years Gubaer fixed #3410: Size of new upload dialog
(edit) @2061   15 years Gubaer fixed #3398: Changeset tags should be editable in subsequent uploads
(edit) @2058   15 years Gubaer fixed in #3397: Upload not possible to opened changeset
(edit) @2046   15 years Gubaer fixed #3385: Add auto-completion to changeset tag completion
(edit) @2045   15 years Gubaer fixed #3386: Upload dialog has empty areas when the changeset doesn't …
(edit) @2040   15 years Gubaer improved upload dialog new: tags for changesets new: multiple uploads …
(edit) @2037   15 years Gubaer Improved cancellation of upload tasks Refactored upload dialog fixed …
(edit) @2035   15 years Gubaer Improved user feedback in case of timed retries after …
(edit) @2031   15 years Gubaer applied #2905: patch by xeen: Add option to disable the new "Move …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2005   15 years Gubaer fixed #2367: panel will be empty when undocked from minimized state …
(edit) @1991   15 years Gubaer fixed #2000: ID in selection lists isn't updated after upload until …
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1885   15 years Gubaer Improved exception handling
(edit) @1876   15 years Gubaer fixed #3139: version conflict handling is broken
(edit) @1870   15 years Gubaer fixed #2766: Provide configuration checkbox in upload dialog for …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1760   15 years Gubaer fixed #2882: Handling error message
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1698   15 years Gubaer fixed #2759: OsmApiException message is crippled by showMessageDialog
(edit) @1691   15 years Gubaer #2703: patch (slightly extended) by dmuecke clean up: few issues in …
(edit) @1688   15 years stoecker fixed #2744 - server url defaults
(edit) @1685   15 years stoecker fixed audio handling a bit
Note: See TracRevisionLog for help on using the revision log.