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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6357   10 years Don-vip fix #5382 - add an option to display a notification at each autosave …
(edit) @6353   10 years Don-vip fix #9251 - Search button disabled - regression from r6336
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6342   10 years Don-vip various fixes
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6339   10 years Don-vip fix display of notifications when the map is not displayed
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6335   10 years Don-vip Sonar/Findbugs - Unused Private Fields
(edit) @6334   10 years Don-vip Sonar/Findbugs - Format string should use %n rather than \n
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6324   10 years Don-vip fix #9172 - rename "Properties / Memberships" as "Tags / Memberships"
(edit) @6323   10 years Don-vip fix #9171 - NullPointerException when hitting enter when Search …
(edit) @6322   10 years Don-vip fix #9226 - console spammed with "java.lang.NumberFormatException" …
(edit) @6321   10 years akks fix #9200: repair tags copy-pasting
(edit) @6319   11 years akks fix #9046: Paste Tags in relation editor should work for text buffer
(edit) @6318   11 years bastiK fixed #9177 - combobox not correctly constructed (patch by AlfonZ)
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6315   11 years simon04 fix #9068 - Don't warn about empty key and empty value in upload tags
(edit) @6314   11 years Don-vip fix #8512 - Do not display discardable keys by default. Expert users …
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6309   11 years simon04 fix #9068 - Warn about empty key/values on upload tags
(edit) @6299   11 years Don-vip Improve feedback when clicking a web marker pointing to a local file fails
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6295   11 years Don-vip Sonar/Findbugs - fix various problems, javadoc
(edit) @6292   11 years Don-vip fix #9150 - NPE in GeoImageLayer.extractExif()
(edit) @6291   11 years Don-vip fix #9152 - Map style forced icon resizing made style unusable
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6288   11 years Don-vip Sonar/Findbugs - Remove unneeded Vector usage
(edit) @6287   11 years Don-vip Sonar/Findbugs - Avoid Throwing Null Pointer Exception
(edit) @6286   11 years Don-vip Sonar/Findbugs - Performance - Make some fields static
(edit) @6285   11 years Don-vip Sonar/Findbugs - Make some classes final if they define a clone() …
(edit) @6284   11 years Don-vip Sonar/Findbugs - Malicious code vulnerability - Field should be moved …
(edit) @6283   11 years Don-vip Sonar/Findbugs - Bad practice - Method might ignore exception
(edit) @6281   11 years Don-vip Sonar/Findbugs / Performance - Explicit garbage collection; extremely …
(edit) @6280   11 years Don-vip fix #9131 - Mappaint style icons from URLs hang with clockface
(edit) @6278   11 years Don-vip fix #9121 - IndexOutOfBoundsException in Filter dialog
(edit) @6270   11 years Don-vip fix #9128 - right click in layer dialog showed menu for the last …
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6261   11 years Don-vip Sonar - refactor duplicated code
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6242   11 years Don-vip FindBugs - fix blocker issue (Performance - The equals and hashCode …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6214   11 years Don-vip refactor duplicated code, add javadoc
(edit) @6211   11 years bastiK see #8997 - add more debug output in case of error
(edit) @6209   11 years Don-vip fix #8895, fix #9030 - fix regression in geottaged pictures support …
(edit) @6207   11 years Don-vip Sonar - refactor duplicate code in history browsing panels
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6205   11 years bastiK see #4029 - fix problem when MapView is about to be loaded (nmea import)
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6199   11 years Don-vip fix #9017 - NPE in AbstractUploadTask.handleUploadConflict()
(edit) @6198   11 years Don-vip fix #9019, fix #9020 - add new item_separator element in presets + …
(edit) @6190   11 years Don-vip fix #8973 - presets: allow text attribute on optional item to set …
(edit) @6182   11 years Don-vip fix #8849 - allow map icons up to 24x24 pixels without rescaling
(edit) @6180   11 years Don-vip MainMenu: make changesetManager entry public + javadoc
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6174   11 years Don-vip see #8849 - use scaled down version of images in recently added tags panel
(edit) @6172   11 years Don-vip fix #8849: * Used scaled down (16x16 pixels) of large (.svg) images if …
(edit) @6170   11 years Don-vip make ToggleDialog Destroyable
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6158   11 years Don-vip fix #8985 - Presets checkboxes inside checkgroups do nothing …
(edit) @6152   11 years bastiK see #8972 - fix path separator
(edit) @6151   11 years bastiK #8972 - Receiving nullpointer exception when loading map style whose …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6147   11 years Don-vip sonar - move duplicated class between history and conflict to util
(edit) @6146   11 years Don-vip sonar - refactor inner classes of ListMerger to avoid lots of …
(edit) @6145   11 years Don-vip fix #8967 - Tagging preset tester shows unwrapped error message (patch …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6139   11 years Don-vip fix #8954 - checkboxes not displayed in presets if they are the last …
(edit) @6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
(edit) @6131   11 years bastiK see #6963 - optional help button for notifications; use notifications …
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6129   11 years bastiK see #4029 - session menu now visible in expert mode - Please report …
(edit) @6128   11 years bastiK see #8895 - add most recent changes
(edit) @6127   11 years bastiK applied #8895 - Upgrade metadata-extractor to v. 2.6.4 (patch by ebourg)
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6124   11 years bastiK see #6963 - new unintrusive notification messages
(edit) @6116   11 years Don-vip fix EDT violations
(edit) @6115   11 years Don-vip see #8735 - Presets: fix cases without checkgroup
(edit) @6114   11 years Don-vip fix #8735 - Presets: add new checkgroup item to specify group of …
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6109   11 years Don-vip fix #8870 - Data layer context menu: Go to OSM wiki page does not …
(edit) @6108   11 years Don-vip fix #8912 - language command line option evaluated too late
(edit) @6107   11 years Don-vip fix #8919 - fix memory leaks, including one introduced with r5982
Note: See TracRevisionLog for help on using the revision log.