summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Bump version to 1.3.10 and update changelogdeluge-1.3.10Calum Lind2014-10-15
|
* [#2256] [GTKUI] Indexes are not updated correctly when removing columnsbendikro2014-10-15
|
* [GTKUI] Fix bug in the torrentview introduced by 5dba83bendikro2014-10-15
| | | | | | | The speedup optimizations removed code that recreates the model filter when a new column is added. This missing line is only a problem when there plugins that add columns to the GTKUI after initially loading the torrentlist.
* [WebUI] Security update for POODLE vulnerabilityCalum Lind2014-10-15
| | | | | WebUI with HTTPS enabled is vulnerable to POODLE (CVE­-2014­-3566), so switch from SSLv3 to TLSv1.
* Update changelog and bump version to 1.3.9deluge-1.3.9Calum Lind2014-10-04
|
* [#2514] [GTKUI] Every torrent is displayed twice in classic modebendikro2014-10-04
|
* Bump version to 1.3.8deluge-1.3.8Calum Lind2014-10-04
|
* Update copyright year in About dialog and po filesCalum Lind2014-10-04
|
* Update Changelog and translation filesCalum Lind2014-10-03
|
* Revert "[#1032] Keep track of torrent errors over restarts"Calum Lind2014-10-03
| | | | | | This reverts commit 2c54c696a1bb31a107f86c72341471c76b2fb0c2. This is not working as I intended, will hopefully commit a revised version to 1.3-stable.
* Fix previous commit's except statement for py2.5Calum Lind2014-10-02
|
* [#2335] [GTKUI] Fix startup failing with 'cannot acquire lock'Calum Lind2014-10-02
| | | | | | | | | This issue was caused by an unclean shutdown of Deluge, usually on system shutdown, and upon rebooting the PID stored in the lockfile is in used by another process thus the lockfile is never removed. It affects users with Deluge set in startup applications as the PIDs are more likely to be reused. * Lockfile is removed if Deluge is restarted in IPC. * Renamed the old_tempfile variable to make it clearer as to it's role.
* [Extractor] Add Finding Win 7z Path via Registrydoadin2014-09-24
|
* [#2497] [GTKUI] Fix the queue 'Clear' button not properly clearing.Alex Knaust2014-09-01
|
* Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"Calum Lind2014-08-31
| | | | This reverts commit 686fb3184480527d81ecc2e399b24ae676e7a1e8.
* [#2496] [GTKUI] Fix updating core_config before setting default optionsCalum Lind2014-08-31
| | | | | | * Remove duplicate entry in init. * Call update if empty config and prevent potential loop in update method. * Ensure that the queue Add button is sensitive, even when automatically adding.
* [GTKUI] Fix listview error with new configCalum Lind2014-08-31
|
* [#2493] [GTKUI] Fix TypeError if active workspace is NoneCalum Lind2014-08-25
|
* [Notifications] Small layout fixes for web page and version bumpCalum Lind2014-08-19
|
* [#1310] [Notifications] Add webui prefs pageomaralvarez2014-08-19
|
* Fix firing of Finished event when movingCalum Lind2014-08-16
|
* Fix for Indicator icon label issueCalum Lind2014-08-09
|
* [LP:#1168858] Nautilus window opens behind current windowCalum Lind2014-08-09
|
* [GTKUI] Fix showing the open_folder menuitemCalum Lind2014-08-09
|
* [GTKUI] Suppress unimportant gnome warningsCalum Lind2014-08-09
|
* [GTKUI] Optimized the updating of the torrent viewbendikro2014-08-04
| | | | | Instead of disabling sort, sort is not enabled until the list is loaded for the first time.
* Backport decode_string from developCalum Lind2014-08-04
|
* [WebUI] Update from config upon showing plugin pageCalum Lind2014-08-04
|
* Bump version for updated pluginsCalum Lind2014-08-04
|
* [#2478] [Blocklist] Add WebUI plugin pageLuis Omar Alvarez Mures2014-08-04
|
* [#2470] [Console] Fix console parsing argsCalum Lind2014-08-04
| | | | | | | This negates the need for quoting a single command with an arg e.g. deluge-console del --remove_data torrrent_file Multiple commands separated by semi-colon still require quoting.
* [#1290] [Execute] Add TorrentRemoved eventCalum Lind2014-08-04
|
* [#1032] Keep track of torrent errors over restartsCalum Lind2014-08-04
|
* [Extractor] Add webui pageCalum Lind2014-08-04
|
* [#1126] [#2322] Emit FinishedEvent after moving storage completeCalum Lind2014-07-19
| | | | | Also changed the Execute and Extractor plugins to process the updated FinishedEvent functionality.
* Fix to mitigate fastresume corruptionCalum Lind2014-07-19
| | | | | | The code in develop is more robust but by writing to a temp file first then moving it should stop the worst of fastresume corruption issues, e.g. hard resets.
* [#2238] [Scheduler] Fix undefined this.scheduleCellsCalum Lind2014-07-13
|
* 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
|