Charles Kerr
|
496cf6d63a
|
fix minor oops
|
2007-06-23 00:00:19 +00:00 |
Charles Kerr
|
ab85deaf51
|
add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red...
|
2007-06-22 20:59:23 +00:00 |
Charles Kerr
|
b07c8df3cf
|
Fix torrent-inspector bug reported in the forums by webaake
|
2007-06-20 15:55:27 +00:00 |
Charles Kerr
|
5a375d90e2
|
fix double-free memory error in gtk client when reading corrupt torrent files
|
2007-06-19 16:36:59 +00:00 |
Charles Kerr
|
06e761d950
|
* fix error checking large files reported by Gimp_
* portability changes to pathname/filename building
* small gratuitous changes
|
2007-06-18 19:39:52 +00:00 |
Charles Kerr
|
f7cd20f58c
|
(gtk) fix compile-time warnings on 32-bit machines
|
2007-06-18 13:51:41 +00:00 |
Charles Kerr
|
1388c51142
|
fix the bug Lacrocivious found in the gtk+ "create torrent" dialog
|
2007-06-18 04:52:03 +00:00 |
Mitchell Livingston
|
0256f4616d
|
Merge file selection and torrent creation into the main branch.
The new code for these features is under a new license.
|
2007-06-18 03:40:41 +00:00 |
Charles Kerr
|
2006882927
|
(trunk - gtk) in prefs dialog, changes to the download directory weren't always honored.
|
2007-06-11 17:21:08 +00:00 |
Josh Elsasser
|
78a4e7d51e
|
Send bad-format instead of not-supported where appropriate.
Implement supported message.
|
2007-06-10 23:56:35 +00:00 |
Charles Kerr
|
b96a30d7c1
|
Work with gtk < 2.8
|
2007-06-09 17:08:25 +00:00 |
Charles Kerr
|
7b28aa2156
|
gtk: added "about" window; refreshed translation potfile; wrote a simple script so every release I don't have to re-learn how to make potfiles.
|
2007-06-09 15:20:32 +00:00 |
Charles Kerr
|
5d9fe27797
|
Ticket #217: Missing Progress in GTK+ Torrent Inspector (reported by CatharsisCarth)
|
2007-06-09 00:34:39 +00:00 |
Charles Kerr
|
ecf19e2528
|
fix torrent-inspector memory leaks
|
2007-06-07 17:53:54 +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 |
Mitchell Livingston
|
de37792d9a
|
update files to recognize the new "waiting to check" state
|
2007-05-28 18:37:47 +00:00 |
Mitchell Livingston
|
0f9766145b
|
patch from Charles Kerr: perform file checking one at a time (fixes #124)
|
2007-05-28 15:23:28 +00:00 |
Josh Elsasser
|
6d9472edc8
|
Massage types a bit to silence some warnings and add a couple missing headers.
|
2007-05-27 16:31:16 +00:00 |
Josh Elsasser
|
64b5583a10
|
Implement messages to change preference values.
|
2007-05-24 13:56:26 +00:00 |
Josh Elsasser
|
a12da10722
|
Move preference saving from TrPrefs to TrCore.
Update the preference window when a preference is changed.
|
2007-05-24 13:55:57 +00:00 |
Josh Elsasser
|
bdb6b77e38
|
Implement the various get messages to retrieve settings.
Hope these work, nothing uses them that I know of so no testing.
|
2007-05-24 11:16:53 +00:00 |
Josh Elsasser
|
04a175665b
|
Implement addfiles-detailed message.
|
2007-05-24 10:37:07 +00:00 |
Josh Elsasser
|
02aa6305ac
|
Implement removeall, startall and stopall messages.
|
2007-05-24 09:28:15 +00:00 |
Josh Elsasser
|
4657345141
|
Add torrent hash to model.
Implement lookup, remove, start, and stop messages.
|
2007-05-24 09:18:03 +00:00 |
Josh Elsasser
|
80c7f8c922
|
Add ipc id to TrCore model.
Implement info and stat ipc messages.
|
2007-05-24 07:51:37 +00:00 |
Josh Elsasser
|
c7ff9bdcf1
|
Return response for tagged add message.
Support noop message.
|
2007-05-24 06:15:48 +00:00 |
Josh Elsasser
|
eea5e1df5d
|
Switch to ipc version 2.
|
2007-05-24 05:46:23 +00:00 |
Josh Elsasser
|
2e1773a974
|
Use a signal in TrCore instead of a callback to signal quit.
|
2007-05-24 03:29:23 +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
|
cc1394b1d6
|
Add signal mechanism for reporting error from TrCore.
Use error signal for errors when adding torrents and saving state.
|
2007-05-23 17:59:35 +00:00 |
Josh Elsasser
|
787e17135a
|
Untangle the gordian references between TrCore and TrTorrent.
|
2007-05-23 06:25:15 +00:00 |
Josh Elsasser
|
81a6d96d6e
|
Remove tr_handle_t argument from tr_torrentClose().
|
2007-05-23 04:45:20 +00:00 |
Josh Elsasser
|
a19989c544
|
Merge TrBackend into TrCore.
|
2007-05-23 04:39:06 +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
|
51b8ea47c9
|
Move model appending, updating, and deleting to TrCore.
The TrTorrent refcounting clusterfuck should be isolated from main.c now.
|
2007-05-23 02:45:28 +00:00 |
Josh Elsasser
|
c32c517d46
|
Preparation for eliminating TrBackend:
move the TrBackend instance into TrCore and add wrapper functions.
|
2007-05-23 01:47:42 +00:00 |
Josh Elsasser
|
89cc48f0e8
|
Move main model into a new TrCore wrapper class.
|
2007-05-23 00:49:31 +00:00 |
Josh Elsasser
|
e850bd7df8
|
Close the main window on a dock icon click if it is already open.
|
2007-04-23 19:27:03 +00:00 |
Josh Elsasser
|
efd1ac7d65
|
Update size units in finnish translations.
Add translations of Comment to .desktop file.
|
2007-04-19 21:14:45 +00:00 |
Josh Elsasser
|
e9e80b16db
|
Remove the old russian translation of the program name.
|
2007-04-19 19:09:29 +00:00 |
Josh Elsasser
|
132e4f5c8c
|
Merge daemon branch to trunk.
|
2007-04-18 16:39:10 +00:00 |
Josh Elsasser
|
a3836c8d9c
|
Bump version to 0.7.
|
2007-04-18 14:06:52 +00:00 |
Josh Elsasser
|
5e61c847f0
|
Add finnish gtk translation.
|
2007-04-17 22:08:57 +00:00 |
Josh Elsasser
|
ee01a4ac95
|
Fix memory leak.
|
2007-04-17 05:08:45 +00:00 |
Josh Elsasser
|
4e00714e62
|
Update spanish gtk translation.
|
2007-04-15 18:53:01 +00:00 |
Josh Elsasser
|
c6250b07a5
|
Update bulgarian, polish, and italian translations.
|
2007-04-11 20:35:42 +00:00 |
Josh Elsasser
|
a348b76d91
|
Update swedish translation.
|
2007-04-11 03:46:43 +00:00 |
Josh Elsasser
|
36a52fdb96
|
Update french translation.
|
2007-04-10 01:02:40 +00:00 |
Josh Elsasser
|
34e1bec19b
|
Add Stalwart's email address at the top of this file or I'll probably
forget and mail the wrong person next time.
|
2007-04-08 18:21:12 +00:00 |