4601 Commits

Author SHA1 Message Date
Damien Churchill
a08a4a4e69 implement updating the filters 2009-03-20 09:22:57 +00:00
Damien Churchill
846d8a0c8f use the universal classes for states 2009-03-20 08:57:36 +00:00
Damien Churchill
575efe1495 make the tracker host error filter have an icon 2009-03-20 08:03:54 +00:00
Damien Churchill
c46c56e784 improve the sidebar to ensure that the icons display correctly 2009-03-20 07:59:39 +00:00
Damien Churchill
cb1beab159 add a proper renderer for the filters 2009-03-20 00:11:14 +00:00
Damien Churchill
7fb9af5c3d add a basic implementation of the sidebar 2009-03-19 23:00:07 +00:00
Damien Churchill
f3fd90253e add a favicon 2009-03-19 22:40:26 +00:00
Damien Churchill
1229e9a46c add color to input boxes so text is visible whilst using a dark browser theme 2009-03-19 22:29:24 +00:00
Damien Churchill
f909c2409f begin implementation of the SideBar 2009-03-17 10:33:51 +00:00
Damien Churchill
5512606f8a remove the now redundant calls 2009-03-17 09:16:35 +00:00
Damien Churchill
fc68ec2929 add the improvements to the export deco 2009-03-17 01:09:23 +00:00
Damien Churchill
11e42db767 partially implement adding torrents via url 2009-03-17 01:03:38 +00:00
Damien Churchill
233ed89318 fix get_torrent_info 2009-03-17 01:03:09 +00:00
Damien Churchill
306961ed75 fix download_torrent_from_url 2009-03-17 00:45:43 +00:00
Damien Churchill
7b1fc47f99 tweak the size of the details pane 2009-03-17 00:07:34 +00:00
Damien Churchill
b00b942fee add the comment field to the Details tab 2009-03-17 00:03:15 +00:00
Damien Churchill
da318ba450 add more events 2009-03-16 23:57:08 +00:00
Damien Churchill
bbb9ab69b3 tie up some of the torrent menu events 2009-03-16 23:42:28 +00:00
Damien Churchill
95ac4397a3 display the torrents menu on the rowcontextmenu event 2009-03-16 22:23:56 +00:00
Damien Churchill
61d028a8ce add the classes for the menu and 2 more icons 2009-03-16 22:13:25 +00:00
Damien Churchill
d9d5d2b308 remove all remaining oxygen icons
add the additional required icons from fugue
add the torrents context menu
2009-03-16 17:07:13 +00:00
Damien Churchill
399f8b3f6f change ajax to web 2009-03-16 15:54:48 +00:00
Damien Churchill
467afb5d63 slight tweak to the get_hosts method 2009-03-16 15:51:51 +00:00
Damien Churchill
87b789e3a1 make the gettext javascript render in unicode 2009-03-16 15:34:43 +00:00
Damien Churchill
db853c7c56 improve the export decorator slightly to allow for it to be used without
being called.
2009-03-16 13:30:55 +00:00
Andrew Resch
c0f11fbae4 Fix #842 some exceptions when disconnecting/reconnecting to daemon 2009-03-16 00:46:51 +00:00
Andrew Resch
b0e368c9ab Fix issue where core_config would become {} when adding multiple
torrents externally at once
2009-03-16 00:29:49 +00:00
Andrew Resch
930c479718 Remove the plugin hooks from the Core.. These are replaced by Events 2009-03-15 20:29:51 +00:00
Andrew Resch
7533c4bb88 Fix #841 maximum upload slots tooltip 2009-03-15 18:38:08 +00:00
Andrew Resch
f746b79c99 Remove toolbar's update_buttons method 2009-03-15 18:03:55 +00:00
Andrew Resch
a0db11f0b8 Add preferences option "Add torrent in paused state" 2009-03-15 17:59:27 +00:00
Andrew Resch
9814cad0b9 Fix tracker error filtering 2009-03-15 02:09:32 +00:00
Andrew Resch
f5db9d3534 Add 'Comments' field to the Details tab 2009-03-15 01:35:20 +00:00
Andrew Resch
f787e013ee Add an Error filter to the Trackers filter list 2009-03-15 00:59:29 +00:00
Andrew Resch
1c2b06a4f7 Update deps to include xdg-utils 2009-03-15 00:38:08 +00:00
Andrew Resch
c9bd55b819 Don't always log to file in Windows 2009-03-14 23:34:49 +00:00
Andrew Resch
86d52ba2e1 Use binary mode on all config files for Windows compat 2009-03-12 21:43:17 +00:00
Andrew Resch
d63c187dcf Fix loading config files on Windows 2009-03-12 21:33:43 +00:00
Damien Churchill
01350e0060 add a custom sorter for the address column 2009-03-12 19:04:04 +00:00
Damien Churchill
0ac64da5c6 move the json resource into its own module
split the json-rpc methods and the rpc server into seperate classes
make the json-rpc server a component to allow for extension
2009-03-12 18:57:35 +00:00
Andrew Resch
344446a626 Do not return when unable to make a backup of the config file 2009-03-09 16:43:28 +00:00
Andrew Resch
27298ba8d8 Update About dialog 2009-03-08 21:06:17 +00:00
Andrew Resch
3cab036b70 Make sure config files, resume data and state are fsync'd when saved. This should help prevent data
losses on crashes/improper shutdowns.
2009-03-08 20:27:58 +00:00
Andrew Resch
8f4583bc23 Fix #790 tracker hosts not correct for some .uk trackers 2009-03-08 20:19:19 +00:00
Andrew Resch
849b579316 Label: Fix setting 'Move on completed' folder when connected to a remote daemon 2009-03-08 20:14:42 +00:00
Andrew Resch
3072fc48da Make sure resume files are fsync'd 2009-03-08 02:35:58 +00:00
Andrew Resch
9a4bbb771e Make a backup of config files before overwriting and make sure the file is fsync'd without error 2009-03-08 02:33:12 +00:00
Damien Churchill
e12faf5641 improve the error reporting when a ui fails to load 2009-03-07 17:27:04 +00:00
Andrew Resch
eaf8183397 Fix up error message when unable to import a UI 2009-03-07 16:55:45 +00:00
Damien Churchill
8fda4d1fde rework the DelugeWeb class so it's completely self contained 2009-03-07 12:42:09 +00:00