Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
e3b08b6c
Commit
e3b08b6c
authored
Jan 27, 2013
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PluginInstallerPlugin.gtk3 support
parent
f4ad05a4
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
115 additions
and
107 deletions
+115
-107
plugin_installer/__init__.py
plugin_installer/__init__.py
+1
-1
plugin_installer/config_dialog.ui
plugin_installer/config_dialog.ui
+4
-1
plugin_installer/manifest.ini
plugin_installer/manifest.ini
+1
-1
plugin_installer/plugin_installer.py
plugin_installer/plugin_installer.py
+105
-97
url_shortener/manifest.ini
url_shortener/manifest.ini
+2
-2
url_shortener/url_shortener.py
url_shortener/url_shortener.py
+2
-5
No files found.
plugin_installer/__init__.py
View file @
e3b08b6c
from
plugin_installer
import
PluginInstaller
from
.
plugin_installer
import
PluginInstaller
plugin_installer/config_dialog.ui
View file @
e3b08b6c
...
...
@@ -62,9 +62,12 @@
<object
class=
"GtkLabel"
id=
"plugin_name_label1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
>
<
empty
>
</property>
<property
name=
"label"
>
empty
</property>
<property
name=
"selectable"
>
True
</property>
<property
name=
"ellipsize"
>
end
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
</object>
<packing>
<property
name=
"expand"
>
False
</property>
...
...
plugin_installer/manifest.ini
View file @
e3b08b6c
...
...
@@ -6,4 +6,4 @@ description: Install and upgrade plugins from ftp
authors:
Denis
Fomin
<fominde@gmail.com>
Yann
Leboulanger
<asterix@lagaule.org>
homepage:
http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin
m
ax_gajim_version:
0.15.9
m
in_gajim_version:
0.15.10
plugin_installer/plugin_installer.py
View file @
e3b08b6c
This diff is collapsed.
Click to expand it.
url_shortener/manifest.ini
View file @
e3b08b6c
...
...
@@ -4,9 +4,9 @@ short_name: url_shortener
version:
0.3.1
description:
Plugin
that
allows
users
to
shorten
a
long
URL
in
messages.
For
example,
you
can
turn
this
link:
http
://maps.google.com/maps?
f
=
d&saddr=New+York+Penn+Station&daddr=9th+Ave+%26+14th+St,+New+York,+NY&hl=en&geocode=&mra=ls&dirflg=r&date=11%2F12%2F08&time=4:13pm&ttype=dep&noexp=0&noal=0&sort=&sll=40.746175,-73.998395&sspn=0.014468,0.036392&ie=UTF8&z=14
http
s://trac.gajim.org/timeline
Into
this
link:
http://bit.ly/
CUjV
http://bit.ly/
THy6ZK
authors:
Denis
Fomin
<fominde@gmail.com>
homepage:
http://trac-plugins.gajim.org/wiki/UrlShortenerPlugin
max_gajim_version:
0.15.9
url_shortener/url_shortener.py
View file @
e3b08b6c
...
...
@@ -19,12 +19,9 @@ class UrlShortenerPlugin(GajimPlugin):
self
.
description
=
_
(
'Plugin that allows users to shorten a long URL '
'in received messages.
\n
'
'For example, you can turn this link:
\n
'
'http://maps.google.com/maps?f=d&saddr=New+York+Penn+Station&daddr='
'9th+Ave+%26+14th+St,+New+York,+NY&hl=en&geocode=&mra=ls&dirflg=r&date='
'11%2F12%2F08&time=4:13pm&ttype=dep&noexp=0&noal=0&sort=&sll='
'40.746175,-73.998395&sspn=0.014468,0.036392&ie=UTF8&z=14
\n
'
'https://trac.gajim.org/timeline
\n
'
'Into this link:
\n
'
'http://bit.ly/
CUjV
'
)
'http://bit.ly/
THy6ZK
'
)
self
.
config_dialog
=
UrlShortenerPluginConfigDialog
(
self
)
self
.
gui_extension_points
=
{
'chat_control_base'
:
(
self
.
connect_with_chat_control
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment