Commit Graph

  • 73102f1362 Merge branch 'master' into master-decode-string Chase Sterling 2012-12-10 20:34:46 -05:00
  • ca1a5d33f4 Fix issue when saving resume data fails. Clean up resume data deferred code a bit. Chase Sterling 2012-12-10 20:10:37 -05:00
  • 3bf023e4df fix error in #2085 commit 3ca886ac7ad5: value may be a tuple Calum Lind 2012-12-11 00:57:48 +00:00
  • c556613b9f Catch exception when enabling/disabling indicator in classic mode Calum Lind 2012-12-10 19:33:13 +00:00
  • 6c07b7378c Fix #2085 : WebUI: Does not show torrents in sidebar for categories other than 'All' Calum Lind 2012-12-10 15:48:33 +00:00
  • 4520fdd58b Added priority colors to torrent detail view in console Asmageddon 2012-12-10 14:45:23 +01:00
  • 1ac62fce01 Get cli arguments in unicode in deluge core as well. Make a better guess at what arguments are encoded in on linux. Chase Sterling 2012-11-16 18:26:31 -05:00
  • c2d301bf52 Make deluge-gtk get arguments as unicode. Fix a few places that use those arguments. Make sure gtkui loads strings as unicode from rencode. Chase Sterling 2012-11-15 23:36:20 -05:00
  • 8658be3b05 Fix #2227 : Torrent file contains sha1 and ed2k digest that needs encoding to hex Calum Lind 2012-12-05 13:41:30 +00:00
  • 2a8b8e93da Use try-except instead of if statement to gain a little performance Calum Lind 2012-12-07 10:48:56 +00:00
  • ac6785eb1a Fix #2232 : WebUI: Flag Icon path in Peers Tab missing deluge.config.base clippit 2012-12-09 19:06:40 +00:00
  • 848b14605e Make sure pending gtk events are processed before quitting gtkui. Chase Sterling 2012-12-08 17:57:12 -05:00
  • 2a0048afbb Add unit test for new component dependency stopping code. Chase Sterling 2012-12-08 16:18:58 -05:00
  • cc943cea4a Merge branch 'master' of deluge-torrent.org:deluge Andrew Resch 2012-12-08 12:57:13 -08:00
  • 2f3623d430 Fix component tests Andrew Resch 2012-12-08 12:56:58 -08:00
  • fe44a5ba69 Fix #2231 : WebUI: Fix unneeded scrollbars in webui add dialog Calum Lind 2012-12-08 17:59:09 +00:00
  • d3a0b9d877 Small tweak to make sure writing fastresume is not skipped when torrents are paused. Chase Sterling 2012-12-08 00:39:02 -05:00
  • 25efa5437b Update folder rename to use deferreds. Chase Sterling 2012-12-07 17:17:25 -05:00
  • 67b40a8442 Remove unneeded import from torrentmanager. Chase Sterling 2012-12-07 21:58:12 -05:00
  • bcac44bcb4 Increase libtorrent alert queue size. refs #2204 Chase Sterling 2012-12-07 00:24:34 -05:00
  • 58cb9e1c22 Make sure dependent components are stopped before their dependencies. Make sure deferreds are not lost in new resume saving code. Chase Sterling 2012-12-07 19:00:43 -05:00
  • ce99b5f688 Refactor resume data saving to not read and write fastresume unnecessarily. Refactor saving resume data on shutdown to use deferreds. Make bulk resume data saves write to disk only once. Chase Sterling 2012-12-06 01:20:19 -05:00
  • ce76c278ed fix snafu in last commit Calum Lind 2012-12-05 18:35:44 +00:00
  • bb5dbecbf2 Fix #2130 : Same name can be given to different files in Add Torrent dialog Calum Lind 2012-12-05 18:12:08 +00:00
  • eed46994da Fix #2129 : Empty filename can be set in AddTorrent dialog Calum Lind 2012-12-05 18:10:53 +00:00
  • a5df53249a Fix #2228 : Apply-To-All in AddTorrent Dialog is copying file renames to other torrents Vincent Castellano 2012-12-03 23:06:25 -08:00
  • 331cef16ef Fix #2220 : MacOSX homebrew build not finding boost libs Hengjie 2012-11-29 17:30:47 +13:00
  • e79c695732 Remove some backwards compatibility code for libtorrent 0.14. Chase Sterling 2012-12-03 01:18:25 -05:00
  • b4d7e42973 Update libtorrent minimum version checking. Chase Sterling 2012-12-03 01:03:58 -05:00
  • 71183f6c19 Add windows support to is_ip Calum Lind 2012-12-01 02:21:01 +00:00
  • 0b5b585992 Replace subprocess.call with subprocess.Popen to start deluged from gtk client Calum Lind 2012-11-30 14:44:05 +00:00
  • 7492d48029 Added test if self.model_filter is None bendikro 2012-11-30 09:22:44 +01:00
  • b4903b763e Fix torrent names on libtorrent 0.16 on windows. Chase Sterling 2012-11-29 23:26:37 -05:00
  • 3d76ab1832 Update version for rencode module. Chase Sterling 2012-11-29 23:11:16 -05:00
  • 48cbf0d9b0 Update Changelog Calum Lind 2012-11-29 22:39:37 +00:00
  • 6b9ae264ff Fix typo in json_api docstring Calum Lind 2012-11-28 23:35:56 +00:00
  • e90e608fdd Fix #1474 : on_show_prefs hook is not executed immediatly after enabling a plugin Calum Lind 2012-11-27 22:47:03 +00:00
  • 6fe350fa52 Fix #2110 : Accept magnet uris with xt param anywhere within them Calum Lind 2012-11-27 17:42:18 +00:00
  • c426f998e2 Fix #2147 : Missing translations for plugin preferences page Calum Lind 2012-11-27 02:34:11 +00:00
  • 2187cef14f Add decode_utf8 argument to rencode.loads, which decodes all strings from utf8. Update rpc protocol to load all strings as unicode. Chase Sterling 2012-11-26 22:53:08 -05:00
  • 6b5cf3396d Rencode module now always loads strings as utf-8 encoded byte strings. Chase Sterling 2012-11-26 22:01:15 -05:00
  • 4f59a48f57 Fix #2146 : Missing translations in View|Tabs submenu Calum Lind 2012-11-27 01:29:33 +00:00
  • d48d3c9c2f Make sure queue order is preserved when restarting daemon. Chase Sterling 2012-11-26 17:19:09 -05:00
  • 4579886bb5 Fix file renaming and moving with unicode characters on libtorrent 0.16 Fix torrent creation with unicode characters Chase Sterling 2012-11-26 17:18:41 -05:00
  • bd979da949 Update Changelog, translation files and compress js Calum Lind 2012-11-26 16:52:41 +00:00
  • d5e340354e Avoid running chardet in decode_string if not needed bendikro 2012-11-26 02:15:10 +01:00
  • 19bbf5ac8f Fix Windows tray submenu items requiring right-click instead of left-click Calum Lind 2012-11-26 13:31:41 +00:00
  • b8deea5c76 Fix #2208 : Win32 Open Folder not working with non-ascii paths Calum Lind 2012-11-23 01:29:37 +00:00
  • 88223fc058 Fix #2086 : Enable submenus for appindicator Calum Lind 2012-11-26 01:59:22 +00:00
  • 09e43f3e41 Fix use of translated text for widget name in build_menu_radio_list Calum Lind 2012-11-25 14:38:29 +00:00
  • 751bc317ea Fix #2201 : auth fails if auth file has extra newlines Calum Lind 2012-11-25 23:30:13 +00:00
  • 60f196ff93 Changed decode_string to always return unicode. bendikro 2012-11-25 13:01:12 +01:00
  • 294fc48bd1 Fixed setting some of the torrent options via the manage command Asmageddon 2012-11-25 20:18:35 +01:00
  • d3d07f7f11 Fixed setting move on complete option in new console Asmageddon 2012-11-25 20:12:55 +01:00
  • ca272bb36a GTKUI Torrentview Speed optimizations bendikro 2012-11-24 19:13:24 +01:00
  • cd41089e49 Fix #2069 : WebUI: Login window layout problem when using larger than default font size Calum Lind 2012-11-24 16:49:06 +00:00
  • b1cf5b9c40 Fix #1890 : WebUI: Column in files and peers view could use some spacing Calum Lind 2012-11-24 16:10:15 +00:00
  • c37cfdfa2f Fix config not defined in ipcinterface Calum Lind 2012-11-24 15:49:57 +00:00
  • 84bc2e78bc Fix #2103 : WebUI: Sorting by name is case-sensitive sedulous 2012-11-24 12:34:20 +00:00
  • 0676d7e2dc Fix #2120 : WebUI: Manually entered values not being saved in Spinners Calum Lind 2012-11-24 12:16:40 +00:00
  • dd8dac0574 Fix #2212 : WebUI: Unable to scroll in proxy preferences page Calum Lind 2012-11-24 10:50:11 +00:00
  • d6d1cc5f45 Updates to web gen_gettext script and add .build_data to gitignore Calum Lind 2012-11-23 00:53:49 +00:00
  • f016160c62 Removing unneeded webui files Calum Lind 2012-11-23 00:34:54 +00:00
  • 7119e0d95f Fix #2100 : Add option not to bring main window to front when adding torrents through ipcinterface Calum Lind 2012-09-27 23:44:38 +01:00
  • ffb902ba06 updated gitattributes to ignore deluge-web debug files Calum Lind 2012-11-22 22:16:41 +00:00
  • dc14453f34 Update bbfreeze and nsis scripts for win32 packaging Calum Lind 2012-11-22 23:22:34 +00:00
  • f83e772030 Make sure 'quit and shutdown daemon' option is not visible when not connected to a daemon. Chase Sterling 2012-11-16 00:46:00 -05:00
  • 0c1dd44cd6 Simplify cross-platform clipboard code in gtk add torrent dialog. Chase Sterling 2012-11-14 20:58:48 -05:00
  • 5b2be2d190 Update to depend on libtorrent >= 0.16.1 Chase Sterling 2012-11-13 21:13:59 -05:00
  • 9d28aa9521 Fix bug in prioritize_first_last, also fixes selective downloading. refs #2211 Chase Sterling 2012-11-13 01:36:04 -05:00
  • 8298a93dcc Make path separators in Torrent.get_files consistent across platforms. Chase Sterling 2012-11-12 21:27:08 -05:00
  • a78731c8cd Eliminate the need to manually call the on_toggle handler for move completed in add torrent dialog. Chase Sterling 2012-11-12 21:24:12 -05:00
  • 15492028fc Make sure sensitivity of move completed path is always set correctly in add torrent dialog. Chase Sterling 2012-11-10 22:20:27 -05:00
  • db5a4f84f6 Fix daemon starting with config dir containing spaces on Windows. Chase Sterling 2012-11-09 18:24:26 -05:00
  • 4b75ec5b55 Add move completed option to add torrent dialog. Chase Sterling 2012-11-07 22:35:41 -05:00
  • 1daae0135d Implement pseudo stable sort in the gtk torrent view. Chase Sterling 2012-11-07 19:41:04 -05:00
  • dd511df194 Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, faster, does not depend on pythoncom.) Nikita Nemkin 2011-06-02 01:19:44 +06:00
  • e43e4e2ee0 Fix 2107 : create_plugin.py call correct version of python Calum Lind 2012-11-06 22:21:00 +00:00
  • b67bae31ba Fix #2174 : Console: Unable to add torrent via URL Calum Lind 2012-11-06 21:27:02 +00:00
  • 5cb85472c6 Fix #2185: register call should be deregister in deregister_event_handler Calum Lind 2012-10-14 00:31:28 +01:00
  • 1c865ebeb9 Tweaks to console info code Calum Lind 2012-10-13 02:20:58 +01:00
  • a18bdcf7cd Fix #2169 : Add Torrent Dialog 'Download Location' not set correctly when folder typed into Other->Location field Calum Lind 2012-10-06 22:54:33 +01:00
  • 0a36baa7d7 Fix #2171 : Add Peer dialog stops responding if empty or invalid values entered Calum Lind 2012-09-30 18:23:51 +01:00
  • 47958f708f Fix #2104 : Deluge has no indicator title Calum Lind 2012-09-29 19:15:49 +01:00
  • d030850638 Update Win32 Installer readme Calum Lind 2012-06-27 00:00:26 +01:00
  • 9360378ae9 Fix common.open_file for osx Calum Lind 2012-05-08 10:00:22 +01:00
  • a3268dd403 Console: Fix test for empty color string Calum Lind 2012-03-27 01:49:10 +01:00
  • b34e38df57 Fix #2112 : World readable tmp directory in json_api baconseed 2012-09-29 17:01:28 +01:00
  • 5188750332 Fix 2163 : Cannot add torrent file with empty (0:) encoding tag Calum Lind 2012-09-27 18:36:50 +01:00
  • 7275cdd3d9 Fix exception handling in rencode Calum Lind 2012-09-27 18:00:47 +01:00
  • f6c201f02f Fix 2160 : Disable use of python bindings for libtorrent extensions and replace with session flag Calum Lind 2012-09-27 17:53:22 +01:00
  • 1ec51cec18 Fix copy pasta fail :( John Garland 2012-09-19 22:23:48 +10:00
  • 2531271fe2 Merge branch 'master' of deluge-torrent.org:deluge Andrew Resch 2012-09-18 18:00:13 -07:00
  • 9055019cc2 Fix previous commit Andrew Resch 2012-09-18 17:59:01 -07:00
  • 9829bec390 Fix execute plugin not working with unicode torrent names John Garland 2012-09-16 18:40:53 +10:00
  • 183c47f810 Fix deluge-gtk not working with twisted 12 (fixes #2148) John Garland 2012-09-16 18:36:58 +10:00
  • 129c09c5a7 Don't use deprecated twisted imports (fixes #2164) John Garland 2012-09-16 17:12:16 +10:00
  • c8384bf304 Update google.ico so tracker_icons tests pass again John Garland 2012-09-16 17:09:23 +10:00
  • 5e1caf3746 Add compile arg needed by libtorrent 0.16.x John Garland 2012-08-27 08:25:38 +10:00
  • 532b409a54 Only convert the move path to unicode if on windows Andrew Resch 2012-09-14 15:55:28 -07:00