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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16359   4 years simon04 see #18164 - Rename Overpass query wizard in dialogs
(edit) @16358   4 years simon04 see #18164 - Rename class to SearchCompilerQueryWizard
(edit) @16357   4 years simon04 Extract inner class MapCSSRuleIndex
(edit) @16355   4 years simon04 see #18164 - OverpassQueryWizard: add icon Icon taken from …
(edit) @16354   4 years simon04 see #18164 - OverpassQueryWizardDialog: reuse SearchDialog
(edit) @16353   4 years simon04 Fix typo in Javadoc
(edit) @16337   4 years simon04 Checkstyle, PMD
(edit) @16333   4 years simon04 Java 8: use Map.computeIfAbsent
(edit) @16329   4 years simon04 fix #18830 - Remove PreferencesUtils#readPrefsFromJS due to Nashorn removal
(edit) @16326   4 years simon04 Java 8: use Stream.anyMatch
(edit) @16323   4 years simon04 Java 8: use Collectors.counting
(edit) @16322   4 years simon04 fix #18883 - InspectPrimitiveDialog: improve mapstyle summary
(edit) @16321   4 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
(edit) @16320   4 years simon04 fix #15051 - Add help button to "Search for Objects by Preset"
(edit) @16319   4 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
(edit) @16315   4 years Klumbumbus see #8352 - reuse string from …
(edit) @16314   4 years simon04 see #19089 - Remove debugging output
(edit) @16313   4 years simon04 fix #19089 - Avoid displaying multiple notifications with the same text
(edit) @16312   4 years simon04 Checkstyle
(edit) @16309   4 years simon04 see #8352 - Presets: use opaque color chooser button
(edit) @16308   4 years simon04 see #8352 - PropertiesDialog: do not replace CSS color name with HEX code
(edit) @16306   4 years simon04 SearchDialog: escape HTML characters from SearchParseError
(edit) @16305   4 years simon04 fix #18913 - Changeset Manager: improve i18n strings (patch by Hb---)
(edit) @16304   4 years simon04 Preset preferences: add ellipses in name (since a dialog appears)
(edit) @16296   4 years GerdP fix #19053:Validator does not find overlapping buildings anymore - …
(edit) @16294   4 years simon04 see #8352 - Presets: remove border from color chooser button
(edit) @16293   4 years simon04 see #8352 - PropertiesDialog/Presets: evaluate CSS color names
(edit) @16292   4 years simon04 see #8352 - PropertiesDialog: consider table sorting for color preview
(edit) @16290   4 years Klumbumbus fix #18094 - Display addr:unit and addr:flats in the MapView too.
(edit) @16287   4 years Klumbumbus see #18802, fix #19069 - Restore display of values from selectors with …
(edit) @16285   4 years simon04 fix #19021 - MainMenu: disable menus without edit layer: mode, tools, …
(edit) @16284   4 years simon04 see #19067 - ImageDisplay: tune logging
(edit) @16283   4 years simon04 see #8352 - PropertiesDialog: preview color as colored square
(edit) @16282   4 years simon04 see #8352, see #19075 - Presets: fix unit tests
(edit) @16281   4 years simon04 Checkstyle
(edit) @16280   4 years simon04 fix #19022 - PresetLink: allow to customize label text and UI position
(edit) @16279   4 years simon04 fix #15051 - Add help button to "Search for Objects by Preset"
(edit) @16277   4 years simon04 fix #8352 - Presets: add color chooser for <combo>
(edit) @16276   4 years simon04 fix #19075 - Presets: add popup menu to keys
(edit) @16275   4 years simon04 see #19075 - Generify TaginfoAction
(edit) @16274   4 years simon04 see #19075 - Generify HelpTagAction
(edit) @16268   4 years simon04 see #15943 - SearchDialog: fix search hint to search for existing key
(edit) @16267   4 years simon04 Use non-optional ImageResource without null check
(edit) @16262   4 years simon04 fix #18164 - Migrate OverpassTurboQueryWizard to Java The new …
(edit) @16260   4 years simon04 fix #19070 - SearchCompiler: regexp comparison using <tilde>
(edit) @16253   4 years simon04 fix #18468 - MapCSS: add support for text-rotation
(edit) @16252   4 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16247   4 years GerdP fix #19053: Validator does not find overlapping buildings anymore …
(edit) @16246   4 years GerdP fix #19050 full recursive download of children relations when using …
(edit) @16237   4 years Don-vip see #18429 - advanced preference upload.show.automatic.source to …
(edit) @16236   4 years Don-vip see #15232 - advanced preference upload.show.review.request to …
(edit) @16225   4 years simon04 MainApplication.getCommandLineArgs: fix NPE
(edit) @16218   4 years GerdP simplify sort
(edit) @16217   4 years GerdP see #18982: Improve log message, show content of panel instead of …
(edit) @16216   4 years GerdP see #18919: Allow sorting of table content in changeset manager to …
(edit) @16213   4 years Don-vip fix PMD/Javadoc issues
(edit) @16211   4 years GerdP fix javadoc
(edit) @16205   4 years GerdP see #18982, #10783: allow to collect missing primitives instead of …
(edit) @16204   4 years GerdP fix #18979: Improve display of PrimitiveIds Show e.g. "w2, r123456789" …
(edit) @16203   4 years GerdP see #18985: avoid to download parents of deleted (invisble) objects - …
(edit) @16201   4 years Don-vip fix #18984 - NPE
(edit) @16199   4 years GerdP fix #18964: MapCSS rules using index are slow Avoid a sequential …
(edit) @16191   4 years GerdP see #18749: fix performance regression introduced with r15909
(edit) @16189   4 years simon04 fix #18692 - Show Duplicate relation in context menu
(edit) @16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16186   4 years Don-vip fix #18871 - fix performance regression - padded icons requests made …
(edit) @16184   4 years simon04 see #18954, see #18864 - Introduce GenericParser for Cascade.convertTo
(edit) @16179   4 years Don-vip code cleanup / javadoc
(edit) @16174   4 years simon04 OSMDownloadSource: update URLs in code comment
(edit) @16172   4 years simon04 Fix JavaDoc warnings
(edit) @16155   4 years Don-vip fix #18943 - add data types caption in Download along dialogues
(edit) @16153   4 years simon04 fix #18941 - MapImage.getImageResource: wait for image to load
(edit) @16149   4 years simon04 fix #15931 - Add a preference to use external browser instead of the …
(edit) @16148   4 years simon04 Remove unused HelpBrowser.launchBrowser
(edit) @16138   4 years Don-vip see #18933 - toolbar code refactoring
(edit) @16132   4 years GerdP fix #18769: Each time I open JOSM, the right pane gets slightly wider …
(edit) @16124   4 years Don-vip fix #18770 - fix ProgressException with concurrent download tasks
(edit) @16123   4 years Don-vip fix #18918 - Enable Ctrl-H shortcut to display history of primitives …
(edit) @16122   4 years Don-vip ChangesetContentPanel: code cleanup
(edit) @16121   4 years Don-vip fix #18919 - sort tables in changeset manager
(edit) @16120   4 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16113   4 years Don-vip see #18912 - add new method to clear button actions
(edit) @16112   4 years Klumbumbus - fix @since - fix #18868 - Add segregated check box to …
(edit) @16111   4 years Don-vip see #18856 - allow to disable numbering format overriding with …
(edit) @16110   4 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16109   4 years Don-vip see #18856 - override numbering format as follows: - Eastern …
(edit) @16107   4 years simon04 see #18643: I18n: improve plural forms (patch by Hb---)
(edit) @16105   4 years Don-vip see #18768 - checkstyle
(edit) @16103   4 years Klumbumbus fix #18768 - Fix Windows menu help topic (patch by Hb---)
(edit) @16102   4 years Don-vip fix #18768 - add own help topic to Windows menu (patch by Hb---)
(edit) @16100   4 years simon04 see #18468 - MapCSSRendererTest: generate style debugging output
(edit) @16097   4 years Don-vip see #18638 - checkstyle
(edit) @16096   4 years Don-vip fix #18649 - imagery menu: Do not create category submenu with only …
(edit) @16092   4 years simon04 fix #18619 - Upload dialog: add border, reorder summary
(edit) @16090   4 years Don-vip fix #18638 - add consistency in action UI descriptions (patch by …
(edit) @16089   4 years simon04 fix #18867 - Presets: combo does not show <DIFFERENT>
(edit) @16084   4 years simon04 see #18752 - FileImporter: add stopwatch logging
(edit) @16083   4 years Don-vip see #18821 - fix icon warning
Note: See TracRevisionLog for help on using the revision log.