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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9748   8 years Don-vip checkstyle
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9699   8 years simon04 fix #12440 - Add tag: Keyboard shortcuts is not really readable on Mac …
(edit) @9684   8 years Don-vip findbugs/sonar
(edit) @9683   8 years bastiK applied #12421 - fixed dialog to set number of recently added tags …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9592   8 years Don-vip fix #12357 - copy tags shortcut (patch by kolesar)
(edit) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9564   8 years bastiK fixed #12419 - the "add tag window" on 9563 shows too many entries …
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9536   8 years simon04 Refactoring (make Tag implement the Tagged interface)
(edit) @9525   8 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9502   8 years Don-vip see #12281 - core changes to clean up massive code duplication from …
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9271   8 years simon04 Checkstyle fixes
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9263   8 years stoecker better parsing of shortcuts, use different names for different …
(edit) @9262   8 years stoecker mark the possible shortcuts, so we have a chance to extract them …
(edit) @9260   8 years simon04 Shortcuts: fixups for r9258, r9259
(edit) @9259   8 years simon04 Do not register more than 10 shortcuts for "Use this tag again" This …
(edit) @9243   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9149   8 years simon04 see #9775 - Allow plugins to change display of keys/values in …
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9086   8 years Don-vip fix #12153 - Changing sorting order in Tags/Memberships window and …
(edit) @9084   8 years Don-vip see #11209 - change log messages level from debug to trace
(edit) @9078   9 years Don-vip sonar - Immutable Field
(edit) @9073   9 years Don-vip checkstyle - Comments Indentation
(edit) @9059   9 years Don-vip checkstyle
(edit) @8996   9 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8985   9 years Don-vip checkstyle
(edit) @8980   9 years simon04 fix #9463 - Properties dialog: add text field for tag filtering
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8864   9 years Don-vip checkstyle
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8693   9 years simon04 fix #11741 - Properties dialog: add taginfo icon Icon is based on …
(edit) @8679   9 years simon04 fix #11741 - Properties dialog: add a contextual menu on taginfo
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8538   9 years akks some more debugging output, see #11209
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8463   9 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8371   9 years Don-vip fix #11384 - UI problem with add tag dialog
(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) @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) @8330   9 years simon04 see #11384 - Attempt to fix UI problem with add tag dialog
(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) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8234   9 years simon04 fix #11354 - Add tags: clear input fields after adding tag without …
(edit) @8222   9 years simon04 fix #11335 - Add value dialog: canceling "Set number of recently added …
(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) @8061   9 years bastiK see #11096 - strip .png
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7883   9 years Don-vip fix #6430 - add tag: selection problem with single-char values on some …
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7725   10 years bastiK autocomplete: remember user input and prefer recently entered strings …
(edit) @7681   10 years Don-vip fix #10687 - clarify wording
(edit) @7680   10 years Don-vip fix #10687 - make properties.remember-recently-added-tags true as …
(edit) @7668   10 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7435   10 years Don-vip fix #10389 - rename "Copy Key/Value" to "Copy selected Keys/Values"
(edit) @7368   10 years Don-vip fix #10348 - NPE when using F1 (Go to OSM wiki) on a relation without …
(edit) @7158   10 years Don-vip fix #10039 - don't raise warning for same values
(edit) @7137   10 years Don-vip fix #10039 - No warning when adding a tag with an already existing key
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7113   10 years simon04 fix #9872 - Sort "Member of" list naturally
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6939   10 years Don-vip fix #9864 - add "Add/Edit/Delete" entries to tags/memberships …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6808   10 years Don-vip fix #9675 - allow resize of "add tag" dialog
(edit) @6794   10 years Don-vip fix #5783 - DataIntegrityProblemException: "Primitive must be part of …
(edit) @6752   10 years Don-vip fix #7633, see #9264 - fix dynamic side buttons broken in r6727 + many …
(edit) @6746   10 years akks better fix for #9591
(edit) @6745   10 years akks fix #9591: select selected members when opening relation editor
(edit) @6742   10 years simon04 fix #7686 - Shorten long search expression for display purposes (in …
(edit) @6707   10 years Don-vip fix #9028, see #6797 - load imagery layer icons in background
Note: See TracRevisionLog for help on using the revision log.