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) @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
(edit) @3719   13 years bastiK added missing license information
(edit) @3530   14 years stoecker fix array preferences
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3403   14 years bastiK some extensions to exteded dialog; modified the warning dialog box for …
(edit) @3399   14 years framm Modify behaviour regarding the changeset comment. It is now allowed to …
(edit) @3133   14 years Gubaer fixed #4371: Changeset comment reverts to previous when switching options
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2618   14 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2599   14 years Gubaer fixed #4130: Chunked upload mode counter is wrong fixed #4118: Upload …
(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) @2447   14 years Gubaer fixed #3897: Previous changeset comment gets overwritten
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2308   15 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2301   15 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2289   15 years Gubaer fixed #3719: Upload dialog still lists closed changesets after JOSM …
(edit) @2285   15 years Gubaer Improved Download Location Dialog and created …
(edit) @2281   15 years Gubaer see #3668: Upload dialog: comment textbox buggy
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2241   15 years Gubaer Make sure upload comments are displayed in order, most recent upload …
Note: See TracRevisionLog for help on using the revision log.