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) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10131   8 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @9795   8 years Don-vip findbugs
(edit) @9447   8 years simon04 see #12335 - Improve "Zoom to layer" and "Zoom to download" enabled …
(edit) @8900   9 years Don-vip fix #11986, fix #11987, fix #11988: Patches by michael2402: * …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8200   9 years stoecker fix #7630 - NPE
(edit) @8171   9 years stoecker fix #7630 - provide a zoom to all downloaded areas function
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7053   10 years bastiK fixed #9669 - key-press 3 on node goes down to 6 meter new advanced …
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6608   10 years xeen improve zoom to selection/conflict when the objects in question are …
(edit) @6509   10 years Don-vip fix #9459 - initialize default center view of MapView to last download …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4921   12 years stoecker better shortcut parsing
(edit) @3973   13 years mjulius Zoom to conflict now zooms to first selected conflict if there is one …
(edit) @3760   13 years stoecker fix help
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3251   14 years stoecker fixed #5016 - object download did not focus object
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2759   14 years mjulius Make the new zoom previous and next actions listen to zoom changes and …
(edit) @2758   14 years mjulius fixes #1653 - zoom to the previously shown area This adds menu entries …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2685   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) @2477   14 years Gubaer fixed #3921: Autojump to downloaded area
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1953   15 years Gubaer fixed #3239: Zoom to layer no longer zooms to selected layer
(edit) @1903   15 years Gubaer fixed #3180: Zoom to layer + GPX = NPE
(edit) @1895   15 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1868   15 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1854   15 years Gubaer fixed #3091: zoom to selection on gpx load only
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(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) @1797   15 years framm - minor changes in conjunction with the Walking Papers plugin.
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1662   15 years stoecker fix #2344 - zooming to single GPS point
(edit) @1302   15 years stoecker applied #2046. patch by Detlef Reichl
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @948   16 years stoecker allow to use zoom from plugins
(edit) @797   16 years stoecker corrected autoscale
(edit) @795   16 years stoecker einstein mode preferences now shows all options and their default values
(edit) @758   16 years stoecker unified translation a bit
(edit) @754   16 years stoecker fixed exception. Closes 1392.
(edit) @746   16 years framm - changed AutoScaleAction to leave some margin around selected objects …
(edit) @731   16 years stoecker i18n fix
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @458   16 years (none) add keyboard shortcuts "1,2,3,4" for the "View/Zoom In ..." menu entries
(edit) @410   16 years gebner When auto-scaling to a single node, show just 50m context instead of 1km.
(edit) @403   17 years framm - added patch to ignore "view->zoom" command if nothing is there to …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/AutoScaleAction.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.