source: josm/trunk/src/org/openstreetmap/josm/gui/progress

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19535   7 months stoecker remove a lot of PMD warnings, especially outdated ignores, see #24635
(edit) @19519   8 months stoecker unify eol-style
(edit) @19139   2 years taylor.smock PMD and checkstyle fixes
(edit) @19080   2 years taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
(edit) @19050   2 years taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18801   3 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18549   4 years taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
(edit) @18428   4 years stoecker add missing space
(edit) @18365   5 years Don-vip see #15182 - make JOSM callable as standalone validator (patch by …
(edit) @18150   5 years Don-vip fix #20799 - fix performance/memory issues while scrolling across many …
(edit) @17333   6 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @15233   7 years Don-vip see #17861 - last bugfixes
(edit) @14302   8 years Don-vip see #16781 - fix more typos using ​https://github.com/vlajos/misspell-fixer
(edit) @14153   8 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14068   8 years Don-vip checkstyle/sonarqube
(edit) @14052   8 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @12681   9 years Don-vip see #15182 - removed useless import
(edit) @12675   9 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12638   9 years Don-vip see #15182 - remove Main.currentProgressMonitor. Replacement: …
(edit) @12630   9 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   9 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12369   9 years michael2402 Javadoc for gui.progress package
(edit) @12259   9 years bastiK see #14794 - javadoc
(edit) @11746   10 years Don-vip PMD - Strict Exceptions
(edit) @11713   10 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11673   10 years michael2402 Add more Javadoc for progress monitors.
(edit) @11672   10 years michael2402 PleaseWaitDialog: Javadoc and make direct progress model access deprecated.
(edit) @11283   10 years michael2402 See #13976: Add progress monitor information to the bug report
(edit) @11100   10 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10634   10 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10611   10 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   10 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10173   10 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10121   10 years Don-vip add more debug messages + assertions to debug failing unit test
(edit) @10035   11 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9665   11 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9531   11 years simon04 HttpClient: test progress monitor handling (fixup r9529)
(edit) @9529   11 years simon04 HttpClient: test progress monitor handling
(edit) @9371   11 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9231   11 years Don-vip javadoc update
(edit) @9078   11 years Don-vip sonar - Immutable Field
(edit) @9059   11 years Don-vip checkstyle
(edit) @8939   11 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8929   11 years Don-vip javadoc fixes
(edit) @8870   11 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   11 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   11 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8734   11 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8692   11 years Don-vip see #11795 - fix HeadlessException with Jenkins
(edit) @8624   11 years bastiK add missing svn:eol-style=native
(edit) @8512   11 years Don-vip checkstyle: redundant modifiers
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8470   11 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   11 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8387   11 years Don-vip fix some Findbugs warnings
(edit) @8377   11 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8291   11 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   11 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7937   12 years bastiK add subversion property svn:eol=native
(edit) @7935   12 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7005   12 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6362   13 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6084   13 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5891   13 years stoecker fix javadoc
(edit) @5890   13 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5826   13 years Don-vip fix #8575 - NPE
(edit) @5534   14 years bastiK increase maximum resolution of progress bar manual repaint is …
(edit) @5495   14 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5452   14 years Don-vip Code refactorisation on EDT calls
(edit) @5266   14 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5170   14 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @4762   15 years jttt Add method getWindowParent to ProgressMonitor (see #7208)
(edit) @4761   15 years jttt Fix #7218 NPE after download with waydownloader
(edit) @4758   15 years jttt Fix #7212 "Update data" broken (regression)
(edit) @4756   15 years jttt Fix #7211 NPE when updating plugins
(edit) @4754   15 years jttt Fix #7207 download/upload dialogs steal focus, probably others too
(edit) @4745   15 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4739   15 years jttt - fix #7202 Downloading Data window harder to read since r4718 - …
(edit) @4718   15 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4684   15 years Don-vip see #7159 - Layer merging performance
(edit) @4674   15 years simon04 fix #7172 - CT isn't always loaded by the History window when looking …
(edit) @4642   15 years Don-vip Accessors on ChildProgress
(edit) @4641   15 years Don-vip Make ChildProgress public.
(edit) @4310   15 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @3752   16 years bastiK make dialog component accessible so progress dialog can have blocking …
(edit) @3408   16 years jttt Show only actions that can work on all selected layers in …
(edit) @3083   17 years bastiK added svn:eol-style=native to source files
(edit) @3006   17 years mjulius fix a bunch of typos
(edit) @2990   17 years jttt Fix some eclipse warnings
(edit) @2850   17 years mjulius fix messages for gui
(edit) @2713   17 years stoecker removed obsolete code (re-add when necessary)
(edit) @2687   17 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2512   17 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2338   17 years Gubaer Fixed two @Overrides, see #3797
(edit) @2337   17 years Gubaer Removed error memory from progress monitoring subsystem - missed one …
(edit) @2336   17 years Gubaer Removed error memory from progress monitoring subsystem.
(edit) @2322   17 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2319   17 years Gubaer fixed #3725: JOSM doesn't provide indication during upload that the …
(edit) @2181   17 years stoecker lots of i18n fixes
Note: See TracRevisionLog for help on using the revision log.