Commit Graph

6996 Commits

Author SHA1 Message Date
Damien Churchill da868347cf ui: fix setting capital log level
Whilst providing the log level as a lowercase string has worked
for a long time trying to use DEBUG doesn't work, so lowercase
the string first.
2012-01-19 01:42:17 +00:00
Calum Lind f4fab86767 Fix stored file priorities settings
File priorities stored in torrent options were based upon the supplied
funtion values rather than the current values stored in libtorrent. So
if the priorities failed to be set by libtorrent the settings would be
out of sync.
2012-01-19 01:33:16 +00:00
Calum Lind 517addb9f9 Update Changelog 2012-01-10 02:10:20 +00:00
Damien Churchill 8c1ef7d6af update changelog 2012-01-10 02:10:13 +00:00
Damien Churchill c87245320d fix #1481 file uploads from behind a reverse proxy 2012-01-10 01:26:05 +00:00
Damien Churchill 983c9dad99 apply patch from #1548 2012-01-10 01:19:24 +00:00
Calum Lind f299be0eb9 Fix #1929 : Update setup.py to clean deluge*.egg_info dir from root dir 2012-01-09 23:20:48 +00:00
Calum Lind a01f45cc7a Fix #1936 : Referenced before assignment error in json_api 2012-01-09 23:20:48 +00:00
Calum Lind 3b1ac4e81f Fix #1895 : Files Tab showing wrong files due to torrent_info race condition 2012-01-09 23:20:48 +00:00
Calum Lind bebdec9ebb Update AUTHORS 2012-01-09 23:20:48 +00:00
Calum Lind 3a91f87679 Remove unneeded license from blocklist 2012-01-09 23:20:48 +00:00
Calum Lind be49fd6a40 Fix #2010 : Move speed text in titlebar to the beginning 2012-01-09 23:20:48 +00:00
Calum Lind c88ba97531 Strip trailing space and tabs in aboutdialog 2012-01-09 23:20:47 +00:00
Damien Churchill aa726f723b web: fix gen_gettext script
The script for generating the gettext.js file was outdated and needed
a fix to work with the newer layout of the javascript source code, it
was still looking for Deluge.Something files which no longer exist.
2012-01-09 21:58:48 +00:00
Calum Lind f8651b63c8 Webui: Smaller minSize for Sidebar and remove 1px border from mainpanel 2012-01-07 21:16:13 +00:00
Calum Lind c020d71327 Remove dotted line on buttons in Firefox 2012-01-07 21:12:29 +00:00
Calum Lind 527d5541d7 Add Deluge and icon to start of toolbar in webui 2012-01-07 21:12:07 +00:00
Calum Lind 57df1bb7c4 Fix clipped Browse button in WebUI 2012-01-07 21:09:32 +00:00
Calum Lind 5ad9ff7333 Fix plugin uploads from behind a reverse proxy 2012-01-07 21:06:54 +00:00
Calum Lind 7d7e3fad1e Fix password box focus issue in Firefox 9 for WebUI 2012-01-07 21:05:29 +00:00
Calum Lind e8eb7a33f0 Fix #1915 : Unable to stop the status bar from autohiding 2012-01-07 21:02:47 +00:00
Calum Lind 8da618a4f2 Remove uneeded Title to save space in WebUI 2012-01-07 20:58:59 +00:00
Calum Lind 1c3d8c214c Hide unused Create button in WebUI 2012-01-07 20:57:33 +00:00
Damien Churchill bbde86cfb8 web: fix font in loaded html
When dynamically loading the content panels in the details panel they
would sometimes look quite bad since the only font they have been
told to use is verdana. Fix this why using the same as extjs.
2012-01-07 20:55:27 +00:00
Calum Lind 5e36722047 Update Changelog 2012-01-07 20:55:15 +00:00
Calum Lind ee35fe1cad Fix #1961 : Missing 'All' filter option for Label plugin 2012-01-07 19:54:00 +00:00
Calum Lind a83fd1d597 Update About dialog for translation 2012-01-07 19:50:14 +00:00
Calum Lind 4dbbb4d676 Add clean desktop file to setup.py 2012-01-07 19:47:16 +00:00
Calum Lind 6c8e2b48e3 Fix issue in saving libtorrent session state 2012-01-07 19:46:38 +00:00
Calum Lind 55892061f5 Update AUTHORS with new paths to plugin and data locations 2012-01-07 19:37:15 +00:00
Calum Lind ae8ea820ef Update Win32 README 2012-01-07 19:33:17 +00:00
Calum Lind d06a0e4f40 Update README file 2012-01-07 19:31:10 +00:00
Calum Lind 9bfb565354 New AUTHORS file 2012-01-07 19:26:11 +00:00
Calum Lind 132a8f9f0c Add unneeded files for release to export-ignore 2012-01-07 19:25:36 +00:00
Calum Lind 75b9fd5cb4 Build deluge-all.js 2011-12-07 01:03:00 +00:00
Calum Lind 774e614f7b Update webui build file to run on Ubuntu 2011-12-07 00:52:10 +00:00
Calum Lind 9e43956e1b Fix spelling mistake 2011-12-06 23:51:00 +00:00
Calum Lind 9d16b50075 Fix #1917 : UnicodeDecodeError with long torrent names 2011-12-04 13:01:50 +00:00
Calum Lind 04b8949178 Fix #1988 : Problem retrieving colormap for piecesbar 2011-12-04 00:03:39 +00:00
Calum Lind b69163b57d Fix #1828 : Auth issue with args passed to console 2011-12-03 23:04:47 +00:00
Calum Lind 006624f568 Fix missing comma in notifications plugin 2011-12-03 17:09:55 +00:00
Calum Lind 4acf548436 Revert "Fix #1338 Seeds and Peers totals not updating"
Did not fix the issue.
This reverts commit 1a9ae62669.
2011-11-29 19:17:30 +00:00
Calum Lind d9193fcc4f Update to the DnD windows fix
Found that the original fix worked fine with GTK v2.24 but with v2.16 on Windows get_uris is empty
2011-11-29 19:17:20 +00:00
Calum Lind a779a4a7ea Fix #1905 : No email sent to second email address in Notifications plugin 2011-11-29 19:14:42 +00:00
Calum Lind 2a3d8ae156 Fix #1945 : Mutable default arguments in deluge.ui.client 2011-11-29 19:10:53 +00:00
Calum Lind 07d4aff13b Change Windows default download path from '~' to '~\Downloads' 2011-11-29 19:08:41 +00:00
Calum Lind 838f9331be AddTorrent file dialog now can browse network shares 2011-11-29 19:08:34 +00:00
Calum Lind 3c3f93db3e Fix #1918 : Drag'n'Drop not working in Windows 2011-11-29 19:06:56 +00:00
Calum Lind d98231a713 Remove code duplication in queuedtorrents.py, use ipcinterface process_args() instead 2011-11-29 19:03:59 +00:00
Calum Lind a50c83c284 Modify log message from Error to Warning level 2011-11-29 19:02:20 +00:00