Artem Glebov
|
5cf0c5a308
|
Avoid reloading the list when the settings have not changed
|
2013-04-25 14:44:37 +03:00 |
|
Artem Glebov
|
cc36c737b7
|
Added a table view of the list of torrents
|
2013-04-25 14:36:16 +03:00 |
|
Artem Glebov
|
5ecb3a2e6e
|
Filtering torrents by status
|
2013-04-17 09:31:56 +03:00 |
|
Artem Glebov
|
832c3a0b83
|
Show the details window on double click instead of single click
|
2013-04-16 11:54:07 +03:00 |
|
Artem Glebov
|
eaafb75278
|
Use removeItem for removing list items
Rather than storing the item indices in a separate list and using
reset to clear it up, we can use the newly introduced removeItem
method.
|
2013-04-16 09:40:59 +03:00 |
|
|
25bb52f61a
|
Added more keyboard navigation between the exit button and other controls
|
2013-04-11 23:04:46 -04:00 |
|
|
3839c218b7
|
Cleaned up importing of the transmissionrpc module
|
2013-04-11 22:59:09 -04:00 |
|
|
6d227f0cf9
|
Merge branch 'pr/14'
Conflicts:
resources/language/Russian/strings.xml
resources/lib/gui.py
|
2013-04-11 22:56:24 -04:00 |
|
|
0ccb403e83
|
Corrected broken variable references in updateTorrents
|
2013-04-11 22:34:58 -04:00 |
|
|
1ae11d5329
|
Merge branch 'pr/13'
Conflicts:
resources/lib/gui.py
|
2013-04-11 22:32:25 -04:00 |
|
|
d2e881fa67
|
Merge branch 'pr/11'
Conflicts:
resources/lib/gui.py
|
2013-04-11 22:24:08 -04:00 |
|
|
0757bf5873
|
Merge pull request #9 from aglebov/russian-translation
Updated the Russian translation
|
2013-04-11 18:36:29 -07:00 |
|
|
6b8374696d
|
Merge pull request #12 from aglebov/close-button-details
Added close button to the torrent info dialog
|
2013-04-11 18:35:30 -07:00 |
|
|
8dcc73add0
|
Merge pull request #10 from aglebov/display-percentage
Display percentage
|
2013-04-11 18:33:50 -07:00 |
|
|
9434434e57
|
Merge pull request #7 from aglebov/remove-repeater
Use threading.Timer instead of the custom-written Repeater class
|
2013-04-11 18:33:04 -07:00 |
|
Artem Glebov
|
6a6dae632d
|
Show the details windon on a double click instead of a single click
|
2013-03-16 14:15:24 +03:00 |
|
Artem Glebov
|
8719124bb0
|
Add a settings button to the main window
|
2013-03-15 11:15:14 +03:00 |
|
Artem Glebov
|
5a3573b15d
|
Moved the invariant code out of the loop in updateTorrents()
|
2013-03-14 08:26:20 +03:00 |
|
Artem Glebov
|
9e98d1a26b
|
Correctly showing downloads with various statuses
Fixed the bug causing an error when a torrent has a status other
than 'stopped', 'seeding' or 'downloading'.
|
2013-03-14 08:22:17 +03:00 |
|
Artem Glebov
|
e5472ebd27
|
Added close button to the torrent info dialog
|
2013-03-14 08:01:58 +03:00 |
|
Artem Glebov
|
5cb7c5f99a
|
Closing the initial progress dialog when the torrent list has been loaded
|
2013-03-14 08:00:49 +03:00 |
|
Artem Glebov
|
056a96e435
|
Show the percentage next to the progress bar in the main window
|
2013-03-14 07:44:10 +03:00 |
|
Artem Glebov
|
25d418d9f5
|
Show the percentage next to the progress bar in the details window
|
2013-03-14 07:44:10 +03:00 |
|
Artem Glebov
|
22f51ad1e2
|
Localised the labels in the details window
|
2013-03-13 15:26:18 +03:00 |
|
Artem Glebov
|
a1dc7a0efe
|
Completed the Russian translation
|
2013-03-13 15:26:18 +03:00 |
|
Artem Glebov
|
ce5d9fd23e
|
Use threading.Timer instead of the custom-written Repeater class
|
2013-03-09 12:58:36 +03:00 |
|
|
406f44d5d9
|
Merge pull request #5 from aglebov/master
Added a scroll bar to the torrent list
|
2013-03-08 18:25:07 -08:00 |
|
Artem Glebov
|
50e9e2f286
|
Added a scroll bar for the torrent list.
|
2013-03-08 21:49:07 +03:00 |
|
|
97ca2dfc8c
|
Removing the basictypes library vfs unit tests
Contains calls to os.getcwd, which are not permitted in XBMC Eden
addons.
|
2012-03-13 20:23:17 -04:00 |
|
|
5340dcdc8d
|
Bumped version to 0.7.1 with changelog
|
2012-03-13 20:11:43 -04:00 |
|
|
508da431d0
|
Passing the torrent URI along to transmission rather than the data
Now, all URI types supported by transmission will be supported,
including magnet links.
|
2012-03-13 19:51:09 -04:00 |
|
|
5c57d1e5fc
|
Updated TPB search to use the new hostname and magnet links
|
2012-03-13 19:50:30 -04:00 |
|
|
a460bfab97
|
Removed btjunkie.org search
|
2012-03-13 19:34:47 -04:00 |
|
|
59610f8a74
|
Merge pull request #3 from fopina/master
AppleTV
|
2012-03-13 16:28:25 -07:00 |
|
Filipe Pina
|
3edb61da6b
|
added Apple TV remote MENU key support to close dialogs
|
2012-03-12 12:05:21 +00:00 |
|
|
5b43cda96e
|
Bumping to version 0.7.0 for Eden release
|
2012-01-03 21:11:05 -05:00 |
|
|
f343b85d3f
|
Merge branch 'eden-pre'
|
2012-01-03 21:07:49 -05:00 |
|
|
25ced10fce
|
Bumping version to 0.6.2
|
2012-01-03 20:58:52 -05:00 |
|
|
bc5abe6d06
|
Merge branch 'master' into eden-pre
|
2012-01-03 20:48:38 -05:00 |
|
|
fe525eb0fd
|
Merge branch 'transmissionrpc0.8'
|
2012-01-03 20:46:52 -05:00 |
|
|
7e91d7c582
|
Patched transmissionrpc 0.8 to work with python 2.4
|
2012-01-03 20:43:59 -05:00 |
|
|
4b8a270714
|
Replaced transmissionrpc with stock 0.8 release
|
2012-01-03 20:25:36 -05:00 |
|
|
001f5010c4
|
Updated changelog with Eden changes
|
2011-12-06 01:43:16 -05:00 |
|
|
94928ab1e1
|
Merge branch 'master' into eden-pre
|
2011-12-06 01:40:40 -05:00 |
|
|
c5b3cb47fe
|
No longer using os.path.getcwd to lookup addon path
|
2011-12-06 01:24:37 -05:00 |
|
|
e40529ca65
|
Requiring xbmc.python=2.0 for Eden
|
2011-12-06 01:01:27 -05:00 |
|
|
e357a254d6
|
Bumping version to 0.6.1
|
2011-12-06 00:59:50 -05:00 |
|
|
dc1175c964
|
Merge branch 'master' into eden-pre
|
2011-12-06 00:54:38 -05:00 |
|
|
8eb031faf0
|
Fixed description languages
|
2011-12-06 00:53:56 -05:00 |
|
|
14025aa7c4
|
Added status icons to the torrent list screen
|
2011-11-30 22:24:50 -05:00 |
|