Alex Dedul
|
4964f11943
|
Fixed Clear Completed feature.
|
2007-07-14 10:58:29 +00:00 |
Alex Dedul
|
01edae6a7b
|
Fixed Plugins dialog to properly set_sensitive() for Preferences button.
|
2007-07-14 08:58:30 +00:00 |
Alex Dedul
|
14b0ec2e96
|
Fixed up EVENT_FINISHED event in core.handle_events(self).
|
2007-07-14 08:24:54 +00:00 |
Alex Dedul
|
76c8792ce4
|
Cleaned up core.handle_events(self).
|
2007-07-14 08:04:52 +00:00 |
Alex Dedul
|
8ba55e4dfa
|
Replaced TrayBlink plugin with TorrentNotification plugin. Patch from
eternalswd.
|
2007-07-14 01:38:31 +00:00 |
Andrew Resch
|
9280781dd3
|
Updates
|
2007-07-14 01:33:16 +00:00 |
Marcos Pinto
|
b123ffbc34
|
minor touchup
|
2007-07-13 20:57:25 +00:00 |
Marcos Pinto
|
c0d86f9a66
|
fix the nightmare that is move_storage with gui alert
|
2007-07-13 20:53:38 +00:00 |
Marcos Pinto
|
ee7137a196
|
expose storage move failure - micah
|
2007-07-13 20:18:24 +00:00 |
Marcos Pinto
|
9e80e91ae9
|
expose storage_moved_alert
|
2007-07-13 19:50:17 +00:00 |
Alex Dedul
|
8dad5d9fd8
|
Bringed back self.notebook in DelugeGTK(was removed in [931]) as it is used by
plugins.
NetworkGraph plugin is working again.
|
2007-07-13 17:05:44 +00:00 |
Zach Tibbitts
|
105703d630
|
removing old, useless plugins
|
2007-07-13 16:50:25 +00:00 |
Zach Tibbitts
|
02b189f5a5
|
rename branch to deluge-0.6
|
2007-07-13 16:47:22 +00:00 |
Alex Dedul
|
62bb4cd961
|
Tried to fix move completed feature.
|
2007-07-13 08:25:28 +00:00 |
Alex Dedul
|
28133d0e07
|
Show plugins list sorted by name by default in Plugins dialog.
|
2007-07-13 07:53:16 +00:00 |
Alex Dedul
|
a60470b58b
|
Fixed forced UI update when user changes tabs.
|
2007-07-13 07:36:36 +00:00 |
Marcos Pinto
|
e081888a9e
|
trayblink plugin - micah
|
2007-07-13 06:09:18 +00:00 |
Marcos Pinto
|
ad8e685743
|
breaks off browser calls so the client doesnt hang
|
2007-07-13 05:41:59 +00:00 |
Alex Dedul
|
27d5db228a
|
Pass events to plugins in a more resource aware way. Based on andar's
proposition.
|
2007-07-13 05:14:29 +00:00 |
Alex Dedul
|
a0ca8a031e
|
Minor fix.
|
2007-07-13 04:33:31 +00:00 |
Alex Dedul
|
cbbce338f9
|
Renamed plugin's event handling method to 'handle_events'.
|
2007-07-13 04:31:54 +00:00 |
Alex Dedul
|
1eed8f34d9
|
Spacing fixed.
|
2007-07-13 04:26:38 +00:00 |
Marcos Pinto
|
6705e87160
|
open up events to plugins - elpargo
|
2007-07-13 03:40:31 +00:00 |
Alex Dedul
|
90ac623215
|
Fixed #421, #430 - check/uncheck files on the Files tab should be working
correct now.
|
2007-07-13 02:18:52 +00:00 |
Andrew Resch
|
702967a2c6
|
Changed from 2 spaces ident to 4
|
2007-07-13 01:34:18 +00:00 |
Marcos Pinto
|
63d19d05bc
|
mostly pep8 fixes
|
2007-07-13 01:13:13 +00:00 |
Andrew Resch
|
a7c93458c8
|
Updates!
|
2007-07-13 00:48:21 +00:00 |
Marcos Pinto
|
77b5ce765b
|
version fix
|
2007-07-13 00:47:27 +00:00 |
Marcos Pinto
|
aaa856b931
|
forgot a file, oops
|
2007-07-13 00:15:19 +00:00 |
Marcos Pinto
|
ce59598635
|
set program version so we dont get people using svn and saying it's 0.5.2 or 0.5.3
|
2007-07-13 00:13:40 +00:00 |
Andrew Resch
|
61ca73dde1
|
Updates
|
2007-07-12 23:16:39 +00:00 |
Andrew Resch
|
0b621fd581
|
Updates
|
2007-07-12 23:15:38 +00:00 |
Alex Dedul
|
2fe15d8198
|
More tweaks to the Peers and Files tabs.
|
2007-07-12 23:03:07 +00:00 |
Andrew Resch
|
e08ad9ddaf
|
Updates
|
2007-07-12 22:43:23 +00:00 |
Andrew Resch
|
49e5e9b093
|
Updates
|
2007-07-12 22:34:33 +00:00 |
Zach Tibbitts
|
358e9384bd
|
gui tweak and version number
|
2007-07-12 21:10:46 +00:00 |
Alex Dedul
|
6f0d751067
|
Reduce CPU usage on Files tab even more.
|
2007-07-12 20:35:49 +00:00 |
Andrew Resch
|
bc39371af6
|
New directory structure
|
2007-07-12 20:02:34 +00:00 |
Alex Dedul
|
ef8e1185ed
|
Indent fixes.
|
2007-07-12 19:50:34 +00:00 |
Marcos Pinto
|
4c03881aba
|
raise gui warning on move_storage failure
|
2007-07-12 19:38:47 +00:00 |
Alex Dedul
|
e09d489077
|
Remove some obscure var and associated parts of code from UI.
|
2007-07-12 19:01:46 +00:00 |
Alex Dedul
|
86db5dbaa7
|
Refactor Statusbar and Tray Tips update.
|
2007-07-12 18:38:54 +00:00 |
Alex Dedul
|
9f8385eda5
|
Clean up loading of plugins.
|
2007-07-12 17:56:37 +00:00 |
Alex Dedul
|
dedef184c4
|
Add comment about usage of self.statusbar_temp_msg in DelugeGTK.update() and
minor fix.
|
2007-07-12 17:27:34 +00:00 |
Alex Dedul
|
680c30e0de
|
Minor update UI code clean up.
|
2007-07-12 16:02:42 +00:00 |
Alex Dedul
|
b5aff38295
|
Massive clean up in UI update code. Update torrents info UI instantly when we
click on them in torrents list.
|
2007-07-12 10:21:03 +00:00 |
Alex Dedul
|
d07e8cddb6
|
More Files tab clean up.
|
2007-07-12 05:41:27 +00:00 |
Alex Dedul
|
a4000c46e2
|
Test commit, fixed spacing.
|
2007-07-12 02:30:55 +00:00 |
Marcos Pinto
|
1cdea54047
|
fix cpu usage in peer and file tab - plisk
|
2007-07-11 21:17:39 +00:00 |
Marcos Pinto
|
7938cb7fba
|
only change storage dir location if move is successful
|
2007-07-11 20:59:33 +00:00 |