source: josm/trunk/src/org/openstreetmap/josm/actions/upload

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13414   6 years Don-vip fix #15452 - More details are needed for "Tag value longer than …
(edit) @13028   6 years Don-vip fix #15464 - Allow plugins to modify the changeset tags before upload …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12673   7 years Don-vip see #15182 - move CyclicUploadDependencyException from …
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12635   7 years Don-vip see #15182 - checkstyle
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12581   7 years bastiK see #14794 - javadoc
(edit) @12365   7 years michael2402 CyclicUploadDependencyException: Copy the collection passed to the …
(edit) @12364   7 years michael2402 Javadoc: CyclicUploadDependencyException
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12212   7 years michael2402 ValidateUploadHook: Invalidate the error layer instead of relying on a …
(edit) @11913   7 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9486   8 years simon04 Note upload: explain first exception to the user
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8831   9 years simon04 see #11934 - Typo
(edit) @8827   9 years simon04 fix #11934 - Comment a note before it is uploaded fails
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(edit) @8464   9 years Don-vip Singular fields
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8179   9 years stoecker see #10329 - also drop old value for FixDataTag, when new value matches
(edit) @8178   9 years stoecker see #10329 - fix wrong upload fix and remove wrong old keys when new …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7783   9 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7748   9 years Don-vip fix some Sonar issues recently introduced
(edit) @7699   9 years Don-vip fix #10700 - Add note upload functionality (patch by ToeBee)
(edit) @7529   10 years Don-vip see #10452 - better access to OSM API capabilities maximum waynodes info
(edit) @7509   10 years stoecker remove tabs
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6922   10 years stoecker add version in javadoc
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6786   10 years akks fix #9639: NPE when trying to upload data (rough fix, needs checking) …
(edit) @6779   10 years simon04 Initialize validator tests on demand, separate initialization of …
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6683   10 years Don-vip fix #9532 - UI tuning of upload validation dialog
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6436   10 years Don-vip fix #9362 - Validator dialog not filled with warning messages after …
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6331   10 years Don-vip fix #9205 - validation run on upload is not updating validation window …
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(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) @5926   11 years bastiK clean up imports
(edit) @5767   11 years Don-vip fix #8495 - fix FixDataHook$FixDataSpace.fixKeys algo
(edit) @5623   11 years akks fix NPE in FixDataHook, see #8211
(edit) @5621   11 years stoecker fix #8211 - data fix on upload
(edit) @5608   11 years stoecker don't hardcode created_by for DuplicateRelation validator test, …
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5013   12 years akks Validation on upload and error reporting windows did not fit in 800x600
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4097   13 years stoecker fix #6089 - typo
(edit) @4075   13 years framm fix typo in "AggregatePrimitivesVisitor" class name
(edit) @4052   13 years stoecker fix typo
(edit) @4023   13 years stoecker improve validator user interface
(edit) @3745   13 years bastiK fixed #5752 - validator: warning window on upload is broken (2)
(edit) @3719   13 years bastiK added missing license information
(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. …
Note: See TracRevisionLog for help on using the revision log.