mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
normalise the header comments
This commit is contained in:
parent
1920f3ce72
commit
41dbab69b2
@ -1,10 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Script: deluge-add.js
|
Script: deluge-add.js
|
||||||
* Contains the add torrent window and the torrent creator window.
|
Contains the add torrent window and the torrent creator window.
|
||||||
*
|
|
||||||
* Copyright:
|
License:
|
||||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
General Public License v3
|
||||||
*/
|
|
||||||
|
Copyright:
|
||||||
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.AddWindow = new Class({
|
Deluge.Widgets.AddWindow = new Class({
|
||||||
Extends: Widgets.Window,
|
Extends: Widgets.Window,
|
||||||
|
@ -1,10 +1,23 @@
|
|||||||
/*
|
/*
|
||||||
* Script: deluge-bars.js
|
Script: deluge-bars.js
|
||||||
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
|
Contains the various bars (Sidebar, Toolbar, Statusbar) used within Deluge.
|
||||||
*
|
|
||||||
* Copyright:
|
License:
|
||||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
General Public License v3
|
||||||
*/
|
|
||||||
|
Copyright:
|
||||||
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
|
Class: Deluge.Widgets.Toolbar
|
||||||
|
Manages the top toolbar handling clicks and actions.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
toolbar = new Deluge.Widgets.Toolbar();
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
An instance of the class wrapped about the toolbar.
|
||||||
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.Toolbar = new Class({
|
Deluge.Widgets.Toolbar = new Class({
|
||||||
Implements: Events,
|
Implements: Events,
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Script: deluge-details.js
|
Script: deluge-details.js
|
||||||
* Contains the tabs for the torrent details
|
Contains the tabs for the torrent details.
|
||||||
*
|
|
||||||
* Copyright:
|
License:
|
||||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
General Public License v3
|
||||||
*/
|
|
||||||
|
Copyright:
|
||||||
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.Details = new Class({
|
Deluge.Widgets.Details = new Class({
|
||||||
Extends: Widgets.Tabs,
|
Extends: Widgets.Tabs,
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Script: deluge-menus.js
|
Script: deluge-menus.js
|
||||||
* Contains the layout for all the popup menus used within the ajax ui.
|
Contains the layout for all the popup menus used within the ajax ui.
|
||||||
*
|
|
||||||
* Copyright:
|
License:
|
||||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
General Public License v3
|
||||||
*/
|
|
||||||
|
Copyright:
|
||||||
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
Deluge.Menus = {
|
Deluge.Menus = {
|
||||||
Torrents: [
|
Torrents: [
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* Script: deluge-preferences.js
|
Script: deluge-preferences.js
|
||||||
* Contains the classes that provides the preferences window with
|
Contains the classes that provides the preferences window with
|
||||||
* functionality
|
functionality
|
||||||
*
|
|
||||||
* Copyright:
|
|
||||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
License:
|
||||||
|
General Public License v3
|
||||||
|
|
||||||
|
Copyright:
|
||||||
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
Deluge.Widgets.PreferencesCategory = new Class({
|
Deluge.Widgets.PreferencesCategory = new Class({
|
||||||
Extends: Widgets.TabPage
|
Extends: Widgets.TabPage
|
||||||
|
@ -7,9 +7,8 @@ License:
|
|||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
Class: Deluge.Widgets.TorrentGrid
|
Class: Deluge.Widgets.TorrentGrid
|
||||||
Extending Widgest.DataGrid to manage the torrents in the main
|
Extending Widgest.DataGrid to manage the torrents in the main
|
||||||
grid.
|
grid.
|
||||||
|
@ -7,9 +7,8 @@ License:
|
|||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
Object: Deluge.UI
|
Object: Deluge.UI
|
||||||
The object that manages
|
The object that manages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user