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

Name Size Rev Age Author Last Change
../
layer 12460   7 years bastiK see #14794 - javadoc
autofilter 12480   7 years Don-vip see #14997 - checkstyle
conflict 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
dialogs 12499   7 years Don-vip findbugs:IS2_INCONSISTENT_SYNC
download 12515   7 years Don-vip see #5869 - javadoc
help 12004   7 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
history 12511   7 years Don-vip fix #12545 - catch IAE when displaying history with version number not …
io 12494   7 years Don-vip add Changeset.getComment()
mappaint 12514   7 years Don-vip see #15035 - add new at(lat,lon) MapCSS selector function
oauth 12204   7 years Don-vip remove unused code (pre-HttpClient)
preferences 12497   7 years Don-vip fix #8340 - shortcuts using up/down/left/right arrows not reassignable
util 12522   7 years Don-vip see #11924 - checkstyle
widgets 12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
bbox 12339   7 years michael2402 Add javadoc to SlippyMapBBoxChooser
draw 12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
progress 12369   7 years michael2402 Javadoc for gui.progress package
tagging 12384   7 years michael2402 Doument the gui.tagging package
GettingStarted.java 7.5 KB 12259   7 years bastiK see #14794 - javadoc
ConditionalOptionPaneUtil.java 13.1 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
ExtendedDialog.java 19.1 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IconToggleButton.java 5.3 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
IExtendedDialog.java 6.3 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
ImageryMenu.java 10.6 KB 12125   7 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
MainApplication.java 27.1 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
MainFrame.java 8.1 KB 12128   7 years Don-vip see #14741 - rework initialization of Main.contentPanePrivate
MainPanel.java 5.6 KB 11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
MapFrame.java 31.9 KB 12504   7 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapScaler.java 6.0 KB 11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
MapView.java 33.0 KB 12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
MenuScroller.java 15.5 KB 12234   7 years Don-vip see #11924 - see JDK-8165641: Object.finalize() is deprecated
NoteInputDialog.java 2.2 KB 12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
NoteSortDialog.java 3.0 KB 12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
Notification.java 6.2 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
NotificationManager.java 13.4 KB 11996   7 years Don-vip fix #13809 - run GUI operations of NotificationManager.processQueue
OsmPrimitivRenderer.java 4.9 KB 10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 7.3 KB 12285   7 years Don-vip remove some deprecated code, unused by now
PleaseWaitRunnable.java 7.3 KB 11801   7 years Don-vip see #14595 - catch UnsupportedOperationException
PopupMenuHandler.java 3.6 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
ProgramArguments.java 7.6 KB 11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
SelectionManager.java 15.5 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
SideButton.java 4.6 KB 10755   8 years Don-vip sonar - various fixes
SplashScreen.java 13.0 KB 12405   7 years Don-vip fix #14938 - robustness to system date changing during startup
HelpAwareOptionPane.java 13.6 KB 12391   7 years michael2402 See #14794: Documentation for the gui package
MainMenu.java 40.1 KB 12361   7 years michael2402 Fix #14916: Remove the unused ToggleGPXLinesAction
MapMover.java 9.9 KB 12338   7 years michael2402 Sonar squid:S1125 - simplify condition.
MapSlider.java 2.2 KB 12391   7 years michael2402 See #14794: Documentation for the gui package
MapStatus.java 44.9 KB 12391   7 years michael2402 See #14794: Documentation for the gui package
MapViewState.java 25.5 KB 12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
NameFormatterHook.java 1.6 KB 12391   7 years michael2402 See #14794: Documentation for the gui package
NavigatableComponent.java 61.3 KB 12163   7 years michael2402 Make use of ILatLon#getEastNorth
ScrollViewport.java 8.7 KB 12391   7 years michael2402 See #14794: Documentation for the gui package
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
DefaultNameFormatter.java 24.0 KB 11900   7 years stoecker add leisure and amenity to multipolygon naming
ExceptionDialogUtil.java 17.8 KB 11984   7 years stoecker improve overpass API rate limit message, fix wrong timeout error message
JosmUserIdentityManager.java 11.8 KB 11906   7 years stoecker fix NPE caused by variable case mismatch exposed by r11901
Note: See TracBrowser for help on using the repository browser.