source: josm/trunk/src/org/openstreetmap/josm/Main.java @ 5242

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5240   11 days simon04 fix #7687 - make --download= work with signs in bounds
(edit) @5234   13 days bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5226   2 weeks bastiK improvements for custom projection
(edit) @5195   6 weeks simon04 see #6964 - display exceptions during parallel startup initialization
(edit) @5177   6 weeks simon04 see #6964 - validator initialization requires tagging presets to be …
(edit) @5142   8 weeks stoecker fix multiscreen handling for unseparated virtual screens
(edit) @5138   8 weeks simon04 see #6964 - initialize main menu first in order to avoid problems (fix …
(edit) @5134   8 weeks simon04 see #6964 - perform several initialization tasks in parallel in order to …
(edit) @5112   2 months simon04 fix #4077 - patch by sfriedle - Unsaved changes pops up when closing JOSM …
(edit) @5002   3 months stoecker remove deprecations, all plugins are updated and release, external plugins …
(edit) @4982   3 months stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4968   3 months Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed up …
(edit) @4932   3 months stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow replacing …
(edit) @4908   4 months simon04 fix #7327 - show hint in undo-menu which action will be undone (from event …
(edit) @4901   4 months Don-vip fix #7361 - image filename with 3 commas causes exception
(edit) @4897   4 months stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4869   4 months jttt Use final were appropriate
(edit) @4774   5 months bastiK fixed #7223 - Error when downloading list of nodes
(edit) @4724   5 months jttt Fix some of errors found by FindBugs
(edit) @4719   5 months stoecker make patching locale loader easier, update i18n
(edit) @4718   5 months jttt Add posibility to run please wait runnable tasks in background
(edit) @4681   5 months simon04 see #6329 - improve splash screen: show execution time of items, display …
(edit) @4582   7 months Don-vip fix NPE
(edit) @4567   7 months stoecker fix #6875 - patch by Larry0ua - Data Layer can be changed after selecting …
(edit) @4489   8 months bastiK unified redundant attribution code from …
(edit) @4288   10 months bastiK fix: also fire projection change, when switching between subprojections
(edit) @4190   11 months stoecker add more output function in main, we should use these instead of …
(edit) @4126   12 months bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) The …
(edit) @3993   14 months framm use short timeout for initial API connection, related to #6037
(edit) @3956   15 months bastiK Turn off the new features introduced in [3934] for now. There are still …
(edit) @3934   15 months framm Changed the way in which JOSM handles imagery layer blacklisting. Instead …
(edit) @3924   15 months bastiK applied #5757 - Getting rid of not existing files in "Open Recent" …
(edit) @3815   16 months stoecker fixes for applet
(edit) @3715   18 months Upliner Added imagery plugin to josm core. Imagery plugin is union of wmsplugin …
(edit) @3669   18 months bastiK add validator plugin to josm core. Original author: Francisco R. Santos …
(edit) @3542   20 months stoecker hopefully fix some applet issues
(edit) @3479   21 months jttt cosmetics
(edit) @3444   22 months jttt Fix #5331 Memory leak when removing data layers
(edit) @3433   22 months bastiK fixed #5140 - Adding plugin list sources fault translation/cancel …
(edit) @3378   23 months jttt Fix #2662 Auto-save
(edit) @3340   2 years bastiK fixed #5093 - translation for open file
(edit) @3327   2 years jttt Fix some of "Keystroke %s is already assigned to %s, will be overridden by …
(edit) @3317   2 years stoecker allow to search incomplete elements again
(edit) @3252   2 years jttt Fix #2234: Translation can cause JosmActions to illegally handle …
(edit) @3071   2 years mjulius fixes #4648 - User panel not showing data when toggled from hidden to …
(edit) @2987   2 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2876   2 years bastiK fix #3745 - fullscreen geometry not restored (patch by bomm)
(edit) @2869   2 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered in …
(edit) @2817   2 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2801   2 years stoecker fixed line endings of recent checkins
(edit) @2798   2 years stoecker fix commandline file loading - closes #4288 - patch by bomm
(edit) @2715   2 years stoecker fixed #3772, #4139 - fixed help browser - the external start never worked …
(edit) @2709   2 years stoecker minor cleanup
(edit) @2708   2 years stoecker close #4260 - NPE
(edit) @2613   2 years Gubaer new: global in-memory cache for downloaded changesets new: toggle dialog …
(edit) @2512   3 years stoecker i18n updated, fixed files to reduce problems when applying patches, fix …
(edit) @2485   3 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2371   3 years stoecker moved system deps into platform hooks
(edit) @2343   3 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool is …
(edit) @2328   3 years Gubaer More cleanup in download logic (less globals, more encapsulation)
(edit) @2327   3 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2322   3 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in the …
(edit) @2305   3 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2274   3 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) Help …
(edit) @2272   3 years stoecker first partial support for sub preferences, not yet functional
(edit) @2224   3 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2185   3 years stoecker see #3550 - fixed resizable side views - patch by bastiK
(edit) @2169   3 years Gubaer Removed old code
(edit) @2162   3 years stoecker see #3550 - patch by bastik - resize dialogs on right side
(edit) @2070   3 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2047   3 years Gubaer fixed #3324: Loading a File -> status message
(edit) @2039   3 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2025   3 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   3 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1990   3 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI instead of …
(edit) @1895   3 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1857   3 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1849   3 years stoecker fix #3084 - patch by Pieren
(edit) @1825   3 years Gubaer Changed the way we get an "active data layer" and a "current data set". …
(edit) @1814   3 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1811   3 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   3 years Gubaer improved enabling/disabling of menu entries and action buttons depending …
(edit) @1755   3 years stoecker fixed build error due to slippy map change, i18n update, added pt_BR
(edit) @1750   3 years Gubaer new: replaced global conflict list by conflict list per layer, similar to …
(edit) @1722   3 years stoecker Large rework in projection handling - now allows only switching and more …
(edit) @1681   3 years stoecker updated i18n
(edit) @1633   3 years stoecker fix #2688 - patch by jttt - solve NPE
(edit) @1605   3 years stoecker fixed #2425. set default projection to Mercator. It looks much better than …
(edit) @1592   3 years stoecker fixed #2583 - patch by Michel Marti - fon't move objects when copying …
(edit) @1523   3 years framm * Major redesign of how JOSM talks to the OSM server. Connections now all …
(edit) @1512   3 years stoecker fixed language handling for web access
(edit) @1496   3 years stoecker fixed #2286 - rename fullscreen to maximize - patch by avar
(edit) @1465   3 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1403   3 years stoecker fixed XML format violation
(edit) @1373   3 years stoecker fixed #1425. modified patch by xeen
(edit) @1356   3 years stoecker fix #2083 and #2115
(edit) @1326   3 years stoecker reworked plugin handling a lot, more to come
(edit) @1307   3 years stoecker close #1983. Patch by xeen
(edit) @1286   3 years stoecker close #1984
(edit) @1266   3 years stoecker fixed #2027
Note: See TracRevisionLog for help on using the revision log.