120 Commits

Author SHA1 Message Date
Andrew Resch
ee442536a8 Fix properly disconnecting from the currently connected daemon when connecting to a different daemon 2009-07-31 00:39:09 +00:00
Andrew Resch
2089fd1823 Add gtkui.common.get_deluge_icon() and use it 2009-07-31 00:18:35 +00:00
Damien Churchill
91c5028701 use the icon theme's icon where available 2009-07-30 23:41:27 +00:00
Andrew Resch
c8de0b897d Show hosts as Offline when they are initially added to the listview
Select the first host in the list on show
2009-05-28 01:15:38 +00:00
Andrew Resch
d67477f6e2 Add OpenSSL exception to all GPL headers 2009-05-18 21:51:49 +00:00
Andrew Resch
62b0d0b094 Prevent exception when clicking on the Connect button when no host is selected 2009-05-01 17:28:57 +00:00
Andrew Resch
2b96aa990e Fix showing connected status in connection manager 2009-03-20 18:55:54 +00:00
Andrew Resch
be68515fdc Have the client module automatically try to get the localhost creds in connect() 2009-02-10 08:40:05 +00:00
Andrew Resch
b18d9cfed4 Fix issue that could happen when the deferreds created in the connection
manager fire after the dialog has been closed
2009-02-04 06:41:19 +00:00
Andrew Resch
a24738a9ff Implement Events (formerly Signals) which are emitted from the daemon to interested clients. 2009-02-03 04:13:41 +00:00
Andrew Resch
b3b856bcca Fix double-clicking on host entry to connect 2009-01-30 03:07:22 +00:00
Andrew Resch
e9f8c7b0e8 Get Classic mode working somewhat. There are still some issues to
resolve with it.
2009-01-28 17:59:27 +00:00
Andrew Resch
44ffcd4499 Automatically get localclient credentials if attempting to connect to a
localhost
2009-01-28 02:31:51 +00:00
Andrew Resch
464073e596 Update the list 2 seconds after starting the daemon 2009-01-28 01:36:46 +00:00
Marcos Pinto
01fbda7c9e minor connectionmanager fixes on adding hsot 2009-01-28 01:14:29 +00:00
Andrew Resch
4d2c6881f8 Fix saving hostlist on host remove 2009-01-28 00:57:45 +00:00
Andrew Resch
6cd05fbbc9 Remove default user/pass from hostlist 2009-01-28 00:52:18 +00:00
Andrew Resch
42588656fd Implement new DelugeRPC method to replace XMLRPC.
This commit breaks _a lot_ of things including the web and console UIs, please do not expect 
anything to work.
2009-01-27 08:03:39 +00:00
Andrew Resch
6359c5d4af Do not use the stored config_location value because it should only be used if the --config option is
set.
2008-12-27 21:24:50 +00:00
Andrew Resch
04d14df8c7 Re-org Core and start using RPCServer 2008-12-20 04:27:59 +00:00
Andrew Resch
c32eddfc48 Fix starting with new config folder 2008-12-11 09:20:32 +00:00
Andrew Resch
2b34f64304 Move get_localhost_auth_uri() to ui.common 2008-12-11 09:13:14 +00:00
Andrew Resch
c2c93f00de Fix display of icons in connectionmanager 2008-12-11 08:46:31 +00:00
Andrew Resch
831ac110a8 Change display of hosts and catch protocolerrors when testing hosts status 2008-12-10 22:28:11 +00:00
Andrew Resch
19196b1363 Fix classic mode 2008-12-10 22:15:09 +00:00
Andrew Resch
b91b750024 Just use a different filename for new hostlist config instead of trying to detect the old one 2008-12-10 22:03:35 +00:00
Andrew Resch
7a970305cd Add another missing define 2008-12-10 12:38:53 +00:00
Andrew Resch
33dfbca91c Another fix 2008-12-10 12:29:28 +00:00
Andrew Resch
feeb1469fa Fix check for old version 2008-12-10 12:24:45 +00:00
Andrew Resch
8bd49aef7a Add additional check for old config file 2008-12-10 12:17:25 +00:00
Andrew Resch
097664e890 Fix some minor bugs in ConnectionManager 2008-12-10 10:24:15 +00:00
Andrew Resch
37c3b4334c Add basic authentication -- your connectionmanager config will be cleared and this will likely break other UIs 2008-12-10 07:56:40 +00:00
Andrew Resch
8503e2cec8 Fix #636 not setting the daemon's config directory when using --config=
with the UI in classic mode.
2008-12-05 21:59:40 +00:00
Andrew Resch
c6ddaeaac7 Remove OpenSSL exception from license headers 2008-11-23 04:58:01 +00:00
Andrew Resch
951c13f1ce Better fix for #565 2008-10-24 07:43:34 +00:00
Andrew Resch
dc0a2ce52e Fix #565 wait for the deluged process to start to prevent defunct
processes
2008-10-24 07:39:14 +00:00
Marcos Pinto
e09a8f79a8 fix problem that sometimes occured when switching back and forth between daemons without disconnecting first 2008-10-22 08:54:26 +00:00
Andrew Resch
a7068af238 Fix connection manager 'add host' due to common changes 2008-10-18 04:15:55 +00:00
Marcos Pinto
9113744c40 add 'add peer' and create gtkui common 2008-10-18 01:53:13 +00:00
Andrew Resch
c8901d31c5 Fix freezing on start-up issues on systems that do not have a properly
configured localhost entry.
2008-10-08 13:32:02 +00:00
Marcos Pinto
6fa31d1dc0 change copyright notices to gpl3 2008-08-08 05:59:07 +00:00
Andrew Resch
3ec61a1d3f Double-clicking on host in ConnectionManager now will connect to that
host
2008-07-28 23:38:24 +00:00
Marcos Pinto
1fb61c426f fix spawn of deluged 2008-07-18 22:11:42 +00:00
Marcos Pinto
aaad0651e2 move from os.popen and os.popen2 to subproces.Popen for 2.6 compatibility as they've been deprecated 2008-07-15 22:29:35 +00:00
Marcos Pinto
5a8662ae03 fix windows launching of daemon 2008-07-10 04:19:22 +00:00
Andrew Resch
19a2ae45e9 Try to fix daemon starting in windows 2008-07-10 03:42:43 +00:00
Andrew Resch
8f55b4f5ae Fix starting daemon from deluge in windows 2008-07-09 09:55:57 +00:00
Andrew Resch
e8a9d39e86 Rename _update to _update_list to prevent the component from calling
_update on start.
2008-07-03 04:06:25 +00:00
Marcos Pinto
72add9da10 fix do_update for classic mode 2008-07-03 03:21:34 +00:00
Andrew Resch
4366233fc8 Fix issue where connectionmanager continues to poll servers even when
closed.  This also fixes the issue where tooltips would disappear after 
a second or so.
2008-07-02 23:39:28 +00:00