summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Bump version to 1.3.7deluge-1.3.7Calum Lind2014-07-09
|
* [WebUI] Update compressed jsCalum Lind2014-07-09
|
* Update ChangeLogCalum Lind2014-07-09
|
* Update POT fileCalum Lind2014-07-09
|
* Update translation po files from launchpadCalum Lind2014-07-09
|
* [GTKUI] Fix text typo and mark for translationCalum Lind2014-07-09
|
* [#2418] Fix WebUI error when adding non-ascii torrentCalum Lind2014-07-08
| | | | | | | | | json.dumps attempts to decode (utf8) the 'path' entry which had a different encoding. The solution is to ensure the 'path' entry is utf8 encoded and remove the unneeded 'path.utf-8' entry. As self.__m_metadata["info"]["files"] is updated the later code checking and decoding the 'path' entry can be removed.
* Prevent private flagged torrents auto-merging trackersCalum Lind2014-07-07
| | | | | | When adding a torrent already in session any new trackers are merged to the exiting torrent but this is an unwanted feature for private flagged torrents.
* [#2315] [GTKUI] Potential fix for lost window on Win32Calum Lind2014-07-07
|
* [GTKUI] Typo causing password dialog to showCalum Lind2014-07-07
|
* [GTKUI] Fix quitting bypassing password lockCalum Lind2014-07-07
|
* [#2369] [GTKUI] Fix bypassing tray password dialogCalum Lind2014-07-07
| | | | | | | Created a generic password dialog and moved the unlock code out of systemtray so any call to window.present will now show the dialog. Also fixed the appindicator not showing the correct visible status
* [GTKUI] Hide the associate magnet button on OSXCalum Lind2014-07-04
|
* [#1490] Increase the Alertmanager interval to 0.3sCalum Lind2014-07-04
| | | | The original 0.05 interval is causing excessive idle cpu usage
* [#2372] [GTKUI] 'Ratio' column will not retain positionPedro Algarvio2014-02-20
| | | | This is a backport of restore_columns_order_from_state applied to develop code.
* [#2373] [OSX] Fix laucher scripts for single leading slash pathCalum Lind2014-02-19
| | | | | | | On Mavericks the application path passed to scripts only has single leading slash compared to previous double slash. Renamed and changed shebang to bash to prevent any issues. Updated README to rst format for display in trac wiki.
* [#2082] Validate ip address for listen_interface entryCalum Lind2014-02-18
| | | | | | This ensures that only ip addresses are accepted for listen_interface as libtorrent cannot accept interface names (eth0) and will cause unexpected results for user.
* [#2343] Fix error if listen interface is whitespaceCalum Lind2014-02-18
| | | | | Whitespace in the interface dialog is not obvious to the user so strip in core to prevent error from bad config
* [#2310] [WebUI] Fix unicode password supportCalum Lind2014-02-17
|
* [2374][WebUI] Fix right-click selection issueCalum Lind2014-02-17
|
* forgot break in for loopCalum Lind2014-02-09
|
* GTKUI: Ensure None value from problem config is empty string for set_textCalum Lind2014-02-09
|
* Change get_default_download_dir to use expanduser as fallbackCalum Lind2014-02-09
|
* Fix common.free_space to handle path is NoneCalum Lind2014-02-09
|
* Fix #2381 : Allow silent uninstall for Windows packageCalum Lind2013-11-19
|
* Fix #2371 : Add StartupWMClass to desktop fileCalum Lind2013-11-19
|
* Fix #2367 : Private Flag not showing as ticked/checked in DelugeStart themeCalum Lind2013-11-19
|
* Fix #2365 : Hiding Progress column generates TypeErrorCalum Lind2013-11-19
|
* Fix #2335 : IPC lockfile issue preventing start of deluge-gtkCalum Lind2013-11-19
|
* Fix #2355 previous fix wasn't entirely correct - thanks Thomas HippAndrew Resch2013-11-12
|
* Fix twisted 13.1 compat -- the _parse() function was replaced by the _URI classAndrew Resch2013-08-06
|
* Fix #2338 : Spelling mistake with occurredCalum Lind2013-06-09
|
* Fix #2302 : deluge-gtk crashed with IndexError in get_plugin_infobendikro2013-05-22
| | | | This fix handles the plugin info not being available
* Fix #2303 : Torrent state not updated until after emitting TorrentFinishedEventCalum Lind2013-05-22
|
* Fix #2221 : Addtorrentdialog KeyError accessing download_locationCalum Lind2013-05-09
| | | | Sets a default value of None for any missing config keys
* Fix #2324 : Encryption level set by deluge does not match libtorrent valuesCalum Lind2013-05-09
| | | | The clients are using range (0-2) whereas actual bit values are (1-3)
* Fix Python 2.5 compatibilityCalum Lind2013-04-23
|
* Update DEPENDSCalum Lind2013-03-27
|
* Update Extractor plugin description, version and modify log levelsCalum Lind2013-03-26
|
* Fix #2290 : Extractor: Dotted filenames being rejectedCalum Lind2013-03-26
|
* Fix scalable icon install dirCalum Lind2013-03-24
|
* Add pango env vars to osx package scriptCalum Lind2013-03-17
|
* Update osx build and packaging scriptsCalum Lind2013-03-17
|
* Fix issue with Plugins that add Tab to torrentdetailsCalum Lind2013-02-27
|
* Bump version for releasedeluge-1.3.6Calum Lind2013-02-25
| | | | Also update deluge.pot and .gitattributes
* Extractor: Refactor and fix tar.* issue on windowsCalum Lind2013-02-23
|
* Add a new DelugeStart theme to win32 gtkCalum Lind2013-02-22
| | | | This theme is based upon ANewStart theme and uses murrine theme engine.
* Disable unused torrentview reordering property which fixes Win32 mouse ↵Calum Lind2013-02-22
| | | | scroll bug
* Fix #2283 : Potential for sessionproxy keyerror with newly added torrentsCalum Lind2013-02-21
|
* Update Extractor with Win32 and extra archives supportCalum Lind2013-02-21
| | | | | Also disabled extracting on move_completed enabled torrents and fixed some other small issues.