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) @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) @9526   8 years simon04 fix #10789 - History dialog: indicate the number of changeset comments …
(edit) @9525   8 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9521   8 years simon04 fix #4996 - Changeset manager: allow to download objects from a changeset
(edit) @9520   8 years simon04 Remove code duplication
(edit) @9512   8 years simon04 see #12131 - Pressing escape in closing relation confirmation should …
(edit) @9511   8 years simon04 fix #12131 - Confirm closing relation editor window with x top right
(edit) @9510   8 years bastiK applied #12391 - saving renamed layer replaces name (patch by kolesar …
(edit) @9502   8 years Don-vip see #12281 - core changes to clean up massive code duplication from …
(edit) @9497   8 years Don-vip reduce duplicated code
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9493   8 years Don-vip reduce code duplication
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9452   8 years simon04 see #12338 - Typo
(edit) @9449   8 years stoecker remove useless modifiers
(edit) @9440   8 years simon04 see #12338 - Conflict resolution: add expert actions "Resolve to …
(edit) @9438   8 years Don-vip add unit test
(edit) @9413   8 years stoecker fix 3 Coverity defects
(edit) @9410   8 years simon04 see #12224 - Search menu items: do not overwrite toolbar action …
(edit) @9390   8 years simon04 see #12224 - Search menu-items/presets: allow to select exacly 1 item
(edit) @9389   8 years simon04 see #12224 - Search menu-items/presets: use vertical scrollbar in list
(edit) @9388   8 years simon04 see #12300 - Invalidate connection icons after dropping new members
(edit) @9379   8 years Don-vip see #12300 - suppress warnings
(edit) @9376   8 years simon04 see #12300 - Fix headless unit tests
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9369   8 years simon04 see #12300 - Allow to drag from select list to relation members
(edit) @9368   8 years simon04 see #12300 - Drag and Drop support for relation member list reordering
(edit) @9365   8 years simon04 see #8749 - Make "Add selection to relation" an expert action
(edit) @9348   8 years simon04 see #12083 - When activating an erroneous filter, name the filter with …
(edit) @9347   8 years simon04 fix #12224 - Dialog for "Search menu items" This places the "Search …
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9271   8 years simon04 Checkstyle fixes
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9264   8 years simon04 see #7089 - Relation list: re-filter after zooming This allows to use …
(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) @9258   8 years simon04 Attempt to fix some shortcut parse issues See …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9241   8 years simon04 see #7670 - Possibility to download from mirror with all download …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9224   8 years Don-vip fix #12260 - adjust colors contrast in preferences tables (imagery, …
(edit) @9223   8 years Don-vip fix #12259 - adjust colors contrast in relation editor and history dialog
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9195   8 years Don-vip fix #12245 - fix EDT violation properly without hanging the UI …
(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) @9136   8 years Don-vip sonar fixes + javadoc
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(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) @9079   8 years Don-vip update to CheckStyle 6.13
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9059   8 years Don-vip checkstyle
(edit) @9020   8 years Don-vip fix EDT violation seen with "Download all children" action of relation …
(edit) @8998   9 years simon04 fix #12082 - Sorting relation with stop_exit_only role
(edit) @8996   9 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8989   9 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8985   9 years Don-vip checkstyle
(edit) @8980   9 years simon04 fix #9463 - Properties dialog: add text field for tag filtering
(edit) @8979   9 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8975   9 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8958   9 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8909   9 years simon04 see #8070 - Remember location also of JOSM core LatLonDialog
(edit) @8907   9 years Don-vip fix #11989 - middle click function broken (patch by michael2402)
(edit) @8903   9 years Don-vip fix #11968 - Show node icons from style in selection list and relation …
(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) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(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) @8818   9 years simon04 fix #11925, see #11897 - Re-enable merging of gpx, marker, geoimage …
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8789   9 years simon04 fix #11891 - Unable to merge more than two data layers - regression of …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8760   9 years simon04 fix #11686 - Error by uploading changeset with too long tag Changeset …
(edit) @8732   9 years simon04 see #11823 - Minimap: hide shrink/enlarge button
(edit) @8729   9 years simon04 fix #10417 - Selectable Gamma value for background imagery
(edit) @8728   9 years simon04 Layer dialog: make duplicate and merge only accessible in context menu …
(edit) @8719   9 years simon04 see #11823 - Add minimap toggle dialog
(edit) @8693   9 years simon04 fix #11741 - Properties dialog: add taginfo icon Icon is based on …
(edit) @8683   9 years simon04 Typo in r8682
(edit) @8682   9 years simon04 fix #11790 - Validator dialog: lookup test errors for selected primitives
(edit) @8679   9 years simon04 fix #11741 - Properties dialog: add a contextual menu on taginfo
Note: See TracRevisionLog for help on using the revision log.