Daniel Lee
1201186128
(qt) Update qt project to use system libevent
2010-05-24 07:08:14 +00:00
Daniel Lee
e6b8c2e6d4
(qt) Fix regression in file icons caused by printing filesizes in the file tree
2010-05-24 05:29:36 +00:00
Daniel Lee
06bea89970
(qt) Don't round ratio
2010-05-24 04:17:49 +00:00
Daniel Lee
aec2701009
(qt) Add more file extensions to icon detection
2010-05-24 02:45:39 +00:00
Charles Kerr
0a43ed71ce
(trunk qt) #3211 "ratio.png white background" -- fixed in trunk for 2.00
2010-05-16 19:31:47 +00:00
Charles Kerr
77ef2c1e0c
(trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client
2010-05-13 23:54:32 +00:00
Charles Kerr
da2ef53eeb
(trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients
2010-05-08 22:42:28 +00:00
Charles Kerr
2b9ab542cb
(trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery
2010-05-08 08:42:45 +00:00
Charles Kerr
01ff267a56
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- another patch from Longinus00. Seems like he should have svn write access by now...
2010-05-06 14:16:17 +00:00
Charles Kerr
4d61db45aa
(trunk qt) #3060 "Local Peer Discovery protocol implementation" -- fix r10611 bug. Longinus00 found the bug and submitted a patch.
2010-05-06 13:58:04 +00:00
Charles Kerr
fa17bef096
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- applied 2nd patch from Longinus00
2010-05-06 04:49:10 +00:00
Charles Kerr
91e3187d3b
(trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00
2010-05-05 09:41:14 +00:00
Charles Kerr
3473686ee2
(trunk) add LDS toggles to GTK+ client, Qt client, and transmission-remote
2010-05-01 16:23:42 +00:00
Charles Kerr
ed0cf64f0a
(trunk gtk,qt) adjust the opening dialog text. Using Comic Sans instead of Zapf Chancery due to creative differences with livings124
2010-05-01 02:33:44 +00:00
Charles Kerr
d384b38f07
(trunk) minor transmission.h API cleanup.
...
1. remove tr_sessionGetActiveTorrentCount()
2. make tr_sessionCountTorrents() package-visible instead of public.
3. make tr_torrentGetActivity() private instead of public.
2010-04-29 23:08:11 +00:00
Charles Kerr
06f044680a
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client
2010-04-28 01:26:46 +00:00
Charles Kerr
487783d1e2
(trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00
2010-04-27 03:10:32 +00:00
Charles Kerr
c568aa14ea
(trunk qt) #2935 "Changing the 'Keep incomplete files in' Directory" -- fixed in trunk for 2.00
2010-04-23 05:58:04 +00:00
Charles Kerr
ddda0f14e8
(trunk qt) #2564 "Confirm on torrent remove" -- committed Longinus00's patch to trunk for 2.00
2010-04-23 03:58:42 +00:00
Charles Kerr
0723193fc7
(trunk qt) #3148 "command-line password argument isn't parsed correctly" -- fixed in trunk for 2.00. added backport-1.9x if/when we do 1.93.
2010-04-16 20:17:52 +00:00
Charles Kerr
967edafa63
(trunk, qt) #2962 "Qt client Crashes when Removing more than 1 Torrent" -- fixed in trunk for 2.00 w/patch from Longinus00
2010-04-15 19:15:11 +00:00
Charles Kerr
eb99be2194
(trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent properties window" -- fixed in trunk for 2.00
2010-04-10 18:42:46 +00:00
Charles Kerr
4a9f6b3cc7
(trunk qt) #3119 "Showing torrent properties can causes rearranging of torrents if sort != sortByName" -- fixed in trunk for 2.00 by Longinus00
2010-04-07 13:37:08 +00:00
Charles Kerr
af09bb2853
(trunk) poke at details yet again
2010-04-06 04:54:51 +00:00
Charles Kerr
2d103039a0
(trunk qt) fix minor quirk in r10454
2010-04-06 03:15:42 +00:00
Charles Kerr
da3168aa80
(trunk qt) tweak paused/stopped/finished in the details dialog
2010-04-06 03:10:48 +00:00
Charles Kerr
1efe08d34d
(trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented for GTK+, Qt, and transmission-remote by Longinus00's patch
2010-04-06 02:34:45 +00:00
Charles Kerr
d8b4779188
(trunk qt) #3098 "tracker display broken in qt client" -- fixed in trunk for 2.00 by Longinus00's patch
2010-04-03 14:23:29 +00:00
Charles Kerr
4ddb13df77
(trunk qt) #3112 "Partial Seed display shows incorrect filesize" -- fixed in trunk for 2.00 with a patch from Longinus00
2010-04-03 14:04:45 +00:00
Charles Kerr
a5ca4d45f1
(trunk qt) #3116 "show file sizes in the file tree" -- implemented for 2.00 by a patch from Longinus00
2010-04-03 13:56:23 +00:00
Charles Kerr
b075381f64
(trunk, qt) #3094 "reopened Enhancement" -- fix r10433 typo
2010-04-01 21:55:26 +00:00
Charles Kerr
0706901e78
(trunk gtk,qt) #3094 "Show ratio goal for partial seeds" -- implemented in trunk for 2.00, based off Longinus00's patch
2010-04-01 06:08:20 +00:00
Charles Kerr
b5a50de610
(trunk qt) #3095 "Don't show remaining time for paused torrents" -- fixed in trunk for 2.00 by a patch from Longinus00
2010-03-31 19:42:30 +00:00
Charles Kerr
e1607c8354
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
2010-03-17 19:23:03 +00:00
Charles Kerr
ca4dce6f5e
(trunk, qt) rename the slightly-pejorative "minimal view" as "compact view"
2010-03-15 14:42:56 +00:00
Charles Kerr
0f1c496119
(trunk, qt) #2841 "new torrents via .torrent not added in qt client" -- fixed in trunk for 1.90
2010-02-06 13:34:21 +00:00
Charles Kerr
af3e64f383
(trunk qt) "Priority Selection in `Add' Window" -- implemented for Qt client
2010-02-02 07:52:57 +00:00
Charles Kerr
803225bf10
(trunk GTK+, Qt) #2645 "add torrent availability to Properties->Information" -- added for 1.90
2010-02-02 05:34:26 +00:00
Charles Kerr
92f67263ee
(trunk, libT) #2844 "add able to disable '.part' suffix for incomplete files" -- added to GTK+ and Qt clients and to RPC spec for 1.90
2010-02-01 04:43:10 +00:00
Charles Kerr
182cbb8b90
(trunk) one of the less-interesting commits in a while: remove trailing spaces from lines
2010-01-05 23:47:50 +00:00
Charles Kerr
5c26afdb52
happy new year!
2010-01-04 21:00:47 +00:00
Charles Kerr
4d9912fcb1
(trunk qt) fix qt build broken by r9719; error reported by Lacrocivious
2009-12-12 15:38:14 +00:00
Charles Kerr
1f320b2ddd
(trunk) fix a couple of cases where we don't use the tr_snprintf() portability wrapper
2009-12-11 20:26:40 +00:00
Charles Kerr
78ead8c3dd
(trunk) update the copyright notices
2009-12-05 02:19:24 +00:00
Charles Kerr
299f3d1906
(trunk, qt) #2096 : show magnet links the same way the gtk+ client does
2009-12-04 05:05:19 +00:00
Charles Kerr
bc25b7591e
(trunk Qt) #2096 "magnet links" -- fix crashes when displaying magnet links in Qt client
2009-12-03 17:23:53 +00:00
Charles Kerr
31a3ed1684
(trunk, qt) #2096 "magnet links" -- Add the "Copy Magnet Link to Clipboard" feature to Qt client
2009-12-03 15:23:43 +00:00
Charles Kerr
c6899aa1eb
(trunk qt) #2616 : "for the ratio mode button, use the yin/yang icon submitted by jimmac"
2009-12-03 14:46:54 +00:00
Charles Kerr
e4c47db71b
(trunk qt) #2598 : Qt client not linking libdht
2009-11-25 06:21:58 +00:00
Mitchell Livingston
be85dc0fac
a couple of more swarm speed removals
2009-11-22 01:12:44 +00:00
Charles Kerr
2c94fbdfd7
(trunk gtk,qt) synchronize the gtk, qt preferences dialogs a bit
2009-10-20 14:01:15 +00:00
Charles Kerr
c35beb3843
(trunk) #1483 : move completed torrents to a user-specified directory
2009-10-19 05:25:50 +00:00
Charles Kerr
05c77cc975
(trunk) #1483 : move completed torrents to a user-specified directory + #629 : different file extension for incomplete files
2009-10-19 05:05:00 +00:00
Charles Kerr
f58994b7bf
(trunk gtk,qt) #2490 : gtk, qt clients' Details dialog doesn't show ETA anymore
2009-10-10 20:42:23 +00:00
Charles Kerr
7bd3e0c297
(trunk Qt) #2298 : qtr client crashes when expired torrent is removed
2009-10-10 00:39:38 +00:00
Charles Kerr
4e18bc9734
(trunk qt) minor cleanup
2009-10-06 00:27:26 +00:00
Charles Kerr
d2e3ec679b
(trunk Qt) add command-line arguments for connecting to a remote session
2009-10-05 21:33:39 +00:00
Charles Kerr
4c897b2df3
(trunk qt) oops, left a console message in r9243
2009-10-05 19:55:05 +00:00
Charles Kerr
ceb8e4b564
(trunk qt) sync the Qt client's "New Torrent" dialog with the GTK+ client's rewrite
2009-10-05 19:53:38 +00:00
Charles Kerr
3631a38e67
(trunk, gtk, qt) #2478 : popup dialog for first-time users
2009-10-02 22:53:19 +00:00
Charles Kerr
4a09a1de13
(trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings
2009-09-26 06:20:33 +00:00
Charles Kerr
34bfc1424c
(trunk qt) #2417 : Qt client closes when clicking X rather than close to tray
2009-09-26 04:39:58 +00:00
Charles Kerr
6fc0d9cdc7
(trunk qt) #2418 : Cannot open a torrent in kde4 with right clicking
2009-09-26 04:11:00 +00:00
Charles Kerr
900c6d6717
(trunk qt) fix DHT build issue reported and patched by DimStar
2009-09-14 18:36:33 +00:00
Charles Kerr
ae675f3d6f
Qt 4.4 is still pretty new, so don't use QList.removeOne() yet. (build error reported by kklimonda)
2009-09-02 15:34:18 +00:00
Charles Kerr
c5a67b524e
add to the qt client a note about building w/o DHT
2009-08-28 15:55:55 +00:00
Charles Kerr
4dac30abbb
(trunk qt) fix #2080 : "help > message log" does nothing
2009-08-13 17:29:59 +00:00
Charles Kerr
bf1a544939
(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source
2009-08-12 14:40:32 +00:00
Charles Kerr
3cdaeef78f
(trunk qt) #2321 : in qt client in 1.73, When main window minimized click on tray icon does nothing
2009-08-11 18:57:49 +00:00
Charles Kerr
70d858b1f3
(trunk qt) #2319 : cool, our first translation of the Qt client! (zerg)
2009-08-08 13:25:00 +00:00
Charles Kerr
edcd2dc41b
(trunk qt) #2320 : fix encoding issue when logging to stderr in the Qt client
2009-08-08 13:22:38 +00:00
Charles Kerr
5018a1b0d2
(trunk) rephrase "tracker returned..." to "tracker gave..." which is equally expressive but saves a little space on the status line
2009-08-06 07:04:19 +00:00
Charles Kerr
a4767894e7
(trunk) #1400 , #2308 : differentiate warnings and errors; differentiate between local messages and messages from the tracker
2009-08-05 01:25:36 +00:00
Charles Kerr
f4ab711517
(trunk gtk,qt) #2264 : Duplicate keyboard accelerators in the GTK+ client's "View" menu
2009-07-03 20:10:05 +00:00
Charles Kerr
ab1dc1b3ba
(trunk qt) #2260 : Qt client crashes when setting alternative upload/download speeds
2009-07-01 23:40:07 +00:00
Charles Kerr
4658ad9c66
(trunk gtk,qt) fix possible division by zero in the torrent properties dialog
2009-06-30 22:27:22 +00:00
Charles Kerr
58ba65f55b
(trunk, gtk/qt) use Monsoon's strings for encryption preferences and Deluge's system tray tooltip.
2009-06-30 18:08:50 +00:00
Charles Kerr
6b7a400cee
(trunk, qt/gtk) tweak the torrent priorities gui a little
2009-06-29 06:49:35 +00:00
Charles Kerr
62e933b93a
(trunk qt) typo fix
2009-06-29 03:12:30 +00:00
Charles Kerr
c825ce54de
(trunk gtk,qt) add a little symmetry to the info tab's fields
2009-06-28 16:21:47 +00:00
Charles Kerr
0861ca3908
(trunk gtk,qt) more o/c simplification of the prefs dialog
2009-06-27 05:23:13 +00:00
Charles Kerr
5b5f01ddd1
(trunk gtk,qt) a little more string consistency. blah
2009-06-23 14:52:19 +00:00
Charles Kerr
8809f32a7d
(trunk qt) sync up a couple of last strings with the gtk client
2009-06-23 04:49:00 +00:00
Charles Kerr
0b52d3d966
(trunk qt,gtk) fill in missing mnemonics
2009-06-23 03:40:32 +00:00
Charles Kerr
36eac9e36a
(trunk qt, gtk) some string changes: minor Gnome HiGification. omit unnecessary words. use less jargon.
2009-06-23 00:24:37 +00:00
Charles Kerr
ec5801b5e7
(trunk qt) #2169 : unconditionally link against the bundled version of libevent, since there's apparently no way to let qmake know what autoconf decided about which version of libevent to use
2009-06-05 17:10:12 +00:00
Charles Kerr
539e79068e
(trunk) add an explicit waiver < http://people.debian.org/~bap/dfsg-faq#waiver > for linking with OpenSSL
2009-06-04 19:12:11 +00:00
Charles Kerr
db92d4c9aa
(trunk qt) update translation template
2009-06-03 20:59:24 +00:00
Charles Kerr
8e6eee683f
(trunk) on non-mac platforms, try not building our own copy of libevent 1.4.x
2009-06-03 15:47:08 +00:00
Charles Kerr
5941126182
(trunk gtk,qt) give kjg credit for the web client
2009-06-02 03:57:40 +00:00
Charles Kerr
9238fb0299
(trunk) #2131 : clean up benc read/write API
2009-06-02 01:48:48 +00:00
Charles Kerr
7f85090587
(trunk) add a "source" argument to tr_jsonParse() so that if there's an error we can log the filename, or that it came from rpc, etc.
2009-06-01 18:57:37 +00:00
Charles Kerr
d1cd888df6
(trunk qt) plug memory leak
2009-06-01 14:11:52 +00:00
Charles Kerr
79fb45c110
(trunk qt) add svn properties on the qt source files
2009-05-31 19:33:48 +00:00
Charles Kerr
b77874936e
(trunk qt,gtk) add mnemonic for prefs dialog "Randomize the port every launch". reported by geirha
2009-05-21 17:11:26 +00:00
Charles Kerr
73add1f2f9
(trunk) add hooks for disabling/enabling DHT in gtk client, qt client, and transmission-remote
2009-05-21 00:15:54 +00:00
Charles Kerr
4af0c3e24b
(trunk qt) fix the Qt build by linking against libdht.a
2009-05-20 23:16:28 +00:00
Charles Kerr
ed96a156a5
(trunk qt) filterbar tweak by kjg
2009-05-19 04:21:58 +00:00
Charles Kerr
625c395dcf
fix a minor bug with the 3rd party Qt icon loader. < http://code.google.com/p/qticonloader/issues/detail?id=5 >
2009-05-16 15:02:40 +00:00
Charles Kerr
1c3f3acbca
(trunk) add an option to the JSON generator to disable the human-readable indentations. Keep indenting the data files such as settings.json, but don't indent the messages used for RPC. This cuts the cost of deflate()ing those RPC messages by about 80%...
2009-05-16 05:51:52 +00:00
Charles Kerr
3827d80cd8
(trunk qt) #2072 : Delete .torrent with or without error
2009-05-15 02:05:07 +00:00
Charles Kerr
5d4f4fdd51
(trunk qt) #2077 : doesn't show/modify the "Stop seeding torrents at ratio"
2009-05-14 18:28:11 +00:00
Charles Kerr
3973659162
(trunk gtk/qt) #2075 Move 'Properties' back to the top listing when right-clicking on a torrent in the main window.
2009-05-14 05:20:29 +00:00
Charles Kerr
e2a9a0f263
(trunk qt) tweak qt "set torrent location" a little
2009-05-13 19:16:31 +00:00
Charles Kerr
29b1d3e2cc
(trunk) #920 : add "move data" to libT so all clients can use it
2009-05-13 15:54:04 +00:00
Charles Kerr
dddb6a121d
(trunk qt) #2059 : "Move source file to Trash" doesn't work
2009-05-11 02:10:26 +00:00
Charles Kerr
8d2b4f947a
(trunk qt) fix odd wart reported by kjg
2009-05-09 00:23:42 +00:00
Charles Kerr
4be5ef5450
(trunk libT) license tweaks
2009-05-08 18:52:06 +00:00
Charles Kerr
fe1f550f1c
(trunk qt) disable the "open folder" option if we're connected to daemon running on a different machine
2009-05-08 18:36:41 +00:00
Charles Kerr
6559fbbd16
(trunk) support an X-Transmission-Session-Id header in the RPC server. Yesterday's approach of including the session_id in posted forms -- which is a typical approach -- isn't sufficient for Transmission, since it also allows remote access via JSON/RPC. (part 1 of 2. part 2 is kjg's web ui patch)
2009-05-08 14:56:11 +00:00
Charles Kerr
872465d12e
(trunk) revert r8351; it's not a sufficient fix
2009-05-08 14:35:02 +00:00
Charles Kerr
90cc4628e8
(trunk qt) improve launchWebInterface() when running a native session
2009-05-08 03:38:46 +00:00
Charles Kerr
3cc43a7d03
(trunk libT) add a session_id cookie to the rpc server
2009-05-08 02:37:46 +00:00
Charles Kerr
113cb55552
(trunk qt) update the -r summary
2009-05-06 15:40:47 +00:00
Charles Kerr
2a44c23dca
(trunk qt) hide the network icon when the transmission session is being run inside the client. patch by stdisease
2009-05-06 13:46:10 +00:00
Charles Kerr
3a97ab888c
(trunk qt) use the bubble-filter button patch
2009-05-06 13:39:48 +00:00
Charles Kerr
921e741c11
(trunk qt) remove debugging message from console
2009-05-04 18:43:49 +00:00
Charles Kerr
222295758a
(trunk qt) more progressbar improvements from kjg
2009-05-04 18:22:18 +00:00
Charles Kerr
9aaa5b3c4b
(trunk qt) use tabs for the main window's filters
2009-05-04 17:26:16 +00:00
Charles Kerr
75a115e2f8
(trunk qt) progressbar patch from kjg
2009-05-04 16:38:07 +00:00
Charles Kerr
75b83b101f
(trunk qt) remove some debugging console messages
2009-05-04 05:03:05 +00:00
Charles Kerr
363da76680
(trunk qt) progressbar state/small improvements from kjg
2009-05-04 04:04:43 +00:00
Charles Kerr
7928221537
(trunk qt) fix bug in inspector's peers tab when the same peer is connected to us for more than one torrent
2009-05-04 02:58:05 +00:00
Charles Kerr
d41318bb05
(trunk qt) session dialog improvements from W4pp
2009-05-03 22:00:56 +00:00
Charles Kerr
b2c65797e0
(trunk) very minor tweaks
2009-05-03 19:12:22 +00:00
Charles Kerr
ccd02666ee
(trunk qt) fix remove-torrent filtering error reported by W4pp
2009-05-03 18:35:33 +00:00
Charles Kerr
2b42c00c45
(trunk qt) add dialog to set local/remote session source
2009-05-03 18:12:11 +00:00
Charles Kerr
e249d894ac
(trunk qt) Remember between runs whether we were running a local or remote session. Add a gui dialog for switching sessions during runtime.
2009-05-03 17:37:39 +00:00
Charles Kerr
40c976a794
(trunk qt) privacy guard to the url in the titlebar. patch from kjg
2009-05-03 03:33:23 +00:00
Charles Kerr
5cec10d516
(trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp
2009-05-02 14:33:10 +00:00
Charles Kerr
55e110938c
(trunk qt) HiG: "When there is no interesting status to report, leave a status bar panel blank"
2009-05-02 14:25:18 +00:00
Charles Kerr
3ecec47b14
(trunk qt) possibly fix display bug reported by W4pp
2009-05-02 13:59:00 +00:00
Charles Kerr
00bc015112
(trunk qt) silence a minor compiler warning
2009-05-01 14:40:14 +00:00
Charles Kerr
4a40812d28
(trunk qt) tweaks to About dialog courtesy W4pp
2009-04-26 19:08:49 +00:00
Charles Kerr
71060402ab
(trunk qt) copy some of the ideas from the gtk inspector rewrite
2009-04-26 15:41:04 +00:00
Charles Kerr
e1d8cf5a4a
(trunk gtk, qt) sync some keyboard mnemonics and the about dialogs
2009-04-21 01:00:17 +00:00
Charles Kerr
e3994f90df
(trunk) #1997 : rpc spec cleanup
2009-04-19 17:02:27 +00:00
Charles Kerr
dc6da4139d
(trunk qt) fix feedback loop between the gui and libT for the properties dialog's seed ratio
2009-04-19 02:48:55 +00:00
Charles Kerr
d82b4a5fc6
(trunk qt) handle multiple torrent selection in the properties dialog
2009-04-18 23:18:28 +00:00
Charles Kerr
3f00d88ed8
(trunk gtk/qt) #1502 : Details' Addresses should "sort -n"
2009-04-16 16:35:00 +00:00
Charles Kerr
1230043902
(trunk qt) hack on the main window layout
2009-04-15 01:59:54 +00:00
Charles Kerr
86fd854657
(trunk qt) #1522 : add upload/download/ratio limits popup menu at the bottom of the main window
2009-04-14 22:05:11 +00:00
Charles Kerr
6591c068df
(trunk qt) tweak the build instructions
2009-04-14 02:12:05 +00:00
Charles Kerr
03a7251054
(trunk) make it possible to #include "version.h" without having to add -I${TOP}/libtransmission/ to your CFLAGS
2009-04-13 19:04:21 +00:00
Charles Kerr
08674322a9
(trunk qt) clean up #includes
2009-04-13 18:21:22 +00:00
Charles Kerr
768d755cc6
(trunk qt) sort of fix the "make install" problem
2009-04-13 17:31:02 +00:00
Charles Kerr
c5aa896d83
(trunk qt) first stab at getting the properties dialog's "options" controls operational.
2009-04-12 21:15:35 +00:00
Charles Kerr
e46700022b
(qt) better integration of sort & filter modes into the preferences mechanism
2009-04-11 18:25:12 +00:00
Charles Kerr
c2debd3b6d
(trunk qt) ensure that the sort mode is applied correctly on startup
2009-04-11 04:35:51 +00:00
Charles Kerr
afe11e1386
(trunk) have the gtk and qt clients use the same minimum seed ratio in the preferences dialog as the mac uses
2009-04-10 19:16:12 +00:00
Charles Kerr
4f571c38e0
(qt) fix bug that corrupted the main-window-layout-order key in prefs. Reported by Rolcol
2009-04-10 04:59:15 +00:00
Charles Kerr
388076efc8
(qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified
2009-04-10 04:33:31 +00:00
Charles Kerr
6f86e5d080
(trunk qt) remember sorting & filtering mode between sessions
2009-04-10 03:48:19 +00:00
Charles Kerr
f6672e8911
(trunk qt,gtk) include torrents-being-verified in the "active torrents" filter.
2009-04-09 22:42:55 +00:00
Charles Kerr
f933e434dd
(trunk qt) add "make install" step to the build instructions
2009-04-09 19:14:44 +00:00
Charles Kerr
8cb90fd28f
(trunk) add the Qt beta into svn
2009-04-09 18:55:47 +00:00