Changeset 237

Show
Ignore:
Timestamp:
2007-04-18 02:17:25 (2 years ago)
Author:
JimmY2K
Message:

Pref window size bug, help

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.9.x/chrome/content/about/about.xul

    r194 r237  
    44 * 
    55 * This code is part of DownThemAll! - dTa! 
    6  * Copyright © 2004-2006 Federico Parodi and Stefano Verna
     6 * Copyright © 2004-2006 Federico Parodi, Stefano Verna and Nils Maier
    77 *  
    88 * See notice.txt and gpl.txt for details. 
     
    3535                <image src="chrome://dta/content/about/logo.png"/><spacer flex="1"/> 
    3636        </hbox> 
    37   <label value="ver. 0.9.9.7 (1.0-RC3)" style="margin-bottom:10px;" /> 
     37  <label value="ver. 0.9.9.8" style="margin-bottom:10px;" /> 
    3838  <label value="Copyright © 2004-2006 By:" style="font-weight: bold;"/> 
    3939  <label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it', '_blank'); "/> 
    4040  <label value="Stefano Verna" class="link" onclick="openTab('http://steffoz.altervista.org/', '_blank'); "/> 
     41  <label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/about/', '_blank'); "/> 
    4142  <separator class="thin"/> 
    4243  <description style="margin:0px 0px 5px 6px;">Icons and buttons are based on the works of Mike Matas and Jakub Steiner - © Michael Matas, © Jakub Steiner, © Novell, Inc.</description> 
  • branches/0.9.x/chrome/content/barra.xul

    r194 r237  
    4242                <menuitem id="dta-pref-tool" oncommand="window.openDialog('chrome://dta/content/opzioni/newPref.xul','_blank','chrome,titlebar,toolbar,centerscreen,resizable,dialog=no');" 
    4343                        label="&submenu-dta-pref.label;" image="chrome://dta/content/immagini/opzioni.png" class="menuitem-iconic" /> 
    44                 <menuitem id="dta-help-tool" oncommand="openHelp('introduction','chrome://dta/content/dtahelp.rdf');" 
     44                <menuitem id="dta-help-tool" oncommand="openHelp('introduction','chrome://dta/content/help/dtahelp.rdf');" 
    4545                        label="&dta-help-tool.label;" image="chrome://dta/content/immagini/help.png" class="menuitem-iconic" />  
    4646                <menuitem id="dta-about" oncommand="window.openDialog('chrome://dta/content/about/about.xul','_blank','chrome,centerscreen,resizable=no, dialog=no');" 
  • branches/0.9.x/chrome/content/opzioni/filtersPane.js

    r194 r237  
    200200        linkR.appendChild(chkImg); 
    201201         
    202         window.sizeToContent(); 
     202        //window.sizeToContent(); 
    203203         
    204204        isRegex(); 
  • branches/0.9.x/chrome/content/opzioni/restorePref.js

    r194 r237  
    1313 
    1414var defNumFilters = 7; 
    15 var currentVersion = "0.9.9.7"; 
     15var currentVersion = "0.9.9.8"; 
    1616 
    1717function isNewer(version, current) { 
  • branches/0.9.x/install.rdf

    r194 r237  
    55                <em:name>DownThemAll!</em:name> 
    66                <em:description>The mass downloader for Firefox.</em:description> 
    7                 <em:creator>Federico Parodi - Stefano Verna</em:creator> 
    8                 <em:version>0.9.9.7</em:version> 
     7                <em:creator>Federico Parodi</em:creator> 
     8                <em:creator>Stefano Verna</em:creator> 
     9                <em:creator>Nils Maier</em:creator> 
     10                 
     11                <em:version>0.9.9.8</em:version> 
    912                <em:aboutURL>chrome://dta/content/about/about.xul</em:aboutURL> 
    1013                <em:iconURL>chrome://dta/content/immagini/icon.png</em:iconURL> 
  • trunk/chrome/locale/en-US/help/dtahelp.rdf

    r110 r237  
    11<?xml version="1.0"?> 
    2 <!DOCTYPE RDF SYSTEM "chrome://dta/locale/help/help.dtd"> 
     2<!DOCTYPE RDF SYSTEM "chrome://dta/content/help/help.dtd"> 
    33<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
    44    xmlns:nc="http://home.netscape.com/NC-rdf#"> 
     
    66      nc:title="&help.title;" 
    77      nc:defaulttopic="Select" 
    8       nc:base="chrome://dta/locale/help/"> 
     8      nc:base="chrome://dta/content/help/"> 
    99    <nc:panellist> 
    1010      <rdf:Seq> 
  • trunk/chrome/locale/en-US/help/help-toc.rdf

    r110 r237  
    11<?xml version="1.0"?> 
    2 <!DOCTYPE toc SYSTEM "chrome://dta/locale/help/help.dtd"> 
     2<!DOCTYPE toc SYSTEM "chrome://dta/content/help/help.dtd"> 
    33<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
    44    xmlns:nc="http://home.netscape.com/NC-rdf#">