• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5632

Show
Ignore:
Timestamp:
09/29/08 12:20:31 (8 weeks ago)
Author:
jburel
Message:

Cleaning up

Location:
trunk
Files:
6 modified

  • SRC/org/openmicroscopy/shoola/env/LookupNames.java (modified) (1 diff)
  • SRC/org/openmicroscopy/shoola/env/data/login/LoginService.java (modified) (1 diff)
  • SRC/org/openmicroscopy/shoola/env/init/ContainerConfigInit.java (modified) (1 diff)
  • SRC/org/openmicroscopy/shoola/env/ui/SplashScreenManager.java (modified) (1 diff)
  • SRC/org/openmicroscopy/shoola/env/ui/TaskBarManager.java (modified) (1 diff)
  • config/container.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/env/LookupNames.java

    r5605 r5632  
    5858         
    5959        /** Field to access the <code>Splash screen</code> information. */ 
    60         public static final String SPLASH_SCREEN = "SplashScreen"; 
     60        public static final String SPLASH_SCREEN_LOGO = "SplashScreenLogo"; 
    6161         
    6262        /** Field to access the <code>Help on line</code> information. */ 
  • trunk/SRC/org/openmicroscopy/shoola/env/data/login/LoginService.java

    r5429 r5632  
    196196    public static final int     ATTEMPTING_LOGIN = 1; 
    197197     
     198    /** Flag indicating that the client is connected to the server. */ 
    198199    public static final int             CONNECTED = 1; 
    199200     
     201    /** Flag indicating that the client is not connected to the server. */ 
    200202    public static final int             NOT_CONNECTED = 0; 
    201203     
     204    /** Flag indicating that the connection's attempt's has time out. */ 
    202205    public static final int             TIMEOUT = 2; 
    203      
    204206     
    205207    /** 
  • trunk/SRC/org/openmicroscopy/shoola/env/init/ContainerConfigInit.java

    r5183 r5632  
    2525 
    2626//Java imports 
     27import java.io.File; 
    2728 
    2829//Third-party libraries 
    2930 
    3031//Application-internal dependencies 
    31 import java.io.File; 
    32  
    3332import org.openmicroscopy.shoola.env.Container; 
    3433import org.openmicroscopy.shoola.env.LookupNames; 
  • trunk/SRC/org/openmicroscopy/shoola/env/ui/SplashScreenManager.java

    r5575 r5632  
    180180                this.component = component; 
    181181                Image img = IconManager.getOMEImageIcon(); 
    182                 String n = (String) c.getRegistry().lookup(LookupNames.SPLASH_SCREEN); 
     182                String n = (String) c.getRegistry().lookup(LookupNames.SPLASH_SCREEN_LOGO); 
    183183                IconManager im = IconManager.getInstance(c.getRegistry()); 
    184184                Icon splashScreen = im.getIcon(n); 
  • trunk/SRC/org/openmicroscopy/shoola/env/ui/TaskBarManager.java

    r5575 r5632  
    8787 
    8888        /** The window's title. */ 
    89         static final String             TITLE_ABOUT = "About"; 
     89        static final String                             TITLE_ABOUT = "About"; 
    9090         
    9191        /** The value of the tag to find. */ 
  • trunk/config/container.xml

    r5628 r5632  
    265265   * Information related to the version of the software, name of the software, 
    266266   * etc. 
    267    *  
    268267  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    269268    <entry name="Version">Beta3.1rc3</entry> 
    270269    <entry name="SoftwareName">OMERO.insight</entry> 
    271270    <entry name="AboutFile">about.xml</entry> 
    272     <entry name="SplashScreen">client_splashscreen.png</entry> 
    273     <entry name="HelpOnLine">http://www.openmicroscopy.org</entry> 
     271    <entry name="SplashScreenLogo">client_splashscreen.png</entry> 
     272    <entry name="HelpOnLine">http://trac.openmicroscopy.org.uk/shoola/wiki/OmeroInsightGettingStarted</entry> 
    274273</container> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/