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
Pedro Algarvio
2d40d2b224
PEP-8
2011-05-24 01:41:15 +01:00
Calum Lind
ce0234f0ef
Change Connection Manager Key Shortcut to Ctrl-M
2011-05-23 22:20:10 +01:00
Andrew Resch
c225eae189
1862: Fix typo in move storage
2011-05-23 13:41:37 -07:00
Calum Lind
afa941df2e
Update Changelog
2011-05-23 01:22:18 +01:00
Calum Lind
49cbcf1f9c
Update certain torrentview columns to default to not visible
2011-05-23 01:00:23 +01:00
Andrew Resch
3c3b68e2cc
Add ability to set columns as not visible by default by setting the kwarg default to False when adding the column
2011-05-22 15:18:17 -07:00
tecknicaltom
b93477c41e
Feature #1308 : Add Seeds/Peers ratio to torrent list view
2011-05-22 21:04:59 +01:00
runeks
766c48e3ca
Feature #1646 : Add columns for per torrent upload and download speed limits
2011-05-22 21:04:59 +01:00
Calum Lind
1f73476dc3
Fix Up/Down buttons in Edit Trackers Dialog
...
This fix properly reflects the movement of the tracker in the dialog table rather than by the tracker index.
2011-05-22 21:04:41 +01:00
Calum Lind
5bfb98f9a9
Change default value of close_to_tray to False
...
Prevents default install of Deluge disappearing if tray icon is missing.
2011-05-22 21:04:41 +01:00
Calum Lind
d07b53f665
Add key shortcuts for menu items
2011-05-21 18:53:22 +01:00
Calum Lind
449be00e33
Supress gobject warning in filtertreeview and torrentview
...
In console the warning "g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed" will appear. Quick investigation could find no solution with suggestions a python issue.
2011-05-21 18:53:03 +01:00
Calum Lind
655af15695
Modify setup scripts to be executable
2011-05-21 18:46:10 +01:00
Eirik Byrkjeflot Anonsen
a549eac063
Add --sort option to deluge-console's "info" command.
2011-05-21 18:46:10 +01:00
Eirik Byrkjeflot Anonsen
6fa2728ddc
Add seeding_time, active_time and tracker_status to deluge-console's "info" command.
2011-05-20 19:51:33 +01:00
Eirik Byrkjeflot Anonsen
9060de9b70
Fix spelling error in deluge-console output.
2011-05-20 19:49:22 +01:00
Calum Lind
57ac902d50
Updates to desktop file
...
Add magnet mimetype and tryexec key
Fix exec key to handle files and urls to conform with new desktop-entry spec
Update name, comment and category keys
2011-05-16 22:14:43 +01:00
Calum Lind
05578e0c75
Fix LP Bug #779074 - TypeError in on_key_press_event(): cannot concatenate 'str' and 'NoneType'
2011-05-12 18:14:10 +01:00
Damien Churchill
a0d4141afd
fix unrequired requests
2011-05-07 13:19:41 +01:00
Damien Churchill
493d0ac690
fix a bug when the host_id doesn't exist
2011-05-07 11:51:47 +01:00
Damien Churchill
fe9fe7977c
update changelog
2011-05-07 00:03:27 +01:00
Damien Churchill
e579a78d26
apply patch from #1742
2011-05-07 00:02:20 +01:00
Damien Churchill
bf96475840
update changelog
2011-05-07 00:00:18 +01:00
Damien Churchill
93c49495b2
apply patch from #1548
2011-05-06 23:59:31 +01:00
Damien Churchill
54ae8a4482
update changelog
2011-05-06 23:44:19 +01:00