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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19048   15 months taylor.smock Dependency updates ivy.xml * org.eclipse.parsson:parsson: 1.1.5 -> …
(edit) @18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18005   4 years Don-vip fix #21103 - see #14605 - proper fix of IllegalStateException in …
(edit) @17786   4 years simon04 see #20741 - Fix typos in code and strings (patch by gaben)
(edit) @15963   5 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15007   6 years Don-vip remove deprecated API
(edit) @14985   6 years GerdP fix #17591 Zoom to download doesn't work as expected Partly revert …
(edit) @14734   6 years GerdP fix #16706 (16706-improve-v2.patch)
(edit) @14628   7 years simon04 fix #16706 - Zoom to selection should not zoom out for zoom on a node …
(edit) @14397   7 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14221   7 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @13955   7 years Don-vip use IPrimitive in AutoScaleAction
(edit) @13926   7 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13905   7 years Don-vip make BoundingXYVisitor implement PrimitiveVisitor
(edit) @13434   7 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12853   8 years bastiK see #15229 - include support for the long type in IPreferences
(edit) @12846   8 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12639   8 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   8 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12235   8 years Don-vip fix #14605 - catch IllegalStateException
(edit) @11809   8 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11713   8 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11383   9 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11288   9 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10601   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10453   9 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10383   9 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   9 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10318   9 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10216   9 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10131   9 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @9795   9 years Don-vip findbugs
(edit) @9447   10 years simon04 see #12335 - Improve "Zoom to layer" and "Zoom to download" enabled …
(edit) @8900   10 years Don-vip fix #11986, fix #11987, fix #11988: Patches by michael2402: * …
(edit) @8846   10 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8200   10 years stoecker fix #7630 - NPE
(edit) @8171   10 years stoecker fix #7630 - provide a zoom to all downloaded areas function
(edit) @7817   11 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7668   11 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7053   11 years bastiK fixed #9669 - key-press 3 on node goes down to 6 meter new advanced …
(edit) @7012   11 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   11 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6783   11 years Don-vip fix some Sonar issues
(edit) @6623   12 years Don-vip fix Sonar issues
(edit) @6608   12 years xeen improve zoom to selection/conflict when the objects in question are …
(edit) @6509   12 years Don-vip fix #9459 - initialize default center view of MapView to last download …
(edit) @6380   12 years Don-vip update license/copyright information
(edit) @6336   12 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   12 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6289   12 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6246   12 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6084   12 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   12 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5958   12 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5460   13 years Don-vip global use of Main.isDisplayingMapView()
(edit) @4982   13 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4932   13 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4921   13 years stoecker better shortcut parsing
(edit) @3973   14 years mjulius Zoom to conflict now zooms to first selected conflict if there is one …
(edit) @3760   15 years stoecker fix help
(edit) @3327   15 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3251   15 years stoecker fixed #5016 - object download did not focus object
(edit) @2986   15 years jttt Fix some of FindBugs warnings
(edit) @2759   16 years mjulius Make the new zoom previous and next actions listen to zoom changes and …
(edit) @2758   16 years mjulius fixes #1653 - zoom to the previously shown area This adds menu entries …
(edit) @2711   16 years stoecker fix bad line endings
(edit) @2685   16 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2512   16 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2477   16 years Gubaer fixed #3921: Autojump to downloaded area
(edit) @2343   16 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2323   16 years Gubaer Added explicit help topics See also …
(edit) @2256   16 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2017   16 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1953   16 years Gubaer fixed #3239: Zoom to layer no longer zooms to selected layer
(edit) @1903   16 years Gubaer fixed #3180: Zoom to layer + GPX = NPE
(edit) @1895   16 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1868   16 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1854   16 years Gubaer fixed #3091: zoom to selection on gpx load only
(edit) @1847   16 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   16 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   16 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1797   16 years framm - minor changes in conjunction with the Walking Papers plugin.
(edit) @1750   16 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1662   16 years stoecker fix #2344 - zooming to single GPS point
(edit) @1302   17 years stoecker applied #2046. patch by Detlef Reichl
(edit) @1169   17 years stoecker removed usage of tab stops
Note: See TracRevisionLog for help on using the revision log.