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

Name Size Rev Age Author Last Change
../
autofilter 12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
bbox 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
bugreport 13330   6 years Don-vip simpler implementation of BugReportDialog.findParent()
conflict 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
correction 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
datatransfer 13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
dialogs 13367   6 years Don-vip fix #15332 - IndexOutOfBoundsException in ConflictDialog
download 13335   6 years Don-vip fix #15800 - autofix common issues in overpass queries, like overpass turbo
draw 12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
help 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
history 13202   6 years Don-vip update to PMD 6.0.0
io 13392   6 years Don-vip fix #15888 - Add changeset link to upload confirmation notification
layer 13397   6 years michael2402 Fix #15878: Implement colorfullness filter for indexed images.
mappaint 13399   6 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOXING_VALUEOF - Method converts …
oauth 13207   6 years Don-vip enable PMD rule PreserveStackTrace + add missing jars to run new PMD …
preferences 13288   6 years Don-vip fix #15710 - unify new layer checkbox text
progress 12681   7 years Don-vip see #15182 - removed useless import
tagging 13332   6 years Don-vip see #15782 - add debug logs
util 13270   6 years Don-vip see #15709 - fix a memory leak found during investigation
widgets 13369   6 years stoecker see #15734 - fix two icons by simply cutting the size. The circle is …
ConditionalOptionPaneUtil.java 13.1 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
DownloadParamType.java 5.6 KB 13050   6 years Don-vip fix #14602 - allow both dot and comma decimal separator everywhere …
ExceptionDialogUtil.java 17.8 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
ExtendedDialog.java 19.2 KB 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
GettingStarted.java 7.7 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
HelpAwareOptionPane.java 13.6 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IconToggleButton.java 5.4 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
IExtendedDialog.java 6.3 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
ImageryMenu.java 10.7 KB 12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
MainApplication.java 66.0 KB 13402   6 years Don-vip fix #15901 - --load-preferences crashes on simple filename
MainFrame.java 8.2 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
MainMenu.java 40.0 KB 13090   6 years bastiK see #14142 - move dialogs toggle action menu entry down to toolbar …
MainPanel.java 5.7 KB 13174   6 years Don-vip see #15310 - fix unit tests, warnings
MapFrame.java 32.1 KB 13265   6 years Don-vip see #15709 - fix a lot of memory leaks. Now gui.layer.geoImage.*
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.0 KB 12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
MapScaler.java 6.1 KB 12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
MapSlider.java 2.2 KB 13201   6 years Don-vip fix #15039 - prevent zoom level from jumping after click on slider …
MapStatus.java 49.5 KB 13178   6 years Don-vip see #15605 - code cleanup
MapView.java 35.6 KB 13400   6 years Don-vip sonar - fb-contrib:PDP_POORLY_DEFINED_PARAMETER - Method defines …
MapViewState.java 26.3 KB 13387   6 years Don-vip see #15880 - nicer exception
MenuScroller.java 15.5 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
NavigatableComponent.java 62.5 KB 13200   6 years Don-vip fix #15668 - make sure zoom change events are always fired in EDT
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.1 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
Notification.java 6.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
NotificationManager.java 13.4 KB 12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
OsmPrimitivRenderer.java 5.0 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 7.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
PleaseWaitRunnable.java 7.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
PopupMenuHandler.java 3.6 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
ProgramArguments.java 7.7 KB 12893   7 years bastiK see #15229 - add getopt to ant target "compile-cots"; minor fix
ScrollViewport.java 8.7 KB 13277   6 years stoecker see #15734 - fix icon detection
SelectionManager.java 15.6 KB 12961   7 years Don-vip fix #15126 - NPE
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
SideButton.java 3.4 KB 13188   6 years Don-vip fix Checkstyle/PMD issues, increase some test timeouts, update to …
SplashScreen.java 12.9 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
Note: See TracBrowser for help on using the repository browser.