Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2012-08-16 22:23:33 +0400
committerDenis Fomin <fominde@gmail.com>2012-08-16 22:23:33 +0400
commit1bf625345a2bc4737875aee7a61ae495786b3919 (patch)
tree78a4f4895a5d12c0d649f83497ac8b9cc6503a38
parent8aab76bc11ca4bf2820923f8d5a5041b1ab3160d (diff)
add icons
-rw-r--r--length_notifier/length_notifier.pngbin0 -> 434 bytes
-rw-r--r--length_notifier/manifest.ini2
-rw-r--r--plugin_installer/plugin_installer.py4
-rw-r--r--server_status_icons/manifest.ini2
-rw-r--r--server_status_icons/server_status_icons.pngbin0 -> 762 bytes
5 files changed, 5 insertions, 3 deletions
diff --git a/length_notifier/length_notifier.png b/length_notifier/length_notifier.png
new file mode 100644
index 0000000..330cc19
--- /dev/null
+++ b/length_notifier/length_notifier.png
Binary files differ
diff --git a/length_notifier/manifest.ini b/length_notifier/manifest.ini
index d50feaa..c062e22 100644
--- a/length_notifier/manifest.ini
+++ b/length_notifier/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: Message Length Notifier
short_name: length_notifier
-version: 0.1
+version: 0.1.1
description: Highlights message entry field in chat window when given length of message is exceeded.
authors = Mateusz BiliƄski <mateusz@bilinski.it>
homepage = http://blog.bilinski.it
diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py
index d7f5189..b37d9bf 100644
--- a/plugin_installer/plugin_installer.py
+++ b/plugin_installer/plugin_installer.py
@@ -191,6 +191,7 @@ class PluginInstaller(GajimPlugin):
gobject.TYPE_PYOBJECT, gobject.TYPE_PYOBJECT)
self.available_treeview.set_model(self.available_plugins_model)
self.available_treeview.set_rules_hint(True)
+ self.available_plugins_model.set_sort_column_id(2, gtk.SORT_ASCENDING)
self.progressbar.set_property('no-show-all', True)
renderer = gtk.CellRendererText()
@@ -215,7 +216,8 @@ class PluginInstaller(GajimPlugin):
renderer = gtk.CellRendererToggle()
renderer.set_property('activatable', True)
renderer.connect('toggled', self.available_plugins_toggled_cb)
- col = gtk.TreeViewColumn(_('Install /\nUpgrade'), renderer, active=C_UPGRADE)
+ col = gtk.TreeViewColumn(_('Install /\nUpgrade'), renderer,
+ active=C_UPGRADE)
self.available_treeview.append_column(col)
if gobject.signal_lookup('error_signal', self.window) is 0:
diff --git a/server_status_icons/manifest.ini b/server_status_icons/manifest.ini
index 0e22ecb..aba3faa 100644
--- a/server_status_icons/manifest.ini
+++ b/server_status_icons/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: Server Status Icons
short_name: server_status_icons
-version: 0.1
+version: 0.1.1
description: Replace standard Gajim status icons with server
specific for known XMPP server accounts (vk.com, ...)
authors = Denis Fomin <fominde@gmail.com>
diff --git a/server_status_icons/server_status_icons.png b/server_status_icons/server_status_icons.png
new file mode 100644
index 0000000..3902692
--- /dev/null
+++ b/server_status_icons/server_status_icons.png
Binary files differ