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) @12681   7 years Don-vip see #15182 - removed useless import
(edit) @12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12638   7 years Don-vip see #15182 - remove Main.currentProgressMonitor. Replacement: …
(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) @12369   7 years michael2402 Javadoc for gui.progress package
(edit) @12259   7 years bastiK see #14794 - javadoc
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11673   7 years michael2402 Add more Javadoc for progress monitors.
(edit) @11672   7 years michael2402 PleaseWaitDialog: Javadoc and make direct progress model access deprecated.
(edit) @11283   7 years michael2402 See #13976: Add progress monitor information to the bug report
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10611   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) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10121   8 years Don-vip add more debug messages + assertions to debug failing unit test
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9531   8 years simon04 HttpClient: test progress monitor handling (fixup r9529)
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8939   8 years Don-vip fix problems seen in headless environment for jenkins
(edit) @8929   8 years Don-vip javadoc fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8692   9 years Don-vip see #11795 - fix HeadlessException with Jenkins
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7935   9 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5891   11 years stoecker fix javadoc
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5826   11 years Don-vip fix #8575 - NPE
(edit) @5534   12 years bastiK increase maximum resolution of progress bar manual repaint is …
(edit) @5495   12 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5452   12 years Don-vip Code refactorisation on EDT calls
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @4762   12 years jttt Add method getWindowParent to ProgressMonitor (see #7208)
(edit) @4761   12 years jttt Fix #7218 NPE after download with waydownloader
(edit) @4758   12 years jttt Fix #7212 "Update data" broken (regression)
(edit) @4756   12 years jttt Fix #7211 NPE when updating plugins
(edit) @4754   12 years jttt Fix #7207 download/upload dialogs steal focus, probably others too
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4739   12 years jttt - fix #7202 Downloading Data window harder to read since r4718 - …
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4684   12 years Don-vip see #7159 - Layer merging performance
(edit) @4674   12 years simon04 fix #7172 - CT isn't always loaded by the History window when looking …
(edit) @4642   12 years Don-vip Accessors on ChildProgress
(edit) @4641   12 years Don-vip Make ChildProgress public.
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @3752   13 years bastiK make dialog component accessible so progress dialog can have blocking …
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3006   14 years mjulius fix a bunch of typos
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2687   14 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2338   14 years Gubaer Fixed two @Overrides, see #3797
(edit) @2337   14 years Gubaer Removed error memory from progress monitoring subsystem - missed one …
(edit) @2336   14 years Gubaer Removed error memory from progress monitoring subsystem.
(edit) @2322   14 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2319   14 years Gubaer fixed #3725: JOSM doesn't provide indication during upload that the …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2057   15 years Gubaer Gave PleaseWaitProgressMonitor its no-arg constructor back
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1875   15 years jttt Fix #3134
(edit) @1872   15 years jttt Fix #3130
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1863   15 years jttt Fix #2936 and #3066 (geoimage issues)
(edit) @1812   15 years jttt Add getTickCount method to ProgressMonitor
(add) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
Note: See TracRevisionLog for help on using the revision log.