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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1116   15 years stoecker fixed 2 typos. closes #1821
(edit) @1113   15 years framm - add support for ordered relations (triggered if version is set to 0.6)
(edit) @1108   15 years framm - new preference setting allows switching between decimal coordinates …
(edit) @1103   15 years stoecker make shortcut visible in button tooltips
(edit) @1102   15 years stoecker fixed 3 shortcut conflicts
(edit) @1096   15 years framm - added patch for optionally deleting .jar when the plugin is …
(edit) @1093   15 years framm - hide splash screen if other dialog is shown. patch by Jiri Klement …
(edit) @1086   15 years framm - added a new option to the GPX Layer menu ("download along track") …
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1083   15 years framm - don't draw hatched pattern if the layer is inactive or contains no …
(edit) @1082   15 years framm - some changes regarding the "hatched download area": now also works …
(edit) @1078   15 years framm - If you have "display the boundary of downloaded data" enabled you …
(edit) @1076   15 years framm - replaced he align-in-rectangle function with a more general method …
(edit) @1075   15 years framm - disallow changing created_by
(edit) @1073   15 years stoecker added some plugin checks
(edit) @1072   15 years stoecker correct display problem for multiple new relations, but remove sorting
(edit) @1066   15 years mfloryan Small fixes of some translations.
(edit) @1065   15 years stoecker language handling fixed
(edit) @1064   15 years stoecker fixed bug #1676
(edit) @1059   15 years mfloryan Fixed #1683 - an exception when selected (or system default) locale …
(edit) @1058   15 years mfloryan Changed infrastructure of JOSM translations. lang-* plugins are now …
(edit) @1055   15 years stoecker one more language fix
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1053   15 years stoecker added preferences patch to get correct window sizes again. Fixes #1671
(edit) @1052   15 years stoecker removed some more keyboard conflicts
(edit) @1048   16 years cbrill fix bug #1655 (disable splash screen) Patch by mcdmx@…
(edit) @1047   16 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1046   16 years cbrill [Cleanup] Remove unused imports and unused variables
(edit) @1042   16 years stoecker fix bug #1645 (preferences dialog size) Patch by Jan Peter Stotz
(edit) @1040   16 years stoecker added user selection in user dialog. Closes #1650. Patch by Jan Peter Stotz
(edit) @1039   16 years stoecker cleanup prefs access a bit
(edit) @1038   16 years stoecker moved Downlod area check from bounding box to main download dialog
(edit) @1034   16 years stoecker Fix commandline argument problem. Close bug #1636. Thanks to Michel Marti
(edit) @1033   16 years stoecker Added programm logo. Close bug 1638. Thanks to Michel Marti
(edit) @1032   16 years mfloryan Fixed some messages that were not translatable.
(edit) @1031   16 years stoecker removed translation clash
(edit) @1030   16 years framm - added new "Toggle GPX Lines" action that can be configured to be in …
(edit) @1028   16 years stoecker allow resizing for plugin prefs
(edit) @1027   16 years stoecker added selectionChanged signal to properties dialog
(edit) @1026   16 years stoecker close bug #1631
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @1022   16 years stoecker close bug #1461 - initial zoom to download area
(edit) @1020   16 years stoecker URL update missing
(edit) @1016   16 years stoecker added MOTD patch
(edit) @1015   16 years stoecker separated display URL and shown URL in downloader
(edit) @1003   16 years framm - patch so change zoom rectangle behaviour by Matthew W.S. Bell …
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @997   16 years stoecker close bug #1575
(edit) @996   16 years framm - patch by Henry Loenwind to introduce new "create circle" action.
(edit) @995   16 years stoecker fix #682
(edit) @994   16 years stoecker removed some legacy code
(edit) @993   16 years stoecker patch splashscreen log - Jan Peter Stotz
(edit) @991   16 years stoecker improved mappaint loader a lot
(edit) @990   16 years stoecker closed bug #1476 - invisible tram lines
(edit) @989   16 years stoecker added support for background layers
(edit) @988   16 years stoecker make advanced object deletion available for outside, so validator can …
(edit) @987   16 years stoecker added internal support for multiple styles
(edit) @985   16 years stoecker close bug #1566
(edit) @979   16 years framm - added basic support for downloading based on tile numbers. not …
(edit) @976   16 years stoecker fix bug #1561 and #5160
(edit) @968   16 years stoecker added history information - closes #1546 - patch by mail _ ulfm.de
(edit) @967   16 years stoecker added search and selection improvements by Jan Peter Stotz. Closes #1306
(edit) @966   16 years stoecker commandline arg --language works as expected
(edit) @955   16 years stoecker increase virtual node size a bit again
(edit) @953   16 years stoecker fixed typo
(edit) @950   16 years stoecker use the mappaint.node.virtual-size as planned
(edit) @949   16 years stoecker fixed default handling for tagging presets
(edit) @947   16 years stoecker fixed minor display bug in mappaint
(edit) @946   16 years stoecker fix initial proxy settings
(edit) @944   16 years stoecker fixing NPE. Closes #1532, #1531, #1529. Patch by avar
(edit) @942   16 years framm - filename checking for audio markers in GPX. Fixes #973.
(edit) @941   16 years framm + fixed Osm->GPX conversion to retain timestamps.
(edit) @939   16 years stoecker reverted checkin conflict
(edit) @938   16 years stoecker added patches from bug #682 (proxy settings) and #1519 (NMEA)
(edit) @937   16 years framm + npe fix as suggested by Christoph Seitz <christoph_seitz@…>
(edit) @936   16 years stoecker fixed NPE
(edit) @935   16 years stoecker fixed typo
(edit) @930   16 years stoecker fixed preferences handling, reduced number of save processes. Closes …
(edit) @917   16 years stoecker minor fix
(edit) @916   16 years stoecker removed duplicate preset icons, added better message for 500 server …
(edit) @910   16 years stoecker minor fix
(edit) @909   16 years stoecker don't enforce buffered reading
(edit) @906   16 years stoecker added generic mirroring Input stream, replace validator specific one soon
(edit) @895   16 years stoecker renamed seperator to correct separator
(edit) @885   16 years stoecker added multi-style mappaint support. Closes #1186
(edit) @878   16 years stoecker added ToolBar popup menus. Closes #1087.
(edit) @875   16 years stoecker Fixed exception. Closes #1460
(edit) @874   16 years stoecker allow to combine mappaint line and area styles.
(edit) @873   16 years stoecker cleanups in plugin handling
(edit) @867   16 years stoecker fixed exception when no layer was active
(edit) @861   16 years stoecker added space to units. Fixes #798
(edit) @860   16 years stoecker fixed segment number display
(edit) @858   16 years stoecker added unglue action to main JOSM. Thanks to Henry Loenwind and Robin …
(edit) @851   16 years stoecker fixed style acces in case of external mappaint styles
(edit) @845   16 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @839   16 years stoecker cleanup of tagging preset, add submenus
(edit) @828   16 years stoecker fixed presets a bit
(edit) @824   16 years stoecker fixed tagging presets touse proper XML makeing translations much easier
(edit) @813   16 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @811   16 years david paste/duplicate at mouse position: patch on behalf of Petr Dlouhý, …
Note: See TracRevisionLog for help on using the revision log.