summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Fix #2120 : WebUI: Manually entered values not being saved in SpinnersCalum Lind2012-11-24
* Fix #2212 : WebUI: Unable to scroll in proxy preferences pageCalum Lind2012-11-24
* Add quit dialog when changing classic mode.Chase Sterling2012-11-23
* Fix unhandled error with empty clipboard on Win32Calum Lind2012-11-23
* Updates to web gen_gettext script and add .build_data to gitignoreCalum Lind2012-11-23
* Removing unneeded webui filesCalum Lind2012-11-23
* Fix #2100 : Add option not to bring main window to front when adding torrents...Calum Lind2012-11-22
* Update bbfreeze and nsis scripts for win32 packagingCalum Lind2012-11-22
* updated gitattributes to ignore deluge-web debug filesCalum Lind2012-11-22
* Update changelog.Chase Sterling2012-11-21
* Make sure queue order is preserved when restarting daemon.Chase Sterling2012-11-21
* Fix file renaming and moving with unicode characters on libtorrent 0.16Chase Sterling2012-11-21
* Make path separators in Torrent.get_files consistent across platforms.Chase Sterling2012-11-12
* Eliminate the need to manually call the on_toggle handler for move completed ...Chase Sterling2012-11-12
* Make sure sensitivity of move completed path is always set correctly in add t...Chase Sterling2012-11-10
* Fix daemon starting with config dir containing spaces on Windows.Chase Sterling2012-11-09
* Fix jitter in gtk torrent view.Chase Sterling2012-11-07
* Revert stable sort and speedup commits.Chase Sterling2012-11-07
* Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, f...Nikita Nemkin2012-11-06
* Fix 2107 : create_plugin.py call correct version of pythonCalum Lind2012-11-06
* Move sensitivity check to a more appropriate place for move completed on add ...Chase Sterling2012-11-02
* Update changelog.Chase Sterling2012-11-02
* Merge remote-tracking branch 'github/1.3-gtk-movecompleted' into 1.3-stableChase Sterling2012-11-02
|\
| * Make move completed field sensitive only when check box is enabled on add tor...Chase Sterling2012-11-02
| * Fix changelog entry for move completed patch.Chase Sterling2012-11-02
| * Add move completed option to add torrent dialog.Chase Sterling2012-11-02
* | Update changelog.Chase Sterling2012-11-01
* | Generalize stable sorting to use unique column set for the ListView.Chase Sterling2012-11-01
* | Merge remote-tracking branch 'bro/1.3-stable-torrentview' into 1.3-stableChase Sterling2012-10-31
|\ \
| * | Speed optimizations for the torrentviewbendikro2012-10-10
* | | Make the gtkui torrent view stable sort.Chase Sterling2012-10-31
| |/ |/|
* | Fix #2185: register call should be deregister in deregister_event_handlerCalum Lind2012-10-14
* | Add #1397 : Console UI - Support -s STATE in infoCalum Lind2012-10-13
* | Ensure torrent_ids is a listCalum Lind2012-10-12
|/
* Fix #2169 : Add Torrent Dialog 'Download Location' not set correctly when fol...Calum Lind2012-10-06
* Fix #2171 : Add Peer dialog stops responding if empty or invalid values enteredCalum Lind2012-09-30
* Fix #2104 : Deluge has no indicator titleCalum Lind2012-09-29
* Fix #2112 : World readable tmp directory in json_apibaconseed2012-09-29
* Fix 2163 : Cannot add torrent file with empty (0:) encoding tagCalum Lind2012-09-27
* Fix exception handling in rencodeCalum Lind2012-09-27
* Fix 2160 : Disable use of python bindings for libtorrent extensions and repla...Calum Lind2012-09-27
* Fix copy pasta fail :(John Garland2012-09-19
* Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stableAndrew Resch2012-09-18
|\
| * Fix execute plugin not working with unicode torrent namesJohn Garland2012-09-16
| * Fix deluge-gtk not working with twisted 12 (fixes #2148)John Garland2012-09-16
| * Don't use deprecated twisted imports (fixes #2164)John Garland2012-09-16
| * Update google.ico so tracker_icons tests pass againJohn Garland2012-09-16
* | Fix previous commitAndrew Resch2012-09-18
|/
* Only convert the move path to unicode if on windowsAndrew Resch2012-09-14
* Add compile arg needed by libtorrent 0.16.xJohn Garland2012-08-27