source: josm/trunk/src/org/openstreetmap/josm/gui/MapStatus.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9346   8 years simon04 fix #10773 - Improve map status display for projected coordinate systems
(edit) @9317   8 years simon04 Allow changing coordinate format in status bar
(edit) @9272   8 years simon04 see #12275 - Provide space depending on decimal places in status line
(edit) @9269   8 years simon04 fix #12275 - Allow changing decimal places in status line Use expert …
(edit) @9183   8 years Don-vip fix #12239 - filtered multipolygon relations could be selected by …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8907   9 years Don-vip fix #11989 - middle click function broken (patch by michael2402)
(edit) @8900   9 years Don-vip fix #11986, fix #11987, fix #11988: Patches by michael2402: * …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8513   9 years Don-vip checkstyle: blocks
(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) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8128   9 years Don-vip fix Sonar issue squid:S2446 - "notifyAll" should be used
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7714   9 years Don-vip fix #9564 - NPE
(edit) @7483   10 years Don-vip see #10455 - cross-platform UI tuning to avoid waste of space with …
(edit) @7135   10 years simon04 Display numbers in map status line according to locale/language
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6960   10 years Don-vip fix #8859, fix #9893 - Change of System of Measurement (SoM) in map …
(edit) @6869   10 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6789   10 years Don-vip fix #9637 - make status bar background/foregound colors configurable …
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6314   11 years Don-vip fix #8512 - Do not display discardable keys by default. Expert users …
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6056   11 years Don-vip fix #6515 - Allow switching system of measurement from a single click …
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(edit) @5966   11 years akks fix #8723: left click on position in status bar now opens lat/lon …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5534   12 years bastiK increase maximum resolution of progress bar manual repaint is …
(edit) @5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5137   12 years akks Andle Snapping improvements: activation on A (Tab can be disabled, see …
(edit) @5129   12 years akks fix #7557: ID# shown twice in middle click selection window
(edit) @5051   12 years xeen fix #7036
(edit) @4992   12 years xeen fix #7345
(edit) @4803   12 years akks Context menu for "Angle" status panel (Angle snap configuration), see …
(edit) @4763   12 years akks fix #7214 Memory growing and CPU load while idle (minor change)
(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) @4604   12 years jttt Multikey action improvements (see #5515): - show text in status bar …
(edit) @3783   13 years jttt Fix #5814 middleclick on way getting drawn locks josm completely
(edit) @3782   13 years jttt Fix #5814 middleclick on way getting drawn locks josm completely
(edit) @3754   13 years stoecker some cleanups in help page marking
(edit) @3642   13 years bastiK fixed #5561 (patch by cmuelle8) - wrong node selected after "unglue way"
(edit) @3629   13 years jttt Fix #5571 Exception was raised when attempting to split a way
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3438   14 years stoecker fix some charset errors
(edit) @3406   14 years bastiK fixed #5284 - change units at bottom of screen
(edit) @3376   14 years bastiK fixed #5248 (patch by julianladisch) - Latitude truncated in status line
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2871   14 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2575   14 years stoecker include utilsplugin, fix #4086
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2229   15 years xeen Fix #3634 Selecting with middle mouse button
(edit) @2217   15 years xeen Fix #3576 (now takes width constraints into account when moving the …
(edit) @2143   15 years xeen close #3516: clarify-middle-click-message.java, patch by avar
(edit) @2137   15 years xeen * close #3490 (Add editor username to middleclick menu) * improve …
(edit) @2127   15 years xeen close #3480
Note: See TracRevisionLog for help on using the revision log.