mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
update all the copyright headers
This commit is contained in:
parent
dd8400558c
commit
0b44023f92
44 changed files with 1373 additions and 1379 deletions
|
@ -1,37 +1,36 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Client.js
|
* Deluge.Client.js
|
||||||
A JSON-RPC proxy built on top of ext-core.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Ext.ux.util');
|
Ext.namespace('Ext.ux.util');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A class that connects to a json-rpc resource and adds the available
|
* A class that connects to a json-rpc resource and adds the available
|
||||||
* methods as functions to the class instance.
|
* methods as functions to the class instance.
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.ConnectionManager.js
|
* Deluge.ConnectionManager.js
|
||||||
Contains all objects and functions related to the connection manager.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
var hostRenderer = function(value, p, r) {
|
var hostRenderer = function(value, p, r) {
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.js
|
* Deluge.js
|
||||||
Contains the keys for get_torrent(s)_status.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
// Setup the state manager
|
// Setup the state manager
|
||||||
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
|
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.EditTrackers.js
|
* Deluge.EditTrackers.js
|
||||||
Contains the edit trackers window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
Deluge.AddTracker = Ext.extend(Ext.Window, {
|
Deluge.AddTracker = Ext.extend(Ext.Window, {
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.EventsManager.js
|
* Deluge.EventsManager.js
|
||||||
Class for holding global events that occur within the UI.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Deluge.EventsManager
|
* @class Deluge.EventsManager
|
||||||
|
|
|
@ -1,3 +1,35 @@
|
||||||
|
/*!
|
||||||
|
* Deluge.FileBrowser.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2010 <damoxc@gmail.com>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
|
* any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, write to:
|
||||||
|
* The Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor
|
||||||
|
* Boston, MA 02110-1301, USA.
|
||||||
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
|
* library.
|
||||||
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
|
* this exception statement from your version. If you delete this exception
|
||||||
|
* statement from all source files in the program, then also delete it here.
|
||||||
|
*/
|
||||||
|
|
||||||
Ext.namespace('Deluge');
|
Ext.namespace('Deluge');
|
||||||
Deluge.FileBrowser = Ext.extend(Ext.Window, {
|
Deluge.FileBrowser = Ext.extend(Ext.Window, {
|
||||||
|
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script:
|
* Deluge.Formatters.js
|
||||||
Deluge.Formatters.js
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A collection of functions for string formatting values.
|
* A collection of functions for string formatting values.
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Keys.js
|
* Deluge.Keys.js
|
||||||
The torrent status keys that are commonly used around the UI.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description The torrent status keys that are commonly used around the UI.
|
* @description The torrent status keys that are commonly used around the UI.
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Login.js
|
* Deluge.Login.js
|
||||||
Contains all objects and functions related to the login system.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: deluge.menus.js
|
* Deluge.Menus.js
|
||||||
Contains all the menus contained within the UI for easy access and editing.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
deluge.menus = {
|
deluge.menus = {
|
||||||
onTorrentAction: function(item, e) {
|
onTorrentAction: function(item, e) {
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.MoveStorage.js
|
* Deluge.MoveStorage.js
|
||||||
Contains the move storage window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge');
|
Ext.namespace('Deluge');
|
||||||
Deluge.MoveStorage = Ext.extend(Ext.Window, {
|
Deluge.MoveStorage = Ext.extend(Ext.Window, {
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script:
|
* Deluge.MultiOptionsManager.js
|
||||||
Deluge.MultiOptionsManager.js
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description A class that can be used to manage options throughout the ui.
|
* @description A class that can be used to manage options throughout the ui.
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script:
|
* Deluge.OptionsManager.js
|
||||||
Deluge.OptionsManager.js
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge');
|
Ext.namespace('Deluge');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Plugin.js
|
* Deluge.Plugin.js
|
||||||
Contains a base class for plugins to extend.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Deluge.Plugin
|
* @class Deluge.Plugin
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script:
|
* Deluge.RemoveWindow.js
|
||||||
Deluge.Remove.js
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Deluge.RemoveWindow
|
* @class Deluge.RemoveWindow
|
||||||
|
|
|
@ -1,37 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Sidebar.js
|
* Deluge.Sidebar.js
|
||||||
Contains all objects and functions related to the statusbar, toolbar and
|
*
|
||||||
sidebar.
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
|
*
|
||||||
Copyright:
|
* This program is free software; you can redistribute it and/or modify
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* it under the terms of the GNU General Public License as published by
|
||||||
This program is free software; you can redistribute it and/or modify
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
it under the terms of the GNU General Public License as published by
|
* any later version.
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
*
|
||||||
any later version.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
This program is distributed in the hope that it will be useful,
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* GNU General Public License for more details.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, write to:
|
||||||
You should have received a copy of the GNU General Public License
|
* The Free Software Foundation, Inc.,
|
||||||
along with this program. If not, write to:
|
* 51 Franklin Street, Fifth Floor
|
||||||
The Free Software Foundation, Inc.,
|
* Boston, MA 02110-1301, USA.
|
||||||
51 Franklin Street, Fifth Floor
|
*
|
||||||
Boston, MA 02110-1301, USA.
|
* In addition, as a special exception, the copyright holders give
|
||||||
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
In addition, as a special exception, the copyright holders give
|
* library.
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
library.
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* this exception statement from your version. If you delete this exception
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* statement from all source files in the program, then also delete it here.
|
||||||
this exception statement from your version. If you delete this exception
|
*/
|
||||||
statement from all source files in the program, then also delete it here.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
// These are just so gen_gettext.py will pick up the strings
|
// These are just so gen_gettext.py will pick up the strings
|
||||||
// _('State')
|
// _('State')
|
||||||
|
|
|
@ -1,3 +1,36 @@
|
||||||
|
/*!
|
||||||
|
* Deluge.Statusbar.js
|
||||||
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
|
* any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, write to:
|
||||||
|
* The Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor
|
||||||
|
* Boston, MA 02110-1301, USA.
|
||||||
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
|
* library.
|
||||||
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
|
* this exception statement from your version. If you delete this exception
|
||||||
|
* statement from all source files in the program, then also delete it here.
|
||||||
|
*/
|
||||||
|
Ext.namespace('Deluge');
|
||||||
|
|
||||||
Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
Deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||||
constructor: function(config) {
|
constructor: function(config) {
|
||||||
config = Ext.apply({
|
config = Ext.apply({
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Toolbar.js
|
* Deluge.Toolbar.js
|
||||||
Contains the Deluge toolbar.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An extension of the <tt>Ext.Toolbar</tt> class that provides an extensible toolbar for Deluge.
|
* An extension of the <tt>Ext.Toolbar</tt> class that provides an extensible toolbar for Deluge.
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Torrents.js
|
* Deluge.Torrents.js
|
||||||
Contains all objects and functions related to the torrent grid.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.UI.js
|
* Deluge.UI.js
|
||||||
The core ui module that builds up the ui layout and controls the polling
|
*
|
||||||
of the server.
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
|
*
|
||||||
Copyright:
|
* This program is free software; you can redistribute it and/or modify
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* it under the terms of the GNU General Public License as published by
|
||||||
This program is free software; you can redistribute it and/or modify
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
it under the terms of the GNU General Public License as published by
|
* any later version.
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
*
|
||||||
any later version.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
This program is distributed in the hope that it will be useful,
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* GNU General Public License for more details.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, write to:
|
||||||
You should have received a copy of the GNU General Public License
|
* The Free Software Foundation, Inc.,
|
||||||
along with this program. If not, write to:
|
* 51 Franklin Street, Fifth Floor
|
||||||
The Free Software Foundation, Inc.,
|
* Boston, MA 02110-1301, USA.
|
||||||
51 Franklin Street, Fifth Floor
|
*
|
||||||
Boston, MA 02110-1301, USA.
|
* In addition, as a special exception, the copyright holders give
|
||||||
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
In addition, as a special exception, the copyright holders give
|
* library.
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
library.
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* this exception statement from your version. If you delete this exception
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* statement from all source files in the program, then also delete it here.
|
||||||
this exception statement from your version. If you delete this exception
|
*/
|
||||||
statement from all source files in the program, then also delete it here.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @static
|
* @static
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Add.js
|
* Deluge.add.AddWindow.js
|
||||||
Contains the Add Torrent window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.add');
|
Ext.namespace('Deluge.add');
|
||||||
Deluge.add.OptionsPanel = Ext.extend(Ext.TabPanel, {
|
Deluge.add.OptionsPanel = Ext.extend(Ext.TabPanel, {
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Add.File.js
|
* Deluge.add.File.js
|
||||||
Contains the Add Torrent by file window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Ext.deluge.add');
|
Ext.namespace('Ext.deluge.add');
|
||||||
Deluge.add.FileWindow = Ext.extend(Deluge.add.Window, {
|
Deluge.add.FileWindow = Ext.extend(Deluge.add.Window, {
|
||||||
|
|
|
@ -1,34 +1,32 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Add.Infohash.js
|
* Deluge.add.Infohash.js
|
||||||
Contains the Add Torrent by infohash window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
Ext.namespace('Ext.deluge.add');
|
Ext.namespace('Ext.deluge.add');
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Add.Url.js
|
* Deluge.add.Url.js
|
||||||
Contains the Add Torrent by url window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.add');
|
Ext.namespace('Deluge.add');
|
||||||
Deluge.add.UrlWindow = Ext.extend(Deluge.add.Window, {
|
Deluge.add.UrlWindow = Ext.extend(Deluge.add.Window, {
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.data.Peer.js
|
* Deluge.data.PeerRecord.js
|
||||||
Contains the definition for a Peer record.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.data');
|
Ext.namespace('Deluge.data');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.data.SortTypes.js
|
* Deluge.data.SortTypes.js
|
||||||
Contains some useful sorters for use in data stores.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.data');
|
Ext.namespace('Deluge.data');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.data.Torrent.js
|
* Deluge.data.TorrentRecord.js
|
||||||
Contains the Deluge.Torrent record.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.data');
|
Ext.namespace('Deluge.data');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,38 +1,39 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Details.js
|
* Deluge.details.DetailsPanel.js
|
||||||
Contains all objects and functions related to the lower details panel and
|
*
|
||||||
it's containing tabs.
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
|
*
|
||||||
Copyright:
|
* This program is free software; you can redistribute it and/or modify
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* it under the terms of the GNU General Public License as published by
|
||||||
This program is free software; you can redistribute it and/or modify
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
it under the terms of the GNU General Public License as published by
|
* any later version.
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
*
|
||||||
any later version.
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
This program is distributed in the hope that it will be useful,
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* GNU General Public License for more details.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
*
|
||||||
GNU General Public License for more details.
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, write to:
|
||||||
You should have received a copy of the GNU General Public License
|
* The Free Software Foundation, Inc.,
|
||||||
along with this program. If not, write to:
|
* 51 Franklin Street, Fifth Floor
|
||||||
The Free Software Foundation, Inc.,
|
* Boston, MA 02110-1301, USA.
|
||||||
51 Franklin Street, Fifth Floor
|
*
|
||||||
Boston, MA 02110-1301, USA.
|
* In addition, as a special exception, the copyright holders give
|
||||||
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
In addition, as a special exception, the copyright holders give
|
* library.
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
library.
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* this exception statement from your version. If you delete this exception
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* statement from all source files in the program, then also delete it here.
|
||||||
this exception statement from your version. If you delete this exception
|
*/
|
||||||
statement from all source files in the program, then also delete it here.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.details');
|
Ext.namespace('Deluge.details');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class Deluge.details.DetailsPanel
|
||||||
|
*/
|
||||||
Deluge.details.DetailsPanel = Ext.extend(Ext.TabPanel, {
|
Deluge.details.DetailsPanel = Ext.extend(Ext.TabPanel, {
|
||||||
|
|
||||||
region: 'south',
|
region: 'south',
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Details.Files.js
|
* Deluge.details.FilesTab.js
|
||||||
The files tab displayed in the details panel.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
(function() {
|
(function() {
|
||||||
/* Renderers for the column tree */
|
/* Renderers for the column tree */
|
||||||
function fileProgressRenderer(value) {
|
function fileProgressRenderer(value) {
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Details.Options.js
|
* Deluge.details.OptionsTab.js
|
||||||
The options tab displayed in the details panel.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
Deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
Deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Details.Peers.js
|
* Deluge.details.PeersTab.js
|
||||||
The peers tab displayed in the details panel.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
function flagRenderer(value) {
|
function flagRenderer(value) {
|
||||||
|
|
|
@ -1,35 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Details.Status.js
|
* Deluge.details.StatusTab.js
|
||||||
The status tab displayed in the details panel.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
Deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
||||||
title: _('Status'),
|
title: _('Status'),
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: deluge.preferences.Bandwidth.js
|
* Deluge.preferences.BandwidthPage.js
|
||||||
The bandwidth preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: deluge.preferences.Cache.js
|
* Deluge.preferences.CachePage.js
|
||||||
The cache preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Daemon.js
|
* Deluge.preferences.DaemonPage.js
|
||||||
The daemon preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Downloads.js
|
* Deluge.preferences.DownloadsPage.js
|
||||||
The downloads preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: deluge.preferences.Encryption.js
|
* Deluge.preferences.EncryptionPage.js
|
||||||
The encryption preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Interface.js
|
* Deluge.preferences.InterfacePage.js
|
||||||
The interface preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.preferences.Network.js
|
* Deluge.preferences.NetworkPage.js
|
||||||
The network preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Other.js
|
* Deluge.preferences.OtherPage.js
|
||||||
The other preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Plugins.js
|
* Deluge.preferences.PluginsPage.js
|
||||||
The plugins preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,38 +1,36 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.js
|
* Deluge.preferences.PreferencesWindow.js
|
||||||
Contains the preferences window.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
|
PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Proxy.js
|
* Deluge.preferences.ProxyPage.js
|
||||||
The proxy preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,36 +1,34 @@
|
||||||
/*
|
/*!
|
||||||
Script: Deluge.Preferences.Queue.js
|
* Deluge.preferences.QueuePage.js
|
||||||
The queue preferences page.
|
*
|
||||||
|
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
||||||
Copyright:
|
*
|
||||||
(C) Damien Churchill 2009-2010 <damoxc@gmail.com>
|
* This program is free software; you can redistribute it and/or modify
|
||||||
This program is free software; you can redistribute it and/or modify
|
* it under the terms of the GNU General Public License as published by
|
||||||
it under the terms of the GNU General Public License as published by
|
* the Free Software Foundation; either version 3, or (at your option)
|
||||||
the Free Software Foundation; either version 3, or (at your option)
|
* any later version.
|
||||||
any later version.
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
This program is distributed in the hope that it will be useful,
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* GNU General Public License for more details.
|
||||||
GNU General Public License for more details.
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
You should have received a copy of the GNU General Public License
|
* along with this program. If not, write to:
|
||||||
along with this program. If not, write to:
|
* The Free Software Foundation, Inc.,
|
||||||
The Free Software Foundation, Inc.,
|
* 51 Franklin Street, Fifth Floor
|
||||||
51 Franklin Street, Fifth Floor
|
* Boston, MA 02110-1301, USA.
|
||||||
Boston, MA 02110-1301, USA.
|
*
|
||||||
|
* In addition, as a special exception, the copyright holders give
|
||||||
In addition, as a special exception, the copyright holders give
|
* permission to link the code of portions of this program with the OpenSSL
|
||||||
permission to link the code of portions of this program with the OpenSSL
|
* library.
|
||||||
library.
|
* You must obey the GNU General Public License in all respects for all of
|
||||||
You must obey the GNU General Public License in all respects for all of
|
* the code used other than OpenSSL. If you modify file(s) with this
|
||||||
the code used other than OpenSSL. If you modify file(s) with this
|
* exception, you may extend this exception to your version of the file(s),
|
||||||
exception, you may extend this exception to your version of the file(s),
|
* but you are not obligated to do so. If you do not wish to do so, delete
|
||||||
but you are not obligated to do so. If you do not wish to do so, delete
|
* this exception statement from your version. If you delete this exception
|
||||||
this exception statement from your version. If you delete this exception
|
* statement from all source files in the program, then also delete it here.
|
||||||
statement from all source files in the program, then also delete it here.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
Ext.namespace('Deluge.preferences');
|
Ext.namespace('Deluge.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue