Author: damoxc
Revision: 6005
Log:
update some of the icons in the webui
Diff:
Modified: branches/1.2_RC/ChangeLog
===================================================================
--- branches/1.2_RC/ChangeLog 2009-12-10 17:45:40 UTC (rev 6004)
+++ branches/1.2_RC/ChangeLog 2009-12-10 18:24:31 UTC (rev 6005)
@@ -10,6 +10,7 @@
page allowing the movecom/copytorrent/autoadd boxes to be enabled.
* Fix enabling plugins.
* Implement installing plugins.
+ * Update some icons
==== GtkUI ====
* Attempt to register as the default magnet uri handler in GNOME on
startup
Modified: branches/1.2_RC/deluge/ui/web/css/deluge.css
===================================================================
--- branches/1.2_RC/deluge/ui/web/css/deluge.css 2009-12-10 17:45:40 UTC
(rev 6004)
+++ branches/1.2_RC/deluge/ui/web/css/deluge.css 2009-12-10 18:24:31 UTC
(rev 6005)
@@ -41,11 +41,15 @@
.x-deluge-dht, .x-btn .x-deluge-dht { background-image: url('/icons/dht.png');
}
.x-deluge-preferences, .x-btn .x-deluge-preferences { background-image:
url('/icons/preferences.png') }
.x-deluge-connections, .x-btn .x-deluge-connections { background-image:
url('/icons/connections.png') }
+.x-deluge-connection-manager, .x-btn .x-deluge-connection-manager {
background-image: url('/icons/connection_manager.png') }
.x-deluge-traffic, .x-btn .x-deluge-traffic { background-image:
url('/icons/traffic.png') }
.x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {background-image:
url('/icons/edit_trackers.png'); }
.x-deluge-freespace, .x-btn .x-deluge-freespace {background-image:
url('/icons/drive.png'); }
+.x-deluge-install-plugin, .x-btn .x-deluge-install-plugin {background-image:
url('/icons/install_plugin.png'); }
+.x-deluge-find-more, .x-btn .x-deluge-find-more {background-image:
url('/icons/find_more.png'); }
+
/* Torrent Details */
#torrentDetails dl, dl.singleline {
float: left;
Modified: branches/1.2_RC/deluge/ui/web/icons/connections.png
===================================================================
(Binary files differ)
Added: branches/1.2_RC/deluge/ui/web/icons/find_more.png
===================================================================
(Binary files differ)
Property changes on: branches/1.2_RC/deluge/ui/web/icons/find_more.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/1.2_RC/deluge/ui/web/icons/install_plugin.png
===================================================================
(Binary files differ)
Property changes on: branches/1.2_RC/deluge/ui/web/icons/install_plugin.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Plugins.js
===================================================================
--- branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Plugins.js
2009-12-10 17:45:40 UTC (rev 6004)
+++ branches/1.2_RC/deluge/ui/web/js/Deluge.Preferences.Plugins.js
2009-12-10 18:24:31 UTC (rev 6005)
@@ -44,7 +44,7 @@
closeAction: 'hide',
- iconCls: 'x-deluge-add-file',
+ iconCls: 'x-deluge-install-plugin',
layout: 'fit',
@@ -61,7 +61,7 @@
this.form = this.add({
xtype: 'form',
baseCls: 'x-plain',
- labelWidth: 55,
+ labelWidth: 70,
autoHeight: true,
fileUpload: true,
items: [{
@@ -182,13 +182,14 @@
bbar: new Ext.Toolbar({
items: [{
cls: 'x-btn-text-icon',
- iconCls: 'x-deluge-add',
+ iconCls: 'x-deluge-install-plugin',
text: _('Install'),
handler: this.onInstallPlugin,
scope: this
}, '->', {
cls: 'x-btn-text-icon',
text: _('Find More'),
+ iconCls: 'x-deluge-find-more',
handler: this.onFindMorePlugins,
scope: this
}]
Modified: branches/1.2_RC/deluge/ui/web/js/Deluge.Toolbar.js
===================================================================
--- branches/1.2_RC/deluge/ui/web/js/Deluge.Toolbar.js 2009-12-10 17:45:40 UTC
(rev 6004)
+++ branches/1.2_RC/deluge/ui/web/js/Deluge.Toolbar.js 2009-12-10 18:24:31 UTC
(rev 6005)
@@ -90,14 +90,14 @@
id: 'preferences',
cls: 'x-btn-text-icon',
text: _('Preferences'),
- icon: '/icons/preferences.png',
+ iconCls: 'x-deluge-preferences',
handler:
this.onPreferencesClick,
scope: this
},{
id: 'connectionman',
cls: 'x-btn-text-icon',
text: _('Connection Manager'),
- iconCls: 'x-deluge-connections',
+ iconCls:
'x-deluge-connection-manager',
handler:
this.onConnectionManagerClick,
scope: this
},'->',{
@@ -200,4 +200,4 @@
});
Deluge.Toolbar = new Ext.deluge.Toolbar();
-})();
\ No newline at end of file
+})();
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-12-10 17:45:40 UTC (rev 6004)
+++ trunk/deluge/ui/web/css/deluge.css 2009-12-10 18:24:31 UTC (rev 6005)
@@ -41,11 +41,15 @@
.x-deluge-dht, .x-btn .x-deluge-dht { background-image: url('/icons/dht.png');
}
.x-deluge-preferences, .x-btn .x-deluge-preferences { background-image:
url('/icons/preferences.png') }
.x-deluge-connections, .x-btn .x-deluge-connections { background-image:
url('/icons/connections.png') }
+.x-deluge-connection-manager, .x-btn .x-deluge-connection-manager {
background-image: url('/icons/connection_manager.png') }
.x-deluge-traffic, .x-btn .x-deluge-traffic { background-image:
url('/icons/traffic.png') }
.x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {background-image:
url('/icons/edit_trackers.png'); }
.x-deluge-freespace, .x-btn .x-deluge-freespace {background-image:
url('/icons/drive.png'); }
+.x-deluge-install-plugin, .x-btn .x-deluge-install-plugin {background-image:
url('/icons/install_plugin.png'); }
+.x-deluge-find-more, .x-btn .x-deluge-find-more {background-image:
url('/icons/find_more.png'); }
+
/* Torrent Details */
#torrentDetails dl, dl.singleline {
float: left;
Modified: trunk/deluge/ui/web/icons/connections.png
===================================================================
(Binary files differ)
Added: trunk/deluge/ui/web/icons/find_more.png
===================================================================
(Binary files differ)
Property changes on: trunk/deluge/ui/web/icons/find_more.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/deluge/ui/web/icons/install_plugin.png
===================================================================
(Binary files differ)
Property changes on: trunk/deluge/ui/web/icons/install_plugin.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js 2009-12-10
17:45:40 UTC (rev 6004)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js 2009-12-10
18:24:31 UTC (rev 6005)
@@ -44,7 +44,7 @@
closeAction: 'hide',
- iconCls: 'x-deluge-add-file',
+ iconCls: 'x-deluge-install-plugin',
layout: 'fit',
@@ -61,7 +61,7 @@
this.form = this.add({
xtype: 'form',
baseCls: 'x-plain',
- labelWidth: 55,
+ labelWidth: 70,
autoHeight: true,
fileUpload: true,
items: [{
@@ -182,13 +182,14 @@
bbar: new Ext.Toolbar({
items: [{
cls: 'x-btn-text-icon',
- iconCls: 'x-deluge-add',
+ iconCls: 'x-deluge-install-plugin',
text: _('Install'),
handler: this.onInstallPlugin,
scope: this
}, '->', {
cls: 'x-btn-text-icon',
text: _('Find More'),
+ iconCls: 'x-deluge-find-more',
handler: this.onFindMorePlugins,
scope: this
}]
Modified: trunk/deluge/ui/web/js/Deluge.Toolbar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Toolbar.js 2009-12-10 17:45:40 UTC (rev
6004)
+++ trunk/deluge/ui/web/js/Deluge.Toolbar.js 2009-12-10 18:24:31 UTC (rev
6005)
@@ -90,14 +90,14 @@
id: 'preferences',
cls: 'x-btn-text-icon',
text: _('Preferences'),
- icon: '/icons/preferences.png',
+ iconCls: 'x-deluge-preferences',
handler:
this.onPreferencesClick,
scope: this
},{
id: 'connectionman',
cls: 'x-btn-text-icon',
text: _('Connection Manager'),
- iconCls: 'x-deluge-connections',
+ iconCls:
'x-deluge-connection-manager',
handler:
this.onConnectionManagerClick,
scope: this
},'->',{
@@ -200,4 +200,4 @@
});
Deluge.Toolbar = new Ext.deluge.Toolbar();
-})();
\ No newline at end of file
+})();
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.