Charles Kerr
51a82e70c1
remove `TR_STATUS_DONE' from libtransmission's public API. It's useful as an internal state but not for code calling libtransmission.
2008-03-31 17:59:16 +00:00
Charles Kerr
ed0f77ad61
fix wx packaging error reported by naddy in irc
2008-01-07 19:07:19 +00:00
Charles Kerr
f4a024712f
call tr_close() on shutdown.
2008-01-05 18:17:23 +00:00
Charles Kerr
0a66cb5103
get the wx client compiling again, at least.
2008-01-05 08:05:17 +00:00
Mitchell Livingston
4723192946
replace other instances of the old url
2007-12-31 01:19:35 +00:00
Charles Kerr
87d4bcd278
Change the default port from 9090 to 51413 to get in compliance with IANA's port number assignment scheme. (1024 through 49151 are reserved)
2007-11-22 04:15:22 +00:00
Charles Kerr
9df263326d
use Thomas Bernard's miniupnp library instead of rolling our own.
2007-11-06 16:02:50 +00:00
Charles Kerr
e0965c3a63
better openssl detection & support: use openssl's pkg-config file.
2007-10-28 19:55:03 +00:00
Charles Kerr
e698756c98
remove unused flags
2007-10-15 20:58:39 +00:00
Charles Kerr
e8d0bea143
missed the "fast and easy" description in the wx client. :/
2007-10-13 17:35:49 +00:00
Charles Kerr
ee6a0b8945
modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.
2007-09-26 01:55:04 +00:00
Charles Kerr
ed747ad94c
get wx building again
2007-09-22 13:36:22 +00:00
Charles Kerr
8a644aae6f
sync the wx prototype with the new libtransmission class names
2007-09-20 19:47:19 +00:00
Charles Kerr
2fa823a2b1
tweaks
2007-08-24 01:31:26 +00:00
Charles Kerr
4b6da6cbca
* fix the torrent list's flicker on periodic refresh by resorting only when it's needed
2007-08-23 19:21:42 +00:00
Charles Kerr
2bc52d3bfe
* simplify the filters a bit.
...
* fix a bug in filtering complete/incomplete.
* when adding torrents, save a copy in transmission's torrents directory.
2007-08-23 19:02:33 +00:00
Charles Kerr
3ce8d7bfd6
make speed tab's colors user-configurable
2007-08-23 16:38:58 +00:00
Charles Kerr
67e79c063f
compile right w/wx 2.6
2007-08-23 02:54:34 +00:00
Charles Kerr
08354cb792
implement the `speed' tab.
2007-08-22 19:49:24 +00:00
Charles Kerr
ea49180f94
$Id$
2007-08-18 17:19:49 +00:00
Charles Kerr
78f65331f2
fix tr_init()
2007-08-17 03:39:41 +00:00
Charles Kerr
db7a354958
more work on getting our autoconf setup to play nice with libevent
2007-08-15 02:48:32 +00:00
Charles Kerr
6cf6dc9142
more hacking on making libevent build, and on making T pick it up in includes & library
2007-08-14 19:53:36 +00:00
Charles Kerr
4676cea866
get libevent building and playing nice with all the other apps
2007-08-14 19:26:49 +00:00
Charles Kerr
8f8100e4d8
minor wx work
2007-08-14 13:53:03 +00:00
Charles Kerr
b79d325cd5
use inttypes.h instead of stdint.h
2007-08-04 01:34:00 +00:00
Charles Kerr
8be21b668b
reduce flicker in the torrent list
2007-08-03 20:46:02 +00:00
Charles Kerr
03845215de
better toolbar icons
2007-08-03 18:52:01 +00:00
Charles Kerr
6993301e65
more filter tweaking
2007-08-03 16:22:52 +00:00
Charles Kerr
d2791f0d5d
tweak the margins a bit
2007-08-03 11:54:05 +00:00
Charles Kerr
baa08b6a8b
experimenting with a different filter system...
2007-08-03 05:11:03 +00:00
Charles Kerr
6763ec75e8
more portability fixes
2007-08-02 21:58:34 +00:00
Charles Kerr
1fd5f90a77
win32 cleanly compiles and starts now. (still doesn't atually *work*, but we're getting closer...)
2007-08-02 19:43:29 +00:00
Charles Kerr
ed3ecee2eb
add better info icon.
2007-07-28 04:56:12 +00:00
Charles Kerr
609f2c8a89
last commit wasn't exiting gracefully.
2007-07-28 00:41:35 +00:00
Charles Kerr
9b4545fdea
download column wasn't sorting correctly.
2007-07-28 00:27:30 +00:00
Charles Kerr
05d2c72e60
add a wx version test to see if SetSashGravity() is available
2007-07-28 00:12:38 +00:00
Charles Kerr
7c795c3b65
lots of work on getting basic functionality up and running.
2007-07-27 23:09:09 +00:00
Charles Kerr
cf2b762af0
fix unused variable compiler warnings
2007-07-26 17:15:56 +00:00
Charles Kerr
a4af933874
wx: finished more showing & sorting columns in the torrent list. start/stop/remove/info buttons are now insensitive at the appropriate times.
2007-07-26 01:25:36 +00:00
Charles Kerr
2d0ba91d5f
"open torrent file" now works.
2007-07-25 05:37:12 +00:00
Charles Kerr
351c9154e5
fix systray icon size and "exit" command.
2007-07-24 20:12:56 +00:00
Charles Kerr
b74e6a3c12
the "recheck" button works now.
2007-07-24 04:36:36 +00:00
Charles Kerr
243772f194
torrent filters work now... we finally have a working feature! ;)
2007-07-23 23:59:13 +00:00
Charles Kerr
d14d21bebd
torrent filter counts work now.
2007-07-23 21:01:26 +00:00
Charles Kerr
5ee729223e
more image work
2007-07-23 17:36:34 +00:00
Charles Kerr
8b8b6e066e
for the time being, use xpm-based icons in the toolbar
2007-07-23 17:12:38 +00:00
Charles Kerr
d2401c0a5e
cleanup preferences file keys
2007-07-23 15:33:04 +00:00
Charles Kerr
9296e088f3
* make torrent list's columns sortable.
...
* remember torrent sort order between sessions.
* torrent list is getting too big; move it into its own file
--This line, and those below, will be ignored--
M wx/Makefile.am
A wx/torrent-list.cc
A wx/torrent-list.h
M wx/xmission.cc
2007-07-23 15:20:47 +00:00
Charles Kerr
6f9a2ef504
added a taskbar icon for Xmission, showing the total ul/dl speed in its tooltip
2007-07-23 05:43:16 +00:00