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) @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   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2301   14 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 …
(edit) @2234   15 years Gubaer fixed #3646: Layout in Upload dialog mangled
(edit) @2231   15 years Gubaer Make sure the changeset comment field has focus and is selected when …
(edit) @2218   15 years Gubaer see #3371: Fatal freeze trying to enter a changeset comment
(edit) @2191   15 years Gubaer fixed #3561: Changeset comment=* is incorrect in list of open …
(edit) @2190   15 years Gubaer fixed #3519: Exception on upload
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2158   15 years Gubaer fixed #3541: Upload-Dialog: Pressing 'enter' in comment-field should …
(edit) @2148   15 years Gubaer fixed #3530: Unable to satisfy "Please enter a comment....(min 3 …
(edit) @2135   15 years Gubaer fixed #3488: "No open changeset" appears in changeset list every …
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(add) @2081   15 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
Note: See TracRevisionLog for help on using the revision log.