Changeset 3d8085
- Timestamp:
- 03/31/2009 12:04:38 AM (16 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- e903e1
- Parents:
- a2640a
- Location:
- deluge/ui/web
- Files:
-
- 5 edited
- 41 moved
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/web/css/deluge.css
ra2640a r3d8085 13 13 14 14 .x-deluge-main-panel { 15 background-image: url('/icons/ 16/deluge.png');15 background-image: url('/icons/deluge.png'); 16 16 } 17 17 … … 30 30 } 31 31 32 .x-deluge-downloading, .x-deluge-seeding {32 /*.x-deluge-downloading, .x-deluge-seeding { 33 33 background-repeat: no-repeat; 34 } 34 }*/ 35 35 36 .x-deluge-all { background-image: url('/icons/16/all.png'); } 37 .x-deluge-active { background-image: url('/icons/16/active.png'); } 38 .x-deluge-downloading, .x-deluge-peer { background-image: url('/icons/16/downloading.png'); } 39 .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/16/seeding.png'); } 40 .x-deluge-queued, .deluge-torrents .queued { background-image: url('/icons/16/queued.png'); } 41 .x-deluge-paused, .deluge-torrents .paused { background-image: url('/icons/16/inactive.png'); } 42 .x-deluge-error, .deluge-torrents .error { background-image: url('/icons/16/alert.png'); } 43 .x-deluge-checking, .deluge-torrents .checking { background-image: url('/icons/16/checking.png'); } 36 /* Icon classes */ 37 .x-deluge-all { background-image: url('/icons/all.png'); } 38 .x-deluge-active { background-image: url('/icons/active.png'); } 39 .x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer { background-image: url('/icons/downloading.png'); } 40 .x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/seeding.png'); } 41 .x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued { background-image: url('/icons/queued.png'); } 42 .x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused { background-image: url('/icons/inactive.png'); } 43 .x-deluge-error, .deluge-torrents .error { background-image: url('/icons/alert.png'); } 44 .x-deluge-checking, .deluge-torrents .checking { background-image: url('/icons/checking.png'); } 45 .x-deluge-dht, .x-btn .x-deluge-dht { background-image: url('/icons/dht.png'); } 46 .x-deluge-connections, .x-btn .x-deluge-connections { background-image: url('/icons/connections.png') } 47 .x-deluge-traffic, .x-btn .x-deluge-traffic { background-image: url('/icons/traffic.png') } 44 48 45 49 … … 97 101 /* Login Window */ 98 102 .x-deluge-login-window-icon { 99 background: url('/icons/ 16/login.png') no-repeat 2px;103 background: url('/icons/login.png') no-repeat 2px; 100 104 } 101 105 102 106 /* Add Window */ 103 107 .x-deluge-add-window-icon { 104 background: url('/icons/ 16/add.png') no-repeat 2px;108 background: url('/icons/add.png') no-repeat 2px; 105 109 } 106 110 107 111 /* Add Url Window */ 108 112 .x-deluge-add-url-window-icon { 109 background: url('/icons/ 16/add_url.png') no-repeat 2px;113 background: url('/icons/add_url.png') no-repeat 2px; 110 114 } 111 115 112 116 /* Connect Window */ 113 117 .x-deluge-connect-window-icon { 114 background: url('/icons/ 16/connection_manager.png') no-repeat 2px;118 background: url('/icons/connection_manager.png') no-repeat 2px; 115 119 } 116 120 117 121 /* Statusbar */ 118 122 #deluge-statusbar .x-not-connected { 119 background: url('/icons/ 16/error.png') no-repeat 2px;123 background: url('/icons/error.png') no-repeat 2px; 120 124 padding-left: 20px; 121 125 } … … 169 173 /* MessageBox icon styles */ 170 174 .x-deluge-icon-warning { 171 background: url('/icons/ 16/warning.png') no-repeat 2px;175 background: url('/icons/warning.png') no-repeat 2px; 172 176 } 173 177 174 178 .x-deluge-icon-error { 175 background: url('/icons/ 16/error.png') no-repeat 2px;179 background: url('/icons/error.png') no-repeat 2px; 176 180 } 177 181 178 182 .x-tree-node-leaf .x-deluge-file { 179 background-image: url('/icons/ 16/document.png');183 background-image: url('/icons/document.png'); 180 184 } 181 185 -
deluge/ui/web/js/deluge-add.js
ra2640a r3d8085 139 139 cls: 'x-btn-text-icon', 140 140 text: _('File'), 141 icon: '/icons/ 16/add_file.png'141 icon: '/icons/add_file.png' 142 142 }, { 143 143 id: 'url', 144 144 cls: 'x-btn-text-icon', 145 145 text: _('Url'), 146 icon: '/icons/ 16/add_url.png',146 icon: '/icons/add_url.png', 147 147 handler: Deluge.Add.onUrl, 148 148 scope: Deluge.Add … … 151 151 cls: 'x-btn-text-icon', 152 152 text: _('Infohash'), 153 icon: '/icons/ 16/add_magnet.png'153 icon: '/icons/add_magnet.png' 154 154 }, '->', { 155 155 id: 'remove', 156 156 cls: 'x-btn-text-icon', 157 157 text: _('Remove'), 158 icon: '/icons/ 16/remove.png'158 icon: '/icons/remove.png' 159 159 } 160 160 ] -
deluge/ui/web/js/deluge-bars.js
ra2640a r3d8085 105 105 disabled: true, 106 106 text: _('Create'), 107 icon: '/icons/ 16/create.png',107 icon: '/icons/create.png', 108 108 handler: Deluge.ToolBar.onTorrentAction 109 109 },{ … … 112 112 disabled: true, 113 113 text: _('Add'), 114 icon: '/icons/ 16/add.png',114 icon: '/icons/add.png', 115 115 handler: Deluge.ToolBar.onTorrentAdd 116 116 },{ … … 119 119 disabled: true, 120 120 text: _('Remove'), 121 icon: '/icons/ 16/remove.png',121 icon: '/icons/remove.png', 122 122 handler: Deluge.ToolBar.onTorrentAction 123 123 },'|',{ … … 126 126 disabled: true, 127 127 text: _('Pause'), 128 icon: '/icons/ 16/pause.png',128 icon: '/icons/pause.png', 129 129 handler: Deluge.ToolBar.onTorrentAction 130 130 },{ … … 133 133 disabled: true, 134 134 text: _('Resume'), 135 icon: '/icons/ 16/start.png',135 icon: '/icons/start.png', 136 136 handler: Deluge.ToolBar.onTorrentAction 137 137 },'|',{ … … 140 140 disabled: true, 141 141 text: _('Up'), 142 icon: '/icons/ 16/up.png',142 icon: '/icons/up.png', 143 143 handler: Deluge.ToolBar.onTorrentAction 144 144 },{ … … 147 147 disabled: true, 148 148 text: _('Down'), 149 icon: '/icons/ 16/down.png',149 icon: '/icons/down.png', 150 150 handler: Deluge.ToolBar.onTorrentAction 151 151 },'|',{ … … 153 153 cls: 'x-btn-text-icon', 154 154 text: _('Preferences'), 155 icon: '/icons/ 16/preferences.png',155 icon: '/icons/preferences.png', 156 156 handler: Deluge.ToolBar.onTorrentAction 157 157 },{ … … 159 159 cls: 'x-btn-text-icon', 160 160 text: _('Connection Manager'), 161 icon : '/icons/16/connection_manager.png',161 iconCls: 'x-deluge-connections', 162 162 handler: Deluge.ToolBar.onConnectionManagerClick, 163 163 scope: Deluge.ToolBar … … 166 166 cls: 'x-btn-text-icon', 167 167 disabled: true, 168 icon: '/icons/ 16/help.png',168 icon: '/icons/help.png', 169 169 text: _('Help'), 170 170 handler: Deluge.ToolBar.onHelpClick, … … 173 173 id: 'logout', 174 174 cls: 'x-btn-text-icon', 175 icon: '/icons/ 16/logout.png',175 icon: '/icons/logout.png', 176 176 disabled: true, 177 177 text: _('Logout'), … … 199 199 text: '200 (200)', 200 200 cls: 'x-btn-text-icon', 201 icon : '/icons/16/connection_manager.png',201 iconCls: 'x-deluge-connections', 202 202 menu: Deluge.Menus.Connections 203 203 }, '-', { … … 205 205 text: '9.8KiB/s (30 KiB/s)', 206 206 cls: 'x-btn-text-icon', 207 icon : '/icons/16/downloading.png',207 iconCls: 'x-deluge-downloading', 208 208 menu: Deluge.Menus.Download 209 209 }, '-', { … … 211 211 text: '9.8KiB/s (30 KiB/s)', 212 212 cls: 'x-btn-text-icon', 213 icon : '/icons/16/seeding.png',213 iconCls: 'x-deluge-seeding', 214 214 menu: Deluge.Menus.Upload 215 215 }, '-', { … … 217 217 text: '1.53/2,65 KiB/s', 218 218 cls: 'x-btn-text-icon', 219 icon : '/icons/16/traffic.png'219 iconCls: 'x-deluge-traffic' 220 220 }, '-', { 221 221 id: 'statusbar-dht', 222 222 text: '161', 223 223 cls: 'x-btn-text-icon', 224 icon : '/icons/16/dht.png'224 iconCls: 'x-deluge-dht' 225 225 }); 226 226 this.created = true; -
deluge/ui/web/js/deluge-connections.js
ra2640a r3d8085 218 218 cls: 'x-btn-text-icon', 219 219 text: _('Add'), 220 icon: '/icons/ 16/add.png',220 icon: '/icons/add.png', 221 221 handler: Deluge.Connections.onAdd 222 222 }, { … … 224 224 cls: 'x-btn-text-icon', 225 225 text: _('Remove'), 226 icon: '/icons/ 16/remove.png',226 icon: '/icons/remove.png', 227 227 handler: Deluge.Connections.onRemove 228 228 }, '->', { … … 230 230 cls: 'x-btn-text-icon', 231 231 text: _('Stop Daemon'), 232 icon: '/icons/ 16/error.png',232 icon: '/icons/error.png', 233 233 handler: Deluge.Connections.onStop 234 234 } -
deluge/ui/web/js/deluge-menus.js
ra2640a r3d8085 79 79 id: 'pause', 80 80 text: _('Pause'), 81 icon: '/icons/ 16/pause.png',81 icon: '/icons/pause.png', 82 82 handler: Deluge.Menus.onTorrentAction, 83 83 scope: Deluge.Menus … … 85 85 id: 'resume', 86 86 text: _('Resume'), 87 icon: '/icons/ 16/start.png',87 icon: '/icons/start.png', 88 88 handler: Deluge.Menus.onTorrentAction, 89 89 scope: Deluge.Menus … … 91 91 id: 'options', 92 92 text: _('Options'), 93 icon: '/icons/ 16/preferences.png',93 icon: '/icons/preferences.png', 94 94 menu: new Ext.menu.Menu({ 95 95 items: [{ … … 131 131 }, { 132 132 text: _('Connection Limit'), 133 icon : '/icons/16/connections.png',133 iconCls: 'x-deluge-connections', 134 134 menu: new Ext.menu.Menu({ 135 135 items: [{ … … 149 149 }, { 150 150 text: _('Upload Slot Limit'), 151 icon: '/icons/ 16/upload_slots.png',151 icon: '/icons/upload_slots.png', 152 152 menu: new Ext.menu.Menu({ 153 153 items: [{ … … 173 173 }, '-', { 174 174 text: _('Queue'), 175 icon: '/icons/ 16/queue.png',175 icon: '/icons/queue.png', 176 176 menu: new Ext.menu.Menu({ 177 177 items: [{ 178 178 id: 'top', 179 179 text: _('Top'), 180 icon: '/icons/ 16/top.png',180 icon: '/icons/top.png', 181 181 handler: Deluge.Menus.onTorrentAction, 182 182 scope: Deluge.Menus … … 184 184 id: 'up', 185 185 text: _('Up'), 186 icon: '/icons/ 16/up.png',186 icon: '/icons/up.png', 187 187 handler: Deluge.Menus.onTorrentAction, 188 188 scope: Deluge.Menus … … 190 190 id: 'down', 191 191 text: _('Down'), 192 icon: '/icons/ 16/down.png',192 icon: '/icons/down.png', 193 193 handler: Deluge.Menus.onTorrentAction, 194 194 scope: Deluge.Menus … … 196 196 id: 'bottom', 197 197 text: _('Bottom'), 198 icon: '/icons/ 16/bottom.png',198 icon: '/icons/bottom.png', 199 199 handler: Deluge.Menus.onTorrentAction, 200 200 scope: Deluge.Menus … … 204 204 id: 'update', 205 205 text: _('Update Tracker'), 206 icon: '/icons/ 16/update.png',206 icon: '/icons/update.png', 207 207 handler: Deluge.Menus.onTorrentAction, 208 208 scope: Deluge.Menus … … 210 210 edit: 'edit_trackers', 211 211 text: _('Edit Trackers'), 212 icon: '/icons/ 16/edit_trackers.png',212 icon: '/icons/edit_trackers.png', 213 213 handler: Deluge.Menus.onTorrentAction, 214 214 scope: Deluge.Menus … … 216 216 id: 'remove', 217 217 text: _('Remove Torrent'), 218 icon: '/icons/ 16/remove.png',218 icon: '/icons/remove.png', 219 219 handler: Deluge.Menus.onTorrentAction, 220 220 scope: Deluge.Menus … … 222 222 id: 'recheck', 223 223 text: _('Force Recheck'), 224 icon: '/icons/ 16/recheck.png',224 icon: '/icons/recheck.png', 225 225 handler: Deluge.Menus.onTorrentAction, 226 226 scope: Deluge.Menus … … 228 228 id: 'move', 229 229 text: _('Move Storage'), 230 icon: '/icons/ 16/move.png',230 icon: '/icons/move.png', 231 231 handler: Deluge.Menus.onTorrentAction, 232 232 scope: Deluge.Menus
Note:
See TracChangeset
for help on using the changeset viewer.