source: josm/trunk/src/org/openstreetmap/josm/actions/UpdateSelectionAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14121   6 years Don-vip see #15229 - deprecate all Main methods related to network features. …
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @11643   7 years bastiK make it compile in Netbeans
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9241   8 years simon04 see #7670 - Possibility to download from mirror with all download …
(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) @8443   9 years Don-vip remove extra whitespaces
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4927   12 years stoecker small cleanups
(edit) @4892   12 years stoecker remove deprecation
(edit) @4851   12 years stoecker allow automatic parsing of shortcuts see #7226
(edit) @3093   14 years Gubaer Ouch, shouldn't have removed getData(). Fixes the previous commit.
(edit) @3092   14 years Gubaer fixed #4681: Open Street Bug Plugin Crashed
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2684   14 years Gubaer fixed help topic
(edit) @2682   14 years stoecker added update modified action
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2598   14 years Gubaer comment to follow in a later commit Have to break up a commit because …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2471   14 years Gubaer fixed #3963: Synchronize does not work
(edit) @2444   14 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2433   14 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2277   15 years Gubaer Fixed problem with synchronizing ways
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(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) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1883   15 years Gubaer only fetch existing nodes
(edit) @1881   15 years Gubaer fixed two issues in #3141: conflict resolution flags false conflicts …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1756   15 years Gubaer fixed #2888: Check for deleted elements should ignore incomplete elements
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(add) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
Note: See TracRevisionLog for help on using the revision log.