Charles Kerr
bcecbbba99
(gtk) #312 : Attention notification when using "Open with"
2008-02-19 05:52:37 +00:00
Charles Kerr
c421bc0266
(gtk) add ability to delete downloaded files when deleting a torrent
2008-02-19 03:57:03 +00:00
Charles Kerr
b353ae4b43
(gtk) same Lacrocivous-inspired tweaks, in the multifile open dialog
2008-02-13 04:40:34 +00:00
Charles Kerr
31790f031c
(gtk) add some safety assertions
2008-02-13 03:57:48 +00:00
Charles Kerr
85c49dbbee
(gtk) new "add torrent" popup to let users choose which files to download, file priority, add paused, delete source .torrent, etc
2008-02-13 03:00:21 +00:00
Charles Kerr
f72d7052c7
(gtk) #649 : don't ask for confirmation on close when there are no active torrents.
2008-01-27 20:12:10 +00:00
Charles Kerr
02332c43a9
(gtk) #649 don't ask for confirmation on close when there are no active torrents.
2008-01-21 15:51:53 +00:00
Charles Kerr
9423e89aec
(gtk) SHUTUP cleanup
2008-01-19 05:04:38 +00:00
Charles Kerr
ce6c33b7bf
set copyright info to 2008
2008-01-01 17:20:20 +00:00
Charles Kerr
1a1eb1fa67
first cut at adopting some of the OS X client's main list UI into the gtk+ client
2007-12-19 02:46:30 +00:00
Charles Kerr
2e6ebae16e
code cleanup: let glib do more of the heavy lifting w.r.t. parsing command-line arguments, drag-and-drop strings
2007-10-12 19:53:30 +00:00
Charles Kerr
7280551e2f
more HIG correctness
2007-10-10 18:20:52 +00:00
Charles Kerr
0f1d9429b6
i18n cleanup: (1) take strings that were very similar and make them identical, so there are fewer strings to translate. (2) unmark things that shouldn't've been marked for translation, such as the UTF-8 infinity symbol.
2007-10-08 19:40:34 +00:00
Charles Kerr
713ded5ff4
preferences code refresh in the gtk+ client
2007-09-27 20:57:58 +00:00
Charles Kerr
fb70a9cca0
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
2007-09-20 20:14:13 +00:00
Charles Kerr
e677cb8017
(gtk) don't #include private libtransmission headers. use g_snprintf() instead of snprintf().
2007-07-30 20:48:43 +00:00
Charles Kerr
815c6bfe1f
Tighte up the "are you sure you want to exit?" dialog a bit for HIG
2007-07-27 01:40:46 +00:00
Josh Elsasser
373e6dd519
Include stdio.h a couple places where it could be needed.
2007-07-19 03:55:00 +00:00
Charles Kerr
bd3ce76fa5
part one of moving the build environment over to automake/autoconf. beware!
2007-07-18 23:04:26 +00:00
Charles Kerr
daf44d5073
add "don't ask me this again" checkbox to "really quit Transmission?" dialog box
2007-07-16 18:45:51 +00:00
Mitchell Livingston
4ada334f57
patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks
2007-06-06 00:30:13 +00:00
Josh Elsasser
04a175665b
Implement addfiles-detailed message.
2007-05-24 10:37:07 +00:00
Josh Elsasser
dfffdd17e4
Move torrent adding from callback in main.c to functions on TrCore.
2007-05-24 02:50:28 +00:00
Josh Elsasser
eadedea754
Axe the stupid torrent flags.
2007-05-23 19:26:29 +00:00
Josh Elsasser
61263c844e
Fix deleting a torrent which has a properties window open.
...
(this should be merged if there is ever a 0.73)
2007-05-23 04:38:35 +00:00
Josh Elsasser
89cc48f0e8
Move main model into a new TrCore wrapper class.
2007-05-23 00:49:31 +00:00
Josh Elsasser
ee01a4ac95
Fix memory leak.
2007-04-17 05:08:45 +00:00
Josh Elsasser
47cda1412c
Minor gettext fixes.
...
Update po template.
2007-04-05 23:36:09 +00:00
Josh Elsasser
b7c6284dce
Add option to disable the annoying quit confirmation dialog.
2007-04-05 22:28:02 +00:00
Josh Elsasser
b86b3e8a30
Add remaining file download to properties window.
2007-04-04 00:56:17 +00:00
Josh Elsasser
3d054d83ca
Add files window to properties window as a tab.
...
Update properties dialog at regular intervals.
2007-04-04 00:32:58 +00:00
Josh Elsasser
b29d8e4342
Make evil initial window sizing magic a bit less evil and a bit less magic.
2007-04-03 08:18:53 +00:00
Josh Elsasser
5b6ac5744c
Fix initial directory in file chooser window.
2007-04-02 18:15:42 +00:00
Josh Elsasser
7e450316f2
Set roles for non-dialog windows to help WMs out a bit.
2007-03-24 10:20:00 +00:00
Josh Elsasser
930fa86d0e
Fix unintentional change in the add dialog default directory.
2007-02-28 00:58:15 +00:00
Josh Elsasser
67826df085
Use a tr_tracker_info_t * directly in tr_info_t and tr_tracker_t.
2007-02-27 04:00:38 +00:00
Josh Elsasser
90423e818d
Sort files in file window case insensitively.
2007-02-23 20:43:18 +00:00
Josh Elsasser
a0f7446a39
Have file window's progress bars notice theme changes.
2007-02-23 12:27:19 +00:00
Josh Elsasser
b1d47df423
Display progress in file window as well as updating periodically.
2007-02-23 11:27:59 +00:00
Josh Elsasser
98ea79c579
Calculate and show directory sizes in file window.
2007-02-23 06:54:49 +00:00
Josh Elsasser
bb3193f431
Add a window to view a torrent's files.
2007-02-23 06:18:45 +00:00
Josh Elsasser
4943058f72
Merge gtkmisc branch.
2007-02-19 22:09:05 +00:00
Josh Elsasser
e15841cc93
Add an option to always prompt for a download directory. Fixes ticket #116 .
...
Fix a minor memory leak with the 'Add a Torrent' dialog.
2007-02-07 02:59:25 +00:00
Josh Elsasser
3a4a6c4251
Fix the 'Automatically start torrent' checkbox,
...
which has apparently been broken since r320
2007-02-07 00:39:49 +00:00
Josh Elsasser
f67ad8cf47
Add a new interface to make the public port available to the frontend.
2007-02-06 04:26:40 +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
Josh Elsasser
c5dd752721
Less awkward wording of a couple of tooltips.
...
Thanks to Lacrocivious for suggestions.
2007-01-05 16:21:31 +00:00
Josh Elsasser
111fc849d0
Change nat traversal label to something that is hopefully clearer.
...
Add tooltips to preference dialog.
2006-12-31 16:07:51 +00:00
Josh Elsasser
cedcbf701e
Catch up with function renaming.
2006-12-27 00:33:22 +00:00
Mitchell Livingston
3374ce9a32
merge multitracker branch:
...
Adds announce list, support for code 301/302 redirect, improvements to mac inspector, better queueing with errors, random extra wait of up to a minute between announces, and other changes.
2006-12-17 16:36:27 +00:00