commit 342da12d0cc405d3fda9e14b470258082d4214e3
Merge: 233e814 5296fc7
Author: Pedro Algarvio <[email protected]>
Date: Fri Apr 22 11:44:10 2011 +0100
Merge branch 'master' into multiuser
commit 5296fc7d4c936fcdf58389a1c1b886a667d0c80a
Author: Pedro Algarvio <[email protected]>
Date: Fri Apr 22 11:42:48 2011 +0100
Fix one more possible issue with regard to #1786
commit 233e81454717f7932baf909cd6c8863d3530df6a
Author: Pedro Algarvio <[email protected]>
Date: Fri Apr 22 11:33:45 2011 +0100
Late import twisted's reactor, it allows the gtk reactor to be proper
installed.
commit 03325c5f487c9514cdbd9a6c54314b1a5313d64c
Author: Andrew Resch <[email protected]>
Date: Wed Feb 23 15:05:54 2011 -0800
Add some missing code
commit 1a6742b1e284d12601bd1d4e227c7489bdd65eb1
Author: Pedro Algarvio <[email protected]>
Date: Thu Dec 23 18:56:40 2010 +0000
Keep consistency on `deluge.config`.
commit 154688a3e21a77efb298c7c9cd329b44f2196e27
Author: Pedro Algarvio <[email protected]>
Date: Thu Dec 23 18:27:51 2010 +0000
Implement `__delitem__` on `deluge.config.Config`.
commit fe12552590b384b7920b3a70f4ee2041a193517d
Author: Pedro Algarvio <[email protected]>
Date: Thu Dec 23 13:46:32 2010 +0000
Now, when the authentication dialog appears, user fills in the password and
hits ENTER, the authentication call will be made.
Implement tooltips on treeview's headers when adding columns.
Renamed the "public" state of a torrent to "shared", ie, shared among other
deluge users. Allow changing shared state from clients and currently from the
GtkUi.
commit e63c33c4967af2b8f70e28486986c7d3fe7b818f
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 22 18:49:27 2010 +0000
Allow changing ownership of torrents. In order to achieve this, added
`deluge.core.set_torrents_owner()`, `deluge.core.get_known_accounts()`,
`deluge.core.authmanager.get_known_accounts() and
`deluge.core.torrent.set_owner()`. So far only the GtkUi has this fully
implemented.
commit 105cb52cb00cfb0480bd342d77d8ae3ac9efa36a
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 22 11:31:30 2010 +0000
Add method to return the current authenticated username.
commit 3e0ea26e5f83bfbffe186a7986f3ace47a7d51a8
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 22 09:12:13 2010 +0000
Remove unused method, duplicate log messages and add a method to get the
logged in user's authentication level.
commit e44cac0eaa2336f8bce3b05883101184b1b12437
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 21 18:20:21 2010 +0000
Since there's no default username for authentication, update hostlist to
include the username.
Remove debug prints or extreme debugging. Minor code cleanup. Remove
un-used imports.
commit 86a1b801f572a7a5f1f66ee16f343a8c4ab76d9f
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 21 17:45:45 2010 +0000
Now it is possible to not even store the username on the hosts entry in the
connection manager, both username and password will be asked to the user.
WARNING: No more "localclient" automatic login, ie, username, is mandatory
else, it will be asked to the user.
commit b3870ad6ddcf05f7a2a850ec5f4ab89b906360a9
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 21 02:58:06 2010 +0000
Use a specific response code for authentication requests. Recreate
authentication request exceptions on the client end.
commit 67ff83360f748e0b20fa19967de517b59068d632
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 21 02:54:53 2010 +0000
Use the exceptions from `deluge.errors`.
commit b2a16a024089d42265b487e59251d47f408e9ede
Author: Pedro Algarvio <[email protected]>
Date: Mon Dec 20 22:47:40 2010 +0000
Move deluge errors to the errors module, they will be reused later on other
parts of code.
Now, calling connect on client has two behaviours, if username/password is
passed the client connects, authenticates and returns daemon info, if
username/password is not passed, only the daemon info is returned. This might
change a bit later on though.
commit e17c0355216565ed73aed1b7d4db665c7c40375f
Author: Pedro Algarvio <[email protected]>
Date: Thu Dec 16 01:18:40 2010 +0000
Cleaned up previous commit regarding threads and the GTK2Reactor.
Now a dialog apears if the daemon complains about a missing password in
order to authenticate. Asks the password from the user and retries to connect.
commit 249398489e13b156363471e64d1a5ee25b0f5453
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 15 21:14:49 2010 +0000
Removed problematic code. GTK2Reactor takes care of all that.
commit d44f59a0e7bf247b02d8f0907d1cb7492fbe00db
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 15 18:27:47 2010 +0000
Add some docstrings.
commit 6c9920482871342ab4ef4f61669f897d53b24614
Author: Pedro Algarvio <[email protected]>
Date: Wed Dec 15 17:45:34 2010 +0000
The GtkUi's connection manager now has the ability to edit existing host
entries besides adding and deleting them.
It also asks for a password prior to attemting to connect in case the
password is null, this alows host entries not to store the passwords on file
like it has done so far.
NOTE: This is not yet the desired behaviour, ie, the daemon should simply
complain if the authentication details are incomplete and the client should act
accordingly. I had an issue with this though, I catched the errback the daemon
was sending, asked the user for the password and re-tried to authenticate
again. However, twisted always locked when I tried this. I'm investigating it.
commit 1794f09b212ce25a19ca74b689a2ac8e29f1c10e
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 14 17:52:32 2010 +0000
Make branch runnable.
commit b08a4679dec1e71f0d737203748d113ce07cd058
Author: Pedro Algarvio <[email protected]>
Date: Sun Dec 12 18:19:51 2010 +0000
Respect the torrents ownership and unless the logged in user is an admin,
only return his own torrents plus all other public torrents.
commit bfc221fc18fc7424ac6bfbcb4ca1193032491b14
Author: Andrew Resch <[email protected]>
Date: Sun Dec 12 09:59:25 2010 -0800
Begin work on fixing up the Preference dialog
Split up the glade file for each individual page
commit 5ad3a1666c7c6f60aa0a4a6bc6fbf04f173724ac
Author: Andrew Resch <[email protected]>
Date: Sun Dec 12 09:58:28 2010 -0800
Update the ErrorDialog
commit 49d5ed6bdef748992da6071f3a8ca8e730ef99e6
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 21 20:55:01 2011 +0100
Hopefully, final fix for #1786:
We now make sure that a state file exists when trying to restore an order
from it.
The best effort to restore the previous order is made, though, in some
cases, since we're matching against names which are translatable, a match might
not be found, in that case, continue the effort though skip the non matching
column name. On next load, everything should be fine since the state file will
include the, now in use, translation.
commit 4b9209674e80ff67db13082552f16295088f502f
Merge: b9a6880 387b746
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 21 18:31:03 2011 +0100
Merge branch 'master' of deluge-torrent.org:deluge
commit b9a688013f554d71db8eb3f5e6f984202ce08907
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 21 18:29:59 2011 +0100
Fix #1786:
Don't reorder duplicate columns, need to dig how duplicate columns got into
the state file, and also skip non visible columns.
commit 387b746fae455dd279362092c9b684bf32daad93
Merge: 7961096 d258794
Author: Damien Churchill <[email protected]>
Date: Thu Apr 21 10:41:15 2011 +0100
Merge branch 'master' of deluge-torrent.org:deluge
commit 796109649d2d2a505e0ca875620fbe55e54d5549
Author: Damien Churchill <[email protected]>
Date: Thu Apr 21 10:41:00 2011 +0100
fix the client tests albeit in an ultra hacky way
commit d25879451782ed6b4c5fa6ada0e522676f467194
Merge: 98f80c0 d18becc
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 21 00:47:01 2011 +0100
Merge branch 'master' of deluge-torrent.org:deluge
commit 98f80c0eb6f2a83baee860d22bd2517af2b232a4
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 21 00:42:36 2011 +0100
Restore column order from state.
On the TorrentView's treeview, the column's position stored on state was
being ignored, but event if that info was not being ignored and passed to the
several `add_column`'s the order could not be added because the order the
columns are added does not(might not) match what was stored in state. So, we
now restore the ordering once all columns are added.
commit d18becc861a0ad809f281e0675e3d72f3463e7e2
Author: Damien Churchill <[email protected]>
Date: Wed Apr 20 18:37:39 2011 +0100
fix bug due to vim stripping regex being wrong
commit 0503db85ea3770123fb814ef5648fdce389a309c
Merge: bcb636d 5bc3044
Author: Damien Churchill <[email protected]>
Date: Wed Apr 20 18:34:02 2011 +0100
Merge branch 'master' of deluge-torrent.org:deluge
commit bcb636dda4715f0e31e676535b37ad702d843418
Author: Damien Churchill <[email protected]>
Date: Wed Apr 20 18:32:55 2011 +0100
improve the core tests to use a built in webserver
commit 5bc304470c8dfc8cccaeaefb17271d84ab2bb47f
Author: Pedro Algarvio <[email protected]>
Date: Thu Apr 14 09:29:40 2011 +0100
Let's use what the stdlib provides us. Use `email.utils.formatdate` instead
of `strftime()` a `datetime` object.
commit 42e1e2fd20f014d9c5d7b756210718d35182d623
Author: Pedro Algarvio <[email protected]>
Date: Wed Apr 13 12:54:59 2011 +0100
Include proper Date header in email notifications.
commit bb0746c3e8b657d85492be84cffd09f3a57ae3df
Author: Nick Lanham <[email protected]>
Date: Wed Apr 13 11:52:03 2011 +0200
use os.sep and strip what's already in input box from complete options
commit 19799d74b44f0feb6d5188cf174c5f097d132e48
Author: John Garland <[email protected]>
Date: Sat Apr 9 22:34:23 2011 +1000
Include gif pixmaps in the package data
commit 0d560bcd6fcfb4e89f23b2d11fe4bd6d3a5ec015
Author: Nick Lanham <[email protected]>
Date: Tue Mar 29 14:39:13 2011 +0200
Add update-tracker/reannounce command for command-line/legacy interface
commit 69b79756f203dd812250e3882337374e314bb2ac
Merge: fd248eb 45ccd3b
Author: Damien Churchill <[email protected]>
Date: Mon Mar 28 16:51:23 2011 +0100
Merge branch 'master' of git.deluge-torrent.org:deluge
commit fd248eb1fd770553bf73aef224272e9fbd30b486
Author: Damien Churchill <[email protected]>
Date: Mon Mar 28 16:50:47 2011 +0100
split the auto_add_trackers textfield otherwise it breaks the label plugin
commit 45ccd3b84afff8df3b787b0d0cf31c5af75c8c34
Author: John Garland <[email protected]>
Date: Wed Mar 23 23:41:44 2011 +1100
Fix libtorrent not compiling with boost libs 1.46
commit 298b85c368d1a409562bc01c33d841303c273ae7
Author: John Garland <[email protected]>
Date: Wed Mar 23 23:38:41 2011 +1100
Improve autoadd filename matching (fixes #1614)
commit 67add964de95c8408ee9adff59e8dac191e23536
Author: Andrew Resch <[email protected]>
Date: Tue Mar 22 17:16:03 2011 -0700
Apply patch from #1581 to add an option to enable the app indicator
interface
commit e81a279dc2103ef3e259e13e9b4be9013a085ff4
Author: Nick Lanham <[email protected]>
Date: Sat Mar 19 12:38:55 2011 +0100
fix naming issue with close callback in popups
commit 280781ded9dc3212636cd5f63c99d7d131073f77
Author: Nick Lanham <[email protected]>
Date: Sun Mar 13 12:42:29 2011 +0100
queue management in torrent actions
commit f30a2858ce35439c1d2bb36bf9d65fa417e8d568
Author: Damien Churchill <[email protected]>
Date: Tue Mar 8 14:43:09 2011 +0000
convert the tests to use a local webserver instead of pinging
deluge-torrent.org and damoxc.net
commit 32b41fabd626ea8a13fc26565316f803b8e92a64
Author: John Garland <[email protected]>
Date: Wed Mar 9 00:37:35 2011 +1100
Handle redirection when adding a torrent by url
commit a0f968966419f1cb854b0672262a818bf101e1b5
Author: John Garland <[email protected]>
Date: Mon Mar 7 18:30:25 2011 +1100
Handle partial downloads due to incorrect headers (fixes #1517)
commit 08843ccad592cddd874037f6d47906246f73c2a0
Author: Nick Lanham <[email protected]>
Date: Tue Mar 8 12:21:45 2011 +0100
support prefs that don't fit on the screen
remove superfluous log message
commit e0bb8869aa65495d23dcc5c42ed387c97a3d6d45
Author: Nick Lanham <[email protected]>
Date: Tue Mar 8 11:34:59 2011 +0100
add some more columns
commit 255af3c4855a9498bac84c314669e169d1d9d2c5
Author: Nick Lanham <[email protected]>
Date: Tue Mar 8 00:35:55 2011 +0100
set status fields to get from visible columns
commit f35145b0a6f2c31dd32436ddebc123d7dd711a9b
Author: Nick Lanham <[email protected]>
Date: Tue Mar 8 00:16:42 2011 +0100
make alltorrents a component like it should be and get rid of
alltorrentsstateupdater
commit f2d560351efe00c4d8c7c05841120df9e7e27e07
Author: Nick Lanham <[email protected]>
Date: Mon Mar 7 13:40:25 2011 +0100
add preferences for display and size of columns in alltorrent mode
commit 62da60a0e40c3eb8fae120885fab60bad31cbcb6
Author: Nick Lanham <[email protected]>
Date: Mon Mar 7 12:37:23 2011 +0100
break out each column preference
commit d9c1a56d448437ddb7c77089904682f3d3cd60b7
Author: Nick Lanham <[email protected]>
Date: Mon Mar 7 12:14:36 2011 +0100
use config params for columns to show
commit 84f278dbcc551177cba975edb24e03f9d4d7fbcb
Author: Nick Lanham <[email protected]>
Date: Tue Mar 1 19:39:55 2011 +0100
show a 'scrollbar' of sorts for popups with a lot of text
commit 356f298e9cefa0c692662fb7c0e71f19a96aa21c
Author: Nick Lanham <[email protected]>
Date: Tue Mar 1 19:13:17 2011 +0100
update help display using new wrap_string.
re-wrap on resize
add some highlighting
commit 5fb01dacc0213b1c180466fd01a8588efe79383b
Author: Nick Lanham <[email protected]>
Date: Tue Mar 1 19:12:48 2011 +0100
add a {!normal!} color scheme
commit 8d541ad4194222c63ac031ea61534a467674581e
Author: Nick Lanham <[email protected]>
Date: Tue Mar 1 19:12:05 2011 +0100
use new wrap_string function in MessagePopup
commit 426eea154ee18fffb965c008e515e4dcff6d1b8b
Author: Nick Lanham <[email protected]>
Date: Tue Mar 1 19:11:53 2011 +0100
add a wrap_string function that works properly
commit ccc047848adda4b4c8aafb86391e5525f690b6ac
Author: Nick Lanham <[email protected]>
Date: Mon Feb 28 20:22:49 2011 +0100
split long lines in torrent info popup
commit 11d8332e434a836b440449c0a766dac8272bfedd
Author: Nick Lanham <[email protected]>
Date: Mon Feb 28 14:03:39 2011 +0100
make sure we're in interactive mode before checking for screen
commit 2193240c6656224cec79c69b74b0c5c1de704ec4
Author: Nick Lanham <[email protected]>
Date: Sun Feb 27 17:15:12 2011 +0100
update help for legacy mode
commit e43c532e63659f8f4f7abd38e1213604a8889265
Author: Nick Lanham <[email protected]>
Date: Sun Feb 27 17:14:50 2011 +0100
remove screen.py
all functionality has been moved elsewhere at this point
commit 930addb389d708ce46554dce122231dc72db3e00
Author: Nick Lanham <[email protected]>
Date: Sun Feb 27 17:12:57 2011 +0100
add 'legacy' mode, which is basically just the old deluge-console, for
curmudgeons
commit fab1e8412d3e8ad8a3a913949f3dbf18a9f78199
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 14:18:49 2011 +0100
encode string before write to specified encoding
commit 1cce30393b787fb5af836fe6e2a65157a93f6f5c
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 13:24:45 2011 +0100
add interactive field to commander so command -h will work
commit 510c81776f13c803aff8f32d434efefd4d3d6b5e
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 13:24:35 2011 +0100
add status command
commit e7096d9509f66afe7c2f199c4decccacaf14c562
Merge: 5ae2424 b2f349c
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 12:13:06 2011 +0100
Merge branch 'master' of deluge-torrent.org:/deluge
commit 5ae242472f54c26207b1357e8eba22fc2a5c4f1d
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 12:11:14 2011 +0100
don't search for empty string in alltorrents.py
commit ee75786e4047c750ecf26f04746cb92df42999cc
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 12:08:42 2011 +0100
handle the case where libtorrent doesn't know what files are in a torrent.
this is the case when torrent was added by a magnet link
commit 87473f2cde16db14023e1fbfa816702d7e5add12
Author: Nick Lanham <[email protected]>
Date: Thu Feb 24 12:08:22 2011 +0100
support magnet uris in add command/dialog
commit b2f349c05dbb3621272b4ea2776439203f6eeee4
Author: Andrew Resch <[email protected]>
Date: Wed Feb 23 11:22:29 2011 -0800
Remove unnecessary import
commit 9ac0d62149286e5a5d336e081a64791739bfd62a
Author: Andrew Resch <[email protected]>
Date: Wed Feb 23 11:21:47 2011 -0800
Remove some imports that are no longer neccessary
commit db46a97263e443e649e543fc171d52297a0c846b
Merge: 4c2f9a1 64e38ea
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 20:05:48 2011 +0100
Merge branch 'master' of deluge-torrent.org:/deluge
commit 4c2f9a1a0a2ef19a257afff273bfb842f0ec9980
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 20:04:15 2011 +0100
un-revert main.py as it doesn't actually handle events.
commit 64e38eac20423ad19ed79ef623b21e459c8b473d
Author: Andrew Resch <[email protected]>
Date: Wed Feb 23 11:01:59 2011 -0800
Revert "Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument
cannot be called name since that should contain the event name."
This reverts commit 078ed6ba71d431b5321ce6de360e17c6c9757451.
commit 499a58f50df649be997f9e520eddf6d1b29cb82d
Author: Andrew Resch <[email protected]>
Date: Wed Feb 23 10:47:16 2011 -0800
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event
handlers worked.
Unfortunately this will not work with plugins as they do not have the
events defined and
the creation of the event object fails.
commit 5f0f7204a8e195d5470f0dfa910e89220c72dbe2
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 16:15:34 2011 +0100
don't use libtorrent anymore in add
commit 62f6683730f2c3c5e15b6132c3d79afaba731e6e
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 16:12:49 2011 +0100
support urls from add dialog
commit 60d96c6f2096da64ec895a30d8ed8d05c0800f2c
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 16:07:47 2011 +0100
add add_spaces to InputPopup
commit d1efe5f1b4fed70b82eedeb124d4feb62ec03243
Author: Nick Lanham <[email protected]>
Date: Wed Feb 23 15:53:14 2011 +0100
support adding url arguments in add.py command
commit 62421080effd8889d2d83e8665d87d29b0f9b34f
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 18:04:16 2011 +0100
better unicode handling and trimming
commit 9e4ea0a6715e9c847a36267a7158227a2fb3588e
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 17:18:12 2011 +0100
don't trim rows
(basemode seems to get confused on strings with double-wide chars)
commit b11468c19bc1f2ce21e076d5be945efbdc84878f
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 17:17:55 2011 +0100
handle double-wide unicode characters
commit 40a572298770c8d62d1fe20791988de4949e2464
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 16:57:56 2011 +0100
support -s STATE in info
commit 956ea10a003a6ab5d9a2fa60db5d878671c263eb
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 16:56:54 2011 +0100
convert torrent_ids back into a list in case we need to remove from it
commit 543fcf722c3800f3803a785a012277b794138169
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 14:58:40 2011 +0100
use os.path.commonprefix to do better completion
commit 7f52472e9ec24ae03df4166b8847ab4742e880d5
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 13:56:22 2011 +0100
add move command for console ui
commit 5619991f2a632f8fb3dddb7e58d3474174d9b6d6
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 13:39:38 2011 +0100
add move storage option to torrent actions
commit 2b04955128bc83e1f956ff6fb0e52adec8eb435c
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 13:39:20 2011 +0100
don't double add current torrent on action popup
commit e83d540fe411d0644a3daf280de3aa8e081f596d
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 13:38:54 2011 +0100
update help
commit 4e5d88da8261cf1693e5d6ada2322604a5ea0926
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 12:34:29 2011 +0100
import deluge.ui.common for TorrentInfo command
commit 10816cb8f408212686a744e697a2fb078ba432cc
Author: Nick Lanham <[email protected]>
Date: Tue Feb 22 12:32:32 2011 +0100
always have a torrents list, in case get_torrent_name gets called from a
mode without get_torrent_name in new ui
commit 5f8eda9204e3126357804392029102b5821a7a93
Merge: 0b3c408 b0c561d
Author: Nick <[email protected]>
Date: Tue Feb 22 00:26:57 2011 +0100
Merge branch 'newconsole'
Conflicts:
deluge/ui/console/main.py
commit b0c561dbbce4dc74b16f13ce24d36c6b01ade3c4
Author: Nick <[email protected]>
Date: Tue Feb 22 00:09:27 2011 +0100
add add_checked_input
commit 1173f1c714f63ea03e25461e1ee6da7dc98a126f
Author: Nick <[email protected]>
Date: Mon Feb 21 17:44:12 2011 +0100
support globbing for multi-file add and have better fail reports
commit 3da5cd9816c9ddc5ea30779934d6e1a65e03d399
Author: Nick <[email protected]>
Date: Mon Feb 21 17:43:35 2011 +0100
add get_torrent_name
commit d9d8762c8ea67ec300946894303715b8ea9f644d
Author: Nick <[email protected]>
Date: Mon Feb 21 17:41:28 2011 +0100
add get_torrent_name
commit e16ee523a54e9d81eb86e94626daf7e3dbb0603a
Author: Nick <[email protected]>
Date: Mon Feb 21 17:41:10 2011 +0100
fix messagepopup height_req
commit 3db7bcbfc765ac7d633cb101e38238ed04e1703e
Author: Nick <[email protected]>
Date: Mon Feb 21 16:30:49 2011 +0100
make message popups a bit more sane
commit e1a3a431f07db9c6ca3db41b6b2cb6d54812600a
Author: Nick <[email protected]>
Date: Thu Feb 17 16:26:58 2011 +0100
support command line options again
commit 9a3316f95028bb5a1fe72d43b09ae0ac42ab6475
Author: Nick <[email protected]>
Date: Thu Feb 17 16:04:54 2011 +0100
use '-' instead of '~' in progress bar
commit 1789e8d03cec2a395605153cafaeb4bcb5f5ff1c
Author: Nick <[email protected]>
Date: Thu Feb 17 16:03:11 2011 +0100
Minor changes for command line usage
commit 837322478b3de381b5026cbd4d7ccd7b8d8a77ad
Author: Nick <[email protected]>
Date: Thu Feb 17 15:30:14 2011 +0100
return deferred for proper command line behavior
commit ce2516ab2c667cffdd965807af285851ccf03728
Author: Nick <[email protected]>
Date: Tue Feb 15 20:15:43 2011 +0100
search field is black,white
commit 962bfc3d2cee92a5a64cfc5fa79d2a8a9677742d
Author: Nick <[email protected]>
Date: Tue Feb 15 20:14:14 2011 +0100
support searching torrent names in alltorrent view
commit 4ff0fb19ee4752f91249efb618b4a3cd0d611495
Author: Nick <[email protected]>
Date: Tue Feb 15 19:36:17 2011 +0100
left arrow goes back to overview from torrent details
commit 7a4006439b5c4b7cc4a5c568945448a70915cc78
Author: Nick <[email protected]>
Date: Tue Feb 15 19:10:57 2011 +0100
add preferences help
commit c015c3a57d5ef6bb53c55112f48aaa3b33b2fed3
Author: Nick <[email protected]>
Date: Tue Feb 15 19:10:51 2011 +0100
update help a bit
commit 8a9e732f9536688afd22ed44416555cf7507cf39
Author: Nick <[email protected]>
Date: Tue Feb 15 18:55:27 2011 +0100
lots of new preference work
commit 0b3c408e64104bb52dbc813b8ddb2a3aa8cbba66
Author: Damien Churchill <[email protected]>
Date: Tue Feb 15 12:54:25 2011 +0000
make the edit trackers window resizable
commit d3a61bbda4495655056ac1dea02f18ec3fdc31ba
Author: Damien Churchill <[email protected]>
Date: Tue Feb 15 12:49:04 2011 +0000
fix scrolling on the edit trackers window
commit c523958bf6a77681761422681e07f76b06b6b8b2
Author: Calum Lind <[email protected]>
Date: Mon Feb 14 23:33:52 2011 +0000
Fixes for gtk-ui translations
commit 06003b3650d54564db3110fde21d2395f84553d8
Author: Calum Lind <[email protected]>
Date: Mon Feb 14 20:57:33 2011 +0000
Fix translate issue for Trackers tree in sidebar
commit 1e0005f572345de86bbbb6bc11df98958979a911
Author: Calum Lind <[email protected]>
Date: Mon Feb 14 00:18:45 2011 +0000
Fix: os.join created root path in Remove_Empty_Folder if variable 'folder'
had a leading slash
commit 4a071ecba17110db822898185aebc7ef41a151a4
Author: Nick <[email protected]>
Date: Mon Feb 14 12:38:18 2011 +0100
add an eventview
commit 77eb1a5f8295c9677a69075a912f94c1d24a2a1d
Author: Nick <[email protected]>
Date: Mon Feb 14 12:26:24 2011 +0100
prefs actually work. some tweaks to inputs to better support prefs
not all prefs available yet
commit ac8c928a5b976dedf06f33ea2dcf1013ab7d09c7
Author: Nick <[email protected]>
Date: Mon Feb 14 12:25:43 2011 +0100
don't always refresh on __init__
commit 23f64a54407225d7878be4dc143639452df8122c
Author: Nick <[email protected]>
Date: Mon Feb 14 12:25:04 2011 +0100
add back write method and keep track of events for (future) event view
commit 98ca371b15596a2d9ffe120ddb1ed47e62583da2
Author: Calum Lind <[email protected]>
Date: Fri Feb 11 20:24:27 2011 +0000
Sidebar: Enabled strings for translation and added icons to Trackers filter
commit f8737777b1b6fc8daba6f1ee855ceed6376d3504
Author: Calum Lind <[email protected]>
Date: Fri Feb 11 09:48:00 2011 +0000
Fix #1527 - Converting unicode to unicode error in move_storage
commit e198ea14e4349436db1a7c754bbb2dcab7f76a53
Author: Calum Lind <[email protected]>
Date: Fri Feb 11 01:07:47 2011 +0000
Fix Create Torrent Dialog Box - Some buttons raise Type Error if no row
selected
commit 553f35eae56e3d140a1500fdc8368bcdf9c2a477
Author: Calum Lind <[email protected]>
Date: Fri Feb 11 01:05:28 2011 +0000
Fix #1510 - Cannot create a torrent with only non-zero tier trackers
commit 376a23e6fd19306c2cf8a397ddc96319c78bd647
Author: Calum Lind <[email protected]>
Date: Wed Feb 9 18:40:19 2011 +0000
Fix #1513: Unhandled Twisted Error in test_listen_port
commit 077f35ec5c8733fd214ecb4ebcb1a71717dbaee1
Author: Nick <[email protected]>
Date: Thu Feb 10 17:54:59 2011 +0100
use selection input for cancel/apply/ok
commit 00ab9ff49985c34147884caa47af347af35effbc
Author: Nick <[email protected]>
Date: Thu Feb 10 17:47:50 2011 +0100
support offset text/select inputs and select inputs with no message
commit 20302021c4eebe82b12e136bb5964424ac1675d0
Author: Nick <[email protected]>
Date: Thu Feb 10 17:39:42 2011 +0100
initial prefs mode. doesn't do anything yet
commit 9e5455793bb474998bf65a7b73dc649524f032dc
Author: Nick <[email protected]>
Date: Thu Feb 10 16:45:10 2011 +0100
remove unused code
this breaks command line right now, will put it back in later
commit 7f6a1db89a4f266ae6bd71c28dcbe50a1d32a656
Author: Nick <[email protected]>
Date: Thu Feb 10 01:12:14 2011 +0100
start with a connection manager instead of just alltorrents
commit cdcab320fbf6603fe6b7500918270b94d13f2c1b
Author: Nick <[email protected]>
Date: Thu Feb 10 01:11:31 2011 +0100
add current_selection to SelectablePopup
commit ea22bb0b10d52fa311c2a05f6a47d0893bd1bd78
Author: Calum Lind <[email protected]>
Date: Wed Feb 9 15:52:35 2011 +0000
#1514 - Indicator Applet Patch
commit 554f34a26197cc4ee6a6b6841695a6fa8b053e29
Author: Calum Lind <[email protected]>
Date: Tue Feb 8 19:04:35 2011 +0000
Fix #690 - Renaming folders does not remove old empty folders
commit ad2b13eb2c9765f0b18872020cbcefdf1e46ed7a
Author: Calum Lind <[email protected]>
Date: Tue Feb 8 17:01:37 2011 +0000
Fix #1248 - Deluge-console unicode support on redirected stdout
commit ce636ccd57f9e2e330f44429466bc6c1580d2d34
Author: Calum Lind <[email protected]>
Date: Sun Feb 6 01:09:13 2011 +0000
Catch a possible DivByZero error when moving folders around in fileview tab
commit 053700342a2c76be06fef519fa38191ede09c968
Author: Calum Lind <[email protected]>
Date: Sun Feb 6 03:04:14 2011 +0000
Fix #1336 - Uneeded Horizontal Scrollbar shows in Files&Peers Tab
commit cd7805bfda2f67e7fd9bd9cd4dd55b8d3d8254ad
Author: Nick <[email protected]>
Date: Tue Feb 8 14:43:41 2011 +0100
make text input not go over width
commit 79869faa536f7ee8c3b9d22619ba69f87c55571f
Author: alderz <>
Date: Fri Feb 4 23:39:25 2011 +0000
#1494 - Add Downloaded and Uploaded columns to torrent view
commit b77f8929d69a773457828f60c852885fa5314dec
Author: Nick <[email protected]>
Date: Mon Feb 7 15:10:41 2011 +0100
oops, add torrent actions new file
commit e1d8025309eea849e9836fd71e7d7adfa967ed10
Author: Nick <[email protected]>
Date: Mon Feb 7 15:10:18 2011 +0100
show torrent actions form details when 'a' pressed
commit 183a97785b2bb7c6d9cacbb67c0a412bd77ba4fa
Author: Nick <[email protected]>
Date: Mon Feb 7 15:01:07 2011 +0100
split off torrent actions popup
commit f748660cac0c48b65885491400fef000275c9e8d
Author: Nick <[email protected]>
Date: Mon Feb 7 15:00:51 2011 +0100
show status message
commit cea6c817df67290f4e4e93df410aaa3d71fbf083
Author: wyrm <>
Date: Tue Feb 1 15:59:42 2011 +0000
Fix #1506 - max speed not restored on a yellow->green transition
commit b9ff47e10f1e4f4f489a759e12eca266cb905ce4
Author: Calum Lind <[email protected]>
Date: Sat Jan 29 07:07:46 2011 +0000
Fix #755 - Can't set listen_ports through console UI
commit 14746bf94da94b6a3ae3fd246cfaf9badacdbb3e
Author: Calum Lind <[email protected]>
Date: Sat Jan 29 07:23:39 2011 +0000
Fix #1450 Trailing white space in paths
commit 87f871f40a796072b79b442af51b471bb4e95278
Author: Calum Lind <[email protected]>
Date: Sat Jan 29 12:37:19 2011 +0000
Fix #1500 - Console crashes on command longer than terminal width. This
error is raised if the cursor is off screen and is supressed with try-except
commit 9f3ac37f25269348f91043760489b127113347ef
Author: Calum Lind <[email protected]>
Date: Sun Jan 30 18:51:00 2011 +0000
Fix #1282 - Text for AutoManaged changed to 'On/Off' and localized
commit 417a9f6e63e75e5c8b5c2cd9e922aea1723c50de
Author: Calum Lind <[email protected]>
Date: Wed Feb 2 01:25:17 2011 +0000
Fix #1373, #1386 - Creating and moving non-ascii folder names in MS Windows
commit ba6389bcac928fa6ea814d22ebb1a94ab19880a0
Author: Calum Lind <[email protected]>
Date: Fri Feb 4 21:55:17 2011 +0000
Updated help text for deluge-console on Windows
commit 9bca1a72b15affab2310cd28e5c1579d16914d4b
Author: Calum Lind <[email protected]>
Date: Fri Feb 4 23:16:42 2011 +0000
Fix for deluge-console adding torrent files in Windows
commit e688b4544831f964ec8973bc098d0491d0e2ad52
Author: Chad Miller <>
Date: Sat Feb 5 00:25:14 2011 +0000
Fix #1508 - TypeError in cell_data_queue() could not convert argument to
correct param type
commit 4c54cfedb91baa856b92e53d4ea930f6e6a4cd77
Author: geoffk <>
Date: Sat Feb 5 00:29:10 2011 +0000
Fix #1507 - Temporary file race condition in core/core.py:add_torrent_url
commit 88039a0edad71efc9549294a75ab41ded62e9e1a
Author: Damien Churchill <[email protected]>
Date: Fri Feb 4 19:57:31 2011 +0000
fix patch, missing deluge.common when adding the options
commit 9a54beef78d8fbfc0eb55162541b6ca908879007
Author: cinderblock <>
Date: Fri Feb 4 19:43:27 2011 +0000
add patch from #1473
commit b0a0574ae092c9587024a933438ad99dbd30a63f
Author: Motiejus Jakštys <>
Date: Fri Feb 4 19:37:42 2011 +0000
Apply patch from #1194
commit db6474586255345e6175701a678b2100b480afeb
Author: Nick <[email protected]>
Date: Wed Feb 2 20:50:48 2011 +0100
fix priority popup title
commit 0353a388b3541e35003b5c385948c5d2ea1bf8ef
Author: Nick <[email protected]>
Date: Wed Feb 2 20:49:27 2011 +0100
add option to action popup for torrent details
commit b41ebe1b89cd54e5b24c596b530f45a1ccab24f3
Author: Nick <[email protected]>
Date: Wed Feb 2 20:49:11 2011 +0100
don't show action popup if there are no torrents in the view
commit 1952357f3559e4847a5f7577d45a01c8b70e9c78
Author: Nick <[email protected]>
Date: Wed Feb 2 20:40:15 2011 +0100
update help
commit 6c8529b3ba2b26540d0dda459a8ae3d6aa77485a
Author: Nick <[email protected]>
Date: Wed Feb 2 20:39:57 2011 +0100
updated file seperator
commit 78ea5c9bd39d9829cae0700b4feb876d633ea702
Author: Nick <[email protected]>
Date: Wed Feb 2 18:32:03 2011 +0100
don't enter torrentdetails if nothing is selected
commit b35875e300e6938a33080df87119bc22af3bfae8
Author: Nick <[email protected]>
Date: Wed Feb 2 16:21:52 2011 +0100
attempted fix of color/underline issue.
this is a bit of a hack, and seems to work some places, but not everywhere
commit ad498c6e424869f37d9c7125af28efa646e6ff7e
Author: Nick <[email protected]>
Date: Wed Feb 2 13:57:31 2011 +0100
Revert "remove special case white/black pair. doesn't seem needed and
breaks white,black,attrs"
This does actually seem to break some terminals
This reverts commit ba3a093746a51fd46b9b0bcaf72847549e0c94b3.
commit d1b3aa54ad56a08c6bdb6b131ed8fde08da1530e
Author: Nick <[email protected]>
Date: Wed Feb 2 13:46:05 2011 +0100
support setting file priorities in torrentdetails
commit d0346a104f25a4cef177badb90356dc6a1e9978f
Author: Nick <[email protected]>
Date: Wed Feb 2 13:45:17 2011 +0100
don't need len()
commit 5f888facebdc6a7e9d41421b069d97c55d007ddb
Author: Nick <[email protected]>
Date: Wed Feb 2 13:11:15 2011 +0100
handle resize in torrentdetail
commit f6f3a8e0841a114b826506425cbe6f224113a2c6
Author: Nick <[email protected]>
Date: Wed Feb 2 13:09:41 2011 +0100
allow marking in file view (no actions just yet)
commit 5dcc93585224a8b0b5b8733112cdabadf4590c9f
Author: Nick <[email protected]>
Date: Wed Feb 2 12:50:40 2011 +0100
fix for only drawing one effected line and only draw effected lines on
marking
commit eba7c2bf17d7a7a0203029720becb10e550310cb
Author: Nick <[email protected]>
Date: Wed Feb 2 12:44:07 2011 +0100
add index value to directories in file_list
commit 00fa07445263c1672085259a1115fea2f072fb50
Author: Nick <[email protected]>
Date: Tue Feb 1 18:00:25 2011 +0100
small fix for scrolling
commit 5d46d2aee507db12e0827955223409d13c454572
Author: Nick <[email protected]>
Date: Tue Feb 1 17:23:15 2011 +0100
add torrentdetails state, allow state switching, move some formating to
format_utils
commit 007dd67ea166125f7f02517999cae118ea24b14b
Author: Nick <[email protected]>
Date: Sat Jan 29 14:04:32 2011 +0100
only redraw effected lines on scroll. seems to get rid of the flickering
problem :)
commit ff3c3f71483b1e862337827e8314c0d2e8bbcbd2
Author: Nick <[email protected]>
Date: Sat Jan 29 12:29:18 2011 +0100
add torrent can add paused. remove torrent works
commit 68c04acf5014f10756c07eb7f18413f71c10eb87
Author: Nick <[email protected]>
Date: Fri Jan 28 22:42:04 2011 +0100
refactor + support selectinput
commit 44676f282ae8a8acdb14eb61588aaca923c5416d
Author: Nick <[email protected]>
Date: Fri Jan 28 17:54:36 2011 +0100
use some caching to speed up row drawing.
still some flicker unfortunatly. seems to be related to the length of the
row line, not sure if there's much i can do there
commit 182ec0cd97708b62e8cfd133b7d2b3f42a442303
Author: Nick <[email protected]>
Date: Fri Jan 28 17:34:03 2011 +0100
specify hotkeys for filter/action popups
commit 6f0b1fd7f25613b2b31721d62c431d21826136c3
Author: Nick <[email protected]>
Date: Fri Jan 28 17:33:51 2011 +0100
support hotkeys in selectable popup
commit ba3a093746a51fd46b9b0bcaf72847549e0c94b3
Author: Nick <[email protected]>
Date: Fri Jan 28 17:04:28 2011 +0100
remove special case white/black pair. doesn't seem needed and breaks
white,black,attrs
commit b7e7a4bc493d2e6a9131fda3163000d8d88f69d8
Author: Andrew Resch <[email protected]>
Date: Thu Jan 27 11:18:40 2011 -0800
Fix typo
commit ac18ecd1f021af9366aa6730000bf5a22c793708
Author: Andrew Resch <[email protected]>
Date: Thu Jan 27 11:11:28 2011 -0800
Fix #1498: Use os.path.normpath on new_folder to remove any double slashes
or other problems that could be in the string
commit 2f6283ea39b7d12f93530519b74f61b17ff0224b
Author: Nick <[email protected]>
Date: Wed Jan 26 22:18:18 2011 +0100
initial checkin of new console ui
pretty alpha code, but it works and gives an idea of the direction the ui
might go
commit b30499c6ac9ffc1a728cc741bc0e897abe329913
Author: Andrew Resch <[email protected]>
Date: Sun Jan 16 15:58:50 2011 -0800
Fix #1484: trying to access the screen object when not using interactive
mode
commit 8c12c47d3eb1b5c99d5d86ce238776b3ab904ef8
Author: Pedro Algarvio <[email protected]>
Date: Sun Jan 2 16:06:28 2011 +0000
Add "none" as a log level to support quieting the logging messages. Refs
#1470.
commit 356808b02c5326e54accb2726df409f1542fdc89
Author: Pedro Algarvio <[email protected]>
Date: Sun Jan 2 16:03:00 2011 +0000
Fix #1470.
commit 1f800bf49a4cf5ce93765dc6b7d1b102003f25ec
Author: Pedro Algarvio <[email protected]>
Date: Sat Jan 1 18:33:41 2011 +0000
On a 64bit platform with old plugins, the deprecation code was unable to
find out which was the caller module. This might also happen on other platforms
although I was unable to reproduce it on x86. Anyway, handle it cleanly.
commit d1b452373371d83bfce85a43c6de8f4b58fbfa5c
Author: Pedro Algarvio <[email protected]>
Date: Tue Dec 28 01:58:38 2010 +0000
Let log files be a little bigger, 50Mb is not that much anyway.
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.