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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @12977   7 years GerdP see #15267 Let Overpass Query Wizard show newest entry instead of oldest
(edit) @12971   7 years bastiK see #15273 - fix: cache field should not be static
(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) @12959   7 years Don-vip see #15410 - checkstyle
(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) @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) @12942   7 years bastiK see #15410 - better fix for color name display
(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) @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) @12923   7 years bastiK see #9995 - add advanced option to scale the menu font …
(edit) @12920   7 years Don-vip fix #15387 - IAE occurs when pasting tags into relation editor using …
(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) @12911   7 years bastiK see #15273 - document new features in the main help page
(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) @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) @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) @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) @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) @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) @12878   7 years Don-vip see #15264 - change DownloadDialog.addDownloadSource() to a static …
(edit) @12871   7 years simon04 fix #14578 - Open external history viewers Popup menu is added to …
(edit) @12869   7 years Don-vip see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields …
(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) @12863   7 years Don-vip fix #15249 - synchronize accesses to MapStatus help text
(edit) @12859   7 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12854   7 years bastiK see #15229 - fix checkstyle warnings
(edit) @12853   7 years bastiK see #15229 - include support for the long type in IPreferences
(edit) @12851   7 years bastiK see #15229 - extract "struct" handling from Preference to StructUtils
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12845   7 years bastiK new class Config to hold a global IPreferences singleton, …
(edit) @12844   7 years bastiK see #15229 - one more minor style fix
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12835   7 years Don-vip see #15229 - see #15182 - remove GUI references from TaggingPresetItem
(edit) @12834   7 years Don-vip see #15229 - see #15182 - move TaggingPresetSearchAction to …
(edit) @12833   7 years Don-vip see #15294 - fix NPE in initialization
(edit) @12832   7 years bastiK see #15229 - fix checkstyle warning
(edit) @12831   7 years bastiK see #15229 - extract GUI from StyleSetting class
(edit) @12829   7 years Don-vip fix #15294 - Java 9: CCE: QuadStateCheckBox$QuadStateDecorator
(edit) @12828   7 years Don-vip see #15229 - see #15182 - see #13036 - convert SplitWayAction to …
(edit) @12826   7 years Don-vip see #15229 - see #15182 - remove GUI references from PreferencesUtils
(edit) @12825   7 years Don-vip see #15229 - see #15182 - make FileWatcher generic so it has no more …
(edit) @12824   7 years bastiK see #2212 - simplify DeepTileSet by making TileSetInfo part of …
(edit) @12823   7 years Don-vip see #15229 - see #15182 - move PaintVisitor from data.validation
(edit) @12821   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
(edit) @12818   7 years bastiK see #15229 - move Bounds#visitEdge to Projection#visitOutline * …
(edit) @12816   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12808   7 years Don-vip SpotBugs - fix some warnings
(edit) @12807   7 years Don-vip see #15229 - see #15182 - see #14794 - checkstyle, unit tests
(edit) @12806   7 years Don-vip see #15229 - see #15182 - remove GUI references from GeoJSONWriter
(edit) @12805   7 years Don-vip see #15229 - see #15182 - remove GUI references from DefaultProxySelector
(edit) @12804   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmApi
(edit) @12803   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmConnection
(edit) @12800   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12799   7 years Don-vip see #15229 - see #15182 - see #14794 - move Multi* GUI classes from …
(edit) @12796   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmUrlToBounds
(edit) @12795   7 years bastiK see #15273, see #15229 - fix unit tests, PMD, etc.
(edit) @12792   7 years bastiK closes #15273, see #15229, see #15182 - add command line interface …
(edit) @12790   7 years Don-vip see #15229 - see #15182 - remove GUI references from BugReportSender
(edit) @12786   7 years bastiK see #15182 - remove GUI references from Projections class
(edit) @12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
Note: See TracRevisionLog for help on using the revision log.