Eric Petit
|
f0e1e50055
|
Unused function/field
|
2007-01-21 05:03:24 +00:00 |
Eric Petit
|
15fdfda60f
|
small memleaks
|
2007-01-20 05:07:00 +00:00 |
Eric Petit
|
93cb1c89ad
|
Make sure we don't malloc(0), and save peers in the cache file even if we haven't successfully connected to them yet
|
2007-01-20 04:29:33 +00:00 |
Mitchell Livingston
|
0282ec5722
|
no reason to parse the number
|
2007-01-20 04:05:09 +00:00 |
Mitchell Livingston
|
8ee2e36f0a
|
fix for when filtering and a transfer goes from checking (download) to seeding without refreshing the filter
|
2007-01-20 03:59:50 +00:00 |
Mitchell Livingston
|
d97ac66e43
|
deselect files when changing selected torrent
|
2007-01-20 03:42:06 +00:00 |
Mitchell Livingston
|
1c39a8e290
|
don't allow selection/context menu for empty row when no torrent in selected
|
2007-01-20 03:32:35 +00:00 |
Mitchell Livingston
|
63913686d5
|
get around a bug in table views to keep consistent row colors by creating a blank row when no torrent is selected
|
2007-01-20 03:25:35 +00:00 |
Mitchell Livingston
|
2b7d630d54
|
swap the standard file table row height
|
2007-01-19 15:30:41 +00:00 |
Eric Petit
|
da84461d9c
|
Don't let tr_torrentStop return until files are closed, so that the UI can trash them safely if requested (fixes #186)
|
2007-01-19 15:24:20 +00:00 |
Eric Petit
|
4a567871bb
|
clean up
|
2007-01-19 11:19:20 +00:00 |
Eric Petit
|
a083936c72
|
Missing svn:keywords
|
2007-01-19 08:41:37 +00:00 |
Eric Petit
|
918c083618
|
Fix warnings
|
2007-01-19 08:40:06 +00:00 |
Eric Petit
|
09c096731c
|
Another split
|
2007-01-19 08:36:49 +00:00 |
Eric Petit
|
7fc607cf2a
|
When we count the peers we are UL to, just check whether they are chocked
|
2007-01-19 05:15:22 +00:00 |
Eric Petit
|
7a6401c7b4
|
Split transmission.c: everything related to the accept/upnp/choking
thread was moved to shared.c
|
2007-01-19 04:42:31 +00:00 |
Mitchell Livingston
|
2944a10d60
|
some changes to the way text is drawn to the table
|
2007-01-19 02:06:12 +00:00 |
Eric Petit
|
3e6d071e0d
|
clean up
|
2007-01-19 01:39:33 +00:00 |
Mitchell Livingston
|
f55c1b05cd
|
pass object instead of creating string
|
2007-01-18 22:53:27 +00:00 |
Mitchell Livingston
|
0a48921e19
|
small layout adjustment
|
2007-01-18 22:09:39 +00:00 |
Mitchell Livingston
|
271badba8b
|
file table rows for files are now larger with the size displayed under it
|
2007-01-18 22:00:24 +00:00 |
Mitchell Livingston
|
4bffa20e5c
|
undo commit of being unable to unselect all files, since it was way too expensive on torrents with many files and might actually be desirable in some situations
|
2007-01-18 06:27:34 +00:00 |
Mitchell Livingston
|
263bf6934d
|
get rid of unneeded code by instead using built-in function
|
2007-01-18 06:22:15 +00:00 |
Mitchell Livingston
|
9d203de8ef
|
don't allow deselection of a file if that will leave no files selected
|
2007-01-18 05:24:08 +00:00 |
Mitchell Livingston
|
04345733d9
|
at creation of file hierarchy determine the state of folders
|
2007-01-18 03:54:56 +00:00 |
Eric Petit
|
4b9df2981b
|
Ooops
|
2007-01-18 03:12:54 +00:00 |
Mitchell Livingston
|
b8b1383ef5
|
some spacing changes in the file table
|
2007-01-18 01:19:14 +00:00 |
Mitchell Livingston
|
f18bd36d31
|
for file selection checks, only reload those that are affected by any change
|
2007-01-17 23:36:17 +00:00 |
Mitchell Livingston
|
1a8d2103f6
|
path tooltip only under the name column
|
2007-01-17 23:24:35 +00:00 |
Mitchell Livingston
|
cf9ccc6c73
|
add checks to file table for file selection...disabled until they actually can be used
|
2007-01-17 23:19:53 +00:00 |
Mitchell Livingston
|
5f5206a1b1
|
don't recreate the file list each view
|
2007-01-17 20:50:42 +00:00 |
Mitchell Livingston
|
091e3c389f
|
move functions used for setting the look of the file table into the file view's subclass
|
2007-01-17 17:49:22 +00:00 |
Mitchell Livingston
|
80698ed38d
|
use proper subclass for file table and give accurate path for files
|
2007-01-17 17:44:03 +00:00 |
Mitchell Livingston
|
c1dcc826fa
|
file table tool tip now shows full file path
|
2007-01-17 17:34:27 +00:00 |
Mitchell Livingston
|
93c55ebc5c
|
reveal files in files table works again
|
2007-01-17 17:29:42 +00:00 |
Mitchell Livingston
|
839a026fe7
|
re-add tooltips to file table
|
2007-01-17 07:46:17 +00:00 |
Mitchell Livingston
|
99c63daaea
|
show file size in file table again
|
2007-01-17 07:26:33 +00:00 |
Mitchell Livingston
|
02274a0e60
|
if it is a multifile torrent don't show the base folder
|
2007-01-17 06:54:43 +00:00 |
Mitchell Livingston
|
091aec4abe
|
show accurate number of total files
|
2007-01-17 06:43:07 +00:00 |
Mitchell Livingston
|
b7e3c9af5a
|
first go at using an outline view for files....what a pain parsing the file names
|
2007-01-17 06:25:35 +00:00 |
Mitchell Livingston
|
348f35f505
|
retain/release arrays instead of using mutable arrays, and file table only shows files when a single torrent is selected
|
2007-01-17 02:43:07 +00:00 |
Mitchell Livingston
|
bd318306e9
|
remove unneeded cast
|
2007-01-17 01:32:45 +00:00 |
Mitchell Livingston
|
2fa4abe63f
|
change to scrape frequency
|
2007-01-17 01:06:52 +00:00 |
Mitchell Livingston
|
7f142247b7
|
add BitPump
|
2007-01-16 15:49:13 +00:00 |
Mitchell Livingston
|
20eebf6092
|
remove unneeded function/warning
|
2007-01-16 04:20:45 +00:00 |
Mitchell Livingston
|
212ec30187
|
one less initialization
|
2007-01-16 03:32:09 +00:00 |
Mitchell Livingston
|
5e17b596d6
|
avoid calculations if the bandwidth limit is 0, since it always will return the same value
|
2007-01-15 19:16:32 +00:00 |
Mitchell Livingston
|
dc68861f60
|
one more localization
|
2007-01-15 18:53:35 +00:00 |
Mitchell Livingston
|
f99964e0b1
|
another localization
|
2007-01-15 18:50:59 +00:00 |
Mitchell Livingston
|
2e6263efb5
|
more concise phrasing and localization
|
2007-01-15 18:48:44 +00:00 |