source: josm/trunk/src/org/openstreetmap/josm/gui/io/UploadDialog.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18491   23 months taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
(edit) @18472   23 months taylor.smock Fix some coverity warnings * CID 1489777: …
(edit) @18467   23 months taylor.smock Fix #20025, #22080: Notify users when changeset tags are …
(edit) @18457   2 years taylor.smock Fix #22056: source in the dataset tags overrides automatic sources …
(edit) @18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18173   3 years Don-vip fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox …
(edit) @17709   3 years simon04 fix #20708 - Re-organize the upload dialog
(edit) @17708   3 years simon04 see #20708 - Remove unused upload dialog customization
(edit) @17523   3 years Don-vip fix #20519 - NPE in Upload Dialog
(edit) @17521   3 years Don-vip spotbugs - SBSC_USE_STRINGBUFFER_CONCATENATION
(edit) @17339   3 years simon04 https://errorprone.info/bugpattern/StringSplitter
(edit) @17318   3 years Don-vip fix #20096 - restore comment initialization from dataset changeset …
(edit) @17238   4 years Don-vip see #17634 - enforce upload policy again (broken after #19381 changes)
(edit) @16673   4 years simon04 fix #19381 - Upload dialog: warn about large bounding box
(edit) @16672   4 years simon04 see #19381 - Upload dialog: make warnings less intrusive
(edit) @16468   4 years simon04 Java 8: use Collection.removeIf
(edit) @15802   4 years Don-vip fix #18523 - fix upload dialog layout (patch by taylor.smock)
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15117   5 years Don-vip make sure upload comments are not remembered if …
(edit) @15051   5 years Don-vip see #17634 - allow to define exceptions to the list of forbidden …
(edit) @15040   5 years Don-vip see #17634 - remove google from default list of forbidden terms. …
(edit) @15034   5 years Don-vip checkstyle/PMD
(edit) @15015   5 years Don-vip see #17634 - use case insensitive comparison, forbid google as source
(edit) @15010   5 years Don-vip fix #17634 - Reject uploads that do not follow comment/source upload …
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14355   6 years Don-vip fix #16865 - UploadDialogTest: fix for non-headless mode (patch by …
(edit) @14257   6 years Don-vip fix #16739 - fix NPE. Upload dialog mechanics to review to avoid …
(edit) @14251   6 years Don-vip fix memory leaks after upload, validation and primitives combining
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14106   6 years simon04 DownloadDialog, PreferenceDialog: bind Ctrl+Enter to main action
(edit) @13144   6 years Don-vip see #13747 - fix focus/selection/size issues in upload dialog
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12853   7 years bastiK see #15229 - include support for the long type in IPreferences
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12799   7 years Don-vip see #15229 - see #15182 - see #14794 - move Multi* GUI classes from …
(edit) @12719   7 years Don-vip fix #15232 - Allow user to request feedback when uploading by adding …
(edit) @12687   7 years Don-vip see #15182 - move UploadStrategySpecification and required enums …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12531   7 years simon04 fix #15089 - UploadDialog: bind Ctrl+Enter to upload action
(edit) @12452   7 years bastiK see #14794 - javadoc for the josm.gui.io package
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11293   7 years simon04 Checkstyle
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10783   8 years simon04 fix #13070 - Upload dialog not sized correctly
(edit) @10622   8 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10525   8 years Don-vip fix #12994 - Old style SideButton usage errors
(edit) @10105   8 years Don-vip fix coverity 1353745 + add unit test
(edit) @10097   8 years Don-vip fix #12717 - Warning about short comments when submitting Chinese comment
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9685   8 years Don-vip UploadDialog: code refactoring, add javadoc, basic unit test, remove …
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9522   8 years Don-vip fix java warnings & sonar issues
(edit) @9514   8 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8177   9 years stoecker fix warning
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7375   10 years Don-vip fix #10362 - wrong layout in advanced tab of upload dialog (regression …
(edit) @7358   10 years Don-vip see #9899 - refactor save/upload layer stuff to allow different layers …
(edit) @7190   10 years bastiK see #10079 - possible problems in English strings (part 2)
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(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) @6594   10 years simon04 fix #8969 fix #9394 - add "Do not show again (this session)" choice, …
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6428   10 years simon04 Typo in string
(edit) @6424   10 years simon04 see #6381 - fix #9373 - upload dialog: make source input behave …
(edit) @6419   10 years simon04 see #6381 - display specific, ignorable dialog on empty changeset source
(edit) @6401   10 years simon04 see #6381 - Ask for source tag in changeset/upload
(edit) @6315   11 years simon04 fix #9068 - Don't warn about empty key and empty value in upload tags
(edit) @6309   11 years simon04 fix #9068 - Warn about empty key/values on upload tags
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5842   11 years Don-vip Upload dialog: allow plugins to add custom components
(edit) @5412   12 years Don-vip see #7943 - fix NPE when switching back to default OSM API server …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3770   13 years stoecker fix help
(edit) @3746   13 years Upliner make possible for plugins to set changeset tags, addresses #5779
Note: See TracRevisionLog for help on using the revision log.