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
Calum Lind
263b10ffd2
Update gettextize to ignore .git folder
2011-06-03 20:16:54 +01:00
Calum Lind
36d5ff5040
Fix translate string in notifications plugin
2011-06-03 20:16:54 +01:00
Calum Lind
85d4602949
Fix translated string in addtorrentdialog
2011-06-03 20:16:54 +01:00
Calum Lind
a75fa41c42
update create_potfiles_in to ignore plugins build dir
2011-06-03 20:16:46 +01:00
Andrew Resch
e75ae7c81e
Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable
2011-06-03 09:01:48 -07:00
Calum Lind
fad24e93f3
Update setuptools version in ez_setup
2011-06-02 21:49:27 +01:00
Andrew Resch
94d53ac368
Show errors when trying failing to properly stop a component
2011-06-02 12:04:56 -07:00
Andrew Resch
52bf08dfd1
Fix #1869 : Set the disk io read/write to bypass OS cache in Windows as suggested in http://code.google.com/p/libtorrent/issues/detail?id=166
2011-05-31 09:57:59 -07:00
Calum Lind
532973c3d1
Fix #1504 - Win32 run deluged as not logged in user via runas or service
2011-05-30 12:48:23 +01:00
Calum Lind
254efa88e5
Add check to key_press_event for keyname returning None
2011-05-29 12:08:55 +01:00
Andrew Resch
583248f558
Allow a smtp port higher than 100
...
Add a shadow to scrolled window
2011-05-28 18:25:58 -07:00
Pedro Algarvio
69956ad1db
Implemented search as you type capabilities to the treeview, ie, when the
...
treeview has focus and user starts typing, select the first matching
torrent name.
2011-05-28 22:12:32 +01:00
Calum Lind
1e274cfb48
Update Changelog
2011-05-27 23:58:52 +01:00
Calum Lind
b0e38d7bde
Merge branch 'Add-F2' into 1.3-stable
2011-05-27 23:47:43 +01:00
Calum Lind
4d643f2cba
Fix #1861 - AutoAdd Warning (column number is a boolean)
2011-05-27 23:46:02 +01:00
Calum Lind
09a56ae03c
Catch an IndexError occurring in Files Tab when scrolling through long list of torrents
2011-05-27 23:46:02 +01:00
Calum Lind
c2b5d29c6a
Fix #1860 - Files Tab TypeError (could not parse subscript as a tree path)
2011-05-27 23:46:02 +01:00
Calum Lind
a3d2b41b54
Fix #1195 - Right-click selecting issue when switching between files and folders
2011-05-27 23:46:02 +01:00
Calum Lind
da679371b7
Add F2 key shortcut to rename files in Files Tab
2011-05-27 23:46:02 +01:00
Calum Lind
83283cdcf3
Add XDG_DOWNLOAD_DIR for default download folder #1788
2011-05-27 23:45:54 +01:00
John Garland
e180e2af88
Fix subheading in ChangeLog
2011-05-26 10:10:08 +10:00
Andrew Resch
14c3655ba1
Properly show the 'Checking Resume Data' state instead of just 7
...
Show the checking icon for torrents in the 'Checking Resume Data' state
2011-05-25 13:27:16 -07:00
Andrew Resch
f330469bc9
Set the WM_CLASS name to Deluge
2011-05-25 13:17:41 -07:00
Andrew Resch
c81fbf788d
Update version numbers
2011-05-24 15:16:56 -07:00
Andrew Resch
a35b2497f3
Update javascript release files
2011-05-24 15:13:50 -07:00
Andrew Resch
8fe299dc21
Update translations
2011-05-24 11:49:35 -07:00
Calum Lind
e66f0cb503
Small text updates
2011-05-24 01:58:40 +01:00
Andrew Resch
5e129b3c64
Fix up displaying versions in the about dialog
2011-05-24 01:42:35 +01:00