Changeset 135

Show
Ignore:
Timestamp:
12/23/06 14:14:27 (2 years ago)
Author:
jlee
Message:

Updated icons from the Tango Desktop Project (http://tango.freedesktop.org/) used under the terms fof the CC Attribution Share-Alike licence and "bdash" (http://gnome-look.org/content/show.php?content=30102) used under the terms of the GPL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/org/thestaticvoid/iriverter/AboutDialog.java

    r133 r135  
    5151                shell.setLayout(gridLayout); 
    5252 
    53                 InputStream is = getClass().getResourceAsStream("icons/iriverter.png"); 
     53                InputStream is = getClass().getResourceAsStream("icons/iriverter-64.png"); 
    5454                Image image = new Image(Display.getDefault(), is); 
    5555 
  • trunk/src/org/thestaticvoid/iriverter/ConverterUI.java

    r134 r135  
    5252                shell = new Shell(display); 
    5353                shell.setText("iriverter"); 
    54                 InputStream is = getClass().getResourceAsStream("icons/iriverter.png"); 
     54                InputStream is = getClass().getResourceAsStream("icons/iriverter-64.png"); 
    5555                shell.setImage(new Image(display, is)); 
    5656                GridLayout gridLayout = new GridLayout(); 
     
    312312                                if (entry.isDirectory() && !extractedFile.exists()) 
    313313                                        extractedFile.mkdirs(); 
    314                                 else if (!extractedFile.exists() || entry.getTime() > extractedFile.lastModified()) { 
     314                                else if (!entry.isDirectory() && (!extractedFile.exists() || entry.getTime() > extractedFile.lastModified())) { 
    315315                                        OutputStream out = new FileOutputStream(extractedFile); 
    316316                                         
     
    346346                 
    347347                convertTool = new ToolItem(toolBar, SWT.PUSH); 
    348                 InputStream is = getClass().getResourceAsStream("icons/convert-24.png"); 
     348                InputStream is = getClass().getResourceAsStream("icons/convert-22.png"); 
    349349                convertTool.setImage(new Image(display, is)); 
    350350                convertTool.setToolTipText("Convert"); 
     
    354354                 
    355355                newSingleVideoTool = new ToolItem(toolBar, SWT.PUSH); 
    356                 is = getClass().getResourceAsStream("icons/singlevideo-24.png"); 
     356                is = getClass().getResourceAsStream("icons/singlevideo-22.png"); 
    357357                newSingleVideoTool.setImage(new Image(display, is)); 
    358358                newSingleVideoTool.setToolTipText("Single Video"); 
     
    360360                 
    361361                newDirectoryTool = new ToolItem(toolBar, SWT.PUSH); 
    362                 is = getClass().getResourceAsStream("icons/directory-24.png"); 
     362                is = getClass().getResourceAsStream("icons/directory-22.png"); 
    363363                newDirectoryTool.setImage(new Image(display, is)); 
    364364                newDirectoryTool.setToolTipText("Directory"); 
     
    366366                 
    367367                newDVDTool = new ToolItem(toolBar, SWT.PUSH); 
    368                 is = getClass().getResourceAsStream("icons/dvd-24.png"); 
     368                is = getClass().getResourceAsStream("icons/dvd-22.png"); 
    369369                newDVDTool.setImage(new Image(display, is)); 
    370370                newDVDTool.setToolTipText("DVD"); 
  • trunk/src/org/thestaticvoid/iriverter/HelpBrowser.java

    r117 r135  
    4848                 
    4949                back = new ToolItem(toolBar, SWT.PUSH); 
    50                 InputStream is = getClass().getResourceAsStream("icons/back-24.png"); 
     50                InputStream is = getClass().getResourceAsStream("icons/back-22.png"); 
    5151                back.setImage(new Image(display, is)); 
    5252                back.setEnabled(false); 
     
    5454                 
    5555                forward = new ToolItem(toolBar, SWT.PUSH); 
    56                 is = getClass().getResourceAsStream("icons/forward-24.png"); 
     56                is = getClass().getResourceAsStream("icons/forward-22.png"); 
    5757                forward.setImage(new Image(display, is)); 
    5858                forward.setEnabled(false); 
     
    6262                 
    6363                home = new ToolItem(toolBar, SWT.PUSH); 
    64                 is = getClass().getResourceAsStream("icons/home-24.png"); 
     64                is = getClass().getResourceAsStream("icons/home-22.png"); 
    6565                home.setImage(new Image(display, is)); 
    6666                home.addSelectionListener(this); 
  • trunk/src/org/thestaticvoid/iriverter/doc/using.xml

    r124 r135  
    2929                                        <guisubmenu>New</guisubmenu> 
    3030                                        <guimenuitem>Single Video</guimenuitem> 
    31                                 </menuchoice>, press <guiicon><inlinegraphic fileref="images/singlevideo-24.png" /></guiicon> on the toolbar, or drag a supported video from your file manager to the iriverter window.</para> 
     31                                </menuchoice>, press <guiicon><inlinegraphic fileref="images/singlevideo-22.png" /></guiicon> on the toolbar, or drag a supported video from your file manager to the iriverter window.</para> 
    3232 
    3333                        <para>Finally select your input and output videos if necessary.</para> 
     
    4646                                        <guisubmenu>New</guisubmenu> 
    4747                                        <guimenuitem>Directory</guimenuitem> 
    48                                 </menuchoice>, press <guiicon><inlinegraphic fileref="images/directory-24.png" /></guiicon> on the toolbar, or drag a directory from your file manager to the iriverter window.</para> 
     48                                </menuchoice>, press <guiicon><inlinegraphic fileref="images/directory-22.png" /></guiicon> on the toolbar, or drag a directory from your file manager to the iriverter window.</para> 
    4949 
    5050                        <para>iriverter will automatically suggest a new output directory for the converted files, but you can change that as you wish.  iriverter will convert all of the supported videos in the selected input directory and its subdirectories if specified and will change their endings to <filename>.h300.avi</filename> or <filename>.pmp.avi</filename> depending on your device so you don't need to worry about it overwriting your original videos.</para> 
     
    6262                                        <guisubmenu>New</guisubmenu> 
    6363                                        <guimenuitem>DVD</guimenuitem> 
    64                                 </menuchoice>, press <guiicon><inlinegraphic fileref="images/dvd-24.png" /></guiicon> on the toolbar, or drag your DVD drive icon from your file manager to the iriverter window.</para> 
     64                                </menuchoice>, press <guiicon><inlinegraphic fileref="images/dvd-22.png" /></guiicon> on the toolbar, or drag your DVD drive icon from your file manager to the iriverter window.</para> 
    6565 
    6666                        <para>If you have a DVD in the drive already (and it is mounted if you are using Linux), iriverter will automatically detect the drive and the DVD's titles, chapters and languages.  Otherwise you need to put the DVD in the drive (and mount it on Linux) and select "Other..." from the DVD Drive drop-down box and pick the appropriate drive (or mount point in Linux).</para> 
     
    126126                                        <guimenu>Jobs</guimenu> 
    127127                                        <guimenuitem>Convert...</guimenuitem> 
    128                                 </menuchoice> or press <guiicon><inlinegraphic fileref="images/convert-24.png" /></guiicon> on the toolbar.  A popup will appear indicating the conversion progress along with any questions like overwriting files and possible errors.</para> 
     128                                </menuchoice> or press <guiicon><inlinegraphic fileref="images/convert-22.png" /></guiicon> on the toolbar.  A popup will appear indicating the conversion progress along with any questions like overwriting files and possible errors.</para> 
    129129                </sect2> 
    130130        </sect1>