Calum Lind
479c96745c
Fix #2371 : Add StartupWMClass to desktop file
2013-11-19 22:43:24 +00:00
Calum Lind
63807899a0
Fix #2367 : Private Flag not showing as ticked/checked in DelugeStart theme
2013-11-19 22:43:24 +00:00
Calum Lind
a3806b6d7a
Fix #2365 : Hiding Progress column generates TypeError
2013-11-19 22:43:24 +00:00
Calum Lind
7bd87d1a82
Fix #2335 : IPC lockfile issue preventing start of deluge-gtk
2013-11-19 22:43:01 +00:00
Andrew Resch
8bf18d6694
Fix #2355 previous fix wasn't entirely correct - thanks Thomas Hipp
2013-11-12 14:01:08 -08:00
Andrew Resch
06ee112344
Fix twisted 13.1 compat -- the _parse() function was replaced by the _URI class
2013-08-06 18:52:59 -07:00
Calum Lind
3cc43f63a0
Fix #2338 : Spelling mistake with occurred
2013-06-09 02:35:10 +01:00
bendikro
27bfa5a649
Fix #2302 : deluge-gtk crashed with IndexError in get_plugin_info
...
This fix handles the plugin info not being available
2013-05-22 23:26:30 +01:00
Calum Lind
5057e2caab
Fix #2303 : Torrent state not updated until after emitting TorrentFinishedEvent
2013-05-22 23:18:01 +01:00
Calum Lind
686fb31844
Fix #2221 : Addtorrentdialog KeyError accessing download_location
...
Sets a default value of None for any missing config keys
2013-05-09 19:02:34 +01:00
Calum Lind
03d5654a16
Fix #2324 : Encryption level set by deluge does not match libtorrent values
...
The clients are using range (0-2) whereas actual bit values are (1-3)
2013-05-09 19:00:33 +01:00
Calum Lind
83f0d72601
Fix Python 2.5 compatibility
2013-04-23 00:21:49 +01:00
Calum Lind
19093e03ae
Update DEPENDS
2013-03-27 00:34:38 +00:00
Calum Lind
d28de71995
Update Extractor plugin description, version and modify log levels
2013-03-26 19:39:47 +00:00
Calum Lind
f107485871
Fix #2290 : Extractor: Dotted filenames being rejected
2013-03-26 18:35:37 +00:00
Calum Lind
984691f74c
Fix scalable icon install dir
2013-03-24 23:31:45 +00:00
Calum Lind
8ba8e24fab
Add pango env vars to osx package script
2013-03-17 19:26:21 +00:00
Calum Lind
7c9433fd8b
Update osx build and packaging scripts
2013-03-17 18:10:51 +00:00
Calum Lind
821f395d8b
Fix issue with Plugins that add Tab to torrentdetails
2013-02-27 17:44:52 +00:00
Calum Lind
e9ba3972ad
Bump version for release
...
Also update deluge.pot and .gitattributes
2013-02-25 17:01:07 +00:00
Calum Lind
7fbe163c24
Extractor: Refactor and fix tar.* issue on windows
2013-02-23 02:07:09 +00:00
Calum Lind
e4118048eb
Add a new DelugeStart theme to win32 gtk
...
This theme is based upon ANewStart theme and uses murrine theme engine.
2013-02-22 19:04:10 +00:00
Calum Lind
bb67721002
Disable unused torrentview reordering property which fixes Win32 mouse scroll bug
2013-02-22 01:03:52 +00:00
Calum Lind
9856f97323
Fix #2283 : Potential for sessionproxy keyerror with newly added torrents
2013-02-21 22:47:30 +00:00
Calum Lind
e2e37a83de
Update Extractor with Win32 and extra archives support
...
Also disabled extracting on move_completed enabled torrents and fixed
some other small issues.
2013-02-21 21:58:23 +00:00
Calum Lind
61c125420b
GTKUI: Autofill save path when creating torrent from remote path
2013-02-21 16:23:59 +00:00
bendikro
36a78d8f21
Optimized torrentview.cell_data_trackericon
...
cell_data_trackericon would load the tracker icon with
gtk.gdk.pixbuf_new_from_file_at_size each time it's requested.
These regular requests acumulating to thousands calls to
pixbuf_new_from_file_at_size with a big torrent list.
Now, read the tracker icon from disk once, and cache it.
2013-02-17 18:38:35 +00:00
Calum Lind
3f4cfd5c88
Replace Exception with GError in filtertreeview
2013-02-17 18:37:01 +00:00
Calum Lind
cc85f00588
Update Changelog
2013-02-17 15:17:46 +00:00
Calum Lind
72b58d19c1
Build webui js and gettext
2013-02-17 15:00:27 +00:00
Calum Lind
bbf17772ac
Add tracker host details to debug logging
2013-02-17 14:59:34 +00:00
Calum Lind
2cbcb35c9e
Add OSX packaging and GTK support
2013-02-14 00:29:55 +00:00
Calum Lind
7ef7cc41b6
GTK: Fix showing exception error to user with no libtorrent installed
2013-02-13 01:30:48 +00:00
Calum Lind
7c6d1f30ff
Fix GTK ConnMgr update after stopping daemon and reduce wait time
2013-02-13 01:30:47 +00:00
Chase Sterling
8911600155
Fix prioritize first/last pieces for magnet links
2013-02-11 22:09:46 -05:00
Chase Sterling
c58221c866
Fix renaming folders on libtorrent 0.16 compiled with unicode support (Windows)
2013-02-11 21:36:46 -05:00
Calum Lind
92eb9feae4
Fix setting 1GB/s speeds in gtkui
2013-02-11 18:35:26 +00:00
Calum Lind
b9311d4b57
Add exception details to EventManager error log
2013-02-05 19:29:25 +00:00
Calum Lind
b0d78da13b
Fix #2258 : Potential runtimeError when emiting event
2013-02-05 18:56:18 +00:00
Calum Lind
12365241a5
Fix #2260 : Add dialog pulling main window to active workspace
2013-02-05 18:06:51 +00:00
Calum Lind
8ba5e78610
Fix #2242 : Notifications: Missing word in torrent finished message
2013-02-04 13:26:07 +00:00
Calum Lind
1bfaf74ff9
Fix #2261 : WebUI: Proxy settings not being saved
2013-02-04 13:18:34 +00:00
Calum Lind
e362b36a59
WebUI: Add failed login log message with IP address for fail2ban
2013-02-04 13:15:44 +00:00
bendikro
a0ae3ebfce
Optimizations to torrentview.update_view
...
A few changes that reduces the CPU usage of the GTK UI
significantly. This small patch is made simple to be
100% certain not to introduce new bugs.
2013-01-21 01:45:23 -05:00
Chase Sterling
08d7b9fba3
Fix issue with downloaded torrent temp files on windows which had illegal characters.
2013-01-20 16:26:55 -05:00
Chase Sterling
95ce85ec78
Make sure sessionproxy events are registered after stopping and starting a daemon from gtkui.
2013-01-17 22:10:48 -05:00
Chase Sterling
93dee4c764
Don't deliver empty resume_data parameter to session.add_torrent
...
Fixes a libtorrent crash on python 2.7 on Windows
2013-01-17 22:08:56 -05:00
Chase Sterling
dcd85e64c0
Add move complete location to webui add torrent dialog.
2013-01-04 18:43:06 -05:00
Calum Lind
58e8a0e562
Fix mapped_files error in AddTorrentDialog
2013-01-03 17:30:45 +00:00
Calum Lind
bfa3564ba3
Fix Gtk addtorrentdialog parent None error for single file torrents
2013-01-02 22:38:55 +00:00