Charles Kerr
|
4bf3577fba
|
(gtk) #1306: clicking in a blank area in a list clears the selection.
|
2008-09-27 18:01:31 +00:00 |
Charles Kerr
|
8903960174
|
a little more cleanup of the rpc server stuff.
|
2008-09-26 04:41:13 +00:00 |
Charles Kerr
|
4c34b2bc89
|
rpc-server cleanups. add true wildmat control. break the Mac build a little harder.
|
2008-09-25 18:48:09 +00:00 |
Charles Kerr
|
bd5a2ae6b8
|
(libT) experimental code to serve clutch/rpc via evhttpd
|
2008-09-25 05:03:39 +00:00 |
Charles Kerr
|
15ae0d49ad
|
(gtk) #1289: duplicate of progress info in torrent activity tab
|
2008-09-23 20:06:26 +00:00 |
Charles Kerr
|
cc89872dd4
|
run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened
|
2008-09-23 19:11:04 +00:00 |
Charles Kerr
|
b3c16b8f52
|
(gtk) silence a compiler warning
|
2008-09-17 01:55:41 +00:00 |
Charles Kerr
|
f12f17dba9
|
(gtk) #1274: Cannot resize columns in 'File' tab of 'Details' window
|
2008-09-16 18:28:22 +00:00 |
Charles Kerr
|
dae1322637
|
(gtk) make the per-torrent speed limit gui controls' behavior match that of the preference dialgo's speed limit gui controls
|
2008-09-14 19:39:07 +00:00 |
Charles Kerr
|
8b7b3d3a18
|
(gtk) minor comment changes
|
2008-09-08 15:17:18 +00:00 |
Mukund Sivaraman
|
0207d12f65
|
(win32) Convert spaces to tabs in Makefile.am
|
2008-09-06 04:37:08 +00:00 |
Mukund Sivaraman
|
ca288f1619
|
(win32) Add application icon as a resource
|
2008-09-06 04:31:08 +00:00 |
Mukund Sivaraman
|
14166b3cb9
|
(win32) Don't build the GTK+ client as a console application
|
2008-09-06 04:23:28 +00:00 |
Charles Kerr
|
abd98feaae
|
(gtk) #1192: 1.3x's method of setting file priorities & download flags is unpopular
|
2008-09-06 01:52:47 +00:00 |
Charles Kerr
|
b29143614c
|
(gtk) #1259: GLib-GObject-WARNING **: value "-100" of type `gint' is invalid or out of range for property `value' of type `gint'
|
2008-09-06 01:32:15 +00:00 |
Charles Kerr
|
9050a6de57
|
(gtk) *incomplete* fix for #1192. this actually breaks things in the short term; I'll finish the rest ASAP
|
2008-09-05 21:01:00 +00:00 |
Mukund Sivaraman
|
6e8935ba09
|
(win32) Fix the GTK+ client to build for win32
|
2008-09-05 15:13:09 +00:00 |
Charles Kerr
|
419242e36f
|
(libT) change benc's integral type from int to size_t, squashing a couple of minor warnings
|
2008-09-04 14:42:32 +00:00 |
Charles Kerr
|
628d05d220
|
(gtk) r6692 tweak: lower the spinbutton delay a little in the prefs dialog
|
2008-09-03 20:00:27 +00:00 |
Charles Kerr
|
ce0d9dcd9e
|
(gtk) #1244: Crashing while scrolling up used port
|
2008-09-03 17:50:31 +00:00 |
Charles Kerr
|
ddac7c3404
|
(gtk) unclutter the prefs dialog a bit
|
2008-09-03 16:29:59 +00:00 |
Mukund Sivaraman
|
f4507dd8c7
|
Revert r6688 (this was no bug)
|
2008-09-03 08:24:42 +00:00 |
Mukund Sivaraman
|
f69aa6faa6
|
Fix use of key
|
2008-09-03 01:36:59 +00:00 |
Mukund Sivaraman
|
b630712d4b
|
Fix bug in schedule calculation
|
2008-09-03 01:36:48 +00:00 |
Charles Kerr
|
c3c8006c85
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
Charles Kerr
|
f53b33526b
|
(gtk) #964: tweak the scheduler's prefs dialog a bit
|
2008-09-02 18:22:23 +00:00 |
Mukund Sivaraman
|
afd31cd0f2
|
Apply changes in scheduled limits when they're updated during the schedule
|
2008-09-01 10:01:13 +00:00 |
Mukund Sivaraman
|
bac067e32b
|
Change info messages on scheduled limits
|
2008-09-01 08:19:57 +00:00 |
Mukund Sivaraman
|
79c315524d
|
Correct the key name for scheduled upload limits
Also, widget sensitivity is handled elsewhere.
|
2008-09-01 08:19:52 +00:00 |
Mukund Sivaraman
|
e525c17dc5
|
Fix use of new Glib API which fails on older Glib build machines
|
2008-09-01 04:54:13 +00:00 |
Mukund Sivaraman
|
0b7fd36077
|
Add simple scheduled bandwidth control for the GTK client (bug #964)
This is similar to how the Mac OS X version of Transmission
does it.
|
2008-09-01 04:47:02 +00:00 |
Charles Kerr
|
82815a74d2
|
#1214: add RPC support for per-peer status,ul,dl,address info
|
2008-08-22 17:59:31 +00:00 |
Charles Kerr
|
ef68e36a0d
|
(libT) more dead code removal: tr_compareUint32(), tr_compareUint64(), tr_strcmp(), tr_strcasecmp()
|
2008-08-22 14:52:20 +00:00 |
Charles Kerr
|
b97717ffbf
|
fix #include warning
|
2008-08-22 01:05:38 +00:00 |
Charles Kerr
|
dcecf09d96
|
bencode cleanup: remove unused functions and unnecessary #includes
|
2008-08-21 14:57:59 +00:00 |
Mukund Sivaraman
|
03520624e6
|
Use ANSI declaration
|
2008-08-19 06:57:55 +00:00 |
Mukund Sivaraman
|
f4fb332a58
|
Fixing dependency (tr-core.c: tr-core-dbus.h)
|
2008-08-17 21:43:39 +00:00 |
Mukund Sivaraman
|
04d9cc1d54
|
Check for threads
|
2008-08-17 12:39:34 +00:00 |
Mukund Sivaraman
|
4404ead503
|
Add tr-core-dbus.xml to EXTRA_DIST
|
2008-08-17 12:39:31 +00:00 |
Mukund Sivaraman
|
317281f87c
|
Don't show an error when transmission is run twice
Instead, present the main window. This commit also auto-generates
the dbus bindings.
|
2008-08-17 12:39:26 +00:00 |
Charles Kerr
|
d06f101e57
|
#220: lazy bitfields
|
2008-08-16 21:06:57 +00:00 |
Charles Kerr
|
839cfe9155
|
(gtk) #1193: add a shadow to the torrent list
|
2008-08-16 06:17:42 +00:00 |
Mukund Sivaraman
|
ca6909db33
|
Enable checking of deprecated GTK usage (in beta/unstable releases only)
|
2008-08-15 19:31:59 +00:00 |
Mukund Sivaraman
|
2a8a474bca
|
Make URL clickable in about dialog
|
2008-08-15 17:45:18 +00:00 |
Mukund Sivaraman
|
21010afa50
|
Fix leak; err is not used anyway
|
2008-08-14 11:23:16 +00:00 |
Mukund Sivaraman
|
de62de3e19
|
Replace random number generation code
|
2008-08-14 11:11:25 +00:00 |
Mukund Sivaraman
|
a8a57d0024
|
Fix leaks of dbus proxy and conn
|
2008-08-14 10:58:37 +00:00 |
Charles Kerr
|
50dcfb2ba0
|
(gtk) #826: Transmission doesn't open torrents via web browser
|
2008-08-14 03:37:02 +00:00 |
Charles Kerr
|
f4a5315ec4
|
#1156: make the RPC callbacks a little more flexible to make thread issues easier on the mac client
|
2008-08-14 02:12:29 +00:00 |
Charles Kerr
|
d521734c8d
|
(gtk) #1185: crash by maliciously-crafted .torrent files "creator" field
|
2008-08-13 03:05:51 +00:00 |