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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8392   9 years Don-vip remove useless code (Method implemented with an exact copy of its …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8371   9 years Don-vip fix #11384 - UI problem with add tag dialog
(edit) @8368   9 years Don-vip avoid deadlock
(edit) @8367   9 years Don-vip fix synchronization issue seen in unit test
(edit) @8366   9 years Don-vip fix #11421 - Support 'lat="..." lon="..."' specification in "Add node" …
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8359   9 years Don-vip fix #11422 - Help for keyboard shortcut should consider the operating …
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8330   9 years simon04 see #11384 - Attempt to fix UI problem with add tag dialog
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8293   9 years Don-vip fix #11383 - IndexOutOfBoundsException in LayerListDialog
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8259   9 years simon04 see #10973 - Relation sorting: group platform* and stop* in front …
(edit) @8258   9 years simon04 see #10973 - Relation sorting: group platform* and stop* in front …
(edit) @8254   9 years simon04 see #10789 - History dialog: add button to open changeset dialog
(edit) @8234   9 years simon04 fix #11354 - Add tags: clear input fields after adding tag without …
(edit) @8229   9 years simon04 see #10973 - Relation sorting: group platform and stop in front of …
(edit) @8225   9 years simon04 Note dialog/reader/writer: use helper methods from DateUtils
(edit) @8224   9 years simon04 see #10980 - Note download: update already downloaded non-modified …
(edit) @8222   9 years simon04 fix #11335 - Add value dialog: canceling "Set number of recently added …
(edit) @8212   9 years simon04 see #11147 see #11321 - Add "Download notes in current view" to file …
(edit) @8205   9 years simon04 fix #10790 - Display shortcuts in adding tags dialog
(edit) @8189   9 years stoecker see #11275 - i18n fixes
(edit) @8170   9 years stoecker fix #11275 - improve display of multiple values - original patch by …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8115   9 years Don-vip fix #11192 - missing notes translations
(edit) @8081   9 years Don-vip fix #10882 - fix focus issues properly
(edit) @8078   9 years Don-vip fix #10930 - different selections in mapview and notes dialog list …
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @8005   9 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @7982   9 years Don-vip see #11008 - fix changeset manager help button
(edit) @7958   9 years bastiK applied #10856 - add jump to position of a note in notes dialog (patch …
(edit) @7949   9 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7948   9 years Don-vip fix #10939 - handle line wrapping in changeset discussion comments
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7909   9 years Don-vip fix #10899 - robustness to nodes without coordinates
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7883   9 years Don-vip fix #6430 - add tag: selection problem with single-char values on some …
(edit) @7882   9 years Don-vip fix #10606 - add ID of notes (patch by ToeBee)
(edit) @7866   9 years Don-vip see #10848 - consistent naming of dialog help topic
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7861   9 years Don-vip see #10848 - consistent naming of wiki pages for toggle dialogs
(edit) @7852   9 years Don-vip see #10858 - rename NoteDialog to NotesDialog
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7809   9 years bastiK applied #10845 - notes downloaded before the notes dialog window was …
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7782   9 years Don-vip fix #10826 - Add note sorting options (patch by ToeBee)
(edit) @7781   9 years Don-vip fix #10830 - enable "show history" action in selection dialog when a …
(edit) @7775   9 years bastiK applied #10822 - Getter Method to add a Filter to the FilterDialog …
(edit) @7771   9 years bastiK fixes #1608 - remove remaining old logos
(edit) @7750   9 years Don-vip fix #6909 - remove history toggle dialog in favour of a new history …
(edit) @7742   9 years Don-vip fix #10778 - fix automatic member role assignment when relation …
(edit) @7730   9 years Don-vip see #10701 - automatic download of changeset discussion comments + …
(edit) @7725   9 years bastiK autocomplete: remember user input and prefer recently entered strings …
(edit) @7720   9 years Don-vip fix #10739 - Improve note input dialogs (patch by ToeBee)
(edit) @7715   9 years Don-vip see #10701 - display discussion comments in changeset dialog
(edit) @7712   9 years Don-vip fix #10721 - don't display empty tooltips
(edit) @7704   9 years Don-vip see #10701 - parsing support of changeset discussions
(edit) @7700   9 years Don-vip see #10701 - show changeset comments count in changeset dialog
(edit) @7699   9 years Don-vip fix #10700 - Add note upload functionality (patch by ToeBee)
(edit) @7681   9 years Don-vip fix #10687 - clarify wording
(edit) @7680   9 years Don-vip fix #10687 - make properties.remember-recently-added-tags true as …
(edit) @7678   9 years stoecker fix #9059 - no more assumptions about URL for element browsing - use …
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7662   9 years Don-vip fix #10667 - NPE while sorting relation
(edit) @7657   9 years Don-vip fix #10678 - open edit relation dialog when double clicking on a …
(edit) @7617   10 years Don-vip fix #10609 - ctrl+a does not select all layers (regression, partial …
(edit) @7608   10 years Don-vip fix #10554 - Add notes dialog (patch by ToeBee)
(edit) @7601   10 years Don-vip fix #10599 - different height of rows in relation editor
(edit) @7586   10 years Don-vip fix #10462 - Include object type and id in conflict dialog for …
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7576   10 years Don-vip fix #10541 - unexpected behavior of escape key in validator ignore dialog
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7556   10 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7553   10 years bastiK see #10512 - better taginfo support
(edit) @7552   10 years Don-vip fix #7885 - IndexOutOfBoundsException in relation dialog
(edit) @7551   10 years Don-vip fix #10524 - IndexOutOfBoundsException in relation dialog
(edit) @7547   10 years Don-vip fix #9815 - Disable CTRL-C override in relation list
Note: See TracRevisionLog for help on using the revision log.