mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-04-05 12:51:45 +00:00
Compare commits
No commits in common. "develop" and "v0.1.8" have entirely different histories.
5
TODO
Normal file
5
TODO
Normal file
@ -0,0 +1,5 @@
|
||||
Create style for popup
|
||||
Add a visual hint for multipage
|
||||
Need a best solution to update folder and bookmark when it are updated from Firefox
|
||||
Improve screenshot result
|
||||
Add favicon support
|
1
makebeta
1
makebeta
@ -31,7 +31,6 @@ git checkout beta
|
||||
version=$1
|
||||
|
||||
sed -i "/\"version\":/c\ \ \"version\": \"$version\"," src/manifest.json
|
||||
sed -i 's/quickdial@matmoul.com/quickdialtest@matmoul.com/' src/manifest.json
|
||||
|
||||
git commit -a -m "Beta Version $version"
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, eine Schnellwahl-Seite inspiriert von Fast Dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Zu Quick Dial hinzufügen",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, a dial page inspired from fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Add to Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Agregar a Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "Nuevo",
|
||||
"description": "Text of new menu item."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "Marcador",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "Dirección del nuevo marcador:",
|
||||
"description": "Text of the add bookmark prompt."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "Carpeta",
|
||||
"description": "Text of add folder menu item."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "Nombre de la nueva carpeta:",
|
||||
"description": "Text of the add folder prompt."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "Propiedades",
|
||||
"description": "Text of properties menu item."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "Actualizar",
|
||||
"description": "Text of refresh menu item."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "Capturar aquí",
|
||||
"description": "Text of capture here menu item."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "Capturar en una nueva pestaña",
|
||||
"description": "Text of capture menu item."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "Eliminar",
|
||||
"description": "Text of delete menu item."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "¿Eliminar $1 ?",
|
||||
"description": "Text of delete confirmation."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": "Propiedades de Quick Dial",
|
||||
"description": "Text of settings menu item."
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, page dial inspirée de fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Ajouter à Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "הוסף לחיוג מהיר",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "חדש",
|
||||
"description": "Text of new menu item."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "מועדף",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "הכנס קישור חדש למועדף :",
|
||||
"description": "Text of the add bookmark prompt."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "תיקייה",
|
||||
"description": "Text of add folder menu item."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "הכנס שם חדש לתיקייה :",
|
||||
"description": "Text of the add folder prompt."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "מאפיינים",
|
||||
"description": "Text of properties menu item."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "רענן",
|
||||
"description": "Text of refresh menu item."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "צלם מסך כאן",
|
||||
"description": "Text of capture here menu item."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "צלם מסך בלשונית חדשה",
|
||||
"description": "Text of capture menu item."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "מחק",
|
||||
"description": "Text of delete menu item."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "האם למחוק $1 ?",
|
||||
"description": "Text of delete confirmation."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": "הגדרות חיוג מהיר",
|
||||
"description": "Text of settings menu item."
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, una dial page inspirata a fast dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Aggiungi a Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Dodaj do Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "Nowy",
|
||||
"description": "Text of new menu item."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "Zakładka",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "Wprowadź nowy adres URL zakładki:",
|
||||
"description": "Text of the add bookmark prompt."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "Folder",
|
||||
"description": "Text of add folder menu item."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "Wprowadź nazwę nowego folderu:",
|
||||
"description": "Text of the add folder prompt."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "Właściwości",
|
||||
"description": "Text of properties menu item."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "Odśwież",
|
||||
"description": "Text of refresh menu item."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "Zdjęcie tutaj",
|
||||
"description": "Text of capture here menu item."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "Zdjęcie na nowej karcie",
|
||||
"description": "Text of capture menu item."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "Usuń",
|
||||
"description": "Text of delete menu item."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "Usuń $1 ?",
|
||||
"description": "Text of delete confirmation."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": "Ustawienia Quick Dial",
|
||||
"description": "Text of settings menu item."
|
||||
}
|
||||
|
||||
}
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Adicionar ao Quick Dial",
|
||||
"description": "Texto do iten de menu adicionar ao Quick Dial."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "Novo",
|
||||
"description": "Texto do item de menu novo."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "Favorito",
|
||||
"description": "Texto do iten de menu adicionar favorito."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "Entre com a url do novo favorito :",
|
||||
"description": "Texto do rótulo adicionar favorito."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "Pasta",
|
||||
"description": "Texto do item de menu adicionar pasta."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "Entre com o nome da nova pasta :",
|
||||
"description": "Texto do rótulo adicionar pasta."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "Propriedades",
|
||||
"description": "Texto do item de menu propriedades."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "Atualizar",
|
||||
"description": "Texto do item de menu atualizar."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "Capturar aqui",
|
||||
"description": "Texto do item de menu capturar aqui."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "Capturar em uma nova guia",
|
||||
"description": "Texto do item de menu capturar em uma nova guia."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "Excluir",
|
||||
"description": "Texto do item de menu excluir."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "Excluir $1 ?",
|
||||
"description": "Texto de confirmação da exclusão."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": " Configurações do Quick Dial",
|
||||
"description": "Texto do item de menu configurações."
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +1,9 @@
|
||||
{
|
||||
"extensionDescription": {
|
||||
"message": "Quick Dial, вдохновление умершим расширением Fast Dial.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Добавить в Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Додај у брзо бирање",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "Нова",
|
||||
"description": "Text of new menu item."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "Забелешка",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "Унесите УРЛ нове забелешке :",
|
||||
"description": "Text of the add bookmark prompt."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "Фасцикла",
|
||||
"description": "Text of add folder menu item."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "Унесите име нове фасцикле :",
|
||||
"description": "Text of the add folder prompt."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "Својства",
|
||||
"description": "Text of properties menu item."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "Обнови",
|
||||
"description": "Text of refresh menu item."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "Ухвати овде",
|
||||
"description": "Text of capture here menu item."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "Ухвати у новом језичку",
|
||||
"description": "Text of capture menu item."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "Обриши",
|
||||
"description": "Text of delete menu item."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "Обрисати $1 ?",
|
||||
"description": "Text of delete confirmation."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": "Подешавање брзог бирања",
|
||||
"description": "Text of settings menu item."
|
||||
}
|
||||
|
||||
}
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"menuAddToQuickDial": {
|
||||
"message": "Додати до Quick Dial",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"menuNew": {
|
||||
"message": "Додати",
|
||||
"description": "Text of new menu item."
|
||||
},
|
||||
|
||||
"menuNewBookmark": {
|
||||
"message": "Закладку",
|
||||
"description": "Text of add bookmark menu item."
|
||||
},
|
||||
|
||||
"AddBookmarkPrompt": {
|
||||
"message": "Введіть URL-адресу нової закладки:",
|
||||
"description": "Text of the add bookmark prompt."
|
||||
},
|
||||
|
||||
"menuNewFolder": {
|
||||
"message": "Папку",
|
||||
"description": "Text of add folder menu item."
|
||||
},
|
||||
|
||||
"AddFolderPrompt": {
|
||||
"message": "Введіть им'я нової папки:",
|
||||
"description": "Text of the add folder prompt."
|
||||
},
|
||||
|
||||
"menuProperties": {
|
||||
"message": "Властивості",
|
||||
"description": "Text of properties menu item."
|
||||
},
|
||||
|
||||
"menuRefreshItem": {
|
||||
"message": "Оновити",
|
||||
"description": "Text of refresh menu item."
|
||||
},
|
||||
|
||||
"menuCaptureHere": {
|
||||
"message": "Захватити тут",
|
||||
"description": "Text of capture here menu item."
|
||||
},
|
||||
|
||||
"menuCapturePage": {
|
||||
"message": "Захватити на новій вкладці",
|
||||
"description": "Text of capture menu item."
|
||||
},
|
||||
|
||||
"menuDeleteItem": {
|
||||
"message": "Видалити",
|
||||
"description": "Text of delete menu item."
|
||||
},
|
||||
|
||||
"deleteItemConfimation": {
|
||||
"message": "Видалити $1?",
|
||||
"description": "Text of delete confirmation."
|
||||
},
|
||||
|
||||
"menuSettings": {
|
||||
"message": "Налаштування Quick Dial",
|
||||
"description": "Text of settings menu item."
|
||||
}
|
||||
|
||||
}
|
@ -43,7 +43,7 @@
|
||||
|
||||
<tr>
|
||||
<td><span>Image :</span></td>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<select id="ImageMode">
|
||||
<option value="-1">Default</option>
|
||||
<option value="0">Stretch</option>
|
||||
@ -57,7 +57,6 @@
|
||||
<button class="hidden" id="ImageCapture">Capture</button>
|
||||
<input id="ImageFile" type="file" style="width:180px;">
|
||||
</td>
|
||||
<td style="width:20px"><input id="ImageLocked" type="checkbox" title="Lock image"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
@ -58,22 +58,6 @@
|
||||
<td>Preview :</td>
|
||||
<td><div id="BackgroundPreview" style="width: 300px; height: 180px;"></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Show "Add to ..." :</td>
|
||||
<td><input id="MenuShowAdd" type="checkbox"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Open QD in new page :</td>
|
||||
<td><input id="ButtonOpenInNewPage" type="checkbox"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Startpage timeout :</td>
|
||||
<td><input id="StartupTimeout" type="number"></td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
<div class="hidden">
|
||||
@ -85,35 +69,10 @@
|
||||
<input id="GridColumns" type="number" min="1">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Ratio (X/Y) :</span></td>
|
||||
<td>
|
||||
<input id="GridRatioX" type="number" min="1">
|
||||
<input id="GridRatioY" type="number" min="1">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Margins :</span></td>
|
||||
<td><input id="GridMargins" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Open Bookmarks In :</span></td>
|
||||
<td>
|
||||
<select id="GridOpenBookmarksIn">
|
||||
<option value="0">Default</option>
|
||||
<option value="1">New Tab</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Open Folders In :</span></td>
|
||||
<td>
|
||||
<select id="GridOpenFoldersIn">
|
||||
<option value="0">Default</option>
|
||||
<option value="1">New Tab</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Back Button :</span></td>
|
||||
<td><input id="GridBackNode" type="checkbox"></td>
|
||||
@ -235,10 +194,6 @@
|
||||
<td><input id="GridCellsTitleBackgroundColor" type="color"></td>
|
||||
<td><input id="GridCellsTitleBackgroundColorHover" type="color"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Snapshot Delay :</span></td>
|
||||
<td colspan="2"><input id="GridCellsSnapshotDelay" type="number" min="300" max="10000"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,31 +4,14 @@ app.init = function(){ // Init module
|
||||
app.Settings.init(function(){
|
||||
app.Messages.init();
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.settingsChanged });
|
||||
browser.browserAction.onClicked.addListener(function(e){
|
||||
if(app.settings.openQuickDialInNewPage) browser.tabs.create({});
|
||||
else browser.tabs.update(e.id, {url: '/dial'}).then();
|
||||
browser.browserAction.onClicked.addListener(function(){
|
||||
browser.tabs.create({});
|
||||
});
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.gridNodesLoaded });
|
||||
app.ContextMenus.initMenu();
|
||||
window.setTimeout(function(){
|
||||
app.GridNodes.sync(app.node, app.settings.grid.root, function(){
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.gridNodesLoaded });
|
||||
app.Bookmarks.initListener();
|
||||
app.ContextMenus.initMenu();
|
||||
});
|
||||
}, 500);
|
||||
|
||||
// Start page workaround :
|
||||
if(app.settings.startpageTimeout>0){
|
||||
setTimeout(function(){
|
||||
browser.tabs.query({}).then( function(tabs) {
|
||||
tabs.forEach(function(itm){
|
||||
if(itm.url=='about:blank'){
|
||||
browser.tabs.update(itm.id, {url: browser.extension.getURL('dial')});
|
||||
}
|
||||
});
|
||||
});
|
||||
}, app.settings.startpageTimeout);
|
||||
}
|
||||
|
||||
});
|
||||
};
|
||||
|
||||
@ -66,7 +49,6 @@ app.Messages.init = function(){ // Init Messages Listeners
|
||||
} else {
|
||||
browser.runtime.sendMessage( { cmd: app.Messages.Commands.gridNodesLoaded } );
|
||||
}
|
||||
app.ContextMenus.updateMenu();
|
||||
break;
|
||||
case app.Messages.Commands.getNodeByID:
|
||||
var nodes = app.GridNodes.getNodeWithParents(request.id);
|
||||
@ -118,29 +100,23 @@ app.Messages.init = function(){ // Init Messages Listeners
|
||||
app.Settings = {}; // Settings helper object
|
||||
app.Settings.init = function(callback){ // Load settings and nodes
|
||||
browser.storage.local.get().then(function(data){
|
||||
if(Object.keys(data).length == 0 || ! data.settings) {
|
||||
if(Object.keys(data).length == 0) {
|
||||
data = {
|
||||
version: 3,
|
||||
settings: {
|
||||
backgroundColor: '#3c4048',
|
||||
backgroundImage: null,
|
||||
backgroundMode: 0,
|
||||
menuShowAdd: true,
|
||||
openQuickDialInNewPage: true,
|
||||
grid: {
|
||||
margin: 10,
|
||||
rows: 4,
|
||||
columns: 5,
|
||||
ratioX: 4,
|
||||
ratioY: 3,
|
||||
backNode: true,
|
||||
backIcon: 'url(/img/back.png)',
|
||||
backIconMode: 3,
|
||||
folderIcon: 'url(/img/folder.png)',
|
||||
folderIconMode: 0,
|
||||
loadingIcon: 'url(/img/throbber.gif)',
|
||||
openBookmarkMethod: 0,
|
||||
openFolderMethod: 0,
|
||||
cells: {
|
||||
margin: 4,
|
||||
marginHover: 4,
|
||||
@ -168,8 +144,7 @@ app.Settings.init = function(callback){ // Load settings and nodes
|
||||
titleBorderSize: 1,
|
||||
titleBorderSizeHover: 1,
|
||||
previewWidth: 1200,
|
||||
previewHeight: 710,
|
||||
snapshotDelay: 2000
|
||||
previewHeight: 710
|
||||
},
|
||||
root: 'Quick Dial',
|
||||
}
|
||||
@ -222,32 +197,6 @@ app.Settings.init = function(callback){ // Load settings and nodes
|
||||
data.settings.grid.cells.titleBorderSizeHover = data.settings.grid.cells.titleBorderSize;
|
||||
app.Settings.save();
|
||||
}
|
||||
if(data.version == 4){ // Upgrade Data Version
|
||||
if(!data.settings.grid.cells.snapshotDelay) data.settings.grid.cells.snapshotDelay = 2000;
|
||||
if(data.settings.grid.ratioAuto == true || data.settings.grid.ratioAuto == false){
|
||||
delete data.settings.grid.ratioAuto;
|
||||
data.settings.grid.ratioX = 4;
|
||||
data.settings.grid.ratioY = 3;
|
||||
}
|
||||
if(!data.settings.grid.ratioX){
|
||||
data.settings.grid.ratioX = 4;
|
||||
data.settings.grid.ratioY = 3;
|
||||
}
|
||||
if(!(data.settings.menuShowAdd == true) && !(data.settings.menuShowAdd == false)){
|
||||
data.settings.menuShowAdd = true;
|
||||
}
|
||||
if(!data.settings.grid.openBookmarkMethod && data.settings.grid.openBookmarkMethod != 0){
|
||||
data.settings.grid.openBookmarkMethod = 0;
|
||||
data.settings.grid.openFolderMethod = 0;
|
||||
}
|
||||
if(!data.settings.openQuickDialInNewPage && data.settings.openQuickDialInNewPage != false){
|
||||
data.settings.openQuickDialInNewPage = true;
|
||||
}
|
||||
if(!data.settings.startpageTimeout){
|
||||
data.settings.startpageTimeout = 500;
|
||||
}
|
||||
//app.Settings.save();
|
||||
}
|
||||
app.settings = data.settings;
|
||||
app.node = data.node;
|
||||
if(callback) callback();
|
||||
@ -258,167 +207,31 @@ app.Settings.update = function(settings, callback){ // Save new settings
|
||||
app.Settings.save(callback);
|
||||
};
|
||||
app.Settings.save = function(callback){ // Save settings
|
||||
if(! app.settings) return;
|
||||
var data = { version: 4 };
|
||||
data.settings = app.settings;
|
||||
data.node = app.node;
|
||||
browser.storage.local.set(data).then(function(){
|
||||
if(callback) callback();
|
||||
}, function(){ console.log('Error saving settings'); });
|
||||
};
|
||||
}
|
||||
|
||||
app.init();
|
||||
|
||||
app.ContextMenus = {} // ContextMenu helper Object
|
||||
app.ContextMenus.menuItemClicked = function(info, tab){
|
||||
if (info.menuItemId == "AddToQuickDial") app.GridNodes.createBookmark(app.node, info.pageUrl, tab.title, function(){
|
||||
browser.runtime.sendMessage( { cmd: app.Messages.Commands.gridNodesLoaded } );
|
||||
});
|
||||
};
|
||||
app.ContextMenus.initMenu = function(){ // (Called from app.init) Init context menu in all pages
|
||||
// Create Add Context menu for all pages
|
||||
if(app.settings.menuShowAdd){
|
||||
browser.contextMenus.create({
|
||||
browser.contextMenus.create({ // Create Context menu
|
||||
id: 'AddToQuickDial',
|
||||
title: browser.i18n.getMessage("menuAddToQuickDial"),
|
||||
contexts: ["all"],
|
||||
documentUrlPatterns: [ 'http://*/*', 'https://*/*', 'file://*/*', 'ftp://*/*' ],
|
||||
onclick(info, tab) { app.ContextMenus.menuItemClicked(info, tab) }
|
||||
documentUrlPatterns: [ 'http://*/*', 'https://*/*', 'file://*/*', 'ftp://*/*' ]
|
||||
}, function(){});
|
||||
browser.contextMenus.onClicked.addListener(function(info, tab) { // Context menu click event
|
||||
if (info.menuItemId == "AddToQuickDial")
|
||||
app.GridNodes.createBookmark(app.node, info.pageUrl, tab.title, function(){
|
||||
browser.runtime.sendMessage( { cmd: app.Messages.Commands.gridNodesLoaded } );
|
||||
});
|
||||
}
|
||||
// Create WebExt Page Context menu
|
||||
browser.contextMenus.create({
|
||||
id: "pagemenu",
|
||||
title: "Quick Dial",
|
||||
documentUrlPatterns: [ 'moz-extension://*/dial', 'moz-extension://*/dial?*' ],
|
||||
contexts: ["page"]
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
id: "pagemenunew",
|
||||
parentId: "pagemenu",
|
||||
title: browser.i18n.getMessage("menuNew")
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "pagemenunew",
|
||||
title: browser.i18n.getMessage("menuNewBookmark"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.createBookmark();"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "pagemenunew",
|
||||
title: browser.i18n.getMessage("menuNewFolder"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.createFolder();"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({ parentId: "pagemenu", type: "separator" });
|
||||
browser.contextMenus.create({
|
||||
parentId: "pagemenu",
|
||||
title: browser.i18n.getMessage("menuSettings"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.editSettings();"
|
||||
});
|
||||
}
|
||||
});
|
||||
// Create WebExt Link Context menu
|
||||
browser.contextMenus.create({
|
||||
id: "itemmenu",
|
||||
title: "Quick Dial",
|
||||
documentUrlPatterns: [ 'moz-extension://*/dial', 'moz-extension://*/dial?*' ],
|
||||
contexts: ["link"]
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
id: "itemmenunew",
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuNew")
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenunew",
|
||||
title: browser.i18n.getMessage("menuNewBookmark"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.createBookmark();"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenunew",
|
||||
title: browser.i18n.getMessage("menuNewFolder"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.createFolder();"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({ parentId: "itemmenu", type: "separator" });
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuProperties"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.editProperties(window.dial._selectedItem);"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuRefreshItem"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.refreshNode(window.dial._selectedItem);"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuCaptureHere"),
|
||||
visible: false,
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.captureHere(window.dial._selectedItem);"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuCapturePage"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.capturePage(window.dial._selectedItem);"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuDeleteItem"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.deleteNode();"
|
||||
});
|
||||
}
|
||||
});
|
||||
browser.contextMenus.create({ parentId: "itemmenu", type: "separator" });
|
||||
browser.contextMenus.create({
|
||||
parentId: "itemmenu",
|
||||
title: browser.i18n.getMessage("menuSettings"),
|
||||
onclick(info, tab) {
|
||||
browser.tabs.executeScript(tab.id, {
|
||||
code: "window.dial.editSettings();"
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
app.ContextMenus.updateMenu = function(){
|
||||
browser.contextMenus.onClicked.removeListener(app.ContextMenus.menuItemClicked);
|
||||
browser.contextMenus.removeAll();
|
||||
app.ContextMenus.initMenu();
|
||||
};
|
||||
}
|
||||
|
||||
app.Bookmarks = {} // Bookmarks helper object
|
||||
app.Bookmarks._onCreated = function(){ app.GridNodes.sync(app.node, app.settings.grid.root, function(){ browser.runtime.sendMessage({ cmd: app.Messages.Commands.gridNodesLoaded }); }); }
|
||||
@ -483,8 +296,7 @@ app.SiteInfos.fromNewTab = function(url, callback){ // Retrieve infos from a ne
|
||||
imgObj.src = img;
|
||||
|
||||
var previewWidth = 1200; // Need to be linked to settings
|
||||
var previewHeight = previewWidth / app.settings.grid.ratioX * app.settings.grid.ratioY;
|
||||
if(app.settings.grid.title == true) previewHeight -= app.settings.grid.titleHeight;
|
||||
var previewHeight = 710; // Need to be linked to settings
|
||||
|
||||
var canvas = document.createElement('canvas');
|
||||
canvas.style.width = previewWidth.toString() + 'px';
|
||||
@ -513,7 +325,7 @@ app.SiteInfos.fromNewTab = function(url, callback){ // Retrieve infos from a ne
|
||||
browser.tabs.remove(tab.id);
|
||||
if(callback) callback();
|
||||
});
|
||||
}, app.settings.grid.cells.snapshotDelay);
|
||||
}, 500);
|
||||
}, function(){ if(callback) callback(); });
|
||||
}
|
||||
}, function(){ if(callback) callback(); });
|
||||
@ -550,8 +362,7 @@ app.SiteInfos.fromFrame = function(url, callback){ // Retrieve infos from an ifr
|
||||
}
|
||||
|
||||
var previewWidth = 1200; // Need to be linked to settings
|
||||
var previewHeight = previewWidth / app.settings.grid.ratioX * app.settings.grid.ratioY;
|
||||
if(app.settings.grid.title == true) previewHeight -= app.settings.grid.titleHeight;
|
||||
var previewHeight = 710; // Need to be linked to settings
|
||||
var iframe;
|
||||
var xmlHttp = new XMLHttpRequest();
|
||||
xmlHttp.timeout = 10000
|
||||
@ -561,7 +372,7 @@ app.SiteInfos.fromFrame = function(url, callback){ // Retrieve infos from an ifr
|
||||
iframe.width = previewWidth
|
||||
iframe.height = previewHeight
|
||||
iframe.style.position = 'absolute';
|
||||
iframe.scrolling = 'no';
|
||||
//iframe.style.visibility = 'hidden';
|
||||
var content = xmlHttp.responseText.replace('<head>', '<head><base href="' + url + '">');
|
||||
iframe.onload = function(){ pageLoaded(); }
|
||||
document.body.appendChild(iframe);
|
||||
@ -595,15 +406,13 @@ app.GridNodes.sync = function(gridNode, rootPath, callback){ // Sync GridNodes w
|
||||
function syncNode(gridNode, bookmarkItem){
|
||||
gridNode.id = bookmarkItem.id;
|
||||
gridNode.title = bookmarkItem.title;
|
||||
switch(bookmarkItem.type){
|
||||
case 'bookmark':
|
||||
if(bookmarkItem.url){
|
||||
gridNode.type = app.GridNodes.GridNodeType.bookmark;
|
||||
if(gridNode.url != bookmarkItem.url){
|
||||
gridNode.url = bookmarkItem.url;
|
||||
delete gridNode.image;
|
||||
}
|
||||
break;
|
||||
case 'folder':
|
||||
} else if(bookmarkItem.children){
|
||||
gridNode.type = app.GridNodes.GridNodeType.folder;
|
||||
var EmptyNodes = [];
|
||||
if(! gridNode.children) gridNode.children = [];
|
||||
@ -645,10 +454,8 @@ app.GridNodes.sync = function(gridNode, rootPath, callback){ // Sync GridNodes w
|
||||
syncNode(childGridNode, child);
|
||||
}
|
||||
EmptyNodes.length = 0;
|
||||
break;
|
||||
default:
|
||||
} else {
|
||||
gridNode.type = app.GridNodes.GridNodeType.empty;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -707,14 +514,8 @@ app.GridNodes.updateNode = function(gridNode, value, callback){
|
||||
if(value){
|
||||
if(value.title) gridNode.title = value.title;
|
||||
if(value.titleLocked!=null) gridNode.titleLocked = value.titleLocked;
|
||||
if(value.imageLocked!=null){
|
||||
gridNode.imageLocked = value.imageLocked;
|
||||
if(value.image) gridNode.image = value.image;
|
||||
else delete gridNode.image;
|
||||
} else if(gridNode.imageLocked != true){
|
||||
if(value.image) gridNode.image = value.image;
|
||||
else delete gridNode.image;
|
||||
}
|
||||
if(value.imageMode || value.imageMode == 0) {
|
||||
if(value.imageMode == -1) delete gridNode.imageMode;
|
||||
else gridNode.imageMode = value.imageMode;
|
||||
@ -723,25 +524,24 @@ app.GridNodes.updateNode = function(gridNode, value, callback){
|
||||
gridNode.url = value.url;
|
||||
app.GridNodes.refreshNode(gridNode, function(){
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.gridNodesLoaded });
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
var data = { title: gridNode.title };
|
||||
//if(gridNode.imageMode) data.imageMode = gridNode.imageMode;
|
||||
//if(gridNode.type == app.GridNodes.GridNodeType.bookmark) data.url = gridNode.url;
|
||||
data.url = gridNode.url;
|
||||
if(gridNode.imageMode) data.imageMode = gridNode.imageMode;
|
||||
if(gridNode.type == app.GridNodes.GridNodeType.bookmark) data.url = gridNode.url;
|
||||
browser.bookmarks.onChanged.removeListener(app.Bookmarks._onChanged);
|
||||
browser.bookmarks.update(gridNode.id, data).then(function(){
|
||||
browser.bookmarks.onChanged.addListener(app.Bookmarks._onChanged);
|
||||
});
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
});
|
||||
} else {
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.gridNodesLoaded });
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
var data = { title: gridNode.title };
|
||||
//if(gridNode.imageMode) data.imageMode = gridNode.imageMode;
|
||||
if(gridNode.imageMode) data.imageMode = gridNode.imageMode;
|
||||
browser.bookmarks.onChanged.removeListener(app.Bookmarks._onChanged);
|
||||
browser.bookmarks.update(gridNode.id, data).then(function(){
|
||||
browser.bookmarks.onChanged.addListener(app.Bookmarks._onChanged);
|
||||
});
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
}
|
||||
}
|
||||
if(callback) callback(gridNode);
|
||||
@ -857,15 +657,12 @@ app.GridNodes.refreshNode = function(gridNode, callback){ // Refresh content of
|
||||
break;
|
||||
case app.GridNodes.GridNodeType.bookmark:
|
||||
app.SiteInfos.fromFrame(gridNode.url, function(infos){
|
||||
if(gridNode.imageLocked!=true){
|
||||
if(infos){
|
||||
if(gridNode.titleLocked!=true) gridNode.title = infos.title;
|
||||
gridNode.image = infos.screenshot;
|
||||
} else {
|
||||
gridNode.image = '0';
|
||||
}
|
||||
}
|
||||
|
||||
delete gridNode.__isLoading;
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
if(callback) callback(infos);
|
||||
@ -900,14 +697,12 @@ app.GridNodes.capturePage = function(gridNode, callback){
|
||||
break;
|
||||
case app.GridNodes.GridNodeType.bookmark:
|
||||
app.SiteInfos.fromNewTab(gridNode.url, function(infos){
|
||||
if(gridNode.imageLocked!=true){
|
||||
if(infos){
|
||||
if(gridNode.titleLocked!=true) gridNode.title = infos.title;
|
||||
gridNode.image = infos.screenshot;
|
||||
} else {
|
||||
gridNode.image = '0';
|
||||
}
|
||||
}
|
||||
delete gridNode.__isLoading;
|
||||
app.GridNodes.saveNode(gridNode);
|
||||
if(callback) callback(infos);
|
||||
|
@ -10,9 +10,6 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
document.body.style.backgroundColor = utils.getBackgroundColor();
|
||||
app.init();
|
||||
dial.init();
|
||||
window.setTimeout(function(){
|
||||
if(! app.settings) app.init();
|
||||
}, 500);
|
||||
});
|
||||
|
||||
window.addEventListener('resize', function(){
|
||||
@ -105,7 +102,7 @@ app.Messages.getSettings = function(callback){
|
||||
} else {
|
||||
browser.runtime.sendMessage({ cmd: app.Messages.Commands.getSettings }).then(callback, callback);
|
||||
}
|
||||
}, callback);
|
||||
});
|
||||
};
|
||||
app.Messages.getNode = function(path, callback){
|
||||
browser.runtime.getBackgroundPage().then(function(page){
|
||||
@ -163,11 +160,10 @@ app.GridNodes._changed = function(node){
|
||||
|
||||
|
||||
dial.init = function(){
|
||||
//dial.initMenus();
|
||||
dial.initMenus();
|
||||
dial.Title = document.createElement('title');
|
||||
document.head.appendChild(dial.Title);
|
||||
};
|
||||
/*
|
||||
dial.initMenus = function(){
|
||||
document.body.setAttribute('contextmenu', 'page');
|
||||
dial.PageMenu = document.createElement('menu');
|
||||
@ -251,7 +247,6 @@ dial.initMenus = function(){
|
||||
dial.ItemMenu.appendChild(dial.ItemMenuSettings);
|
||||
document.body.appendChild(dial.ItemMenu);
|
||||
}
|
||||
*/
|
||||
dial.initStyles = function(){
|
||||
function applyImageMode(imageMode, target){
|
||||
switch(imageMode){
|
||||
@ -293,13 +288,10 @@ dial.initStyles = function(){
|
||||
if(app.settings.grid.cells.backgroundColor) dial.styles.grid.linkPanel.backgroundColor = app.settings.grid.cells.backgroundColor;
|
||||
dial.styles.grid.linkPanelHover = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a:hover>div:first-child { }')].style;
|
||||
if(app.settings.grid.cells.backgroundColorHover) dial.styles.grid.linkPanelHover.backgroundColor = app.settings.grid.cells.backgroundColorHover;
|
||||
else dial.styles.grid.linkPanelHover.backgroundColor = 'transparent';
|
||||
dial.styles.grid.linkTitle = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a>div:last-child { height: ' + app.settings.grid.cells.titleHeight + 'px; font-size: ' + app.settings.grid.cells.titleFontSize + 'pt; font-family: ' + app.settings.grid.cells.titleFont + '; text-align: center; overflow: hidden; color: ' + app.settings.grid.cells.titleColor + '; border-top: ' + app.settings.grid.cells.titleBorderSize + 'px solid ' + app.settings.grid.cells.borderColor + '; }')].style;
|
||||
dial.styles.grid.linkTitle = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a>div:last-child { height: ' + app.settings.grid.cells.titleHeight + 'px; font-size: ' + app.settings.grid.cells.titleFontSize + 'pt; font-family: ' + app.settings.grid.cells.titleFont + 'pt; text-align: center; overflow: hidden; color: ' + app.settings.grid.cells.titleColor + '; border-top: ' + app.settings.grid.cells.titleBorderSize + 'px solid ' + app.settings.grid.cells.borderColor + '; }')].style;
|
||||
if(app.settings.grid.cells.titleBackgroundColor) dial.styles.grid.linkTitle.backgroundColor = app.settings.grid.cells.titleBackgroundColor;
|
||||
else dial.styles.grid.linkTitle.backgroundColor = 'transparent';
|
||||
dial.styles.grid.linkTitleHover = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a:hover>div:last-child { font-size: ' + app.settings.grid.cells.titleFontSizeHover + 'pt; color: ' + app.settings.grid.cells.titleColorHover + '; border-top-width: ' + app.settings.grid.cells.titleBorderSizeHover + 'px; border-top-color: ' + app.settings.grid.cells.borderColorHover + ' }')].style;
|
||||
if(app.settings.grid.cells.titleBackgroundColorHover) dial.styles.grid.linkTitleHover.backgroundColor = app.settings.grid.cells.titleBackgroundColorHover;
|
||||
else dial.styles.grid.linkTitleHover.backgroundColor = 'transparent';
|
||||
dial.styles.grid.linkEmpty = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a.Empty { display: none; }')].style;
|
||||
dial.styles.grid.linkBack = dial.Style.sheet.cssRules[dial.Style.sheet.insertRule('.Grid td>a.Back :first-child { background-image: ' + app.settings.grid.backIcon + '; }')].style;
|
||||
applyImageMode(app.settings.grid.backIconMode, dial.styles.grid.linkBack);
|
||||
@ -330,7 +322,6 @@ dial.initGrid = function(){
|
||||
link.appendChild(document.createElement('div'));
|
||||
link.onmousedown = function(){
|
||||
dial._selectedItem = this;
|
||||
/*
|
||||
if(dial._selectedItem.Node){
|
||||
switch(dial._selectedItem.Node.type){
|
||||
case app.GridNodes.GridNodeType.folder:
|
||||
@ -342,7 +333,6 @@ dial.initGrid = function(){
|
||||
break;
|
||||
}
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
function dragstart_handler(ev) {
|
||||
@ -350,7 +340,6 @@ dial.initGrid = function(){
|
||||
ev.preventDefault();
|
||||
return;
|
||||
}
|
||||
if(dial.page == 0) dial.page = 1;
|
||||
var index = (dial.page - 1) * (app.settings.grid.rows * app.settings.grid.columns) + +(ev.target.parentElement.getAttribute('gridindex'));
|
||||
if(app.settings.grid.backNode && dial.path != '/') index -= dial.page;
|
||||
ev.dataTransfer.setData("text/plain", JSON.stringify({parentId: app.node.id, index: index}));
|
||||
@ -423,8 +412,8 @@ dial.updateGridLayout = function(){
|
||||
var cellHeight = fullHeight / app.settings.grid.rows;
|
||||
var linkWidth = 0;
|
||||
var linkHeight = 0;
|
||||
if(cellWidth <= cellHeight * app.settings.grid.ratioX / app.settings.grid.ratioY) cellHeight = cellWidth / app.settings.grid.ratioX * app.settings.grid.ratioY;
|
||||
else cellWidth = cellHeight / app.settings.grid.ratioY * app.settings.grid.ratioX;
|
||||
if(cellWidth <= cellHeight * 4 / 3) cellHeight = cellWidth / 4 * 3;
|
||||
else cellWidth = cellHeight / 3 * 4;
|
||||
linkWidth = cellWidth - 2 * (cellsMargin + 1) - 2 * borderSize;
|
||||
linkHeight = cellHeight - 2 * (cellsMargin + 1) - 2 * borderSize - titleBorderSize;
|
||||
return {
|
||||
@ -485,7 +474,6 @@ dial.populateGrid = function(){
|
||||
link.Node = null;
|
||||
link.className = 'Empty';
|
||||
link.childNodes[0].style.backgroundImage = '';
|
||||
if(link.target) delete link.target;
|
||||
link.href = null;
|
||||
link.onclick = null;
|
||||
link.removeAttribute('contextmenu');
|
||||
@ -495,7 +483,6 @@ dial.populateGrid = function(){
|
||||
link.className = 'Back';
|
||||
link.childNodes[0].style.backgroundImage = '';
|
||||
link.childNodes[1].innerText = 'Back';
|
||||
if(link.target) delete link.target;
|
||||
link.href = '#';
|
||||
link.onclick = function(){ window.history.back(); }
|
||||
link.removeAttribute('contextmenu');
|
||||
@ -510,14 +497,6 @@ dial.populateGrid = function(){
|
||||
else link.childNodes[0].style.backgroundImage = 'url(' + node.image + ')';
|
||||
} else link.childNodes[0].style.backgroundImage = '';
|
||||
link.childNodes[1].innerText = node.title;
|
||||
switch(app.settings.grid.openFolderMethod){
|
||||
case 0:
|
||||
if(link.target) delete link.target;
|
||||
break;
|
||||
case 1:
|
||||
link.target = '_blank';
|
||||
break;
|
||||
}
|
||||
if(dial.path) link.href = '?' + 'bg=' + encodeURIComponent(app.settings.backgroundColor) + '&path=' + encodeURIComponent(dial.path + node.title);
|
||||
else link.href = '?' + 'bg=' + encodeURIComponent(app.settings.backgroundColor) + '&path=' + encodeURIComponent(node.title);
|
||||
link.onclick = null;
|
||||
@ -537,14 +516,6 @@ dial.populateGrid = function(){
|
||||
dial.refreshNode(link);
|
||||
}
|
||||
link.childNodes[1].innerText = node.title;
|
||||
switch(app.settings.grid.openBookmarkMethod){
|
||||
case 0:
|
||||
if(link.target) delete link.target;
|
||||
break;
|
||||
case 1:
|
||||
link.target = '_blank';
|
||||
break;
|
||||
}
|
||||
link.href = node.url;
|
||||
link.onclick = null;
|
||||
link.setAttribute('contextmenu', 'item');
|
||||
|
@ -26,7 +26,6 @@ app.init = function(){
|
||||
switch(node.type){
|
||||
case app.GridNodes.GridNodeType.folder:
|
||||
TitleLocked.parentNode.style.display = 'none';
|
||||
ImageLocked.parentNode.style.display = 'none';
|
||||
Url.parentNode.parentNode.style.display = 'none';
|
||||
if(node.image){
|
||||
if(node.image.indexOf('url(')>=0) Image = node.image;
|
||||
@ -37,7 +36,6 @@ app.init = function(){
|
||||
break;
|
||||
case app.GridNodes.GridNodeType.bookmark:
|
||||
TitleLocked.checked = (node.titleLocked==true);
|
||||
ImageLocked.checked = (node.imageLocked==true);
|
||||
ImageDefault.style.display = 'none';
|
||||
Url.value = node.url;
|
||||
if(node.image.indexOf('url(')>=0) Image = node.image;
|
||||
@ -104,7 +102,7 @@ app.init = function(){
|
||||
app.Messages.updateNode(app.node.id, { title: Title.value, image: Image, imageMode: +(ImageMode.value) })
|
||||
break;
|
||||
case app.GridNodes.GridNodeType.bookmark:
|
||||
app.Messages.updateNode(app.node.id, { title: Title.value, titleLocked: TitleLocked.checked, imageLocked: ImageLocked.checked, url: Url.value, image: Image, imageMode: +(ImageMode.value) })
|
||||
app.Messages.updateNode(app.node.id, { title: Title.value, titleLocked: TitleLocked.checked, url: Url.value, image: Image, imageMode: +(ImageMode.value) })
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ app.init = function(){
|
||||
});
|
||||
app.Messages.getSettings(function(settings){
|
||||
app.settings = settings;
|
||||
MenuShowAdd.checked = app.settings.menuShowAdd;
|
||||
BackgroundColor.value = app.settings.backgroundColor;
|
||||
BackgroundImage = app.settings.backgroundImage;
|
||||
BackgroundMode.value = app.settings.backgroundMode;
|
||||
@ -27,16 +26,10 @@ app.init = function(){
|
||||
BackgroundPreview.style.backgroundImage = app.settings.backgroundImage;
|
||||
BackgroundPreview.style.backgroundRepeat = 'no-repeat';
|
||||
BackgroundPreview.style.backgroundSize = '100% 100%';
|
||||
ButtonOpenInNewPage.checked = app.settings.openQuickDialInNewPage;
|
||||
StartupTimeout.value = app.settings.startpageTimeout;
|
||||
GridRoot.value = app.settings.grid.root;
|
||||
GridRows.value = app.settings.grid.rows;
|
||||
GridRatioX.value = app.settings.grid.ratioX;
|
||||
GridRatioY.value = app.settings.grid.ratioY;
|
||||
GridMargins.value = app.settings.grid.margin;
|
||||
GridColumns.value = app.settings.grid.columns;
|
||||
GridOpenBookmarksIn.value = app.settings.grid.openBookmarkMethod;
|
||||
GridOpenFoldersIn.value = app.settings.grid.openFolderMethod;
|
||||
GridBackNode.checked = app.settings.grid.backNode;
|
||||
GridBackMode.value = app.settings.grid.backIconMode;
|
||||
GridBackImage = app.settings.grid.backIcon;
|
||||
@ -76,7 +69,6 @@ app.init = function(){
|
||||
GridCellsTitleBackgroundColor.value = app.settings.grid.cells.titleBackgroundColor;
|
||||
GridCellsTitleBackgroundColorHover.value = app.settings.grid.cells.titleBackgroundColorHover;
|
||||
GridCellsTitleBackgroundTransparentHover.checked = (app.settings.grid.cells.titleBackgroundColorHover == null);
|
||||
GridCellsSnapshotDelay.value = app.settings.grid.cells.snapshotDelay;
|
||||
});
|
||||
|
||||
BtnOk.onclick = function(){
|
||||
@ -84,19 +76,12 @@ app.init = function(){
|
||||
window.frameElement.popup.close();
|
||||
}
|
||||
BtnApply.onclick = function(){
|
||||
app.settings.menuShowAdd = MenuShowAdd.checked;
|
||||
app.settings.backgroundColor = BackgroundColor.value;
|
||||
app.settings.backgroundImage = BackgroundImage;
|
||||
app.settings.backgroundMode = +(BackgroundMode.value);
|
||||
app.settings.openQuickDialInNewPage = ButtonOpenInNewPage.checked;
|
||||
app.settings.startpageTimeout = StartupTimeout.value;
|
||||
app.settings.grid.rows = +(GridRows.value);
|
||||
app.settings.grid.margin = +(GridMargins.value);
|
||||
app.settings.grid.columns = +(GridColumns.value);
|
||||
app.settings.grid.ratioX = GridRatioX.value;
|
||||
app.settings.grid.ratioY = GridRatioY.value;
|
||||
app.settings.grid.openBookmarkMethod = +(GridOpenBookmarksIn.value);
|
||||
app.settings.grid.openFolderMethod = +(GridOpenFoldersIn.value);
|
||||
app.settings.grid.backNode = GridBackNode.checked;
|
||||
app.settings.grid.backIconMode = +(GridBackMode.value);
|
||||
app.settings.grid.backIcon = GridBackImage;
|
||||
@ -130,7 +115,6 @@ app.init = function(){
|
||||
else app.settings.grid.cells.titleBackgroundColor = GridCellsTitleBackgroundColor.value;
|
||||
if(GridCellsTitleBackgroundTransparentHover.checked == true) app.settings.grid.cells.titleBackgroundColorHover = null;
|
||||
else app.settings.grid.cells.titleBackgroundColorHover = GridCellsTitleBackgroundColorHover.value;
|
||||
app.settings.grid.cells.snapshotDelay = GridCellsSnapshotDelay.value;
|
||||
app.settings.grid.root = GridRoot.value;
|
||||
browser.runtime.sendMessage( { cmd: app.Messages.Commands.setSettings, settings: app.settings } );
|
||||
}
|
||||
@ -174,19 +158,6 @@ app.init = function(){
|
||||
fileReader.readAsDataURL(BackgroundImageFile.files[0]);
|
||||
}
|
||||
|
||||
GridRows.onchange = function(){
|
||||
if(GridRatioAuto.checked){
|
||||
GridRatioX.value = GridColumns.value;
|
||||
GridRatioY.value = GridRows.value;
|
||||
}
|
||||
}
|
||||
GridColumns.onchange = function(){
|
||||
if(GridRatioAuto.checked){
|
||||
GridRatioX.value = GridColumns.value;
|
||||
GridRatioY.value = GridRows.value;
|
||||
}
|
||||
}
|
||||
|
||||
GridBackImageReset.onclick = function(){
|
||||
GridBackImage = 'url(/img/back.png)';
|
||||
GridBackPreview.style.backgroundImage = GridBackImage;
|
||||
|
@ -2,13 +2,14 @@
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "Quick Dial",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.8",
|
||||
"author": "MatMoul",
|
||||
"homepage_url": "https://github.com/MatMoul/quickdial-webext",
|
||||
"developer": {
|
||||
"name": "MatMoul",
|
||||
"url": "https://github.com/MatMoul/quickdial-webext"
|
||||
},
|
||||
"description": "__MSG_extensionDescription__",
|
||||
|
||||
"icons": {
|
||||
"24": "img/24.png",
|
||||
@ -43,7 +44,7 @@
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "quickdial@matmoul.com",
|
||||
"strict_min_version": "70.0"
|
||||
"strict_min_version": "52.0"
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user