Changes between Version 15 and Version 16 of Changelog


Ignore:
Timestamp:
2012-03-31T23:56:33+02:00 (14 years ago)
Author:
simon04
Comment:

changes up to r5148

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v15 v16  
    66== Latest development
    77* major changes/enhancements
     8  * Mechanism to modify JOSM settings and store files, advanced preferences dialog modifications + JavaScript configuration API + asynchronous file download task DownloadFileTask + function to export arbitrary preference keys to file (r5114)
     9  * Warn non-experts when combining ways with conflicting tags or ways being part of relations (r5132)
     10  * several improvements in startup time: perform several initialization tasks in parallel (r5134), speedup XML parser r5135, speedup presets initialization by some caching (r5136), load preset icons in a background thread (r5139)
    811* minor enhancements
    912  * Paste without mouse pointer in draw area should paste to center (r5052)
     
    1417  * add "Select previous/next Gap" to relation editor as popup menu of the relation members (r5081)
    1518  * [[Help/Preferences/RemoteControl|Remote Control]]: add command for opening local files (e.g., `/open_file?filename=...` (r5085)
    16   * [[Help/Preferences/RemoteControl|Remote Control]]: `/load_object` in combination with `addtags` (r5095)
     19  * [[Help/Preferences/RemoteControl|Remote Control]]: `/load_object` in combination with `addtags` (r5095, r5116)
    1720  * Toggle [[Help/EditToolbar|edit toolbar]] (in View menu or in popup menu) (r5092)
     21  * Increase Readability of Available Presets/Styles (sort entries, tooltip as table, additional author/url in gray) (r5105)
     22  * Enhancements in plugin dependencies system (view "requires" in plugin prefs + auto selection of required plugins + alert when unselecting a plugin still required) (r5121)
     23  * Andle Snapping improvements: activation on A (Tab can be disabled, see #7438), better projections, show activation in status line (r5137)
    1824* sub-minor enhancements
    1925  * better label layout in [[Help/Dialog/History#Workingwiththehistorybrowser|VersionInfoPanel]] (r5050)
     
    2329  * use closed way icon in relation editor (and conflict dialog) (r5077)
    2430  * make toolbar popup menu more intuitive (also show popup menu on empty space) (r5079)
     31  * sort relations "naturally" (e.g., `US 2` < `US 10`) (r5083)
    2532  * presets/styles: Incorporate accepted keys `organic`, `fair_trade`; deprecate previously used `shop=organic` (r5080)
    26   * sort relations "naturally" (e.g., `US 2` < `US 10`) (r5083)
     33  * remove and deprecate `bicycle_parking=sheffield` (r5107)
     34  * update `bicycle_parking` preset (r5126)
     35  * Show opacity slider in the middle of the screen in case opacity button is hidden (r5127)
     36  * add style for `entrance=*` (r5133), `power=transformer` (r5148)
    2737* major bugs
    2838  * TaggingPresetSearch did not update type of selected objects and therefore showed possibly wrong presets (r5071)