|
|
@7555
|
14 years |
charles |
(trunk wx) patch from fulgas to get wx client building again
|
|
|
@7468
|
14 years |
charles |
(trunk) patch from wereHamster to finish off tr_handle
|
|
|
@7454
|
14 years |
charles |
(trunk wx) get the wx client mostly building again.
|
|
|
@7404
|
14 years |
charles |
updated email address
|
|
|
@6797
|
14 years |
charles |
(libT) experimental code to serve clutch/rpc via evhttpd
|
|
|
@6792
|
14 years |
charles |
(wx) get the wxWidgets port building again. :)
|
|
|
@6335
|
14 years |
charles |
missed a few `snprintf' calls in r6334
|
|
|
@5975
|
14 years |
charles |
API cleanup: s/tr_torrentRates/tr_sessionGetSpeed/
|
|
|
@5908
|
14 years |
charles |
(libt) more janitorial work on cleaning up tr_session*() and …
|
|
|
@5880
|
14 years |
charles |
rename tr_torrentClose() as tr_torrentFree() and make it private. …
|
|
|
@5843
|
14 years |
charles |
RPC/IPC redesign
|
|
|
@5457
|
14 years |
charles |
remove `TR_STATUS_DONE' from libtransmission's public API. It's …
|
|
|
@4546
|
15 years |
charles |
fix wx packaging error reported by naddy in irc
|
|
|
@4495
|
15 years |
charles |
call tr_close() on shutdown.
|
|
|
@4494
|
15 years |
charles |
get the wx client compiling again, at least.
|
|
|
@4390
|
15 years |
livings124 |
replace other instances of the old url
|
|
|
@3926
|
15 years |
charles |
Change the default port from 9090 to 51413 to get in compliance with …
|
|
|
@3731
|
15 years |
charles |
use Thomas Bernard's miniupnp library instead of rolling our own.
|
|
|
@3621
|
15 years |
charles |
better openssl detection & support: use openssl's pkg-config file.
|
|
|
@3426
|
15 years |
charles |
remove unused flags
|
|
|
@3402
|
15 years |
charles |
missed the "fast and easy" description in the wx client. :/
|
|
|
@3178
|
15 years |
charles |
modify the tr_stat struct as hashed out by charles_ and BentMyWookie?. …
|
|
|
@3137
|
15 years |
charles |
get wx building again
|
|
|
@3109
|
15 years |
charles |
sync the wx prototype with the new libtransmission class names
|
|
|
@2917
|
15 years |
charles |
tweaks
|
|
|
@2914
|
15 years |
charles |
* fix the torrent list's flicker on periodic refresh by resorting only …
|
|
|
@2913
|
15 years |
charles |
* simplify the filters a bit.
* fix a bug in filtering …
|
|
|
@2912
|
15 years |
charles |
make speed tab's colors user-configurable
|
|
|
@2908
|
15 years |
charles |
compile right w/wx 2.6
|
|
|
@2907
|
15 years |
charles |
implement the `speed' tab.
|
|
|
@2849
|
15 years |
charles |
svn propset svn:keywords 'Date Rev Author Id' filename
|
|
|
@2846
|
15 years |
charles |
$Id$
|
|
|
@2817
|
15 years |
charles |
fix tr_init()
|
|
|
@2762
|
15 years |
charles |
more work on getting our autoconf setup to play nice with libevent
|
|
|
@2750
|
15 years |
charles |
more hacking on making libevent build, and on making T pick it up in …
|
|
|
@2749
|
15 years |
charles |
get libevent building and playing nice with all the other apps
|
|
|
@2745
|
15 years |
charles |
minor wx work
|
|
|
@2615
|
15 years |
charles |
use inttypes.h instead of stdint.h
|
|
|
@2609
|
15 years |
charles |
reduce flicker in the torrent list
|
|
|
@2608
|
15 years |
charles |
better toolbar icons
|
|
|
@2606
|
15 years |
charles |
more filter tweaking
|
|
|
@2603
|
15 years |
charles |
tweak the margins a bit
|
|
|
@2600
|
15 years |
charles |
experimenting with a different filter system…
|
|
|
@2593
|
15 years |
charles |
more portability fixes
|
|
|
@2591
|
15 years |
charles |
win32 cleanly compiles and starts now. (still doesn't atually *work*, …
|
|
|
@2528
|
15 years |
charles |
add better info icon.
|
|
|
@2524
|
15 years |
charles |
last commit wasn't exiting gracefully.
|
|
|
@2523
|
15 years |
charles |
download column wasn't sorting correctly.
|
|
|
@2522
|
15 years |
charles |
add a wx version test to see if SetSashGravity?() is available
|
|
|
@2519
|
15 years |
charles |
lots of work on getting basic functionality up and running.
|
|
|
@2504
|
15 years |
charles |
fix unused variable compiler warnings
|
|
|
@2502
|
15 years |
charles |
wx: finished more showing & sorting columns in the torrent list. …
|
|
|
@2490
|
15 years |
charles |
"open torrent file" now works.
|
|
|
@2483
|
15 years |
charles |
fix systray icon size and "exit" command.
|
|
|
@2476
|
15 years |
charles |
the "recheck" button works now.
|
|
|
@2471
|
15 years |
charles |
torrent filters work now... we finally have a working feature! ;)
|
|
|
@2469
|
15 years |
charles |
torrent filter counts work now.
|
|
|
@2468
|
15 years |
charles |
more image work
|
|
|
@2467
|
15 years |
charles |
for the time being, use xpm-based icons in the toolbar
|
|
|
@2466
|
15 years |
charles |
cleanup preferences file keys
|
|
|
@2465
|
15 years |
charles |
* make torrent list's columns sortable.
* remember torrent sort order …
|
|
|
@2464
|
15 years |
charles |
added a taskbar icon for Xmission, showing the total ul/dl speed in …
|
|
|
@2461
|
15 years |
charles |
build errors reported by SoftwareElves?
|
|
|
@2460
|
15 years |
charles |
cleaner sizer code in the main window
|
|
|
@2459
|
15 years |
charles |
* add code to refresh the torrent list, and a timer to call it.
* …
|
|
|
@2456
|
15 years |
charles |
xmission: load torrents on startup and populate the torrent list.
|
|
|
@2439
|
15 years |
charles |
portability for wx 2.6 and for both unicode and ascii builds of wxWidgets
|
|
|
@2437
|
15 years |
charles |
make the torrent list columns configurable.
|
|
|
@2436
|
15 years |
charles |
start filling out the main window layout
|
|
|
@2435
|
15 years |
charles |
finish changing from xpm to png
|
|
|
@2433
|
15 years |
charles |
rename "xpm" subdir as "images"
|
|
|
@2432
|
15 years |
charles |
wx: change from xpm to png to avoid jaggy edges in the icons
|
|
|
@2431
|
15 years |
charles |
first baby steps of wx client. currently just a window with menus and …
|