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) @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
(edit) @2109   15 years stoecker applied #3441 - patch by xeen - improve middle click to allow better …
(edit) @2039   15 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1440   15 years stoecker close #2230. patch by xeen
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1350   15 years stoecker speedup start, fix #2106, patch by xeen and Michel Marti
(edit) @1258   15 years stoecker fixed bug #2018. Patch by markb ordern com
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1108   15 years framm - new preference setting allows switching between decimal coordinates …
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @861   16 years stoecker added space to units. Fixes #798
(edit) @752   16 years stoecker fix bug #901
(edit) @692   16 years stoecker fixed Preset translation error with combo boxes
(edit) @679   16 years stoecker finished XML based translations of presets fixes #960 correct bounding …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @632   16 years ramack - fixed typo, which closes #727
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @619   16 years gebner Put the code to display the currently mouse-overed object in the …
(edit) @617   16 years gebner Convert MapStatus.java to UTF-8 so that javac can read it.
(edit) @613   16 years framm - add extra digit to length when displayed in metres - proper icon for …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @582   16 years framm - got rid of a few compiler warnings
Note: See TracRevisionLog for help on using the revision log.