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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10363   10 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10362   10 years stoecker javadoc and style fixes
(edit) @10360   10 years stoecker fix unit tests
(edit) @10358   10 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10357   10 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10356   10 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10355   10 years stoecker don't use SideButton outside side panel
(edit) @10352   10 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(edit) @10346   10 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   10 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10344   10 years Don-vip fix #12935 - One pixel is out of order in the hatched texture (patch …
(edit) @10343   10 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   10 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10340   10 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10332   10 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10325   10 years Don-vip fix #12897 - fix IllegalArgumentException when exiting JOSM (patch by …
(edit) @10317   10 years Don-vip fix #12904 - Documentation of DialogsPanel (patch by michael2402)
(edit) @10316   10 years Don-vip fix coverity 1313942 + 1353522 - Integer handling issues
(edit) @10313   10 years Don-vip fix javadoc
(edit) @10310   10 years Don-vip fix javadoc
(edit) @10309   10 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10308   10 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10306   10 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   10 years Don-vip sonar - various code cleanup fixes
(edit) @10304   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @10303   10 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   10 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10296   10 years Don-vip sonar - squid:S1148 - Throwable.printStackTrace() should not be called
(edit) @10295   10 years Don-vip see #12863 - fix typo
(edit) @10294   10 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10293   10 years Don-vip sonar - squid:S2681 - fix indentation
(edit) @10288   10 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10285   10 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10282   10 years Don-vip GSOC core rework - LayerManager, see #12863, need a LayerManager …
(edit) @10281   10 years Don-vip GSOC core rework - LayerManager, see #12863, restore a public method …
(edit) @10280   10 years Don-vip fix #12874 - NPE
(edit) @10279   10 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10277   10 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations
(edit) @10274   10 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, fix version
(edit) @10273   10 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, add …
(edit) @10271   10 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10268   10 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10256   10 years Don-vip add more unit tests
(edit) @10254   10 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10250   10 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10248   10 years Don-vip findbugs - NM_CONFUSING
(edit) @10245   10 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10244   10 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10242   10 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10241   10 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10240   10 years Don-vip fix #12847 - NPE - regression of r10238
(edit) @10239   10 years Don-vip see #11002 - add some robustness against JDK bug
(edit) @10238   10 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10236   10 years Don-vip sonar - squid:S1194 - "java.lang.Error" should not be extended
(edit) @10235   10 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   10 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   10 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10223   10 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10217   10 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10216   10 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10213   10 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10212   10 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   10 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10209   10 years Don-vip see #11924 - Java 9 - fixes more deprecation warnings
(edit) @10207   10 years Don-vip remove MultiSplitLayout parsing features (code previously used only by …
(edit) @10205   10 years Don-vip add more unit tests
(edit) @10200   10 years Don-vip add more unit tests
(edit) @10199   10 years Don-vip fix unit tests
(edit) @10198   10 years Don-vip add more unit tests
(edit) @10196   10 years Don-vip fix #9795 - Fetch from Overpass API using HTTPS
(edit) @10194   10 years Don-vip sonar, javadoc
(edit) @10191   10 years Don-vip fix #7302 - Field showing name of object under cursor is often too …
(edit) @10190   10 years Don-vip fix #12838 - NPE
(edit) @10189   10 years Don-vip fix coverity 1355210 - UR: Uninitialized read of field in constructor
(edit) @10186   10 years Don-vip fix #12813 - partial revert of r10175 - HDOP is unitless
(edit) @10184   10 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10183   10 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10181   10 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10180   10 years Don-vip fix NPE - regression from r10179
(edit) @10179   10 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10176   10 years Don-vip fix #12776 - "Correlate to gpx" doesn't refresh combo box after GPX …
(edit) @10175   10 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10173   10 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10172   10 years Don-vip fix #12828 - exception from popup menu (regression from r9916)
(edit) @10168   10 years wiktorn Process and render the tiles that are not loaded, so placeholder …
(edit) @10167   10 years wiktorn Fix for large imagery offsets. See: #12681 Closes: #12810
(edit) @10164   10 years Don-vip add more unit tests
(edit) @10162   10 years bastiK fixed #12799 - Error mousing over the editing area after loading a …
(edit) @10155   10 years wiktorn Temporary fix for #12681. Check, from which side we are approaching …
(edit) @10153   10 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10152   10 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10148   10 years bastiK fixed #12758 - better scale for gamma value
(edit) @10145   10 years bastiK see #12598 - make DividedScale truely immutable (patch by michael2402)
(edit) @10144   10 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10142   10 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @10137   10 years Don-vip sonar, javadoc
(edit) @10134   10 years Don-vip sonar, javadoc
(edit) @10132   10 years Don-vip see #12720 - fix potential NPEs
(edit) @10131   10 years Don-vip fix coverity 1354553, 1347477, 1347476, 1347474, 1347472, 1347471 - NPE
(edit) @10129   10 years Don-vip refactor duplicated code
Note: See TracRevisionLog for help on using the revision log.