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) @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
(edit) @6700   10 years Don-vip fix #518 - Unicode normalization in add/edit tags dialog
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6652   10 years simon04 fix #9525 - multiselecting objects does not show differing relation …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6595   10 years simon04 see #8969 - add "Do not show again (this operation)" for "Really …
(edit) @6572   10 years simon04 see #7797 - extend presets by <preset_link preset_name="..." /> to …
(edit) @6557   10 years Don-vip fix #3722 - fix shortcuts for "next photo" and "previous photo" after …
(edit) @6546   10 years Don-vip fix #9482, see #9423, see #6853 - fix regression from r6542: irregular …
(edit) @6403   11 years Don-vip fix #9352 - find icon in presets for recent added tags if none is …
(edit) @6365   11 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6362   11 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6361   11 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6324   11 years Don-vip fix #9172 - rename "Properties / Memberships" as "Tags / Memberships"
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6314   11 years Don-vip fix #8512 - Do not display discardable keys by default. Expert users …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6109   11 years Don-vip fix #8870 - Data layer context menu: Go to OSM wiki page does not …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6095   11 years akks fix #8926: Add Value: Double-clicking on entry produced two changes
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6081   11 years Don-vip fix #8896 - Do not use null names for recent tag shortcuts
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6038   11 years akks fix #8829: relation was often hanging JOSM after 6036 + better highlighting
(edit) @6025   11 years akks Highlight relation or object when user clicks the list in Relation …
(edit) @5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
(edit) @5975   11 years Don-vip fix #8730 - Don't interpret HTML code in value JLabel of properties dialog
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5891   11 years stoecker fix javadoc
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5854   11 years bastiK fixed #7648 - GPS-Download in JOSM in specific area not possible
(edit) @5843   11 years akks fix #8508: correct pasting of tags copied from properties table by Ctrl-C
(edit) @5825   11 years akks fix #8574: relation list dialog side buttons din not work Сontext menu …
(edit) @5821   11 years Don-vip see #7846 - Large code refactorization in management of popup menus to …
(edit) @5800   11 years akks Properties toggle dialog: allow to select and copy/delete multiple …
(edit) @5799   11 years akks Membership tabled in properties toggle dialog supports multiselect …
(edit) @5793   11 years akks Big refactoring of relation context menu actions, removing duplicate …
(edit) @5789   11 years Don-vip fix #8529 - NPE at PropertiesDialog$PasteValueAction.actionPerform
(edit) @5773   11 years akks see #8412: option to save recently added tags in preferences (Add/Edit …
(edit) @5726   11 years akks fix #4828: "Paste value" added to context menu of properties toggle dialog
(edit) @5704   11 years akks see #8412, #4828: Add tag and Edit tag dialogs: added context menu …
(edit) @5697   11 years Don-vip fix #8398 - Correct display of tags containing XML entities
(edit) @5659   11 years akks see #8024: Ctrl-Shift-1..5 in Add Tag dialog = add and continue
(edit) @5658   11 years Don-vip see #8024 - Add Help button to add/edit dialogs
(edit) @5656   11 years akks Patch by Don-Vip fix #8311: Should focus on the proper column when …
(edit) @5646   11 years Don-vip see #8024, fix #8012 - Remember position of add/edit tags dialog
(edit) @5645   11 years akks fix #8301 (Exception while editing key value); Shift-Enter in Add Tag …
(edit) @5642   11 years akks see #8024: After adding recent tags by shift-click, Cancel can undo …
(edit) @5640   11 years akks fix #8298: Selection of recently used tag returns wrong value
(edit) @5636   11 years akks see #8024: Recent tag list int Alt-A: Double-Click=apply and close, …
(edit) @5633   11 years akks see #8293: Auto-select edited or added tag in Properties table, …
(edit) @5614   11 years simon04 see #8255 - suggest roles when adding objects to a relation
(edit) @5590   12 years bastiK suppress some warnings (unchecked cast mostly)
(edit) @5587   12 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5520   12 years Don-vip fix #8088 - Width of edit box for long values
(edit) @5484   12 years Don-vip Recently added tags: correctly select one-char-length values, properly …
Note: See TracRevisionLog for help on using the revision log.