source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12961   7 years Don-vip fix #15126 - NPE
(edit) @12960   7 years Don-vip update TLD from IANA
(edit) @12959   7 years Don-vip see #15410 - checkstyle
(edit) @12958   7 years Don-vip fix #14645 - distinguish crossing ways validator error subtypes to …
(edit) @12957   7 years Don-vip fix #15393 - review use of min_age/max_age on presets: …
(edit) @12956   7 years Don-vip fix #15401 - add fuel:adblue (Diesel Exhaust Fluid: AdBlue/AUS32) to …
(edit) @12955   7 years bastiK applied #15414 - Redesign of SlippyMapBBoxChooser's SourceButton …
(edit) @12954   7 years bastiK see #15410 - better sorting
(edit) @12953   7 years bastiK see #15410 - highlight entries with modified color; fix "set to default"
(edit) @12952   7 years bastiK see #15410 - don't map translated values to keys; locale sensitive sorting
(edit) @12951   7 years Don-vip fix #14665 - Validator incorrectly folds first-level categories when …
(edit) @12950   7 years bastiK see #15410 - add custom table model
(edit) @12949   7 years bastiK see #15410 - update test
(edit) @12948   7 years Don-vip fix #15032 - MapCSS classes are not set if defined in …
(edit) @12947   7 years bastiK see #15410 - set cell renderer only for 2nd column, not entire table
(edit) @12946   7 years bastiK see #15410 - fix deleting color entries; do not display unchanged …
(edit) @12945   7 years bastiK see #15410 - fix display of custom layer color
(edit) @12944   7 years bastiK see #15410 - better display of mappaint colors
(edit) @12943   7 years bastiK see #15410 - do not attempt to translate preference key
(edit) @12942   7 years bastiK see #15410 - better fix for color name display
(edit) @12941   7 years GerdP fix #14766 - Self-intersection check not working for multipolygons …
(edit) @12940   7 years Don-vip fix #14163 - fix EDT violation when displaying conflict dialog from …
(edit) @12939   7 years Don-vip fix #15177 - Query changesets: Make JMultilineLabel clickable
(edit) @12938   7 years Don-vip fix #15335 - Add most basic examples for Add Node
(edit) @12937   7 years Don-vip fix #14961 - catch IAE when decoding base64 data
(edit) @12936   7 years bastiK fixed #15413 - String "Expected integer number => 0" looks wrong
(edit) @12935   7 years Don-vip fix deprecation warning
(edit) @12934   7 years Don-vip see #15365 - improve power=switch preset
(edit) @12933   7 years Don-vip fix #15368 - Button that selects the relation from relation editor
(edit) @12932   7 years Don-vip fix #15406 - add more java9 options for geotools plugin
(edit) @12931   7 years Don-vip see #14602 - Override digit group separator to be consistent across …
(edit) @12930   7 years Klumbumbus fix #15409, see #11507 - don't overwrite street_cabinet values by …
(edit) @12929   7 years bastiK see #15410 - fix GUI table displays pref keys instead of registered …
(edit) @12928   7 years bastiK see #15229 - do not copy the entire preferences list, just to set a …
(edit) @12927   7 years bastiK applied #15369 - download area display in SlippyMapBBoxChooser (patch …
(edit) @12926   7 years Don-vip fix #15378 - adapt title of preset dialog when "create relation" is …
(edit) @12925   7 years bastiK add safeguard for circular references leading to infinite loop (ref …
(edit) @12924   7 years bastiK Bug handling: search the stack trace of nested exceptions when …
(edit) @12923   7 years bastiK see #9995 - add advanced option to scale the menu font …
(edit) @12922   7 years Don-vip see #15387 - fix unit test
(edit) @12921   7 years Don-vip see #15394 - catch IAE so we log the URL in case of error
(edit) @12920   7 years Don-vip fix #15387 - IAE occurs when pasting tags into relation editor using …
(edit) @12919   7 years bastiK fixed #15395 - typo in assigning platform hook
(edit) @12918   7 years stoecker properly detect JOSM version
(edit) @12917   7 years bastiK see #14602 - don't use thousands separator when displaying the JOSM version
(edit) @12916   7 years bastiK i18n update (see #15380)
(edit) @12915   7 years Don-vip add crop=grape
(edit) @12914   7 years bastiK i18n update
(edit) @12913   7 years Don-vip update presets lang
(edit) @12912   7 years Don-vip fix #15375 - display a non blocking notification in case of …
(edit) @12911   7 years bastiK see #15273 - document new features in the main help page
(edit) @12910   7 years Don-vip fix #15372 - simply log an error if a dependency cannot be found. Real …
(edit) @12909   7 years Don-vip see #15361 - add more debug info + update licence information
(edit) @12908   7 years Don-vip fix #15143 - name on landuse should be optional
(edit) @12907   7 years bastiK see #15273, see #15229 - fix tests and Jenkins warnings
(edit) @12906   7 years bastiK see #15273, see #15229 - add command line module for rendering run …
(edit) @12905   7 years bastiK see #15360 - demote "Area style on outer way" valdiator test from …
(edit) @12904   7 years Don-vip see #15267 - fix error in previous commit
(edit) @12903   7 years Don-vip fix #15267 - fix various usability problems with new download dialog
(edit) @12902   7 years Don-vip fix #15104 - do not horizontally fill space of tagging presets Check
(edit) @12901   7 years Don-vip SonarQube - squid:S1612 - Lambdas should be replaced with method references
(edit) @12900   7 years Don-vip fix #15275 - Download dialog does not remember settings
(edit) @12899   7 years Don-vip fix unit test for real (depends on OSM API dev data. Not ideal but …
(edit) @12898   7 years Don-vip fix unit test
(edit) @12897   7 years Don-vip fix #15226 - fix "noJavaFx" flag
(edit) @12896   7 years Don-vip fix #15025 - use local list (from jar) of required plugins when …
(edit) @12895   7 years Klumbumbus see #11270, see #9297 - avoid false positive missing railway crossing …
(edit) @12894   7 years bastiK see #15229 - update method name and signature for consistency
(edit) @12893   7 years bastiK see #15229 - add getopt to ant target "compile-cots"; minor fix
(edit) @12892   7 years bastiK see #15229 - remove dependency of getopt library on JOSM classes
(edit) @12891   7 years bastiK see #15229 - move non-essential helper methods from Preferences to …
(edit) @12890   7 years Don-vip fix #15333, fix #15343: Java 9: fix problems with Web Start (jnlp) and …
(edit) @12889   7 years Don-vip update TLD from IANA
(edit) @12888   7 years Don-vip fix #15348 - Include OSMCha in history viewer (patch by naoliv)
(edit) @12887   7 years Don-vip see #15343 - catch Java 9 exceptions
(edit) @12886   7 years simon04 see #15229 - see #15182 - fix typo
(edit) @12885   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12884   7 years bastiK see #15229 - fix unit tests
(edit) @12883   7 years Don-vip fix #15341 - better error message
(edit) @12882   7 years bastiK see #15229 - fix @since
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12880   7 years simon04 see #15057, see #15264 - Rename OverpassQueryList to UserQueryList …
(edit) @12879   7 years bastiK applied #15327 - small cleanup and "fix" for CreateCircleAction (patch …
(edit) @12878   7 years Don-vip see #15264 - change DownloadDialog.addDownloadSource() to a static …
(edit) @12877   7 years Don-vip see #15315 - disable AvoidCatchingNPE
(edit) @12876   7 years bastiK fixed #15315 - NPE in eastNorth
(edit) @12875   7 years Don-vip exclude sun.* from plugin check
(edit) @12874   7 years Don-vip do not fail the build if a plugin cannot be copied
(edit) @12873   7 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12872   7 years Don-vip update to JAPICC 2.3
(edit) @12871   7 years simon04 fix #14578 - Open external history viewers Popup menu is added to …
(edit) @12870   7 years Don-vip see #15229 - see #15182 - remove dependence of ImageProvider on …
(edit) @12869   7 years Don-vip see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
(edit) @12868   7 years Don-vip SonarQube - squid:S1166 - Exception handlers should preserve the …
(edit) @12867   7 years Don-vip see #15159 - optimize PluginClassLoader for complex/redundant …
(edit) @12866   7 years Don-vip SonarQube: * squid:S4144 - Methods should not have identical …
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12864   7 years Don-vip fix #15256 - limit roundabout validation test to waynodes all in …
(edit) @12863   7 years Don-vip fix #15249 - synchronize accesses to MapStatus help text
(edit) @12862   7 years Don-vip see #15301 - Obsolete plugin: czechaddress
Note: See TracRevisionLog for help on using the revision log.