316 Commits

Author SHA1 Message Date
Andrew Resch
4c867264f9 Add '-c, --config' options to set config directory. 2008-04-05 22:40:35 +00:00
Andrew Resch
72e0df3e5f Fix details tab. 2008-04-05 22:04:17 +00:00
Andrew Resch
8eca7bfdeb Add Options tab. 2008-04-05 21:43:04 +00:00
Andrew Resch
0f32cde503 Fix possible issue where the health icon will not disappear. 2008-04-01 08:38:10 +00:00
Marcos Pinto
4d81005d5b add open file to files tab 2008-04-01 07:40:27 +00:00
Andrew Resch
4cd7ade277 Some tweaks to the add url dialog. 2008-04-01 00:59:36 +00:00
Andrew Resch
aa5da70030 Implement Add by Url in the addtorrentdialog. 2008-04-01 00:47:52 +00:00
Andrew Resch
187fedbb8a Fix AutoAdd preference.
Tweak stats panel.
2008-03-31 12:36:47 +00:00
Andrew Resch
787de2cfe0 Add 'hash' to torrent details. 2008-03-31 09:06:16 +00:00
Andrew Resch
22aafb532e Fix edit trackers dialog. 2008-03-31 08:35:54 +00:00
Andrew Resch
db13c2e3f3 Implement Error status. 2008-03-31 06:17:55 +00:00
Andrew Resch
4ff17ee367 Implement AutoAdd folder. 2008-03-31 01:37:59 +00:00
Andrew Resch
4e5a20ba38 Remove some debug prints. 2008-03-29 04:39:34 +00:00
Andrew Resch
81d07734e5 Remove viewport from files and peers tab. 2008-03-29 04:11:44 +00:00
Marcos Pinto
dff2a69169 add private status to details tab 2008-03-28 01:44:47 +00:00
Andrew Resch
cceb2ef5a0 Start of peers tab implementation. 2008-03-25 08:28:50 +00:00
Andrew Resch
c4ee6c090e Add state saving to the the files tab so that column size, sort order
and positions are persistent.
2008-03-25 01:53:00 +00:00
Andrew Resch
d34356a800 Modify how we iterate through the liststore. 2008-03-18 00:21:23 +00:00
Andrew Resch
1a5ebf73ee Start work of new torrent info tabs. 2008-03-17 09:36:43 +00:00
Andrew Resch
86d8ea3f5b Fix add torrent dialog displaying the wrong download path when connected
to a remote daemon.
2008-03-17 08:11:21 +00:00
Andrew Resch
5b6a197a50 Clicking on the 'Not Connected' status bar item will now show the
ConnectionManager.
2008-03-17 08:01:27 +00:00
Andrew Resch
4c987aed06 Fix showing the other speed dialog in the StatusBar pop-up menus. 2008-03-12 07:56:59 +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
74cd111513 Add pop-up menus to the statusbar items. 2008-03-09 05:38:07 +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
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
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
dda5be096a Touch-up Queue preferences. 2008-03-08 22:57:44 +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
Andrew Resch
0e31d4243c Add 'Queued' label to SideBar.
Fix the labels filter from not displaying properly.
2008-03-03 09:05:02 +00:00
Andrew Resch
87a59662e4 Modify common.TORRENT_STATE to be a list instead of a dictionary. The
state is now sent as a string instead of an int.  This will break UIs.
2008-03-03 02:41:44 +00:00
Andrew Resch
eb15b5da37 Setting options for the Queueing stuff now works in preferences. 2008-03-03 02:40:43 +00:00
Andrew Resch
25d2f99ece Update the host list on initialization. 2008-03-02 06:50:34 +00:00
Andrew Resch
ea3d25e8e1 Add Queue functionality from the plugin to the core. This breaks
torrents.state.
2008-03-02 04:47:35 +00:00
Andrew Resch
b72098e561 Start of work migrating the Queue plugin into core. 2008-02-27 08:10:14 +00:00
Andrew Resch
f1808a0cc3 Add pausing and resuming of components. This stops the update() timer
for the component and restarts it upon resume.
2008-02-27 07:43:47 +00:00
Andrew Resch
8ee529d229 Add 'on_apply_prefs' plugin hook. 2008-02-26 17:10:44 +00:00
Andrew Resch
a352202247 Account for large files in the files list. 2008-02-25 06:52:56 +00:00
Andrew Resch
4513531ef4 Attempt to call 'apply_prefs()' in enabled plugins when the user clicks
OK or Apply in preferences.  This is designed to allow plugins to save 
their preferences.
2008-02-25 02:49:30 +00:00
Martijn Voncken
d53a606b0e big client.py refactor 2008-02-22 22:16:13 +00:00