Ignore:
Timestamp:
2010-02-28T17:49:37+01:00 (16 years ago)
Author:
pieren
Message:

Add non-modal dialog in action grab planImage + more history in main plugin file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r19928 r20214  
    9191 * 1.7 12-Dec-2009 - Change URL's changes for cookie and downgrade imgs resolution due to WMS changes
    9292 * 1.8 xxx         - filter the mouse button 1 during georeferencing
    93  *                 - possibility to modify the auto-sourcing text just before upload
    9493 *                 - retry if getting a new cookie failed (10 times during 30 seconds)
    9594 *                 - cookie expiration automatically detected and renewed (after 30 minutes)
    9695 *                 - proper WMS layer cleanup at destruction (workaround for memory leak)
    9796 *                 - new cache format (v3) storing original image and cropped image bbox + angle
    98  *                 - cache management compatible with previous v2 format
    99  *                 - raster image rotation using shift+ctrl key instead of ctrl
     97 *                 - new cache format (v4) storing original image size for later rotation
     98 *                 - cache files read compatible with previous formats
     99 *                 - raster image rotation issues fixed, now using shift+ctrl key instead of ctrl
    100100 *                 - raster image adjustment using default system menu modifier (ctrl for windows) for Mac support
    101  *                 - from Clément Ménier, new option allowing an auto-selection of the first cadastre layer for grab 
     101 *                 - from Erik Amzallag:
     102 *                 -     possibility to modify the auto-sourcing text just before upload
     103 *                 - from Clément Ménier:
     104 *                 -     new option allowing an auto-selection of the first cadastre layer for grab
     105 *                 -     non-modal JDialog in MenuActionGrabPlanImage 
    102106 */
    103107public class CadastrePlugin extends Plugin {
     
    184188            cadastreJMenu.add(menuSettings);
    185189            cadastreJMenu.add(menuSource);
    186             cadastreJMenu.add(menuResetCookie);
     190            //cadastreJMenu.add(menuResetCookie); not required any more
    187191            //cadastreJMenu.add(menuLambertZone);
    188192            cadastreJMenu.add(menuLoadFromCache);
Note: See TracChangeset for help on using the changeset viewer.