Commit Graph

67 Commits

Author SHA1 Message Date
Philipp Hörist
c08aea63ef [plugin_installer] Improve progressbar 2017-02-25 15:13:08 +01:00
Philipp Hörist
463f3073de [plugin_installer] Use distutils for version comparison 2017-02-25 15:13:07 +01:00
Philipp Hörist
e2b7d50bc3 [plugin_installer] Fix pylint errors 2017-02-25 15:13:07 +01:00
Philipp Hörist
61a244d292 [plugin_installer] Add more useful logging output 2017-02-25 15:13:00 +01:00
Philipp Hörist
14083c5b30 [plugin_installer] Add HTTPS Pinning 2017-02-25 15:12:53 +01:00
Philipp Hörist
95c04ebbce [plugin_installer] Use scan from PluginManager 2017-02-24 20:09:39 +01:00
Philipp Hörist
a841c59875 [plugin_installer] Remove code for older versions 2017-02-23 23:07:16 +01:00
Philipp Hörist
5768f07c7a [plugin_installer] Remove excess use of idle_add 2017-02-23 23:07:15 +01:00
Philipp Hörist
9c3df4f32d [plugin_installer] Further Refactoring
- Rename some methods more appropriate
- Move some methods to more appropriate places
- Dont emit GTK events to signal GTK, use GLib.idle_add
- Remove option to set the plugin repo URL, use global vars instead
2017-02-23 23:07:15 +01:00
Philipp Hörist
ef23d76c5d [plugin_installer] Refactor async download 2017-02-23 23:07:15 +01:00
Philipp Hörist
02f2f38bbe [plugin_installer] Refactor UI
- Move UI code to glade file
- Remove use of deprecated widgets
- Rename some widgets
2017-02-23 23:07:10 +01:00
Philipp Hörist
a41a3e915b [plugin_installer] Refactor config window
- Remove Server URL entry field
- Dont use deprecated widgets anymore
2017-02-23 23:05:34 +01:00
Philipp Hörist
b520fa803a [plugin_installer] Use IntEnum 2017-02-20 16:46:54 +01:00
Philipp Hörist
c0b3f36b24 [plugin_installer] Port recent plugin_installer
This inlcudes slight refactoring and switch to https instead of ftps
2017-02-20 16:30:19 +01:00
Philipp Hörist
3f284e852f Harmonize layout of Installed/Available tab 2016-10-06 00:06:59 +02:00
Linus Heckemann
7c161d0025 plugin_installer: Fix potential crash on cert verify failure 2016-09-26 23:18:40 +01:00
Philipp Hörist
8574c1aace Use cert validation only on Windows for now 2016-09-27 00:34:03 +02:00
Philipp Hörist
488f26e3a5 Only allow TLS connection and verify certificate - Fixes #78
Certificate is only on python >= 3.4 verified
2016-09-26 11:36:26 +02:00
Philipp Hörist
a541b4eff5 Select correct notebook tab - Fixes #133 2016-09-22 18:57:53 +02:00
tmolitor
5364afc3df Make plugin_installer more robust to filepath layout changes 2016-09-04 23:56:22 +02:00
tmolitor
8dadcaf9ee added ability to do periodic plugin update checks (every 24 hours) and resized window to fit omemo plugin name properly 2016-07-05 23:44:44 +02:00
Yann Leboulanger
50d19f3cbd fix a few warnings 2016-03-06 15:39:54 +01:00
Yann Leboulanger
28f01f7e35 get plugins via zip files instead of file by file 2016-03-06 15:38:55 +01:00
Yann Leboulanger
8ea9b6cd5a fix creating sub-folders in plugins 2013-08-30 11:36:46 +02:00
Yann Leboulanger
a94a1ebb4c typo 2013-08-28 13:28:02 +02:00
Yann Leboulanger
ed47951f20 look in correct ftp folder according to gajim version 2013-08-28 13:16:43 +02:00
Denis Fomin
4b36c5d919 PluginInstallerPlugin.GObject.* -> GLib.* 2013-07-30 09:49:38 +04:00
Denis Fomin
17cef576e9 PluginInstallerPlugin, EmoticonsPackPlugin. fix new line in description 2013-05-04 18:25:34 +04:00
Denis Fomin
ed97dfe46b PluginInstallerPlugin. xhtml in plugin description 2013-05-04 12:42:27 +04:00
Denis Fomin
1c97bf1e66 prevent tracebacks 2013-04-30 16:23:09 +04:00
Denis Fomin
7e3ff2af85 PluginInstallerPlugin. Correctly detect switched page 2013-04-30 15:47:53 +04:00
Denis Fomin
6f15b1b593 PluginInstallerPlugin. Correctly remove 'Available' page 2013-04-25 16:31:31 +04:00
Denis Fomin
fc796b9759 PluginInstaller. fix install(update) 2013-02-05 23:50:02 +04:00
Denis Fomin
ddb468d7af PluginInstallerPlugin.use plugins_gtk3 dir 2013-01-28 02:08:39 +04:00
Denis Fomin
fa6fb9f036 PluginInstallerPlugin.add config 2013-01-28 00:38:51 +04:00
Denis Fomin
e3b08b6cb7 PluginInstallerPlugin.gtk3 support 2013-01-27 21:38:10 +04:00
Yann Leboulanger
e270d92474 create one ConfigParser instance per file so old values ore not used if current manifest has missing fields. Check that manifest file is full 2012-10-29 14:34:55 +01:00
Denis Fomin
7cb69e6207 PluginInstallerPlugin. coding style 2012-09-05 19:12:12 +04:00
Denis Fomin
24fbcb1d81 [guilhem].PluginInstallerPlugin.Add configuration option for FTP TLS.Fixes #34 2012-09-04 00:15:53 +04:00
Denis Fomin
4e1fb53150 Plugin Installer. sort plugins(name). select root iter and set scrollbar 2012-08-16 22:41:09 +04:00
Denis Fomin
1bf625345a add icons 2012-08-16 22:23:33 +04:00
Yann Leboulanger
f6e174ac46 plugin installer can reload itself 2012-08-16 19:33:29 +02:00
Denis Fomin
9907fc246f Plugin Installer. update Copyright 2012-08-16 20:11:59 +04:00
Yann Leboulanger
8e56bbf476 load icons from ftp server 2012-08-16 17:48:49 +02:00
Denis Fomin
e773f9d0ef plugin_installer. support 0.15 2012-08-16 19:37:12 +04:00
Denis Fomin
0b0027e1ad plugin_installer. add support old plugin system 2012-08-16 17:57:20 +04:00
Yann Leboulanger
5ef6c2171c fix auto-update 2012-08-16 14:26:56 +02:00
Denis Fomin
4389d66930 plugin_installer. add plugins icon. 2012-08-16 16:21:36 +04:00
Yann Leboulanger
17bae26657 improve speed of plugin_installer plugin 2012-08-16 14:08:59 +02:00
Denis Fomin
5608d5d975 plugin_installer. coding style 2012-08-15 13:03:30 +04:00