6441 Commits

Author SHA1 Message Date
Calum Lind
81d4b00ade Localize the Desktop file 2011-07-13 21:28:59 +01:00
Calum Lind
1a9be0e9a4 Update Changelog, deluge.pot & gitignore 2011-07-10 17:45:37 +01:00
Calum Lind
28fc325db9 Fix UnicodeDecodeError from 'deluge-console --help' with other languages 2011-07-10 16:30:00 +01:00
Calum Lind
eb309813ea Fix #1505: Add libtorrent info to --version output 2011-07-09 23:09:17 +01:00
Calum Lind
2e7bd90bda Fix #1801: ConsoleUI failed connect results in unhandled defered error and missing error message 2011-07-09 21:57:36 +01:00
Calum Lind
f59eca4405 Fixes keyerror with existing file priorities set to High 2011-07-08 23:24:54 +01:00
Calum Lind
fa209dfd5f Add handler for drag_data_received to supress warning 2011-07-08 23:15:15 +01:00
Calum Lind
8e8717c867 Fix httpdownloader error with existing filename 2011-07-06 22:53:41 +01:00
Calum Lind
8644bc219a LP Bug #496265: Peers in PeersTab show non-zero download rate when seeding 2011-07-06 21:33:02 +01:00
Calum Lind
7c276f3133 Fix #1263: GTK UI not remembering column width
Removing a column from the treeview on shutdown causes all the
column widths to be zero which are saved to the state file.

The workaround is to not save the state file if all columns are zero.
2011-07-06 19:11:05 +01:00
Calum Lind
ce1aca54b5 Fix #948: New Release Dialog does not show server version 2011-07-05 18:30:11 +01:00
John Garland
54642720e4 Update ubuntu favicon in test_tracker_icons.py 2011-07-05 17:53:11 +10:00
John Garland
18ebf5b912 Only deregister component if the registry still exists 2011-07-05 17:53:11 +10:00
Calum Lind
ff087d133c Fix #1239: Translated Tracker Error text not counted in sidebar Error status 2011-07-04 21:20:59 +01:00
Calum Lind
5d4c8241ea Fix translation of KiB/s 2011-07-04 21:13:44 +01:00
Calum Lind
fbc664fa14 Fix #1258: Add Magnet and Url support to add command in console 2011-07-02 19:32:43 +01:00
Calum Lind
cc130c0085 Fix up/down speed labels in status tab 2011-07-02 19:10:55 +01:00
Calum Lind
87802aa965 Update Changelog 2011-07-02 18:57:57 +01:00
Calum Lind
678be3ce15 Fix #1715: AddTorrentsDialog does not display filename changes when switching between torrents 2011-07-02 15:30:57 +01:00
Calum Lind
52f89270e6 Fix #1582: Wrong path separator returned when moving storage in Windows 2011-07-02 15:30:57 +01:00
Calum Lind
1a9ae62669 Fix #1338 Seeds and Peers totals not updating 2011-07-01 02:37:40 +01:00
Calum Lind
e7b5be6a60 Fix #1477: Execute Plugin should ignore Added events from state file on startup 2011-06-30 22:38:34 +01:00
Calum Lind
7e51c82705 Improved fix for losing Labels upon restart 2011-06-30 22:38:07 +01:00
Calum Lind
d6e619c413 Add session_started to determine if TorrentAddedEvent is from state file 2011-06-30 22:33:48 +01:00
Calum Lind
ba1cc6ef1f Fix #1232: Improve display of Peers Tab IPv6 addresses 2011-06-30 17:56:43 +01:00
Calum Lind
b5a0f32826 Fix append trackers error occuring with magnet uris 2011-06-30 17:19:41 +01:00
Calum Lind
2cceb3a349 Update append trackers commit to ignore state file adds 2011-06-28 01:42:26 +01:00
Calum Lind
6ad3a770af Add #890: If added torrent already exists, append extra trackers to it 2011-06-28 00:53:02 +01:00
Calum Lind
f7c21fd87b Fix #1246: Losing Labels upon restart 2011-06-27 23:09:08 +01:00
Andrew Resch
01465f583f Adjust file priorities to make Highest actually the highest allowed by libtorrent and High has been changed to what Highest was 2011-06-21 10:51:49 -07:00
Calum Lind
d3b0df5788 Update Changelog 2011-06-20 00:18:13 +01:00
Calum Lind
4f3c753fc1 Save and restore Preferences dialog size from config 2011-06-19 23:47:39 +01:00
Calum Lind
6a873c524e Update potfiles and deluge.pot 2011-06-19 23:12:18 +01:00
Andrew Resch
010b6dd4af Fix preferencesmanager from failing to stop when trying to stop
loopingcall that wasn't started
2011-06-18 20:14:37 -07:00
Calum Lind
00900fef1c Fix uri handling when dragged to gtk window 2011-06-17 22:27:39 +01:00
Calum Lind
d2e1d66f43 Fix unhandled 'Connection was refused' error in gtkui 2011-06-17 18:00:40 +01:00
Calum Lind
c95ca18b37 Add a file exists check to torrents passed as arg 2011-06-16 21:14:41 +01:00
Calum Lind
34f81634e5 Fix path error with torrent files prefixed with 'file://' from Firefox 2011-06-16 21:14:41 +01:00
John Garland
2cb77d17ce Increase max piece size to 16 MiB in create torrent dialog
Increasing it beyond this will require changes to
createtorrentdialog.py
2011-06-10 13:28:18 +10:00
Calum Lind
4c32aa14d0 modify pluginbasemanager to search for egg_info dirs 2011-06-08 22:46:23 +01:00
Pedro Algarvio
5d9120b667 Add 2 more commands to setup.py
Two more commands were added to setup.py:
 * develop_plugins - Installs each of the plugins in development mode
 * egg_info_plugins - Create the '.egg-info' distribution directories for each plugin. This will make the plugin discoverable by deluge

Both these commands are intended to be used while developing deluge.
2011-06-08 22:26:28 +01:00
Calum Lind
8a3bad9fc2 Fix #1456 - No ETA showing with multiple files 2011-06-05 13:10:02 +01:00
Calum Lind
2005691312 Fix #1560 - FilesTab Progress value sorting by int instead of float 2011-06-05 13:10:02 +01:00
Calum Lind
47c9cccd74 Merge branch 'translate_updates' into 1.3-stable 2011-06-05 00:28:20 +01:00
Calum Lind
2186fdb870 Catch snd_path is None error in Notification Plugin 2011-06-04 23:35:03 +01:00
Andrew Resch
5b1e43735b Fix systemtray from stopping properly when appindicator is enabled 2011-06-03 14:54:36 -07:00
Calum Lind
e54f6c84d6 Fix translations texts in glade and python files 2011-06-03 20:16:54 +01:00
Calum Lind
30d91f17dc Remove page x from translatable in pref_diaog glade 2011-06-03 20:16:54 +01:00
Calum Lind
af058bbdc7 Change translatable to No for gtk stock labels 2011-06-03 20:16:54 +01:00
Calum Lind
7232dc4b01 Add gtk-* items to gettextize 2011-06-03 20:16:54 +01:00