lovetox
|
5b763716a6
|
Make imports GUI agnostic
|
2020-12-06 13:22:45 +01:00 |
|
wurstsalat
|
2cc719be9b
|
Adapt to upstream ConfirmationDialog name change
|
2020-09-08 20:17:57 +02:00 |
|
lovetox
|
c48aed6d59
|
[plugin_installer] Remove unused import
|
2020-08-25 16:15:13 +02:00 |
|
Daniel Brötzmann
|
bd38b527de
|
[plugin_installer] Update plugins directly without showing window first
|
2020-06-27 13:09:50 +02:00 |
|
lovetox
|
c91e8bdd2e
|
[plugin_installer] Check before updating the available page
Fixes #508
|
2020-06-25 22:44:49 +02:00 |
|
Philipp Hörist
|
3832b592f5
|
[plugin_installer] Handle case when no plugins are available
|
2020-01-04 16:33:03 +01:00 |
|
Philipp Hörist
|
b1189947e5
|
[plugin_installer] Use get_notebook() to access notebook
|
2020-01-04 11:14:21 +01:00 |
|
Philipp Hörist
|
1cb65063e8
|
[plugin_installer] Fix opening available page on update
|
2020-01-04 11:11:59 +01:00 |
|
Philipp Hörist
|
7c22438516
|
[plugin_installer] Update comment
|
2020-01-04 11:09:44 +01:00 |
|
Philipp Hörist
|
b6457f0e69
|
[plugin_installer] Rewrite plugin
- Use libsoup for HTTP operations
- Add new config dialog
- Move code into smaller modules
|
2020-01-01 10:01:08 +01:00 |
|
Daniel Brötzmann
|
900c4a058d
|
[plugin_installer] Fixes
|
2019-10-07 08:29:53 +02:00 |
|
Daniel Brötzmann
|
f19c134a58
|
[plugin_installer] Replace progressbar by spinner, code cleanup
|
2019-07-09 12:30:00 +02:00 |
|
Daniel Brötzmann
|
204743e413
|
[plugin_installer] Cleanup code, replace update icon
|
2019-07-09 12:30:00 +02:00 |
|
Daniel Brötzmann
|
e7cbc51692
|
[plugin_installer] Remove YesNoDialog
|
2019-07-09 12:30:00 +02:00 |
|
Daniel Brötzmann
|
3df231fcef
|
[plugin_installer] Use NewConfirmationCheckDialog
|
2019-06-21 13:25:33 +02:00 |
|
Philipp Hörist
|
6436c1cafa
|
Change logging domains
|
2019-03-10 10:27:07 +01:00 |
|
Philipp Hörist
|
6b6c396dab
|
[plugin_installer] Fix error on plugin download
If a plugin is loaded and errors happen it will not be active, it should
still be displayed correctly in the installed plugins treeview
|
2018-11-10 23:49:25 +01:00 |
|
Daniel Brötzmann
|
aae340c6d8
|
[plugin_installer] Set xml to _ui, Fix one config checkbox on_run
|
2018-10-17 18:13:01 +02:00 |
|
Daniel Brötzmann
|
44c53680c6
|
[plugin_installer] Add automatic updates
|
2018-10-17 16:32:39 +02:00 |
|
Yann Leboulanger
|
db34bb68e2
|
ignore plugins that don't apply to our Gajim version
|
2018-10-13 15:13:49 +02:00 |
|
Philipp Hörist
|
d7884afc97
|
[installer] Use get_builder()
|
2018-10-13 00:39:36 +02:00 |
|
Daniel Brötzmann
|
3e2abc58c0
|
[installer] Update GUI
|
2018-10-13 00:39:36 +02:00 |
|
Yann Leboulanger
|
6e12a1e493
|
[installer] Update Plugins on restart
|
2018-10-13 00:39:27 +02:00 |
|
Yann Leboulanger
|
a6fc131a04
|
prepare plugins for master branch
|
2018-10-12 11:21:54 +02:00 |
|
Philipp Hörist
|
caf72836a7
|
[plugin_installer] Revert last version update
|
2018-10-10 20:23:44 +02:00 |
|
Philipp Hörist
|
97c2bfbdd9
|
Add compatibility for Gajim 1.1
|
2018-10-06 20:46:24 +02:00 |
|
Markus Wintermann
|
2f1f9e656a
|
[plugin_installer] Remove plugin on reload
|
2018-04-28 13:00:44 +02:00 |
|
Philipp Hörist
|
9e4edea638
|
Revert "[plugin_installer] Add plugin auto update"
This reverts commit d760a1ada1
|
2018-04-28 12:57:11 +02:00 |
|
Philipp Hörist
|
5d28985ca6
|
[plugin_installer] Use configpaths api for getting path
|
2018-04-25 20:30:40 +02:00 |
|
Daniel
|
d760a1ada1
|
[plugin_installer] Add plugin auto update
|
2018-04-17 21:37:16 +02:00 |
|
Yann Leboulanger
|
1987091c6c
|
[plugin_installer] Fix (un)selecting a plugin. Fixes #285
|
2018-03-25 20:37:45 +02:00 |
|
Yann Leboulanger
|
be3f2d160e
|
[Thilo Molitor] Ability to separate plugins dir when using -s option.
|
2018-03-07 13:48:26 +01:00 |
|
Philipp Hörist
|
4f0622cef8
|
[plugin_installer] Prepare for upcoming Gajim changes
- Prepare the Plugin so it works with Gajim as a package.
- Add a Fallback method so we can update Plugins that are not loaded
by the PluginManager
|
2017-08-14 00:28:47 +02:00 |
|
Apromixately
|
c959602a8f
|
[plugin_installer] Improve manifest error message
|
2017-08-05 18:17:22 +02:00 |
|
Yann Leboulanger
|
4c3c4a2ad2
|
[plugin_installer] update version
|
2017-08-03 14:26:32 +02:00 |
|
Yann Leboulanger
|
1e04f92abb
|
[plugin_installer] do not update plugin if it's not compatible with
current Gajim version. Fixes #225
|
2017-08-03 14:12:47 +02:00 |
|
Philipp Hörist
|
8c3aa9730d
|
[plugin_installer] Replace deprecated render_icon()
|
2017-03-06 12:15:48 +01:00 |
|
Philipp Hörist
|
caf0b4e027
|
[plugin_installer] Replace deprecated warn()
|
2017-03-06 12:15:33 +01:00 |
|
Philipp Hörist
|
7ab0ff7792
|
[plugin_installer] Use gui extension point
|
2017-02-25 19:34:27 +01:00 |
|
Philipp Hörist
|
c0b9f26e88
|
[plugin_installer] Update manifest.ini
|
2017-02-25 15:24:32 +01:00 |
|
Philipp Hörist
|
d0db3ee294
|
[plugin_installer] Move code into UI file
|
2017-02-25 15:13:09 +01:00 |
|
Philipp Hörist
|
ec332db512
|
[plugin_installer] Refactor manifest parsing
|
2017-02-25 15:13:09 +01:00 |
|
Philipp Hörist
|
28b12464aa
|
[plugin_installer] Simplify setting description
|
2017-02-25 15:13:08 +01:00 |
|
Philipp Hörist
|
71491aa9a1
|
[plugin_installer] Improve Scrolling
|
2017-02-25 15:13:08 +01:00 |
|
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 |
|