Commit Graph

926 Commits

Author SHA1 Message Date
Martijn Voncken 1872a2634a use data/pixmaps instead of copied images 2008-03-11 18:40:04 +00:00
Mark Stahler 87e7fd5869 remove plugin preference page properly, handle downloads/timeouts better, fixed inf download loop 2008-03-10 22:12:31 +00:00
Andrew Resch 174ea3c35e Fix stop seed ratio to only stop Seeding torrents. 2008-03-10 10:33:29 +00:00
Andrew Resch b5078571a2 Fix inserting into queue. 2008-03-10 09:19:49 +00:00
Andrew Resch 616fa74051 Add timeout items to the StatusBar. These items will disappear after N
seconds.
Add warning items to the StatusBar.
Show warning when trying to resume a torrent past the stop share ratio.
2008-03-10 08:18:39 +00:00
Andrew Resch 4f0882ebbe Add Network Health icon to StatusBar.
Fix issue of adding a torrent to the top of the queue if no torrents in 
the session.
2008-03-10 07:32:25 +00:00
Andrew Resch 58e4e1b2f4 Update some copyright years. 2008-03-10 06:12:51 +00:00
Andrew Resch 07dd3506e1 Implement 'stop seed at desired ratio'. 2008-03-10 04:32:13 +00:00
Andrew Resch e305e04e31 Only update the queue when necessary, not every second. This should
improve performance a bit.
2008-03-10 02:54:20 +00:00
Andrew Resch bcd5b2c458 When loading state, add torrents with .fastresume files first to avoid
waiting for torrents to be checked.
2008-03-10 01:46:23 +00:00
Martijn Voncken 7d5bd22855 white template:add wip message 2008-03-09 20:32:11 +00:00
Martijn Voncken 5c02a9cb82 template-inheritance&white-template(wip) 2008-03-09 19:13:09 +00:00
Mark Stahler b5e4fdaa04 remove plugin icons from general path 2008-03-09 16:18:15 +00:00
Mark Stahler 62c52e8740 fixed icon path, added gtk download list button 2008-03-09 16:16:16 +00:00
Mark Stahler e0c5820bf0 Initial version of blocklist for 0.6 2008-03-09 06:05:00 +00:00
Andrew Resch 74cd111513 Add pop-up menus to the statusbar items. 2008-03-09 05:38:07 +00:00
Andrew Resch bed05c7a05 Updates to test plugin. 2008-03-09 05:05:56 +00:00
Andrew Resch c679d6b2cf Register 'Core' with deluge.component. 2008-03-09 03:39:26 +00:00
Andrew Resch 75a797cabe Add entry widgets for setting remote daemon paths. 2008-03-09 03:32:35 +00:00
Andrew Resch 7a0365fd4a Fix showing remote download/torrent files path in Preferences. 2008-03-09 03:31:30 +00:00
Andrew Resch 5d91c170e4 Fix signalreceiver crashing on daemon switch.
Fix exception on shutdown in signalreceiver.
2008-03-09 03:27:25 +00:00
Andrew Resch 969b43d069 Set # column as default sort. 2008-03-09 03:07:50 +00:00
Andrew Resch 8562cad4f5 Implement 'Queue finished to bottom'. 2008-03-09 02:41:02 +00:00
Andrew Resch def92cb735 Fix showing proper upload/download speed values in SystemTray. 2008-03-09 01:07:54 +00:00
Andrew Resch d0b3418ccc Fix preferences dialog to show when not connected to a daemon. 2008-03-09 01:00:26 +00:00
Andrew Resch 37f1560024 Move toolbar separator over one position. 2008-03-09 00:43:07 +00:00
Andrew Resch c1787e2520 Fix setting max active torrents to unlimited to actually work. 2008-03-09 00:27:32 +00:00
Andrew Resch ccfa7c16e0 Asio update. 2008-03-08 23:47:38 +00:00
Andrew Resch 4087576905 lt sync 2049 2008-03-08 23:38:26 +00:00
Andrew Resch 569fba5b5f Fix remove torrent toolbutton. 2008-03-08 23:13:30 +00:00
Andrew Resch 7303e52ae6 Fix torrents not showing up in list until changing filters. 2008-03-08 23:03:01 +00:00
Andrew Resch b32c7de968 Enable 'Queue new torrents to top' 2008-03-08 22:58:11 +00:00
Andrew Resch dda5be096a Touch-up Queue preferences. 2008-03-08 22:57:44 +00:00
Andrew Resch 2dc6df31da Queueing updates. This breaks torrents.state. 2008-03-08 08:19:43 +00:00
Andrew Resch 54b512a7e0 Delete .fastresume on resume of a non-seeding torrent. 2008-03-08 04:47:43 +00:00
Andrew Resch f2065ae344 Queue updates. 2008-03-08 04:15:35 +00:00
Andrew Resch 81606e3e67 More queue updates. 2008-03-07 02:27:34 +00:00
Andrew Resch cd2bfe8a62 Fix showing of page without updating selection in list. 2008-03-07 01:45:47 +00:00
Andrew Resch d7dd5180cf Add 'page' argument to show() to allow opening the Preferences dialog to
a specific page.
2008-03-07 01:13:45 +00:00
Andrew Resch ff4009cb6e Fix add_toolbutton() to work with non-stock images. 2008-03-07 00:55:46 +00:00
Martijn Voncken 882a7e8033 core:fix multiple queue_up/down 2008-03-05 19:10:21 +00:00
Martijn Voncken fa0847a45b webui:error handling of no-daemon 2008-03-05 18:58:44 +00:00
Sadrul Habib Chowdhury 6e5da1cae3 Update the null-client to work with the changed 'state' key. 2008-03-05 06:22:28 +00:00
Martijn Voncken f0d52b4fda enable queue 2008-03-04 21:42:46 +00:00
Martijn Voncken d2bd2fabcf webui:remove cat, use organize plugin 2008-03-04 21:27:51 +00:00
Martijn Voncken faa5b69db4 webui:cosmetic+crop_middle 2008-03-04 21:02:37 +00:00
Martijn Voncken 49ec8766ca webui:keyword filter 2008-03-04 20:11:19 +00:00
Martijn Voncken db24c543fe webui:move filter-logic to organize-plugin 2008-03-04 19:52:06 +00:00
Martijn Voncken 8cf72ca2dc organize core-plugin 2008-03-04 19:51:31 +00:00
Martijn Voncken 985ccb3187 webui:fix TORRENT_STATE 2008-03-04 12:04:08 +00:00