Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
<b>[locale(s)]</b>
- Greek (el) translation updated (thanks to George M.)
- Upper Sorbian (hsb) translation updated (thanks to milupo)
- Lower Sorbian (dsb) translation updated (thanks to milupo)
- French (fr) translation updated (thanks to BlackJack)
- Estonian (et) translation updated (thanks to Maidur)
- Polish (pl) translation updated (thanks to Mrere)
- Slovenian (sl) translation updated (thanks to Klofutar)

<b>[fix(es)]</b>
- Toolbars > #nav-bar[iconsize="large"] > WebExtensions with SVG toolbar
icons
- tweaks for 'emphasize Firefox 57+ compatible options'

<b>[new option(s)]</b>
- Tabs > Page 1 > private new tab page url > focus location bar
- CTR > Other settings > emphasize Firefox 57+ compatible options

<b>[general change(s)]</b>
- added Waterfox link to CTRs preference window
  • Loading branch information
Aris-t2 committed Nov 10, 2017
1 parent f70f5ec commit cafa4a6
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 41 deletions.
5 changes: 3 additions & 2 deletions xpi/content/options.xul
Original file line number Diff line number Diff line change
Expand Up @@ -1915,8 +1915,9 @@
<button label="" id="ctraddon_addons_button" popup="ctr_pw_addonsPopup"/>
<spacer flex="1" />
<image src="chrome://classic_theme_restorer/content/images/extraulbar_go.png"/>
<button id="ctraddon_button_wf" label="Waterfox &amp; CTR" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://www.waterfoxproject.org/'); };"/>
<button id="ctraddon_button_fx57" label="Firefox 57+ &amp; CTR" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/CustomCSSforFx/issues/2'); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/ClassicThemeRestorer/issues/299'); };"/>
<button id="ctraddon_button_fx52" label="Firefox 52ESR" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://www.mozilla.org/en-US/firefox/organizations/all/'); };"/>
<button id="ctraddon_button_fx57" label="Firefox 57+" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/CustomCSSforFx/issues/2'); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/ClassicThemeRestorer/issues/299'); };"/>
<button id="ctraddon_button_wf" label="Waterfox" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://www.waterfoxproject.org/'); };"/>
<image src="chrome://classic_theme_restorer/content/images/extraulbar_go.png" id="ctr_pw_button_arrow_right"/>
<spacer flex="1" />
<button label="&Ctr_support;" id="ctraddon_support" popup="ctr_pw_supportPopup"/>
Expand Down
7 changes: 7 additions & 0 deletions xpi/content/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,13 @@
#nav-bar[iconsize="large"] .toolbarbutton-1:not(:-moz-any(#back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #fullscreen-button, #sync-button, #feed-button, #tabview-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #ctraddon_preferences-button, #privatebrowsing-button, #save-page-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button, #sidebar-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #cut-button, #copy-button, #paste-button, #e10s-button, #panic-button, #web-apps-button, #webide-button, #loop-button, #pocket-button)) > .toolbarbutton-badge-stack > .toolbarbutton-icon{
max-width: unset !important;
}

/* WebExtension action & toggle buttons */
#nav-bar[iconsize="large"] .toolbarbutton-1[id*="-browser-action"] .toolbarbutton-icon,
#nav-bar[iconsize="large"] .toolbarbutton-1[id*="-browser-toggle"] .toolbarbutton-icon {
width: 18px !important;
max-width: 18px !important;
}

/* Auto Form add-ons icon sizes*/
toolbarbutton[id^="af_button"] .toolbarbutton-icon {
Expand Down
4 changes: 4 additions & 0 deletions xpi/content/overlay_prefs.css
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ radio.ctraddontab .radio-check-box1 {

/*Fx 57+ warning button */
#ctraddon_button_wf,
#ctraddon_button_fx52,
#ctraddon_button_fx57 {
-moz-appearance: none !important;
background: yellow !important;
Expand All @@ -813,12 +814,15 @@ radio.ctraddontab .radio-check-box1 {
}

#ctraddon_button_wf:hover,
#ctraddon_button_fx52:hover,
#ctraddon_button_fx57:hover {
box-shadow: 2px 2px 0px 0px red inset, -2px -2px 0px 0px red inset !important;
cursor: pointer !important;
text-decoration: underline !important;
}


#ctraddon_button_fx52,
#ctraddon_button_wf{
list-style-image: url('chrome://classic_theme_restorer/content/images/fx57_yes.png') !important;
}
Expand Down
2 changes: 1 addition & 1 deletion xpi/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>ClassicThemeRestorer@ArisT2Noia4dev</em:id>
<em:name>Classic Theme Restorer</em:name>
<em:version>1.7.3beta2</em:version>
<em:version>1.7.3</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down
16 changes: 8 additions & 8 deletions xpi/locale/dsb/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!ENTITY Ctr_anewtaburl "Bokowy URL nowego rejtarka">
<!ENTITY Ctr_anewtaburlcb "URL swójskego boka nowego rejtarka (standard: 'about:newtab')">
<!ENTITY Ctr_anewtaburlpcb "Swójski URL boka nowego rejtarka priwatnego modusa (standard: 'about:privatebrowsing')">
<!ENTITY Ctr_anewtaburlpf "Focus location bar after loading">
<!ENTITY Ctr_anewtaburlpf "Pó zacytanju fokus na adresowe pólo stajiś">

<!ENTITY Ctr_tab_tf_info1 "Barwowe mjenja, heksadecimalne kody, rgb(a)- a hsl(a)-gódnoty se pódpěraju.">
<!ENTITY Ctr_tab_tf_info2 "Zapódaśa se njepśespytuju!">
Expand Down Expand Up @@ -437,16 +437,16 @@
<!ENTITY Ctr_addon-bar.accesskey "R">
<!ENTITY appMenuGettingStarted.label "Prědne kšace">
<!ENTITY goCmd.label "Start">
<!ENTITY Ctr_showfx57pcomp "Emphasize 'Firefox 57+' compatible CTR options">
<!ENTITY Ctr_showfx57pcomp1 "Green - possible with userChrome.css or userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Blue - possible by default">
<!ENTITY Ctr_showfx57pcomp3 "Yellow - possible with WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - not needed anymore">
<!ENTITY Ctr_showfx57pcomp5 "Red - not possible anymore">
<!ENTITY Ctr_showfx57pcomp "CTR-nastajenja wuzwignuś, kótarež su kompatibelne z 'Firefox 57+'">
<!ENTITY Ctr_showfx57pcomp1 "Zeleny - móžne z userChrome.css abo userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Módry - móžne pó standarźe">
<!ENTITY Ctr_showfx57pcomp3 "Žołty - móžne z WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Oranžowy - wěcej njetrěbne">
<!ENTITY Ctr_showfx57pcomp5 "Cerwjeny - wěcej njemóžne">
<!ENTITY Ctr_menu_restart.label "Znowego startowaś">
<!ENTITY Ctr_restartapp "Znowego startowaś w meniju '&brandShortName;' a w meniju Dataja pokazaś">
<!ENTITY Ctr_restartapp2 "Znowego startowaś w głownem meniju pokazaś">
<!ENTITY Ctr_contextfind "'Pytaś' a 'Dalej pytaś' w kontekstowem meniju symbolowych rědkow pokazaś">
<!ENTITY Ctr_contextfind "'Na toś tom boku pytaś' a 'Dalej pytaś' w kontekstowem meniju symbolowych rědkow pokazaś">
<!ENTITY Ctr_ctrnewinv "Nowe nastajenja za aktualnu wersiju &brandShortName; pódšmarnuś">
<!ENTITY Ctr_cssoverride "Swójski CSS-kod">
<!ENTITY Ctr_cssoverride2 "CSS-kod njebuźo se za zmólkami pśeglědowaś!">
Expand Down
14 changes: 7 additions & 7 deletions xpi/locale/el/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!ENTITY Ctr_anewtaburl "URL σελίδας νέας καρτέλας">
<!ENTITY Ctr_anewtaburlcb "Προσαρμοσμένο url σελίδας νέας καρτέλας (προεπιλογή: «about:newtab»)">
<!ENTITY Ctr_anewtaburlpcb "Προσαρμοσμένο url σελίδας νέας ιδιωτικής καρτέλας (προεπιλογή: «about:privatebrowsing»)">
<!ENTITY Ctr_anewtaburlpf "Focus location bar after loading">
<!ENTITY Ctr_anewtaburlpf "Εστίαση γραμμής τοποθεσιών μετά τη φόρτωση">

<!ENTITY Ctr_tab_tf_info1 "Ονόματα χρωμάτων, δεκαεξαδικοί κωδικοί, τιμές rgb(a) και hsl(a) υποστηρίζονται.">
<!ENTITY Ctr_tab_tf_info2 "Οι εισηγμένες τιμές δεν θα επικυρωθούν!">
Expand Down Expand Up @@ -437,12 +437,12 @@
<!ENTITY Ctr_addon-bar.accesskey "λ">
<!ENTITY appMenuGettingStarted.label "Ξεκινώντας">
<!ENTITY goCmd.label "Μετάβαση">
<!ENTITY Ctr_showfx57pcomp "Emphasize 'Firefox 57+' compatible CTR options">
<!ENTITY Ctr_showfx57pcomp1 "Green - possible with userChrome.css or userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Blue - possible by default">
<!ENTITY Ctr_showfx57pcomp3 "Yellow - possible with WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - not needed anymore">
<!ENTITY Ctr_showfx57pcomp5 "Red - not possible anymore">
<!ENTITY Ctr_showfx57pcomp "Επισήμανση επιλογών του CTR κατά συμβατότητα με Firefox 57+">
<!ENTITY Ctr_showfx57pcomp1 "Πράσινες - εφικτές με userChrome.css ή userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Μπλε - εφικτές κατά προεπιλογή">
<!ENTITY Ctr_showfx57pcomp3 "Κίτρινες - εφικτές με WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Πορτοκαλί - δεν χρειάζονται πλέον">
<!ENTITY Ctr_showfx57pcomp5 "Κόκκινες - μη εφικτές πλέον">
<!ENTITY Ctr_menu_restart.label "Επανεκκίνηση">
<!ENTITY Ctr_restartapp "Στοιχείο μενού «Επανεκκίνηση» στα μενού κουμπιού &brandShortName; και «Αρχείο»">
<!ENTITY Ctr_restartapp2 "Στοιχείο μενού «Επανεκκίνηση» στο κύριο μενού πίνακα">
Expand Down
16 changes: 8 additions & 8 deletions xpi/locale/fr/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!ENTITY Ctr_anewtaburl "URL de nouvel onglet et de page d'accueil privée">
<!ENTITY Ctr_anewtaburlcb "Modifier l'URL de nouvel onglet (« about:newtab » par défaut) :">
<!ENTITY Ctr_anewtaburlpcb "Modifier l'URL d'accueil de navigation privée (« about:privatebrowsing » par défaut) :">
<!ENTITY Ctr_anewtaburlpf "Focus location bar after loading">
<!ENTITY Ctr_anewtaburlpf "Donner le focus à la barre de navigation après le chargement">

<!ENTITY Ctr_tab_tf_info1 "Les noms de couleurs, les codes hexadécimaux, les valeurs RVB(A) et TSL(A) sont pris en charge.">
<!ENTITY Ctr_tab_tf_info2 "Les saisies ne seront pas vérifiées !">
Expand Down Expand Up @@ -437,19 +437,19 @@
<!ENTITY Ctr_addon-bar.accesskey "U">
<!ENTITY appMenuGettingStarted.label "Commencer">
<!ENTITY goCmd.label "Se rendre à la page indiquée dans la barre d'adresse">
<!ENTITY Ctr_showfx57pcomp "Emphasize 'Firefox 57+' compatible CTR options">
<!ENTITY Ctr_showfx57pcomp1 "Green - possible with userChrome.css or userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Blue - possible by default">
<!ENTITY Ctr_showfx57pcomp3 "Yellow - possible with WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - not needed anymore">
<!ENTITY Ctr_showfx57pcomp5 "Red - not possible anymore">
<!ENTITY Ctr_showfx57pcomp "Surligner les options de CTR compatibles avec Firefox 57+">
<!ENTITY Ctr_showfx57pcomp1 "Vert - possible via userChrome.css et userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Bleu - possible par défaut">
<!ENTITY Ctr_showfx57pcomp3 "Jaune - possible avec des WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - plus nécessaire">
<!ENTITY Ctr_showfx57pcomp5 "Rouge - plus possible">
<!ENTITY Ctr_menu_restart.label "Redémarrer">
<!ENTITY Ctr_restartapp "Afficher « Redémarrer » dans le menu « Fichier » et dans celui de l'ancien bouton &brandShortName;">
<!ENTITY Ctr_restartapp2 "Afficher « Redémarrer » dans le panneau du bouton de menu">
<!ENTITY Ctr_contextfind "Afficher « Rechercher dans la page... » et « Rechercher le suivant » dans le menu contextuel des barres d'outils">
<!ENTITY Ctr_ctrnewinv "Souligner les nouvelles options de la version actuelle de &brandShortName;">
<!ENTITY Ctr_cssoverride "Code CSS personnalisé">
<!ENTITY Ctr_cssoverride2 "Le code CSS ne sera pas vérifié, même en cas d'erreurs !">
<!ENTITY Ctr_cssoverride2 "Le code ne sera pas vérifié, même en cas d'erreurs !">

<!ENTITY Ctr_openInCurrentTab "Ouvrir les entrées dans l'onglet actuel">
<!ENTITY Ctr_openInNewTab "Ouvrir les entrées dans un nouvel onglet">
Expand Down
16 changes: 8 additions & 8 deletions xpi/locale/hsb/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!ENTITY Ctr_anewtaburl "URL strony noweho rajtarka">
<!ENTITY Ctr_anewtaburlcb "URL swójskeje strony noweho rajtarka (standard: 'about:newtab')">
<!ENTITY Ctr_anewtaburlpcb "Swójski URL strony noweho rajtarka priwatneho modusa (standard: 'about:privatebrowsing')">
<!ENTITY Ctr_anewtaburlpf "Focus location bar after loading">
<!ENTITY Ctr_anewtaburlpf "Po začitanju fokus na adresowe polo stajić">

<!ENTITY Ctr_tab_tf_info1 "Barbne mjena, heksadecimalne kody, rgb(a)- a hsl(a)-hódnoty so podpěruja.">
<!ENTITY Ctr_tab_tf_info2 "Zapodaća so njepřepruwuja!">
Expand Down Expand Up @@ -437,16 +437,16 @@
<!ENTITY Ctr_addon-bar.accesskey "d">
<!ENTITY appMenuGettingStarted.label "Prěnje kroki">
<!ENTITY goCmd.label "Start">
<!ENTITY Ctr_showfx57pcomp "Emphasize 'Firefox 57+' compatible CTR options">
<!ENTITY Ctr_showfx57pcomp1 "Green - possible with userChrome.css or userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Blue - possible by default">
<!ENTITY Ctr_showfx57pcomp3 "Yellow - possible with WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - not needed anymore">
<!ENTITY Ctr_showfx57pcomp5 "Red - not possible anymore">
<!ENTITY Ctr_showfx57pcomp "CTR-nastajenja wuzběhnyć, kotrež su kompatibelne z 'Firefox 57+'">
<!ENTITY Ctr_showfx57pcomp1 "Zeleny - móžne z userChrome.css abo userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Módry - móžne po standardźe">
<!ENTITY Ctr_showfx57pcomp3 "Žołty - móžne z WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Oranžowy - hižo njetrěbne">
<!ENTITY Ctr_showfx57pcomp5 "Čerwjeny - hižo njemóžne">
<!ENTITY Ctr_menu_restart.label "Znowa startować">
<!ENTITY Ctr_restartapp "Znowa startować w meniju '&brandShortName;' a w meniju 'Dataja' pokazać">
<!ENTITY Ctr_restartapp2 "Znowa startować w hłownym meniju pokazać">
<!ENTITY Ctr_contextfind "'Pytać' a 'Dale pytać' w kontekstowym meniju symbolowych lajstow pokazać">
<!ENTITY Ctr_contextfind "'Na tutej stronje pytać...' a 'Dale pytać' w kontekstowym meniju symbolowych lajstow pokazać">
<!ENTITY Ctr_ctrnewinv "Nowe wersije za aktualnu wersiju &brandShortName; podšmórnyć">
<!ENTITY Ctr_cssoverride "Swójski CSS-kod">
<!ENTITY Ctr_cssoverride2 "CSS-kod njebudźe so za zmylkami přepruwować!">
Expand Down
14 changes: 7 additions & 7 deletions xpi/locale/pl/options.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!ENTITY Ctr_anewtaburl "Adres strony nowej karty">
<!ENTITY Ctr_anewtaburlcb "Niestandardowy adres strony nowej karty (domyślny: 'about:newtab')">
<!ENTITY Ctr_anewtaburlpcb "Niestandardowy adres strony nowej prywatnej karty (domyślny: 'about:privatebrowsing')">
<!ENTITY Ctr_anewtaburlpf "Focus location bar after loading">
<!ENTITY Ctr_anewtaburlpf "Uaktywnij pasek adresu po załadowaniu">

<!ENTITY Ctr_tab_tf_info1 "Nazwy kolorów, kod szesnastkowy, wartości rgb(a) i hsl(a) są obsługiwane.">
<!ENTITY Ctr_tab_tf_info2 "Wejścia nie będą zatwierdzane!">
Expand Down Expand Up @@ -437,12 +437,12 @@
<!ENTITY Ctr_addon-bar.accesskey "A">
<!ENTITY appMenuGettingStarted.label "Pierwsze kroki">
<!ENTITY goCmd.label "Przejdź">
<!ENTITY Ctr_showfx57pcomp "Emphasize 'Firefox 57+' compatible CTR options">
<!ENTITY Ctr_showfx57pcomp1 "Green - possible with userChrome.css or userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Blue - possible by default">
<!ENTITY Ctr_showfx57pcomp3 "Yellow - possible with WebExtensions">
<!ENTITY Ctr_showfx57pcomp4 "Orange - not needed anymore">
<!ENTITY Ctr_showfx57pcomp5 "Red - not possible anymore">
<!ENTITY Ctr_showfx57pcomp "Uwydatnij opcje CTR kompatybilne z 'Firefox 57+'">
<!ENTITY Ctr_showfx57pcomp1 "Zielone - możliwe za pomocą userChrome.css albo userContent.css">
<!ENTITY Ctr_showfx57pcomp2 "Niebieskie - możliwe domyślnie">
<!ENTITY Ctr_showfx57pcomp3 "Żółte - możliwe za pomocą rozszerzeń WebExtension">
<!ENTITY Ctr_showfx57pcomp4 "Pomarańczowe - już nie są potrzebne">
<!ENTITY Ctr_showfx57pcomp5 "Czerwone - już nie są możliwe">
<!ENTITY Ctr_menu_restart.label "Zrestartuj">
<!ENTITY Ctr_restartapp "Pokaż 'Zrestartuj' w menu programu &brandShortName; oraz w menu Plik">
<!ENTITY Ctr_restartapp2 "Pokaż 'Zrestartuj' w menu głównego panelu">
Expand Down

0 comments on commit cafa4a6

Please sign in to comment.