Changeset 388

Show
Ignore:
Timestamp:
2007-06-06 18:06:05 (2 years ago)
Author:
MaierMan
Message:

refactoring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/maierman/manager-trees/chrome/content/about/about.xul

    r372 r388  
    4141 
    4242<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    43 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css"?> 
    4443<?xml-stylesheet href="style.css" type="text/css"?> 
    4544<?xml-stylesheet href="resource://gre/res/html.css" type="text/css"?> 
  • branches/maierman/manager-trees/chrome/content/about/style.css

    r36 r388  
    1 /* ***** BEGIN LICENSE BLOCK ***** 
    2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1 
    3  * 
    4  * The contents of this file are subject to the Mozilla Public License Version 
    5  * 1.1 (the "License"); you may not use this file except in compliance with 
    6  * the License. You may obtain a copy of the License at 
    7  * http://www.mozilla.org/MPL/ 
    8  * 
    9  * Software distributed under the License is distributed on an "AS IS" basis, 
    10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
    11  * for the specific language governing rights and limitations under the 
    12  * License. 
    13  * 
    14  * The Original Code is downTHEMall. 
    15  * 
    16  * The Initial Developer of the Original Code is Nils Maier 
    17  * Portions created by the Initial Developer are Copyright (C) 2007 
    18  * the Initial Developer. All Rights Reserved. 
    19  * 
    20  * Contributor(s): 
    21  *   Nils Maier <MaierMan@web.de> 
    22  * 
    23  * Alternatively, the contents of this file may be used under the terms of 
    24  * either the GNU General Public License Version 2 or later (the "GPL"), or 
    25  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
    26  * in which case the provisions of the GPL or the LGPL are applicable instead 
    27  * of those above. If you wish to allow use of your version of this file only 
    28  * under the terms of either the GPL or the LGPL, and not to allow others to 
    29  * use your version of this file under the terms of the MPL, indicate your 
    30  * decision by deleting the provisions above and replace them with the notice 
    31  * and other provisions required by the GPL or the LGPL. If you do not delete 
    32  * the provisions above, a recipient may use your version of this file under 
    33  * the terms of any one of the MPL, the GPL or the LGPL. 
    34  * 
    35  * ***** END LICENSE BLOCK ***** */ 
     1@import 'chrome://dta/skin/common/style.css'; 
    362 
    37 .link { 
    38         color: blue; 
    39         text-decoration: underline; 
    40         cursor: pointer; 
    41 } 
    42 .link:hover { 
    43         color: red; 
    44 } 
    453groupbox { 
    464        background: white; 
  • branches/maierman/manager-trees/chrome/content/common/overlayFunctions.js

    r379 r388  
    7070        var instantApply = DTA_preferences.get("browser.preferences.instantApply", false); 
    7171        window.openDialog( 
    72                 'chrome://dta/content/preferences/newPref.xul', 
     72                'chrome://dta/content/preferences/prefs.xul', 
    7373                'dtaPrefs', 
    7474                'chrome,titlebar,toolbar,resizable,centerscreen'+ (instantApply ? ',dialog=no' : '') 
  • branches/maierman/manager-trees/chrome/content/dta/addurl.xul

    r370 r388  
    1313 * ***** END LICENSE BLOCK ***** --> 
    1414<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    15 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 
    1615<?xml-stylesheet href="chrome://dta/skin/add/style.css" type="text/css" ?> 
    1716 
  • branches/maierman/manager-trees/chrome/content/dta/manager.xul

    r380 r388  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 
    13 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?> 
    1412<?xml-stylesheet href="chrome://dta/skin/manager/style.css" type="text/css" ?> 
    1513 
  • branches/maierman/manager-trees/chrome/content/dta/manager/metaselect.xul

    r369 r388  
    3838 
    3939<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    40 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 
    4140<?xml-stylesheet href="chrome://dta/skin/manager/metalinker.css" type="text/css" ?> 
    42 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?> 
    4341 
    4442<!DOCTYPE window [ 
  • branches/maierman/manager-trees/chrome/content/dta/select.xul

    r372 r388  
    1111 
    1212<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
    13 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 
    1413<?xml-stylesheet href="chrome://dta/skin/select/style.css" type="text/css"?> 
    15 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?> 
    1614 
    1715<!DOCTYPE dialog [ 
  • branches/maierman/manager-trees/chrome/content/preferences/prefs.js

    r370 r388  
    129129}; 
    130130 
    131 var NewPrefs = { 
     131var Prefs = { 
    132132        load: function() { 
    133133                make_(); 
  • branches/maierman/manager-trees/chrome/content/preferences/prefs.xul

    r370 r388  
    1414<?xml-stylesheet href="chrome://dta/skin/preferences/style.css"?> 
    1515<?xml-stylesheet href="chrome://dta-platform/skin/preferences.css"?> 
    16 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 
    1716 
    1817<!DOCTYPE window SYSTEM "chrome://dta/locale/prefpanes.dtd"> 
     
    2524        buttons="accept,cancel,extra2" 
    2625        buttonlabelextra2="&buttonlabelextra2;" 
    27         ondialogextra2="NewPrefs.restoreAll();" 
     26        ondialogextra2="Prefs.restoreAll();" 
    2827        persist="lastSelected screenX screenY" 
    29         onload="NewPrefs.load();" 
     28        onload="Prefs.load();" 
    3029> 
    3130        <stringbundle id="stringB" src="chrome://dta/locale/prefpanes.properties" /> 
     
    3938        <script type="application/x-javascript" src="chrome://dta/content/common/overlayFunctions.js"/> 
    4039        <script type="application/javascript;version=1.7" src="chrome://dta/content/common/internalFunctions.js"/> 
    41         <script type="application/javascript;version=1.7" src="chrome://dta/content/preferences/newPref.js"/> 
     40        <script type="application/javascript;version=1.7" src="chrome://dta/content/preferences/prefs.js"/> 
    4241</prefwindow> 
  • branches/maierman/manager-trees/chrome/locale/en-US/select.dtd

    r231 r388  
    22 
    33<!ENTITY filters.caption "Filters"> 
    4 <!ENTITY additional.caption "Additional filters"> 
     4<!ENTITY additional.caption "Fast filtering"> 
    55<!ENTITY additional.tip "Textual filter: you can set multiple textual filters at the same time using a comma."> 
    66<!ENTITY regex.label "Reg. Exp."> 
  • branches/maierman/manager-trees/chrome/skin/add/style.css

    r282 r388  
     1@import 'chrome://dta/skin/common/style.css'; 
     2 
    13toolbarbutton { 
    24        width: 28px; 
  • branches/maierman/manager-trees/chrome/skin/common/style.css

    r337 r388  
    11@import 'chrome://dta/content/common/bindings.css'; 
     2@import 'chrome://dta-platform/skin/dta.css'; 
    23@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
     4 
    35/* maskbutton */ 
    46maskbutton { 
     
    8082} 
    8183 
    82 .opzioni { 
    83         margin-left:10px; 
    84         margin-right:10px; 
    85 } 
    86  
    87 .imgopzioni { 
    88         height:24px; width:30px; margin-right: 10px; 
    89 } 
    90  
    9184#head image:hover { 
    9285        margin-right:1px; 
    9386         
     87} 
     88 
     89.link { 
     90        color: blue; 
     91        text-decoration: underline; 
     92        cursor: pointer; 
     93} 
     94.link:hover { 
     95        color: red; 
    9496} 
    9597 
     
    101103        margin-right: 10px; 
    102104        display: block; 
    103 } 
    104  
    105 .titolo { 
    106         font-weight: bold; 
    107105} 
    108106 
  • branches/maierman/manager-trees/chrome/skin/manager/metalinker.css

    r369 r388  
     1@import 'chrome://dta/skin/common/style.css'; 
    12@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    23 
     
    2930        padding: 4pt; 
    3031} 
    31  
    32 .link { 
    33         color: blue; 
    34         text-decoration: underline; 
    35         cursor: pointer; 
    36 } 
    37 .link:hover { 
    38         color: red; 
    39 } 
  • branches/maierman/manager-trees/chrome/skin/manager/style.css

    r354 r388  
     1@import 'chrome://dta/skin/common/style.css'; 
    12@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    23@namespace html url("http://www.w3.org/1999/xhtml"); 
  • branches/maierman/manager-trees/chrome/skin/preferences/style.css

    r83 r388  
     1@import 'chrome://dta/skin/common/style.css'; 
     2@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
     3 
    14prefwindow radio[pane] { 
    25        list-style-image: url(chrome://dta/skin/preferences/preferences.png); 
  • branches/maierman/manager-trees/chrome/skin/select/style.css

    r337 r388  
     1@import 'chrome://dta/skin/common/style.css'; 
    12@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    23 
  • branches/maierman/manager-trees/install.rdf

    r120 r388  
    1919                <iconURL>chrome://dta/skin/common/icon.png</iconURL> 
    2020                <homepageURL>http://downthemall.net/</homepageURL> 
    21                 <optionsURL>chrome://dta/content/preferences/newPref.xul</optionsURL> 
     21                <optionsURL>chrome://dta/content/preferences/prefs.xul</optionsURL> 
    2222                 
    2323                <!-- Firefox -->