Charles Kerr
ef6f11446a
(gtk) tweak the status icons a little. #642
2008-01-20 01:18:11 +00:00
Charles Kerr
961cb0137d
(gtk 1.0x) #632 combine the two status bars
2008-01-17 18:03:45 +00:00
Charles Kerr
c619642d4e
(gtk) better desktop integration by using stock icons in the statusbar. suggested by frandavid100 in the forums.
2008-01-16 14:55:07 +00:00
Charles Kerr
24b6549a76
fix a couple of small leaks in the gtk+ client
2008-01-12 17:59:09 +00:00
Charles Kerr
b51cd1233c
#592 : GTK search entry icons
2008-01-06 17:36:48 +00:00
Charles Kerr
802f34a245
(gtk) handle TR_RATIO_NA and TR_RATIO_INF everywhere
2008-01-04 18:52:39 +00:00
Charles Kerr
97350e1c85
fix minimal-mode-toggle error reported by haktar
2008-01-03 21:33:06 +00:00
Charles Kerr
ce6c33b7bf
set copyright info to 2008
2008-01-01 17:20:20 +00:00
Charles Kerr
3671723597
tweak ngettext() usage based on another helpful suggestion from zebob
2007-12-27 19:18:32 +00:00
Charles Kerr
f351252a5e
(gtk) minor filter improvement
2007-12-24 19:12:52 +00:00
Charles Kerr
03bc8a5fa7
remove some unnecessary padding from the filter line
2007-12-24 17:38:02 +00:00
Charles Kerr
be0ac280e9
(gtk) add a filter/total count at the bottom of the main window.
2007-12-24 17:25:52 +00:00
Charles Kerr
54f1ee06d4
(gtk+) first cut of a filter bar
2007-12-24 00:14:39 +00:00
Charles Kerr
bf75469bbe
(gtk) fix crash reported by hussam
2007-12-22 16:34:47 +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
ffa9d6b125
(gtk) add the up/down/yin-yang icons and session stats to toolbar. add toggling of toolbar and/or statusbar.
2007-12-20 02:56:47 +00:00
Charles Kerr
21d3614f7c
make the short status string a little shorter.
2007-12-20 02:02:51 +00:00
Charles Kerr
69e1e025b2
misc cleanup. fix vertical alignment of the short status string in minimal view.
2007-12-20 01:33:51 +00:00
Charles Kerr
495143bdad
(gtk) let the user narrow the window even if there's a really large torrent name being displayed.
2007-12-19 20:30:53 +00:00
Charles Kerr
9098cfbcf7
(gtk) minimal mode now works, mostly
2007-12-19 20:04:38 +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
4744c7f8a4
(gtk) quick fix for the memory corruption bug reported by werehamster
2007-12-19 12:38:36 +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
dbc9a4aabe
add stats dialog to the gtk+ client
2007-11-27 03:29:51 +00:00
Charles Kerr
8653817e5d
cruft removal: use tr_stat's ratio field instead of calculating it ourself.
2007-11-15 04:19:53 +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
39c8a02497
various gtk cleanups.
2007-10-13 03:15:02 +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
f6973227ac
highlight error torrents in red in the main window
2007-08-18 19:22:31 +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
Josh Elsasser
a3e790f403
Replace bzero() with memset().
...
Define AF_LOCAL and SUN_LEN for systems that lack them.
Don't mix function and non function pointers without casting.
Fix a potential type mismatch in assignment.
2007-07-18 17:28:25 +00:00
Charles Kerr
208ca81996
tyop fix
2007-07-16 02:23:30 +00:00
Charles Kerr
26ca860e55
minor tweaks to make the gtk+ client resemble the os x one more closely
2007-07-08 05:51:55 +00:00
Charles Kerr
d33bb5cde6
(gtk) make the columns in the main window sortable
2007-06-30 22:46:01 +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
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
Josh Elsasser
89cc48f0e8
Move main model into a new TrCore wrapper class.
2007-05-23 00:49:31 +00:00
Josh Elsasser
47cda1412c
Minor gettext fixes.
...
Update po template.
2007-04-05 23:36:09 +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
7e450316f2
Set roles for non-dialog windows to help WMs out a bit.
2007-03-24 10:20:00 +00:00
Josh Elsasser
899f2ab27e
Spruce up the menu a bit and add it to a menubar and the tray icon.
2007-02-23 19:50:48 +00:00
Josh Elsasser
bb3193f431
Add a window to view a torrent's files.
2007-02-23 06:18:45 +00:00
Josh Elsasser
14dfe61727
Fix typo in comment.
2007-02-15 20:25:44 +00:00
Josh Elsasser
60b7749385
Split off the window-related code into a new file.
...
Bump a couple copyright dates I forgot earlier.
2007-02-07 07:35:33 +00:00