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) @6109   11 years Don-vip fix #8870 - Data layer context menu: Go to OSM wiki page does not …
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(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) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6092   11 years akks fix #7352: add "Paste tags" button to the relation editor
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6086   11 years Don-vip see #8902 - (indexOf(X) >= 0) => contains(X) (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) @6064   11 years akks see #8125, #6221 (possibly): improve TAB switching in Relation Editor
(edit) @6061   11 years Don-vip see #8865 - fix NPE in core
(edit) @6058   11 years akks see #7503: allow to disable highlighting of members/primitives (for …
(edit) @6038   11 years akks fix #8829: relation was often hanging JOSM after 6036 + better highlighting
(edit) @6036   11 years akks Highlight selected members in Relation Editor dialog
(edit) @6025   11 years akks Highlight relation or object when user clicks the list in Relation …
(edit) @6024   11 years akks fix #6546: disable single key and shift- shortcuts in relation editor …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(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) @5972   11 years Don-vip see #8749 - use the automatic role suggestions when adding selection …
(edit) @5971   11 years Don-vip fix #8750 - NPE in ValidatorDialog
(edit) @5970   11 years Don-vip fix broken popup menus in toggle dialog title bars (broken by r5958)
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5903   11 years stoecker fix javadoc
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5891   11 years stoecker fix javadoc
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(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) @5835   11 years stoecker Javadoc fixes
(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) @5816   11 years stoecker javadoc fixes
(edit) @5806   11 years Don-vip fix #8547 for good
(edit) @5805   11 years Don-vip fix #8547 - Wrong length of way (minus 1) displayed in status line
(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) @5783   11 years Don-vip fix #8517 - Sort validator results (based on patch by windu.2b)
(edit) @5775   11 years Don-vip see #8503 - Allo plugins to warn about conflicts
(edit) @5773   11 years akks see #8412: option to save recently added tags in preferences (Add/Edit …
(edit) @5765   11 years Don-vip see #8494 - Refactor of OSM id text fields / changeset id text fields …
(edit) @5744   11 years Don-vip fix #8454 - If filtered, relation list not updated properly after …
(edit) @5728   11 years Don-vip fix #8435 - NPE in Relation list dialog (based on patch of Lesath)
(edit) @5727   11 years akks Command Stack dialog (undo/redo): select and zoom to affected …
(edit) @5726   11 years akks fix #4828: "Paste value" added to context menu of properties toggle dialog
(edit) @5725   11 years Don-vip fix #8433 - NPEs when opening relation editor or selecting in list …
(edit) @5724   11 years Don-vip fix #4664 - warn when reverting a way with direction defined by tag
(edit) @5720   11 years Don-vip fix #8424 - Relation dialog: Operate on correct relation when …
(edit) @5718   11 years Don-vip fix #8428 - Always show buttons for legacy setting …
(edit) @5716   11 years Don-vip fix #8403 - make limit customizable in advanced preferences
(edit) @5713   11 years Don-vip fix #8403 - Show combined length of selected ways in status bar (up to …
(edit) @5712   11 years Don-vip fix EDT violations
(edit) @5709   11 years Don-vip fix #8424 - "Select" and "Delete" actions operate on wrong relations …
(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) @5696   11 years Don-vip Disable single-char JOSM shortcuts when relation dialog filter …
(edit) @5689   11 years Don-vip fix #8143 - Side buttons reappear despite "Always hidden" option
(edit) @5673   11 years Don-vip fix #4304 - Improve error fixing performance by calling …
(edit) @5672   11 years Don-vip fix #3596 - Validator list conflicts with keyboard shortcuts
(edit) @5671   11 years Don-vip Improve validator layer painting performance (major slowdown seen with …
(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) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5630   11 years jttt Relation sorting and way connection refactored, added tests
(edit) @5619   11 years simon04 fix ArrayIndexOutOfBoundsException (introduced in r5616)
(edit) @5616   11 years simon04 Filtering for relation toggle dialog. TODO: Disable shortcuts like …
(edit) @5614   11 years simon04 see #8255 - suggest roles when adding objects to a relation
(edit) @5605   11 years Don-vip fix #8234 - Icon image twice in source
(edit) @5603   11 years Don-vip fix #8224 - Relation sorting: run custom sorters before default one in …
(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) @5576   12 years bastiK add *.zip to FileFilter (closes #8184)
(edit) @5573   12 years bastiK add *.* file filter at 2 more places
(edit) @5539   12 years Don-vip Add projected bounding box to "inspect primitive" dialog
(edit) @5538   12 years bastiK move window switch listener to Main class, because it is needed in a plugin
(edit) @5532   12 years stoecker fix #8123
(edit) @5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5520   12 years Don-vip fix #8088 - Width of edit box for long values
Note: See TracRevisionLog for help on using the revision log.