Charles Kerr
|
2c79888a93
|
RPC/IPC redesign
|
2008-05-18 16:44:30 +00:00 |
Charles Kerr
|
be9427931a
|
ipc: add session accessor/mutators.
transmission.h: make the session API more consistent.
|
2008-05-12 16:33:17 +00:00 |
Charles Kerr
|
9404711233
|
include the version in the gtk online help's URL
|
2008-05-06 19:27:42 +00:00 |
Charles Kerr
|
2e257e7c24
|
(gtk) link to the online manual from the Help menu
|
2008-05-06 19:20:19 +00:00 |
Charles Kerr
|
3af15497c7
|
(gtk) #898: crash on startup by passing uninitialized memory to g_free()
|
2008-04-25 19:04:56 +00:00 |
Charles Kerr
|
29b0b33663
|
(gtk) remember window size & location between sessions
|
2008-04-21 20:58:39 +00:00 |
Charles Kerr
|
1ae1607025
|
gtk/cli/daemon/remote/proxy: add command-line argument --config-dir / -g to override the default config dir
|
2008-04-19 00:41:32 +00:00 |
Charles Kerr
|
3e88159e9f
|
(gtk) fix potential invalid memory read on shutdown
|
2008-04-17 20:35:18 +00:00 |
Charles Kerr
|
368e8910f8
|
(gtk) silence minor warning on platforms that don't allow hibernation to be disabled
|
2008-04-14 15:17:55 +00:00 |
Charles Kerr
|
f467beedb5
|
(gtk) #307: inhibit/prevent hibernation when downloading
|
2008-04-13 02:56:26 +00:00 |
Charles Kerr
|
fbdf92bfd5
|
(gtk) #826: gtk client's "--minimized" command-line argument doesn't work
|
2008-04-11 14:36:29 +00:00 |
Charles Kerr
|
89c1fedcff
|
(gtk) #859: No way of opening target folder of torrent
|
2008-04-11 02:21:33 +00:00 |
Charles Kerr
|
b71a2985b3
|
#684: Use XDG basedir spec for configuration and cache files in $HOME
|
2008-04-05 20:12:11 +00:00 |
Charles Kerr
|
2158ef37cd
|
(gtk) "open torrent" --> "add torrent"
|
2008-04-03 02:11:15 +00:00 |
Charles Kerr
|
0c6ffff205
|
(gtk) fix double-memory-free
|
2008-03-22 19:44:54 +00:00 |
Charles Kerr
|
ca9a75d4aa
|
(gtk) fix minor terminology inconsistencies between the "new torrent" and "details" dialogs
|
2008-03-19 20:34:35 +00:00 |
Charles Kerr
|
b6aa753f06
|
(gtk) add a "display options dialog" checkbox in the "open torrent" dialog.
|
2008-03-19 14:54:32 +00:00 |
Charles Kerr
|
0437c5f33e
|
(gtk) try to iron out the remaining "add torrent" issues reported by wereHamster and Lacrocivous
|
2008-03-18 01:22:11 +00:00 |
Charles Kerr
|
a4909bbd1b
|
(gtk) minor code cleanup
|
2008-03-17 03:25:03 +00:00 |
Charles Kerr
|
bc2266b91c
|
(gtk) speed up the population of the debug window.
|
2008-03-16 15:18:19 +00:00 |
Charles Kerr
|
3f32ee1627
|
(gtk) turn on ellipsizing for torrent names in the debug window. add a little margin between the primary & secondary labels in the shutdown message.
|
2008-03-13 20:47:58 +00:00 |
Charles Kerr
|
1538505e24
|
(gtk) tweak the "watch folder" feature: firefox likes to save a file, then remove it, then add it again. Add a slight delay in to allow for this without popping up a second "open torrent" dialog.
|
2008-03-12 02:11:37 +00:00 |
Charles Kerr
|
e85a328b1b
|
(gtk) remove the PREF_KEY_SYSTRAY cruft, as pointed out by wereHamster
|
2008-03-08 17:37:13 +00:00 |
Charles Kerr
|
6ef6ac0928
|
the last i18n-centric commit for awhile, I hope.
|
2008-03-08 04:53:11 +00:00 |
Charles Kerr
|
909cb89b43
|
even more i18n string work, w/more feedback and reading through the transmission.pot file.
|
2008-03-08 01:43:20 +00:00 |
Charles Kerr
|
5efb7e626e
|
(gtk) more i18n string work w/suggestions from andre and vuntz to use format strings with positions to allow argument reordering.
|
2008-03-07 21:59:27 +00:00 |
Charles Kerr
|
7200b27a18
|
lots more i18n string work -- making strings more consistent, folding redundant strings together, etc.
|
2008-03-07 20:48:36 +00:00 |
Charles Kerr
|
0cebab1247
|
(gtk) #769: when removing a torrent, prompt for confirmation if (a) the torrent is incomplete, (b) the torrent is connected to peers, (c) the user is also deleting the downloaded files.
|
2008-03-07 17:47:42 +00:00 |
Charles Kerr
|
1df3d8d844
|
(gtk) #769: fix a new g_warning that popped up in r5209. (infernux)
|
2008-03-07 16:58:44 +00:00 |
Charles Kerr
|
76891225b9
|
more i18n work.
|
2008-03-07 03:26:59 +00:00 |
Charles Kerr
|
a11071e661
|
(gtk) minor: use "Folder" instead of "Directory", as per the GNOME Desktop Terms list
|
2008-03-06 20:55:07 +00:00 |
Charles Kerr
|
f71665e166
|
(gtk) #748: hig improvements to the `remove torrent' confirmation dialog.
|
2008-03-02 15:54:58 +00:00 |
Charles Kerr
|
288547ffb8
|
(gtk) use signal, instead of sigaction, for portability
|
2008-02-28 17:51:54 +00:00 |
Charles Kerr
|
cc7f95e68a
|
(gtk) fix crash-when-removing-more-than-one-torrent bug reported by wereHamster and Lacrocivious
|
2008-02-28 15:47:09 +00:00 |
Charles Kerr
|
e904f1ddd0
|
(gtk) #738: Clicking tray icon should show minimized main window
|
2008-02-27 20:30:51 +00:00 |
Charles Kerr
|
9ee96fd0dc
|
add `verify' command to ipc.
|
2008-02-27 17:38:39 +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
|
a311e12f9b
|
(gtk) added optional libnotify support to gtk client. (wereHamster, charles)
|
2008-02-24 15:42:31 +00:00 |
Charles Kerr
|
bcecbbba99
|
(gtk) #312: Attention notification when using "Open with"
|
2008-02-19 05:52:37 +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
|
f00959fd88
|
(gtk) fix minor memory leak reported by valgrind
|
2008-02-13 16:30:59 +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
|
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
|
27caa27c6e
|
(gtk) fix #661 regression
|
2008-02-08 03:51:08 +00:00 |
Charles Kerr
|
9411a54b34
|
(gtk) #376: Use freedesktop icon spec
|
2008-02-07 20:02:06 +00:00 |
Charles Kerr
|
69081669af
|
(gtk) #376: `About' dialog improvements by LucaFerretti
|
2008-02-07 19:42:54 +00:00 |
Charles Kerr
|
864c563ba1
|
(gtk) get r4932 building on older versions of gtk+
|
2008-02-07 01:25:52 +00:00 |
Charles Kerr
|
65f043a339
|
(gtk) #686: "Minimize to tray"
|
2008-02-07 01:10:34 +00:00 |
Charles Kerr
|
b0103174f6
|
fix r4911 crash reoprted by wereHamster
|
2008-02-03 18:30:54 +00:00 |
Charles Kerr
|
d5ecdefc2c
|
(gtk) #677: hig tweaks
|
2008-02-03 17:10:03 +00:00 |
Charles Kerr
|
21f91ae5be
|
(gtk) #611: don't hide in the systray without letting the user know
|
2008-02-03 01:43:47 +00:00 |
Charles Kerr
|
c58e905d11
|
(gtk) #661: Window position is not restored when unhiding from the systray
|
2008-01-29 16:54:59 +00:00 |
Charles Kerr
|
00a9df7291
|
(gtk) #662: It is possible to have several information windows for the same torrent
|
2008-01-28 22:18:43 +00:00 |
Charles Kerr
|
c38bfdc481
|
(gtk) #634 add option to start in the systray
|
2008-01-23 16:22:52 +00:00 |
Charles Kerr
|
9a118eeff5
|
(gtk) use libevent's decode_uri() and libT's tr_mkdirp() instead of reinventing the wheel.
|
2008-01-20 15:50:42 +00:00 |
Charles Kerr
|
756bacd076
|
(gtk) #616: tray icon info popup, suggested by inferneux and seconded a few times in the forums.
|
2008-01-16 16:03:18 +00:00 |
Charles Kerr
|
6c1c7d5cf7
|
disable the `details' button if more than one torrent is selected.
|
2008-01-03 23:54:29 +00:00 |
Charles Kerr
|
c04914e5ff
|
(gtk) fix crash when deleting multiple torrents from a filter view
|
2008-01-02 21:45:06 +00:00 |
Charles Kerr
|
ce6c33b7bf
|
set copyright info to 2008
|
2008-01-01 17:20:20 +00:00 |
Mitchell Livingston
|
4723192946
|
replace other instances of the old url
|
2007-12-31 01:19:35 +00:00 |
Charles Kerr
|
6e9b5966a5
|
(gtk) fix ticket #560, faulty handling of bad command-line options
|
2007-12-30 18:23:45 +00:00 |
Charles Kerr
|
6c562a770d
|
(gtk) reduce the load a little bit more when all the rows are selected.
|
2007-12-28 06:22:40 +00:00 |
Charles Kerr
|
e781dfb03d
|
(gtk) fix bug when removing torrents from a filtered view
|
2007-12-28 00:52:54 +00:00 |
Charles Kerr
|
35adeec1d0
|
(gtk) fix startup port issue by hitting it with a damn big hammer
|
2007-12-24 07:02:40 +00:00 |
Charles Kerr
|
401cfbdb6b
|
replace the per-torrent PEX setting with a global one, as per discussion with SoftwareElves and BentMyWookie
|
2007-12-24 05:03:40 +00:00 |
Charles Kerr
|
54f1ee06d4
|
(gtk+) first cut of a filter bar
|
2007-12-24 00:14:39 +00:00 |
Charles Kerr
|
b51af2e799
|
(gtk) yin/yang icon: add a pulldown menu for {total,session}{ratio,transfer}
|
2007-12-20 19:21:21 +00:00 |
Charles Kerr
|
6b6a73a1b4
|
more progress on prefs + event integration
|
2007-12-19 19:16:36 +00:00 |
Charles Kerr
|
b0e1a8b8cd
|
cleaner actions/prefs integration.
|
2007-12-19 18:42:33 +00:00 |
Charles Kerr
|
ae682b59be
|
that last commit was kind of silly... "sort by ratio" can be merged into "sort by progress"
|
2007-12-19 07:10:47 +00:00 |
Charles Kerr
|
9ed991657e
|
(gtk) add sort-by-ratio
|
2007-12-19 07:03:28 +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
|
0fa3fb0d67
|
use a modified version of werehamster's improvements to the gtk gui at shutdown
|
2007-12-14 18:36:19 +00:00 |
Charles Kerr
|
4ae2350a97
|
r4012 didn't work for gtk+ versions < 2.10.0
|
2007-11-29 15:49:58 +00:00 |
Charles Kerr
|
5e4304f207
|
use the `network' stock icon in the "closing connections" dialog
|
2007-11-29 04:48:27 +00:00 |
Charles Kerr
|
4f1837c891
|
put a shutdown message in the gtk+ client - http://img208.imageshack.us/img208/7118/closinggy4.png
|
2007-11-29 02:32:10 +00:00 |
Charles Kerr
|
24c2d30a7c
|
remove dead code to roll the odometer to 4000!!1!
|
2007-11-27 04:33:59 +00:00 |
Charles Kerr
|
dbc9a4aabe
|
add stats dialog to the gtk+ client
|
2007-11-27 03:29:51 +00:00 |
Charles Kerr
|
ebc8f34f48
|
fix bug in gtk client that caused torrent changes to show up too slowly in the GUI
|
2007-11-23 15:36:31 +00:00 |
Charles Kerr
|
355f96e660
|
Rename "Debug Window" as "Message Log", which is the terminology the OS X client uses too
|
2007-11-18 02:32:46 +00:00 |
Charles Kerr
|
96629d16db
|
clear the gtk+ gui before calling tr_close()
|
2007-11-11 20:38:59 +00:00 |
Charles Kerr
|
14bd1d7408
|
sync our shutdown code to BentMyWookie's latest tr_close() changes.
|
2007-11-09 16:11:10 +00:00 |
Charles Kerr
|
747cd0b396
|
(gtk) if two torrents are selected -- one running, one paused -- both "pause" and "resume" buttons should be enabled. reported by glyphobet.
|
2007-10-26 23:29:19 +00:00 |
Charles Kerr
|
c50cadbcaa
|
remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE)
|
2007-10-20 22:07:21 +00:00 |
Charles Kerr
|
31646bcfb9
|
(gtk) remember between sessions which column is used for sorting in the main window's torrent list
|
2007-10-17 18:31:12 +00:00 |
Charles Kerr
|
bb84cb9f09
|
janitorial work for the freeze: (1) finish replacing "transmission-gtk" with "transmission". (2) add Charles to authors lists in man pages. (3) standardize the summary as "A fast and easy BitTorrent client" in the rpm spec, gtk about dialog, and man pages. (4) fold together similar translation strings in the gtk client. (5) use g_strerror instead of strerror in the gtk client.
|
2007-10-13 17:33:53 +00:00 |
Charles Kerr
|
3e878aeba9
|
tweak the debugging messages a bit.
|
2007-10-13 14:02:10 +00:00 |
Charles Kerr
|
39c8a02497
|
various gtk cleanups.
|
2007-10-13 03:15:02 +00:00 |
Charles Kerr
|
ddcd160449
|
config file and dead code cleanup.
|
2007-10-12 20:50:03 +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
|
0daff33814
|
minor tweaks: (1) list `None' instead of `0 b' for zero bytes, such as in UL speed or the "corrupted" field. (2) the properties icon is too horrible to keep -- use `torrent details' instead. (3) list active maintainers first in credits. (4) tweak the "about" dialog's client description a bit to better match the style of other gtk+ apps.
|
2007-10-10 18:52:08 +00:00 |
Charles Kerr
|
7280551e2f
|
more HIG correctness
|
2007-10-10 18:20:52 +00:00 |
Charles Kerr
|
8e840f871c
|
Better GNOME Integration (#338): (1) follow HIG recommendation that dialog titles be the name of the command that opened the dialog (2) rename stop-torrent as pause-torrent in the underlying gtk code
|
2007-10-10 17:25:56 +00:00 |
Charles Kerr
|
add634ead9
|
make the gtk translation files play nicely with autoconf
|
2007-10-08 15:37:33 +00:00 |
Charles Kerr
|
7e5dbd38b5
|
now that the gtk+ prefs are unfucked, add an "ignore unencrypted peers" preference.
|
2007-09-28 00:46:22 +00:00 |
Charles Kerr
|
713ded5ff4
|
preferences code refresh in the gtk+ client
|
2007-09-27 20:57:58 +00:00 |
Charles Kerr
|
1801f59f49
|
accept some of the ideas in ticket #343 -- add logo and description in `about' dialog, and unbundle our lock icon because gtk+ has a stock authentication icon.
|
2007-09-23 22:20:01 +00:00 |
Charles Kerr
|
7f91ca4bfc
|
accept patch from Infernux to add toggles to the tray menu. (#339)
|
2007-09-21 16:29:09 +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 |