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) @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   8 years simon04 fix #12082 - Sorting relation with stop_exit_only role
(edit) @8996   8 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8989   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation …
(edit) @8985   8 years Don-vip checkstyle
(edit) @8980   8 years simon04 fix #9463 - Properties dialog: add text field for tag filtering
(edit) @8979   8 years simon04 see #9463 - Refactoring * Refactor SearchCompiler to work with …
(edit) @8975   8 years simon04 fix #12041 - Wrong message in relation member deletion confirmation
(edit) @8958   8 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
(edit) @8678   9 years Don-vip see #11421 - update documentation
(edit) @8677   9 years Don-vip fix #11793 - NPE
(edit) @8633   9 years Don-vip fix some compile errors that arise with openjdk-9-b74
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8538   9 years akks some more debugging output, see #11209
(edit) @8517   9 years simon04 see #10973 - Relation public_transport/route sorting: sort platform
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8505   9 years simon04 fix #11559 - Relation editor: add button to sort the selected relation …
(edit) @8498   9 years simon04 fix #11413 - Advanced Info: add last edit count tab (slightly modified …
(edit) @8496   9 years simon04 fix #11505 - Download objects: load a range of OSM objects (modified …
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8475   9 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(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) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8464   9 years Don-vip Singular fields
(edit) @8463   9 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
Note: See TracRevisionLog for help on using the revision log.