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
|
||||
* Contains the add torrent window and the torrent creator window.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
Script: deluge-add.js
|
||||
Contains the add torrent window and the torrent creator window.
|
||||
|
||||
License:
|
||||
General Public License v3
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.AddWindow = new Class({
|
||||
Extends: Widgets.Window,
|
||||
|
@ -1,10 +1,23 @@
|
||||
/*
|
||||
* Script: deluge-bars.js
|
||||
* Contains the various bars (Sidebar, Toolbar, Statusbar) used within deluge
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
Script: deluge-bars.js
|
||||
Contains the various bars (Sidebar, Toolbar, Statusbar) used within Deluge.
|
||||
|
||||
License:
|
||||
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({
|
||||
Implements: Events,
|
||||
|
@ -1,10 +1,13 @@
|
||||
/*
|
||||
* Script: deluge-details.js
|
||||
* Contains the tabs for the torrent details
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
Script: deluge-details.js
|
||||
Contains the tabs for the torrent details.
|
||||
|
||||
License:
|
||||
General Public License v3
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.Details = new Class({
|
||||
Extends: Widgets.Tabs,
|
||||
|
@ -1,10 +1,13 @@
|
||||
/*
|
||||
* Script: deluge-menus.js
|
||||
* Contains the layout for all the popup menus used within the ajax ui.
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
Script: deluge-menus.js
|
||||
Contains the layout for all the popup menus used within the ajax ui.
|
||||
|
||||
License:
|
||||
General Public License v3
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Menus = {
|
||||
Torrents: [
|
||||
|
@ -1,12 +1,14 @@
|
||||
/*
|
||||
* Script: deluge-preferences.js
|
||||
* Contains the classes that provides the preferences window with
|
||||
* functionality
|
||||
*
|
||||
* Copyright:
|
||||
* Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
Script: deluge-preferences.js
|
||||
Contains the classes that provides the preferences window with
|
||||
functionality
|
||||
|
||||
License:
|
||||
General Public License v3
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
Deluge.Widgets.PreferencesCategory = new Class({
|
||||
Extends: Widgets.TabPage
|
||||
|
@ -7,9 +7,8 @@ License:
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Class: Deluge.Widgets.TorrentGrid
|
||||
Extending Widgest.DataGrid to manage the torrents in the main
|
||||
grid.
|
||||
|
@ -7,9 +7,8 @@ License:
|
||||
|
||||
Copyright:
|
||||
Damien Churchill (c) 2008 <damoxc@gmail.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Object: Deluge.UI
|
||||
The object that manages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user