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) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2269   15 years stoecker fix #3674 - patch by bastiK - empty dialogs area did not vanish
(edit) @2255   15 years Gubaer New utility class for help context aware option dialogs Improved …
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2240   15 years Gubaer fixed #3625: "Upload" error (410) while fetching items for relation
(edit) @2239   15 years Gubaer see #3626: Show history for any object in history dialog (partially …
(edit) @2232   15 years stoecker fixed #3635 - title in side dialogs not refreshed
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2218   15 years Gubaer see #3371: Fatal freeze trying to enter a changeset comment
(edit) @2194   15 years Gubaer fixed #3528: Cannot select multiple relations and apply some preset to them
(edit) @2193   15 years stoecker fix #3523 - Show only interactive presets in properties
(edit) @2185   15 years stoecker see #3550 - fixed resizable side views - patch by bastiK
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2163   15 years stoecker fixed typos
(edit) @2162   15 years stoecker see #3550 - patch by bastik - resize dialogs on right side
(edit) @2159   15 years Gubaer fixed #3539: NullPointerException when deleting the only data layer …
(edit) @2156   15 years Gubaer fixed #3533: auto-completion in relation editor broken
(edit) @2145   15 years stoecker see #3475 - patch by Petr Dlouhý - cleanups
(edit) @2131   15 years Gubaer see #3407: NPE in ConflictDialog when using OpenStreetBug plugin
(edit) @2126   15 years Gubaer fixed #3474: sort relation list for type and alphabetically again
(edit) @2125   15 years stoecker added files
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2111   15 years Gubaer applied #3473: patch by bastiK: fix some bugs of ToggleDialog
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2073   15 years Gubaer fixed #3382: Opening a /user/ page fails for usernames with a space (" …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2048   15 years Gubaer Improved auto completion fixed #2729: Auto completion with numbers …
(edit) @2044   15 years Gubaer fixed #3383: changeset tags in history dialog
(edit) @2043   15 years Gubaer fixed #3076: Member columns don't auto-resize when the relation editor …
(edit) @2042   15 years Gubaer fixed #3382: Opening a /user/ page fails for usernames with a space (" …
(edit) @2040   15 years Gubaer improved upload dialog new: tags for changesets new: multiple uploads …
(edit) @2039   15 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2034   15 years Gubaer refactored UserListDialog fixed #3379: Add a link to …
(edit) @2033   15 years Gubaer fixed #3380: Add plural form to "Authors: {0}"
(edit) @2032   15 years stoecker fix #3377 - patch by xeen - removed deprecated calls
(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) @2010   15 years Gubaer added getter isDialogShowing()
(edit) @2005   15 years Gubaer fixed #2367: panel will be empty when undocked from minimized state …
(edit) @1999   15 years Gubaer fixed #3349: Last 3 few versions of josm report error on start. …
(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) @1970   15 years Gubaer fixed #3252: selected primitives after deleting a data layer
(edit) @1954   15 years Gubaer Moved package org.openstreetmap.josm.gui.conflict to …
(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) @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) @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) @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) @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) @1904   15 years Gubaer fixed #3141: conflict resolution: "apply partial resolution" doesn't work
(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) @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) @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) @1878   15 years Gubaer fixed #3143: Apply role should be enabled for empty role
(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) @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) @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) @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.