Calum Lind
f599b883cf
[win32] Update packaging scripts
...
* Update directory paths.
2015-08-24 15:40:55 +01:00
mohd-akram
bef71e60b3
[ #2734 ] Add 256x256 to deluge.ico
2015-08-24 15:37:16 +01:00
Calum Lind
acf4fc4193
[ #2233 ] [lp:#1487704] Fix AttributeError in set_trackers with lt 1.0
2015-08-22 15:31:26 +01:00
Calum Lind
123dd8f011
[WebUI] Fix i18n issue in Connection Manager
...
The status strings were incorrectly marked for translation which when combined with
some translations using 'connected' and 'online' as the same word resulted in
users being unabe to connect to running daemon.
* Removed translation markup from json_api but left as original capitalised word in
case other third-party scripts do comparison on these status strings.
* Added translation markup prior to displaying ConnectionManager using template.
* Reworded password prompt and added translation markup.
* Update gettext.js
2015-08-20 13:48:34 +01:00
Calum Lind
0516e3df45
Update author name as per request
2015-08-17 23:05:34 +01:00
Benjamin Dykstra
0c750084dc
[ #2295 ] [WebUI] Increased lifespan of display settings
...
Display settings for the WebUI are persisted using cookies created by
Ex.state.CookieProvider. When no expiration date is provided, a default
value of (now + 7 days) is used. This causes display settings to be
lost frequently.
This fix adds an 'expires' parameter with a value of (now + 10 years).
This change does not affect the lifespan of the session cookie, which
is created by a separate system.
2015-08-14 16:51:38 +01:00
Calum Lind
907109b8bc
Update man pages
2015-08-14 13:22:23 +01:00
Calum Lind
630aa730d5
[ #2730 ] Fix Deluge dev versions not starting
...
Change to use the VersionSplit class and fix code there.
2015-08-14 00:20:02 +01:00
Calum Lind
16faa26124
[GTKUI] Improve About dialog copyright format for translators
2015-08-13 23:03:26 +01:00
Calum Lind
ebabd20c98
Remove stray tab in label plugin text
2015-08-09 12:17:47 +01:00
Andrew Resch
d40dfcd53c
Fix for Twisted 15.0 URI class rename
2015-02-23 12:39:40 +00:00
Calum Lind
6ab951caee
Bump version to 1.3.11
...
* Update changelog
* Merge translations
* Build js files
2014-11-30 21:53:46 +00:00
Calum Lind
52e0993fa3
[ #2676 ] Add pilow and appindicator to DEPENDS
2014-11-25 18:59:04 +00:00
Calum Lind
d7bb5dfa8b
[WebUI] Add missing column entries to Torrent Record
2014-11-20 21:46:16 +00:00
Calum Lind
7c3d44c42e
[ #2588 ] [WebUI] Fix Size column to show total_wanted
...
* It is more useful to show total_wanted and now matches GTKUI column.
2014-11-20 21:43:33 +00:00
Calum Lind
dd6e7ec490
[ #2698 ] [GTKUI] Fix corrupted column indexes when using multiple col_types
...
* Ensures that removing multiple items from liststore_columns list does not affect the index.
2014-11-20 18:48:30 +00:00
Calum Lind
2c1a863ffb
[WebUI] Modify SSL Context to allow >=TLSv1 protocol
...
* The TLSv1_METHOD is a fixed protocol version so this change will allow higher versions to be used where possible.
2014-11-20 15:11:48 +00:00
Calum Lind
40382002f6
[ #2555 ] [Core] Disable use of SSLv3 for DelugeRPC
2014-11-20 15:06:59 +00:00
Calum Lind
05b4cb5546
[GTKUI] Fix ImportError with ReactorAlreadyInstalledError
...
Older systems such as Ubuntu Lucid encountered this import error as Twisted versions < 10 don't
have the exception type ReactorAlreadyInstalledError.
2014-11-18 12:03:46 +00:00
Calum Lind
75dca80ac4
[Core] Modify #1869 fix to only apply to lt <= 0.15
...
A fix was implemented in 0.16: https://code.google.com/p/libtorrent/issues/detail?id=406#c39
2014-11-18 11:17:45 +00:00
Calum Lind
cc56764ee9
Bump version to 1.3.10 and update changelog
2014-10-15 22:10:39 +01:00
bendikro
53f485d87e
[ #2256 ] [GTKUI] Indexes are not updated correctly when removing columns
2014-10-15 19:02:00 +01:00
bendikro
f95cfb42c3
[GTKUI] Fix bug in the torrentview introduced by 5dba83
...
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.
2014-10-15 19:01:44 +01:00
Calum Lind
26f5be1760
[WebUI] Security update for POODLE vulnerability
...
WebUI with HTTPS enabled is vulnerable to POODLE (CVE-2014-3566), so switch from
SSLv3 to TLSv1.
2014-10-15 18:44:11 +01:00
Calum Lind
d3f47097c1
Update changelog and bump version to 1.3.9
2014-10-04 23:33:07 +01:00
bendikro
7a2092d3c4
[ #2514 ] [GTKUI] Every torrent is displayed twice in classic mode
2014-10-04 23:15:04 +01:00
Calum Lind
3e632600c6
Bump version to 1.3.8
2014-10-04 11:15:52 +01:00
Calum Lind
4df58b51ff
Update copyright year in About dialog and po files
2014-10-04 10:53:29 +01:00
Calum Lind
4fc8032c88
Update Changelog and translation files
2014-10-03 22:04:28 +01:00
Calum Lind
5e1874eb8d
Revert "[ #1032 ] Keep track of torrent errors over restarts"
...
This reverts commit 2c54c696a1
.
This is not working as I intended, will hopefully commit a revised version to 1.3-stable.
2014-10-03 15:26:50 +01:00
Calum Lind
810391316c
Fix previous commit's except statement for py2.5
2014-10-02 17:36:58 +01:00
Calum Lind
47daef1e47
[ #2335 ] [GTKUI] Fix startup failing with 'cannot acquire lock'
...
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.
2014-10-02 17:15:02 +01:00
doadin
294ad9fae1
[Extractor] Add Finding Win 7z Path via Registry
2014-09-24 22:44:18 +01:00
Alex Knaust
f1fe593fd6
[ #2497 ] [GTKUI] Fix the queue 'Clear' button not properly clearing.
2014-09-01 21:27:38 +01:00
Calum Lind
c982e8de67
Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"
...
This reverts commit 686fb31844
.
2014-08-31 14:56:38 +01:00
Calum Lind
33339b1dc6
[ #2496 ] [GTKUI] Fix updating core_config before setting default options
...
* 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.
2014-08-31 14:35:47 +01:00
Calum Lind
ecf5af1e16
[GTKUI] Fix listview error with new config
2014-08-31 12:17:05 +01:00
Calum Lind
4e77c46694
[ #2493 ] [GTKUI] Fix TypeError if active workspace is None
2014-08-25 16:33:47 +01:00
Calum Lind
3f8526160d
[Notifications] Small layout fixes for web page and version bump
2014-08-19 16:30:02 +01:00
omaralvarez
82fb3408ee
[ #1310 ] [Notifications] Add webui prefs page
2014-08-19 16:27:01 +01:00
Calum Lind
223c9319c7
Fix firing of Finished event when moving
2014-08-16 22:50:02 +01:00
Calum Lind
c61c2d8c3a
Fix for Indicator icon label issue
2014-08-09 16:51:28 +01:00
Calum Lind
8bdf1e9044
[LP:#1168858] Nautilus window opens behind current window
2014-08-09 00:47:09 +01:00
Calum Lind
98dcc3f26e
[GTKUI] Fix showing the open_folder menuitem
2014-08-09 00:17:43 +01:00
Calum Lind
e2b0ceae1d
[GTKUI] Suppress unimportant gnome warnings
2014-08-09 00:16:48 +01:00
bendikro
5dba838533
[GTKUI] Optimized the updating of the torrent view
...
Instead of disabling sort, sort is not enabled until the list is
loaded for the first time.
2014-08-04 22:17:12 +01:00
Calum Lind
54eb28a097
Backport decode_string from develop
2014-08-04 22:05:30 +01:00
Calum Lind
4bd4c78969
[WebUI] Update from config upon showing plugin page
2014-08-04 21:59:47 +01:00
Calum Lind
1990bdcb52
Bump version for updated plugins
2014-08-04 21:57:55 +01:00
Luis Omar Alvarez Mures
70bf274974
[ #2478 ] [Blocklist] Add WebUI plugin page
2014-08-04 21:57:55 +01:00