Commit Graph

14 Commits

Author SHA1 Message Date
Philipp Hörist
0faed4c358 [httpupload] Add File object 2017-02-27 19:57:08 +01:00
Philipp Hörist
2cc6f200db [httpupload] Add request_slot() methode 2017-02-27 18:38:46 +01:00
Philipp Hörist
07edf439f4 [httpupload] Refactor encryption_activated() 2017-02-27 18:22:05 +01:00
Philipp Hörist
d6ed9c4fd3 [httpupload] Refactor FileChooserDialog 2017-02-27 18:19:58 +01:00
Philipp Hörist
b0831d3546 [httpupload] Refactor HttpUploadPlugin Class
- There is no need for discovery code, Gajim does this already
- Generate only one Base instance per account
- Use less global vars and simplify code
2017-02-27 18:19:58 +01:00
Philipp Hörist
6423e6c95a [httpupload] Remove Image Button 2017-02-27 18:19:57 +01:00
Philipp Hörist
6065fa67d0 Add encrypted file upload for windows 2016-09-08 00:55:30 +02:00
tmolitor
92a05deb37 added missing png files back (must have been lost in the py2 to py3 conversion process) 2016-09-04 23:55:49 +02:00
Philipp Hörist
561295805d Add license and change authors 2016-09-02 22:40:47 +02:00
Linus Heckemann
9457a18016 httpupload: Fix GTK warnings
Episode 2: no core changes required
2016-08-22 15:27:42 +02:00
Linus Heckemann
7f5c144892 httpupload: Improve error handling
- An error during the upload now no longer hangs everything (GUI changes placed
   in main thread)
 - Some formatting changes
 - Update version in manifest (I think a new minor version is in order for GTK3
   support!)
 - Add self to authors in manifest (shameless plugs, whoop whoop)
 - Remove claim of supporting older versions of gajim
2016-08-20 00:30:17 +02:00
Linus Heckemann
db68897e78 httpupload: thumbnailing improvements
- Move thumbnailing code into separate module
 - Port GdkPixbuf thumbnailer to gtk3
 - Make GdkPixbuf thumbnailer more efficient
 - Better exception logging
 - Some code reformatting
2016-08-20 00:09:14 +02:00
Linus Heckemann
17dfa9de94 Fix httpupload for GTK3
Not perfect yet, some layout issues remain, but it works.
2016-08-18 20:00:57 +02:00
Linus Heckemann
4ce02573cf Add back HTTP upload 2016-08-18 19:52:31 +02:00