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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2027   15 years Gubaer fixed #3372: NPE when removing two ways from a relation via properties …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2021   15 years Gubaer Improved handling of toggle dialogs
(edit) @2019   15 years Gubaer Improved history feature
(edit) @2018   15 years stoecker fixed #2641 - patch by plaicy - exception when reordering columns
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2015   15 years stoecker fixed #3112 - patch by bastiK - cleanup password hook
(edit) @2012   15 years Gubaer
(edit) @2011   15 years Gubaer added lookup method for ToggleDialog. Required for usertools plugin.
(edit) @2010   15 years Gubaer added getter isDialogShowing()
(edit) @2008   15 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
(edit) @2005   15 years Gubaer fixed #2367: panel will be empty when undocked from minimized state …
(edit) @2003   15 years Gubaer applied #3312: patch by plaicy: Set this.parent of ExtendedDialog
(edit) @2002   15 years Gubaer fixed #3138: 500 - Internal Server Error while downloading GPS-raw and …
(edit) @1999   15 years Gubaer fixed #3349: Last 3 few versions of josm report error on start. …
(edit) @1997   15 years Gubaer fixed #3328: show note= again at relations
(edit) @1992   15 years Gubaer fixing ToggleDialog - now uses a JDialog instead of a JFrame. Should …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   15 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1987   15 years Gubaer removed all occurences of setAlwaysOnTop(). See …
(edit) @1975   15 years Gubaer applied #3264: patch by plaicy: Cleanup unchecked in FileDrop and GpxWriter
(edit) @1971   15 years stoecker improved custom style selection box
(edit) @1970   15 years Gubaer fixed #3252: selected primitives after deleting a data layer
(edit) @1967   15 years Gubaer Improved documentation
(edit) @1957   15 years Gubaer fixed #3248: Exception occured
(edit) @1956   15 years stoecker add hidden option to change width of GPX lines
(edit) @1955   15 years stoecker close #3112 - patch by bastiK - rework username/password handling to …
(edit) @1954   15 years Gubaer Moved package org.openstreetmap.josm.gui.conflict to …
(edit) @1952   15 years Gubaer fixed #3241: Removing active layer should active one of the remaining …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1945   15 years Gubaer fixed #3211: Keystrokes / "+" no function / "Del" removes selected …
(edit) @1944   15 years Gubaer fixed #3233: Relation list doesn't update when a data layer is deleted
(edit) @1943   15 years Gubaer fixed #3228: GPX waypoints / rendering above streets
(edit) @1942   15 years Gubaer fixed #3230: Bug affecting conflict resolving
(edit) @1941   15 years stoecker fixed NPE
(edit) @1940   15 years Gubaer fixed #3229: How to get rid of warning "realy delete layer"
(edit) @1939   15 years Gubaer applied #3165: patch by dmuecke: moving map on a macbook withouth …
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1927   15 years Gubaer fixed #3213: Adding objects to a relation breaks selecting multiple objects
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1922   15 years Gubaer fixed #3207 again: Highlighting members in relation editor is broken
(edit) @1921   15 years Gubaer applied patch #3149 by cjw: Exception when using sort button in edit …
(edit) @1920   15 years Gubaer fixed #3207: Highlighting members in relation editor is broken
(edit) @1919   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects
(edit) @1918   15 years Gubaer fixed #3206: Could not hide data-layer in josm v1917
(edit) @1917   15 years Gubaer fixed #3195: No layer is highlighted by default new: delete layer with DEL
(edit) @1916   15 years Gubaer new: Ctrl-DblClick in the relation list dialog opens the relation …
(edit) @1914   15 years Gubaer Preparing for a WMSPlugin update
(edit) @1913   15 years Gubaer fixed #3186: WMS-layer cannot be moved unless the layer is "active"
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1908   15 years stoecker minor cleanup
(edit) @1904   15 years Gubaer fixed #3141: conflict resolution: "apply partial resolution" doesn't work
(edit) @1902   15 years Gubaer temporary fix for #3181: Dialogs causes JOSM window to be set as …
(edit) @1901   15 years Gubaer temporary fix for #3181: Dialogs causes JOSM window to be set as …
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1897   15 years jttt Fix #3085
(edit) @1896   15 years Gubaer fixed bug in deleting layers
(edit) @1895   15 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1893   15 years Gubaer fixed NPE, added missing icon
(edit) @1892   15 years Gubaer removed to unnecessary imports
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1889   15 years Gubaer fixed #3156 : Download members should always download the members …
(edit) @1888   15 years Gubaer fixed #3157: Duplicated relation doesn't show up in Command stack
(edit) @1886   15 years Gubaer fixed #3154 : readd relation member selection feature
(edit) @1885   15 years Gubaer Improved exception handling
(edit) @1884   15 years jttt Fix ArrayIndexOutOfBoundsException 0:-2 in relation editor when …
(edit) @1880   15 years Gubaer fixed #3109: Layer selected when clicking in empty space in layer dialog
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1878   15 years Gubaer fixed #3143: Apply role should be enabled for empty role
(edit) @1875   15 years jttt Fix #3134
(edit) @1872   15 years jttt Fix #3130
(edit) @1871   15 years Gubaer applied #3127: patch by plaicy - Translation argument is not used
(edit) @1868   15 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1866   15 years Gubaer fixed #3116: NullPointerException when creating a relation without the …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1864   15 years stoecker close #3114 - patch by Michi - large dialogs
(edit) @1863   15 years jttt Fix #2936 and #3066 (geoimage issues)
(edit) @1861   15 years Gubaer added diagnostic messages for #3109 - window order generally messed up?
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1855   15 years Gubaer fixed NPE
(edit) @1854   15 years Gubaer fixed #3091: zoom to selection on gpx load only
(edit) @1853   15 years Gubaer fixed #3078: New relation editor overemphasizes relation ordering
(edit) @1852   15 years Gubaer fixed #3094: Relation editor tries to download objects with id:0 from …
(edit) @1851   15 years Gubaer fixed #3095: Unable to add selection to a relation
(edit) @1850   15 years Gubaer fixed #3093: "Download All Children" in relation editor gives an error …
(edit) @1849   15 years stoecker fix #3084 - patch by Pieren
(edit) @1848   15 years Gubaer fixed #3090: New relation cause exception
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1845   15 years Gubaer fixed #2996: error, but no Message, if a relation is containing itself
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
Note: See TracRevisionLog for help on using the revision log.