Charles Kerr
|
6728ff934f
|
(gtk) remove unused function "io_send"
|
2008-02-26 20:34:37 +00:00 |
|
Charles Kerr
|
402a18a84e
|
(gtk) use evutils for a portability layer on making sockets nonblocking and closing sockets
|
2008-02-26 20:31:33 +00:00 |
|
Charles Kerr
|
851e6ce008
|
(gtk) make the filename naming scheme a little more consistent.
|
2008-02-26 19:58:03 +00:00 |
|
Charles Kerr
|
708c2a8ebc
|
(gtk) io.c --> tr-io.c
|
2008-02-26 01:19:26 +00:00 |
|
Charles Kerr
|
5552aab68b
|
(gtk) rename io.h' as tr-io.h' to fix mingw conflicts. fix minor compiler warning when building w/o libnotify support.
|
2008-02-25 21:47:21 +00:00 |
|
Charles Kerr
|
faee51f779
|
tweak which folder to open in the notify window
|
2008-02-25 04:13:54 +00:00 |
|
Charles Kerr
|
d3779eb7d5
|
(gtk) remove the custom colors from the progress renderer
|
2008-02-24 19:36:48 +00:00 |
|
Charles Kerr
|
64e82dad71
|
(gtk) add prefs to toggle libnotify notification
|
2008-02-24 16:10:18 +00:00 |
|
Charles Kerr
|
af7bb90ac1
|
(gtk) use G_GNUC_PRINTF where appropriate.
|
2008-02-24 15:46:51 +00:00 |
|
Charles Kerr
|
a311e12f9b
|
(gtk) added optional libnotify support to gtk client. (wereHamster, charles)
|
2008-02-24 15:42:31 +00:00 |
|
Charles Kerr
|
dfd31d2495
|
(gtk) minor tweak
|
2008-02-24 14:32:42 +00:00 |
|
Charles Kerr
|
8938adf5fc
|
(gtk) experimental: use native gtk progress bars
|
2008-02-23 17:02:42 +00:00 |
|
Charles Kerr
|
58b655338a
|
libT: add tracker information to tr_stat. gtk: add `tracker' tab to inspector
|
2008-02-21 07:29:39 +00:00 |
|
Charles Kerr
|
5d2dcc0c01
|
(gtk) #685: Use XDG user dir to set download directory
|
2008-02-19 19:22:15 +00:00 |
|
Charles Kerr
|
a676675468
|
(gtk) #712: regression in Details (Peers) dialog in svn version
|
2008-02-19 06:05:55 +00:00 |
|
Charles Kerr
|
bcecbbba99
|
(gtk) #312: Attention notification when using "Open with"
|
2008-02-19 05:52:37 +00:00 |
|
Charles Kerr
|
ac8e76a70f
|
(gtk) use tr_torrentDelete() when user hits `cancel' in the "open torrent" dialog
|
2008-02-19 05:10:58 +00:00 |
|
Charles Kerr
|
4456c2dd90
|
(gtk) #544: remove fast-resume cache when appropriate
|
2008-02-19 05:03:56 +00:00 |
|
Charles Kerr
|
deaeb24cb5
|
cleanup #includes for errno & strerror
|
2008-02-19 04:16:04 +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
|
a2744be2d6
|
(gtk) fix double-free under certain circumstances in the new 'open' dialog
|
2008-02-18 05:26:02 +00:00 |
|
Charles Kerr
|
c3e87bc4ea
|
(gtk) #703: fix right-to-left locale issues in the details dialog
|
2008-02-16 19:36:07 +00:00 |
|
Charles Kerr
|
93b8b40e92
|
(gtk) #703: better handling of rtl locales
|
2008-02-16 19:14:25 +00:00 |
|
Charles Kerr
|
e52c1d9727
|
fix TrTorrent reference count error
|
2008-02-15 18:20:56 +00:00 |
|
Charles Kerr
|
b7c4f59565
|
code cleanup
|
2008-02-14 17:18:00 +00:00 |
|
Charles Kerr
|
83a72d9d64
|
(gtk) fix main window formatting error for torrents whose local data's being verified
|
2008-02-14 00:59:32 +00:00 |
|
Charles Kerr
|
f00959fd88
|
(gtk) fix minor memory leak reported by valgrind
|
2008-02-13 16:30:59 +00:00 |
|
Charles Kerr
|
b7815edc49
|
(gtk) have "active" filter key off of (tr_stat.peersSendingToUs + tr_stat.peersGettingFromUs) rather than (rateUpload + rateDownload) so that a peer temporarily dropping to zero KiB/s won't drop it off the active filter.
|
2008-02-13 16:16:50 +00:00 |
|
Charles Kerr
|
ee0682349f
|
(gtk) minor hig tweaks to the preferences dialog -- spacing, capitalization
|
2008-02-13 15:23:16 +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
|
e9c8c20962
|
(gtk) more open dialog tweaks based on feedback from Lacrocivious
|
2008-02-13 04:34:51 +00:00 |
|
Charles Kerr
|
31790f031c
|
(gtk) add some safety assertions
|
2008-02-13 03:57:48 +00:00 |
|
Charles Kerr
|
148b44a83e
|
(gtk) fix weak unref cycle, also from r5015
|
2008-02-13 03:43:05 +00:00 |
|
Charles Kerr
|
d3f07578e2
|
(gtk) prefs dialog shuffling, suggested by Lacrocivious
|
2008-02-13 03:33:01 +00:00 |
|
Charles Kerr
|
249045641f
|
(gtk) fix minor r5015 oops on setting the default destination directory when pressing the "open" button
|
2008-02-13 03:21:40 +00:00 |
|
Charles Kerr
|
e280126634
|
(gtk) bring the prefs dialog's hotkeys up-to-date with r5015
|
2008-02-13 03:12:56 +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
|
e761e294ee
|
(gtk) update FileList to allow it to switch which torrent's files are being shown.
|
2008-02-12 18:53:31 +00:00 |
|
Charles Kerr
|
446855bb4a
|
(gtk) HIG window layout
|
2008-02-12 16:56:44 +00:00 |
|
Charles Kerr
|
4cda5dd02f
|
(gtk) make TrTorrent's fields private.
|
2008-02-11 15:27:36 +00:00 |
|
Charles Kerr
|
27adbf8ba8
|
decouple the torrent file list from the torrent inspector so that it can be reused in the "add torrent" dialog
|
2008-02-10 22:25:42 +00:00 |
|
Charles Kerr
|
434f97705a
|
(gtk) #417: time left till tracker update
|
2008-02-09 17:49:09 +00:00 |
|
Charles Kerr
|
d7b8c70cf5
|
(gtk) make TrCore's fields private
|
2008-02-09 17:29:05 +00:00 |
|
Charles Kerr
|
991a9f1659
|
fix minor shutdown leak
|
2008-02-09 17:25:14 +00:00 |
|
Charles Kerr
|
97ecb5603f
|
(gtk) #692: estimated time should be shown in the GUI
|
2008-02-09 16:05:29 +00:00 |
|
Charles Kerr
|
c65718a28f
|
(gtk) #695: Only show scrollbar if needed
|
2008-02-08 16:15:28 +00:00 |
|
Charles Kerr
|
27caa27c6e
|
(gtk) fix #661 regression
|
2008-02-08 03:51:08 +00:00 |
|
Charles Kerr
|
37e99a0688
|
(gtk) stick to tango colors, but tweak the torrent-cell-renderer colors a little closer to the mac version
|
2008-02-08 03:13:53 +00:00 |
|
Charles Kerr
|
2cf2c33318
|
(gtk) #694: Forgets pause state after restart
|
2008-02-08 03:00:19 +00:00 |
|
Charles Kerr
|
a98cd524e1
|
(gtk) #376: handle systray icon error
|
2008-02-07 21:43:38 +00:00 |
|