source: josm/trunk/src/org/openstreetmap/josm/gui@ 11198

Name Size Rev Age Author Last Change
../
bbox 11188   7 years wiktorn Allow working on readonly JOSM Home Return null …
conflict 11121   8 years Don-vip checkstyle
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 11113   8 years Don-vip sonar - pmd:AppendCharacterWithChar - Avoid appending characters as …
dialogs 11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
download 11009   8 years Don-vip fix recent sonar/checkstyle issues
draw 11154   7 years Don-vip checkstyle
help 11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
history 11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
io 11110   8 years Don-vip add more unit tests
layer 11197   7 years Don-vip fix #13880 - AbstractTileSourceLayer: Allow additional layer context …
mappaint 11148   7 years michael2402 Fix #13636: Use clipping for images on a line (RepeatImageElement).
oauth 10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
preferences 11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
progress 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
tagging 11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
util 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
widgets 11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
ShowHideButtonListener.java 414 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
NameFormatterHook.java 1.5 KB 8512   9 years Don-vip checkstyle: redundant modifiers
MapSlider.java 2.1 KB 10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
NoteInputDialog.java 2.2 KB 9078   8 years Don-vip sonar - Immutable Field
NoteSortDialog.java 3.1 KB 9078   8 years Don-vip sonar - Immutable Field
PopupMenuHandler.java 3.7 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
SideButton.java 4.6 KB 10755   8 years Don-vip sonar - various fixes
OsmPrimitivRenderer.java 4.9 KB 10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
IconToggleButton.java 5.4 KB 10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
MainPanel.java 5.6 KB 10975   8 years Don-vip remove deprecated stuff - gsoc-core
MapScaler.java 6.1 KB 10853   8 years Don-vip see #13309 - fix most of deprecation warnings
Notification.java 6.2 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
ScrollViewport.java 6.3 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
PleaseWaitDialog.java 6.8 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
PleaseWaitRunnable.java 7.1 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
GettingStarted.java 7.3 KB 11171   7 years simon04 Fix MOTD image link replacement Avoids downloading images which are …
ProgramArguments.java 7.6 KB 10936   8 years Don-vip sonar
MainFrame.java 7.9 KB 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
MapMover.java 10.1 KB 10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
ImageryMenu.java 10.3 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
JosmUserIdentityManager.java 11.6 KB 10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
SplashScreen.java 12.5 KB 10781   8 years simon04 fix #11874 - No progress bar while downloading plugins
NotificationManager.java 13.0 KB 10893   8 years Don-vip fix #13447 - Clean notification manager, merge properties and remove …
ConditionalOptionPaneUtil.java 13.0 KB 9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
HelpAwareOptionPane.java 13.1 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
SelectionManager.java 16.0 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
MenuScroller.java 16.6 KB 9078   8 years Don-vip sonar - Immutable Field
ExceptionDialogUtil.java 17.7 KB 10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
ExtendedDialog.java 23.8 KB 11105   8 years Don-vip sonar - fix various issues
MapViewState.java 23.9 KB 11144   7 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
DefaultNameFormatter.java 24.1 KB 10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
MainApplication.java 25.4 KB 11103   8 years Don-vip fix NPE seen in jenkins
MapFrame.java 30.5 KB 11173   7 years simon04 Shortcut.findShortcut: return Optional object
MapView.java 31.3 KB 11173   7 years simon04 Shortcut.findShortcut: return Optional object
MainMenu.java 40.3 KB 10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
MapStatus.java 43.8 KB 11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
NavigatableComponent.java 57.7 KB 10972   8 years Don-vip remove deprecated stuff - gsoc-core
Note: See TracBrowser for help on using the repository browser.