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 |
Ratanak
|
669d10e6be
|
Fix #2240 : Win32 freespace issue with large capacity drives
|
2013-01-01 17:44:11 +00:00 |
bendikro
|
3d1b47bca6
|
Fix error when loading torrent through IPC
Fix bug from commit 0045ec0cf1e48: missing args attribute error when
loading torrent through IPC on non-windows.
|
2013-01-01 17:37:42 +00:00 |
Calum Lind
|
2fde78f236
|
Update Changelog, webui gettext, gitignore & compress js
|
2012-12-22 02:24:25 +00:00 |
Calum Lind
|
444740709a
|
Update translation files from launchpad
|
2012-12-22 01:40:55 +00:00 |
Calum Lind
|
d7d91aec0b
|
Fix WebUI submenus closing upon mouse click
|
2012-12-21 19:34:18 +00:00 |
Chase Sterling
|
e865180e83
|
Fix issues with js eventmanager. refs #2046
Fix plugin methods not being available when enabled until refresh. refs #2125
|
2012-12-21 12:51:40 -05:00 |
Chase Sterling
|
782b39c90d
|
Fix #2125
Clean up some json api code.
|
2012-12-21 12:51:36 -05:00 |
Calum Lind
|
7e71995e55
|
WebUI: Catch potential undefined error when attempting to disable a plugin
|
2012-12-18 21:50:19 +00:00 |
Calum Lind
|
1dd078f4f1
|
Fix #1963 : Unhandled OSError if permission issue creating default config dir
The fix now logs the error and exits. To log the error also required moving
the logger setup code to before any default_config_dir call.
|
2012-12-18 01:03:06 +00:00 |
Calum Lind
|
0045ec0cf1
|
Fix #1946 : GtkUI: ReactorNotRestartable error when set as startup application
|
2012-12-17 19:57:32 +00:00 |
Calum Lind
|
5ecc580463
|
Fix #2175 : systemtray free variable self referenced before assignment
This is only the likely fix for the issue as I have been unable to reproduce it.
|
2012-12-15 21:26:36 +00:00 |
Calum Lind
|
70047c367a
|
fix error in #2085 commit 3ca886ac7ad5: value may be a tuple
|
2012-12-11 00:57:48 +00:00 |
Calum Lind
|
b65918d616
|
Catch exception when enabling/disabling indicator in classic mode
|
2012-12-10 19:33:13 +00:00 |
Calum Lind
|
3ca886ac7a
|
Fix #2085 : WebUI: Does not show torrents in sidebar for categories other than 'All'
unicode value in filter_dict would not be converted into a list
|
2012-12-10 15:48:38 +00:00 |
Calum Lind
|
74208c27f8
|
Fix #2227 : Torrent file contains sha1 and ed2k digest that needs encoding to hex
|
2012-12-09 23:22:30 +00:00 |
Calum Lind
|
7cc8243849
|
Use try-except instead of if statement to gain a little performance
|
2012-12-09 22:57:00 +00:00 |
Asmageddon
|
c741e127b9
|
First change outside of deluge/ui/console - fixed a problem when removing torrents
|
2012-12-09 22:51:40 +00:00 |
Pedro Algarvio
|
b5ea33e506
|
On some "race" conditions, the torrent is removed before it's status could be retrieved. Return an empty status.
|
2012-12-09 22:31:22 +00:00 |
clippit
|
ffe0c168bb
|
Fix #2232 : WebUI: Flag Icon path in Peers Tab missing deluge.config.base
|
2012-12-09 19:06:40 +00:00 |
Calum Lind
|
b8c345ff26
|
Fix #2231 : WebUI: Fix unneeded scrollbars in webui add dialog
Also fix spinner display issue
|
2012-12-08 19:14:33 +00:00 |
Chase Sterling
|
9286d43ba8
|
Increase libtorrent alert queue size. fix #2204
|
2012-12-07 23:10:09 -05:00 |
Calum Lind
|
23b0f58eb4
|
fix snafu in last commit
|
2012-12-05 18:35:44 +00:00 |
Calum Lind
|
ccd2e5e41d
|
Fix #2130 : Same name can be given to different files in Add Torrent dialog
|
2012-12-05 18:12:08 +00:00 |
Calum Lind
|
62a1602d5a
|
Fix #2129 : Empty filename can be set in AddTorrent dialog
|
2012-12-05 18:10:53 +00:00 |
Vincent Castellano
|
b50c848054
|
Fix #2228 : Apply-To-All in AddTorrent Dialog is copying file renames to other torrents
|
2012-12-05 14:06:25 +00:00 |
Hengjie
|
e4d94ea528
|
Fix #2220 : MacOSX homebrew build not finding boost libs
|
2012-12-05 13:49:48 +00:00 |
Chase Sterling
|
fc4ca861da
|
Fix libtorrent version check in torrent.py. fix #2223
|
2012-12-03 01:14:17 -05:00 |
Chase Sterling
|
74d59eb6ec
|
Fix the version check in _libtorrent to work as intended.
|
2012-12-03 01:08:31 -05:00 |
John Garland
|
ce4b4ef48e
|
Handle torrent add failures in web UI
Show an error dialog and remove the torrent from the list
when a torrent file fails to upload or a URL fails to download.
|
2012-12-02 17:34:21 +11:00 |
John Garland
|
2e0b0d9474
|
Make web build script sh compatible
|
2012-12-02 15:08:58 +11:00 |