1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
Commit graph

2281 commits

Author SHA1 Message Date
Mitchell Livingston
f407e44edc rearrange some of the file viewer code 2007-08-14 22:55:06 +00:00
Mitchell Livingston
8ad6b7aa3b (trunk) when automatically opening a newly created torrent file, don't trash it regardless of prefs setting 2007-08-14 21:26:12 +00:00
Charles Kerr
2bf071543b get some pieces of the new tracker code into svn... 2007-08-14 20:45:23 +00:00
Charles Kerr
d2d7d01df2 use http:// rather than https:// for the libevent link 2007-08-14 20:29:48 +00:00
Charles Kerr
0ed0adcdfa use optimization level -Os in autoconf too 2007-08-14 20:15:55 +00:00
Charles Kerr
5989151ed5 (trunk) revert yesterday's tracker changes. 2007-08-14 20:08:57 +00:00
Mitchell Livingston
d8905329bb use optimization level -Os 2007-08-14 19:58:07 +00:00
Charles Kerr
d239665a02 remove the static build of libevent 2007-08-14 19:55:24 +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
3b960b5001 added libevent to svn:externals 2007-08-14 16:05:51 +00:00
Charles Kerr
02606d6675 add populate and cleanup utils for tr_tracker_info_t, since bencode and the new tracker code will both use it 2007-08-14 15:24:48 +00:00
Charles Kerr
26dabf816e make list less error-prone by changing the API s.t. we're guaranteed to update the list's pointer correctly. 2007-08-14 14:18:54 +00:00
Charles Kerr
8f8100e4d8 minor wx work 2007-08-14 13:53:03 +00:00
Mitchell Livingston
7ddc2b64cd various negligible cleanup 2007-08-14 05:21:02 +00:00
Josh Elsasser
f69012d0e7 Add a pidfile command-line argument. 2007-08-14 04:02:50 +00:00
Mitchell Livingston
067afdf926 small adjustments to TorrentCell 2007-08-14 03:59:47 +00:00
Mitchell Livingston
b63ddf0676 a little extra drawing so that there are no gaps in the progress bar 2007-08-14 03:15:03 +00:00
Mitchell Livingston
9133c4b919 when checking/unchecking files update the table right away 2007-08-13 21:21:59 +00:00
Charles Kerr
3fe2dbe5d0 forgot to check this one in. thanks to nickshanks, webaake, et al 2007-08-13 18:41:19 +00:00
Charles Kerr
7254a96ce8 let fastresume remember which torrents are stopped and which are running. 2007-08-13 16:43:33 +00:00
Charles Kerr
ab57bfb2d2 (trunk) fix accidentally-swapped switch cases 2007-08-13 15:40:45 +00:00
Charles Kerr
d2ddd4cb4e (trunk) dead code removal. (ticket #286) 2007-08-13 14:35:37 +00:00
Charles Kerr
9acf79d665 (trunk) make torrent creation's piece size more flexible. (ticket #293 reported by matt) 2007-08-13 13:57:12 +00:00
Mitchell Livingston
74f430990b one less warning 2007-08-13 05:03:21 +00:00
Mitchell Livingston
e316c297c7 get rid of some warnings 2007-08-13 04:30:52 +00:00
Mitchell Livingston
1381610a56 (trunk) fix bug where downloads would not be added when dragging the url onto the window without a constant download location 2007-08-13 03:17:18 +00:00
Mitchell Livingston
8729aba95f when opening multiple copies of the app, after the warning don't make the first copy active (in case that copy has been quit in between checking and responding to the dialog) 2007-08-13 01:55:15 +00:00
Josh Elsasser
91910be7fb Add URL for some more documentation of the azureus protocol.
Fix typo.
2007-08-12 23:20:04 +00:00
Mitchell Livingston
b899afc77a drawing placement is less dynamic code-wise but should be faster 2007-08-11 23:49:26 +00:00
Mitchell Livingston
5c285b8ca3 have the code generate each attributed string once per draw instead of twice 2007-08-11 17:04:10 +00:00
Mitchell Livingston
b476e6f8eb combine similar code for attributes in the torrent cell 2007-08-11 04:46:21 +00:00
Mitchell Livingston
974bc096e1 only allow update checks daily, and remove an unused method 2007-08-11 04:02:35 +00:00
Mitchell Livingston
7b9e4c8eda get the icon placement from TorrentCell instead of generating it in the tableview 2007-08-11 03:09:31 +00:00
Mitchell Livingston
c6c1f90996 don't hide the inspector when double-clicking the table's action button 2007-08-11 02:51:36 +00:00
Mitchell Livingston
2e4d6a1142 refresh only necessary rows on mouse down 2007-08-11 02:44:01 +00:00
Mitchell Livingston
87147ad2be get the minimal status to toggle based on the new cell method, and fix silly test code that made the error icon always show 2007-08-11 02:33:10 +00:00
Mitchell Livingston
963c8ae76f one less redundant call in TorrentCell 2007-08-11 02:12:47 +00:00
Mitchell Livingston
1436214b4e general code cleanup 2007-08-11 01:48:06 +00:00
Mitchell Livingston
9198b9d50d complete structural reorganization of TorrentCell 2007-08-11 01:39:53 +00:00
Mitchell Livingston
03de70ffa7 identify a client's peer id correctly 2007-08-10 18:06:52 +00:00
Mitchell Livingston
49bffb64f4 store the folder image in browser cell 2007-08-10 18:00:44 +00:00
Mitchell Livingston
00586a513b adjust FileBrowserCell layout 2007-08-10 17:55:09 +00:00
Mitchell Livingston
c4eab94aea declare methods in FileBrowserCell, and make some private 2007-08-10 17:46:02 +00:00
Mitchell Livingston
7b69ebac18 layout file browser cell a bit more dynamically 2007-08-10 17:34:52 +00:00
Mitchell Livingston
24fc88c21d the pause/resume and reveal buttons in the main window don't dim when pushed but not hovered over 2007-08-10 05:56:36 +00:00
Mitchell Livingston
c1e98ffd64 add new Russian translations 2007-08-10 04:18:35 +00:00
Mitchell Livingston
ba15587366 remove some Russian translations 2007-08-10 04:17:41 +00:00
Charles Kerr
fc7b2f233f (trunk) updated gtk+ fr translation 2007-08-10 04:14:10 +00:00
Mitchell Livingston
58621c530b on mouse up/down only redisplay the affected row 2007-08-10 04:06:49 +00:00