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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6342   10 years Don-vip various fixes
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6311   11 years Don-vip Avoid NPE when logging exception without message
(edit) @6299   11 years Don-vip Improve feedback when clicking a web marker pointing to a local file fails
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5957   11 years Don-vip New interface MapFrameListener to allow core classes to listen to …
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5896   11 years Don-vip fix #8582 - synchronize Main.removeLayer()
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5854   11 years bastiK fixed #7648 - GPS-Download in JOSM in specific area not possible
(edit) @5831   11 years Don-vip see #8571 - Include command-line arguments in status report
(edit) @5829   11 years Don-vip fix javadoc + minor refactorization/code cleanup
(edit) @5696   11 years Don-vip Disable single-char JOSM shortcuts when relation dialog filter …
(edit) @5670   11 years bastiK session: save & restore map position and scale (see #4029)
(edit) @5538   11 years bastiK move window switch listener to Main class, because it is needed in a plugin
(edit) @5519   12 years Don-vip fix #8090 - Removing saved non-uploadable layer asks for confirmation
(edit) @5514   12 years stoecker allow to switch and remember display number for main window even in …
(edit) @5481   12 years stoecker some cleanup, mainly javadoc
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @5382   12 years Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5357   12 years stoecker improve task handling for jmapviewer in JOSM context
(edit) @5279   12 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5278   12 years simon04 fix #7617 - Properties/Memberships shortcuts fail after closing window
(edit) @5262   12 years bastiK fixed #6004 - Dialog was already created exeception
(edit) @5240   12 years simon04 fix #7687 - make --download= work with signs in bounds
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5195   12 years simon04 see #6964 - display exceptions during parallel startup initialization
(edit) @5177   12 years simon04 see #6964 - validator initialization requires tagging presets to be …
(edit) @5142   12 years stoecker fix multiscreen handling for unseparated virtual screens
(edit) @5138   12 years simon04 see #6964 - initialize main menu first in order to avoid problems (fix …
(edit) @5134   12 years simon04 see #6964 - perform several initialization tasks in parallel in order …
(edit) @5112   12 years simon04 fix #4077 - patch by sfriedle - Unsaved changes pops up when closing …
(edit) @5002   12 years stoecker remove deprecations, all plugins are updated and release, external …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4901   12 years Don-vip fix #7361 - image filename with 3 commas causes exception
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4774   12 years bastiK fixed #7223 - Error when downloading list of nodes
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4719   12 years stoecker make patching locale loader easier, update i18n
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4681   12 years simon04 see #6329 - improve splash screen: show execution time of items, …
(edit) @4582   12 years Don-vip fix NPE
(edit) @4567   12 years stoecker fix #6875 - patch by Larry0ua - Data Layer can be changed after …
(edit) @4489   13 years bastiK unified redundant attribution code from …
(edit) @4288   13 years bastiK fix: also fire projection change, when switching between subprojections
(edit) @4190   13 years stoecker add more output function in main, we should use these instead of …
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3993   13 years framm use short timeout for initial API connection, related to #6037
(edit) @3956   13 years bastiK Turn off the new features introduced in [3934] for now. There are …
(edit) @3934   13 years framm Changed the way in which JOSM handles imagery layer blacklisting. …
(edit) @3924   13 years bastiK applied #5757 - Getting rid of not existing files in "Open Recent" …
(edit) @3815   13 years stoecker fixes for applet
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3542   14 years stoecker hopefully fix some applet issues
(edit) @3479   14 years jttt cosmetics
(edit) @3444   14 years jttt Fix #5331 Memory leak when removing data layers
(edit) @3433   14 years bastiK fixed #5140 - Adding plugin list sources fault translation/cancel operation
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3340   14 years bastiK fixed #5093 - translation for open file
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3071   14 years mjulius fixes #4648 - User panel not showing data when toggled from hidden to shown
(edit) @2987   14 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2876   14 years bastiK fix #3745 - fullscreen geometry not restored (patch by bomm)
(edit) @2869   14 years jttt Removed ToggleDialog.tearDown(). All listeners should be unregistered …
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2798   14 years stoecker fix commandline file loading - closes #4288 - patch by bomm
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2709   14 years stoecker minor cleanup
(edit) @2708   14 years stoecker close #4260 - NPE
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2485   14 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2371   14 years stoecker moved system deps into platform hooks
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2328   14 years Gubaer More cleanup in download logic (less globals, more encapsulation)
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2322   14 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2272   15 years stoecker first partial support for sub preferences, not yet functional
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
Note: See TracRevisionLog for help on using the revision log.