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

Name Size Rev Age Author Last Change
../
bbox 12203   7 years stoecker drop CycleMap from JOSM core
conflict 12151   7 years michael2402 AbstractListMergeModel: Add documentation
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 12125   7 years Don-vip see #14741 - rework initialization of Main.Panel so that it is done …
dialogs 12178   7 years michael2402 Remove repaint on conflict resolution - SequenceCommand will do it for us.
download 11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
draw 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
help 12004   7 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
history 12043   7 years michael2402 Add nicer padding to version info panel
io 12012   7 years Don-vip fix HeadlessException seen in unit tests logs
layer 12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
mappaint 12174   7 years michael2402 Map paint style: Invalidate the affected layers instead of triggering …
oauth 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
preferences 12148   7 years bastiK see #14794 - javadoc
progress 11746   7 years Don-vip PMD - Strict Exceptions
tagging 12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
util 12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
widgets 11948   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
ConditionalOptionPaneUtil.java 13.1 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
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
ExtendedDialog.java 19.1 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
GettingStarted.java 7.3 KB 11171   7 years simon04 Fix MOTD image link replacement Avoids downloading images which are …
HelpAwareOptionPane.java 13.1 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
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 …
JosmUserIdentityManager.java 11.8 KB 11906   7 years stoecker fix NPE caused by variable case mismatch exposed by r11901
MainApplication.java 27.1 KB 12150   7 years Don-vip fix #14792 - fix --version handling: restore a single main() method
MainFrame.java 8.1 KB 12128   7 years Don-vip see #14741 - rework initialization of Main.contentPanePrivate
MainMenu.java 40.3 KB 11769   7 years stoecker see #14142 - fix help link
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 30.4 KB 12177   7 years michael2402 Remove MapView repaint in MapFrame - map view does it by itself.
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.0 KB 11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
MapScaler.java 6.0 KB 11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
MapSlider.java 2.1 KB 10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
MapStatus.java 44.0 KB 12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
MapView.java 32.8 KB 12182   7 years michael2402 Move viewport following option to DrawAction and make it persistent.
MapViewState.java 25.3 KB 12162   7 years michael2402 See #13415: Fix @since tags.
MenuScroller.java 15.8 KB 11506   7 years Don-vip simplify MenuScroller
NameFormatterHook.java 1.5 KB 8512   9 years Don-vip checkstyle: redundant modifiers
NavigatableComponent.java 61.3 KB 12163   7 years michael2402 Make use of ILatLon#getEastNorth
NoteInputDialog.java 2.2 KB 9078   8 years Don-vip sonar - Immutable Field
NoteSortDialog.java 3.0 KB 11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
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.5 KB 11673   7 years michael2402 Add more Javadoc for progress monitors.
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
ScrollViewport.java 8.2 KB 12079   7 years michael2402 ScrollViewport: Fix layout computation, natively support mouse wheel …
SelectionManager.java 15.5 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
ShowHideButtonListener.java 414 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
SideButton.java 4.6 KB 10755   8 years Don-vip sonar - various fixes
SplashScreen.java 12.7 KB 11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
Note: See TracBrowser for help on using the repository browser.