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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13013   7 years Don-vip fix #15446 - robustness against negative dashes-offset
(edit) @13012   7 years bastiK remove trivial overrides, where this doesn't actually break binary …
(edit) @13010   7 years bastiK see #14120 - fix use of deprecated API (selection handling)
(edit) @13009   7 years bastiK fix javadoc warning
(edit) @13007   7 years bastiK fixed #15436 - Store cache data of plugins in cache location
(edit) @13004   7 years bastiK fix deprecations in tests
(edit) @13003   7 years bastiK see #14794 - add missing top level javadoc; minor refactoring for …
(edit) @13002   7 years bastiK see #15229 - remove some uses of Main.pref
(edit) @13001   7 years bastiK fix javadoc
(edit) @12999   7 years bastiK see #15229 - use Config.getPref() in *Property classes
(edit) @12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
(edit) @12990   7 years bastiK see #15410 - update tests + minor fixes (2)
(edit) @12989   7 years bastiK closes #15410 - update tests + minor fixes
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12986   7 years Don-vip fix #14132 - MapCSS crossing operator must check layer attribute first
(edit) @12985   7 years Don-vip fix #15427 - NPE
(edit) @12984   7 years Don-vip fix #15429 - add robustness to AlignInLineAction
(edit) @12983   7 years bastiK see #15410 - move cached() convenience method to super type
(edit) @12982   7 years bastiK remove old migration code (see #15410)
(edit) @12981   7 years bastiK update field name to be more clear
(edit) @12977   7 years GerdP see #15267 Let Overpass Query Wizard show newest entry instead of oldest
(edit) @12976   7 years Don-vip fix #14131 - Relation checker: Do not raise an error for incomplete …
(edit) @12975   7 years Don-vip fix #13920 - robustness against invalid mapcss code - catch error and …
(edit) @12974   7 years Don-vip fix #14492 - do not try to merge deleted or incomplete nodes
(edit) @12973   7 years Don-vip see #15008, see #15421 - collect debug data when a …
(edit) @12971   7 years bastiK see #15273 - fix: cache field should not be static
(edit) @12970   7 years Don-vip see #15008, see #15421 - add toString() methods to allow to report …
(edit) @12969   7 years Don-vip see #15420 - should fix NPE in ParallelWays.copyNode (probably caused …
(edit) @12968   7 years bastiK see #15273 - fix backgroundColorCache invalidation
(edit) @12967   7 years Don-vip see #15273 - fix initialization of MapPaintStyles (NPE)
(edit) @12966   7 years bastiK use RenderingHelper in MapCSSRendererTest; move …
(edit) @12964   7 years bastiK see #15273 - more straightforward way to set up the styles for rendering
(edit) @12963   7 years bastiK see #15273 - extract rendering code to new class
(edit) @12962   7 years Don-vip see #15414 - fix javadoc warnings
(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) @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) @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) @12933   7 years Don-vip fix #15368 - Button that selects the relation from relation editor
(edit) @12931   7 years Don-vip see #14602 - Override digit group separator to be consistent across …
(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) @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) @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) @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) @12896   7 years Don-vip fix #15025 - use local list (from jar) of required plugins when …
(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) @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) @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) @12876   7 years bastiK fixed #15315 - NPE in eastNorth
Note: See TracRevisionLog for help on using the revision log.