]> granicus.if.org Git - transmission/log
transmission
14 years ago(trunk qt) set the step values for the properties dialog's spinboxes
Charles Kerr [Sat, 7 Aug 2010 01:38:50 +0000 (01:38 +0000)]
(trunk qt) set the step values for the properties dialog's spinboxes

14 years ago(trunk gtk) fix label clipping issue in the statusbar
Charles Kerr [Fri, 6 Aug 2010 23:50:35 +0000 (23:50 +0000)]
(trunk gtk) fix label clipping issue in the statusbar

14 years ago(trunk libT) fix compiler warnings on non-glibc systems
Charles Kerr [Fri, 6 Aug 2010 23:28:30 +0000 (23:28 +0000)]
(trunk libT) fix compiler warnings on non-glibc systems

14 years ago(trunk) update to 2.04+
Mitchell Livingston [Fri, 6 Aug 2010 23:15:29 +0000 (23:15 +0000)]
(trunk) update to 2.04+

14 years ago(trunk qt) annoy Lacrocivious by removing the unused dancing hula girls icon from...
Charles Kerr [Fri, 6 Aug 2010 20:27:52 +0000 (20:27 +0000)]
(trunk qt) annoy Lacrocivious by removing the unused dancing hula girls icon from the Qt client's resource file

14 years ago(trunk qt) bump Qt prerequisite from 4.4 to 4.6
Charles Kerr [Fri, 6 Aug 2010 20:23:32 +0000 (20:23 +0000)]
(trunk qt) bump Qt prerequisite from 4.4 to 4.6

14 years ago(trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third...
Charles Kerr [Fri, 6 Aug 2010 20:21:35 +0000 (20:21 +0000)]
(trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third-party qticonloader code

14 years ago(trunk gtk) remove dead code
Charles Kerr [Fri, 6 Aug 2010 15:35:10 +0000 (15:35 +0000)]
(trunk gtk) remove dead code

14 years ago(trunk gtk) small renderer cleanup from the #3488 patch
Charles Kerr [Fri, 6 Aug 2010 15:17:27 +0000 (15:17 +0000)]
(trunk gtk) small renderer cleanup from the #3488 patch

14 years ago(trunk gtk) #3491 "Magnet links don't appear until download of metadata." -- fixed.
Charles Kerr [Fri, 6 Aug 2010 15:03:25 +0000 (15:03 +0000)]
(trunk gtk) #3491 "Magnet links don't appear until download of metadata." -- fixed.

14 years ago(trunk qt) fix bug passing magnet links & urls via DBUS. reported by rb07 in the...
Charles Kerr [Fri, 6 Aug 2010 14:50:57 +0000 (14:50 +0000)]
(trunk qt) fix bug passing magnet links & urls via DBUS.  reported by rb07 in the forums.

14 years ago(trunk gtk) portability: use g_dngettext() instead of ngettext()
Charles Kerr [Fri, 6 Aug 2010 14:38:54 +0000 (14:38 +0000)]
(trunk gtk) portability: use g_dngettext() instead of ngettext()

14 years ago(trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm...
Charles Kerr [Fri, 6 Aug 2010 07:51:24 +0000 (07:51 +0000)]
(trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down

14 years ago(trunk gtk) oops, forgot to remote sexy-icon-entry.c from POTFILES.in. Sorry, hudson.
Charles Kerr [Fri, 6 Aug 2010 06:56:27 +0000 (06:56 +0000)]
(trunk gtk) oops, forgot to remote sexy-icon-entry.c from POTFILES.in.  Sorry, hudson.

14 years ago(trunk gtk) experimentally remove sexy-icon-entry from the GTK+ client... GtkEntry...
Charles Kerr [Fri, 6 Aug 2010 06:54:42 +0000 (06:54 +0000)]
(trunk gtk) experimentally remove sexy-icon-entry from the GTK+ client... GtkEntry can handle it now

14 years ago(trunk gtk) Remove the `PREF_KEY_MAIN_WINDOW_LAYOUT_ORDER' preferences key. This...
Charles Kerr [Fri, 6 Aug 2010 06:22:05 +0000 (06:22 +0000)]
(trunk gtk) Remove the `PREF_KEY_MAIN_WINDOW_LAYOUT_ORDER' preferences key.  This feature seemed like a good idea once upon a time, but I've never heard a report of anyone actually using it...

14 years ago(trunk qt) when the main window is resized to be narrow, use the layout space more...
Charles Kerr [Fri, 6 Aug 2010 05:57:41 +0000 (05:57 +0000)]
(trunk qt) when the main window is resized to be narrow, use the layout space more wisely in the statusbar

14 years ago(trunk libT) #3490 "Ambiguous use of directory separators" -- fixed.
Charles Kerr [Thu, 5 Aug 2010 19:54:44 +0000 (19:54 +0000)]
(trunk libT) #3490 "Ambiguous use of directory separators" -- fixed.

14 years ago(trunk qt) #3489 "Qt client should have up/down speeds in the tray icon's tooltip...
Charles Kerr [Thu, 5 Aug 2010 15:01:40 +0000 (15:01 +0000)]
(trunk qt) #3489 "Qt client should have up/down speeds in the tray icon's tooltip" -- fixed

14 years agonice job.
Charles Kerr [Thu, 5 Aug 2010 13:24:46 +0000 (13:24 +0000)]
nice job.

14 years ago(trunk) ..and the manpages :)
Charles Kerr [Thu, 5 Aug 2010 13:06:20 +0000 (13:06 +0000)]
(trunk) ..and the manpages :)

14 years agowhoops
Charles Kerr [Thu, 5 Aug 2010 13:03:00 +0000 (13:03 +0000)]
whoops

14 years ago(trunk) rename "transmission" as "transmission-gtk" and "transmissioncli" as "transmi...
Charles Kerr [Thu, 5 Aug 2010 12:57:54 +0000 (12:57 +0000)]
(trunk) rename "transmission" as "transmission-gtk" and "transmissioncli" as "transmission-cli" for consistency with the other transmission apps

14 years ago(trunk libT) #3486 "Add gzip compression support to RPC server" -- minor tweaks to...
Charles Kerr [Wed, 4 Aug 2010 23:19:38 +0000 (23:19 +0000)]
(trunk libT) #3486 "Add gzip compression support to RPC server" -- minor tweaks to the compression settings.

14 years ago(trunk cli) #3487 "transmissioncli should warn about about unrecognized commands...
Charles Kerr [Wed, 4 Aug 2010 23:18:39 +0000 (23:18 +0000)]
(trunk cli) #3487 "transmissioncli should warn about about unrecognized commands" -- fixed.

14 years ago(trunk) synchronize the "see also" sections of the manpages
Charles Kerr [Wed, 4 Aug 2010 23:17:49 +0000 (23:17 +0000)]
(trunk) synchronize the "see also" sections of the manpages

14 years ago(trunk libT) #3486 "add gzip compression support to RPC server" -- fixed.
Charles Kerr [Wed, 4 Aug 2010 20:57:08 +0000 (20:57 +0000)]
(trunk libT) #3486 "add gzip compression support to RPC server" -- fixed.

14 years ago(trunk) Remove duplicate entries from rpc-spec.txt
Daniel Lee [Wed, 4 Aug 2010 20:05:39 +0000 (20:05 +0000)]
(trunk) Remove duplicate entries from rpc-spec.txt

14 years ago(trunk) #3185: Number on drop-down menu "Activity" - "Active" seems does not follow...
Daniel Lee [Wed, 4 Aug 2010 17:35:48 +0000 (17:35 +0000)]
(trunk) #3185: Number on drop-down menu "Activity" - "Active" seems does not follow a change in torrent status correctly

14 years ago(trunk qt) #3482 "Handle common user errors when adding an existing torrent" -- fixed
Charles Kerr [Wed, 4 Aug 2010 16:25:30 +0000 (16:25 +0000)]
(trunk qt) #3482 "Handle common user errors when adding an existing torrent" -- fixed

14 years ago(trunk qt) #3481 "crash when accessing a remote session that's password protected...
Charles Kerr [Wed, 4 Aug 2010 13:56:52 +0000 (13:56 +0000)]
(trunk qt) #3481 "crash when accessing a remote session that's password protected" -- fixed

14 years ago(trunk gtk) Clean up r11086
Daniel Lee [Wed, 4 Aug 2010 05:25:43 +0000 (05:25 +0000)]
(trunk gtk) Clean up r11086

14 years ago#3840 LPD does not initiate on startup
Mitchell Livingston [Tue, 3 Aug 2010 23:54:02 +0000 (23:54 +0000)]
#3840 LPD does not initiate on startup

14 years ago(trunk) #3478 "Display bug when magnet links without display names are added" --...
Charles Kerr [Tue, 3 Aug 2010 03:16:21 +0000 (03:16 +0000)]
(trunk) #3478 "Display bug when magnet links without display names are added" -- fixed in trunk

14 years ago(trunk qt) in the "building transmission-qt" section, add links to the building-on...
Charles Kerr [Tue, 3 Aug 2010 02:01:10 +0000 (02:01 +0000)]
(trunk qt) in the "building transmission-qt" section, add links to the building-on-windows and building-on-os-x wiki pages

14 years ago(trunk libT) #3475 "'"stop seeding when inactive' doesn't appear to work" -- experime...
Charles Kerr [Tue, 3 Aug 2010 01:25:23 +0000 (01:25 +0000)]
(trunk libT) #3475 "'"stop seeding when inactive' doesn't appear to work" -- experimental fix

14 years ago(trunk gtk) more dead code removal
Charles Kerr [Mon, 2 Aug 2010 22:45:38 +0000 (22:45 +0000)]
(trunk gtk) more dead code removal

14 years ago(trunk gtk) rewrite the main window's drag-and-drop handler s.t. it's GTK+ 3 compliant
Charles Kerr [Mon, 2 Aug 2010 22:31:31 +0000 (22:31 +0000)]
(trunk gtk) rewrite the main window's drag-and-drop handler s.t. it's GTK+ 3 compliant

14 years ago(trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and...
Charles Kerr [Mon, 2 Aug 2010 20:55:11 +0000 (20:55 +0000)]
(trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and GTK+ clients

14 years ago(trunk qt) minor cleanup in the delegate code
Charles Kerr [Mon, 2 Aug 2010 18:31:27 +0000 (18:31 +0000)]
(trunk qt) minor cleanup in the delegate code

14 years ago(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- better fix
Charles Kerr [Mon, 2 Aug 2010 16:30:24 +0000 (16:30 +0000)]
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- better fix

14 years ago(trunk) sync some more GTK+ and Qt strings
Charles Kerr [Mon, 2 Aug 2010 16:29:23 +0000 (16:29 +0000)]
(trunk) sync some more GTK+ and Qt strings

14 years ago(trunk) consistency tweaks between the GTK+ and Qt client:
Charles Kerr [Mon, 2 Aug 2010 03:07:42 +0000 (03:07 +0000)]
(trunk) consistency tweaks between the GTK+ and Qt client:
1. synchronize some of the keyboard shortcuts
2. synchronize some text in the preferences dialog
3. add a "Desktop" tab in the Qt client's preferences dialog
4. add a "Donate" button to the Qt client's help menu

14 years ago(trunk) rename "doc" as "extras", and add transmission-1920.jpg there
Charles Kerr [Mon, 2 Aug 2010 02:49:52 +0000 (02:49 +0000)]
(trunk) rename "doc" as "extras", and add transmission-1920.jpg there

14 years ago(trunk qt) synchronize the copyright notices
Charles Kerr [Sun, 1 Aug 2010 20:36:13 +0000 (20:36 +0000)]
(trunk qt) synchronize the copyright notices

14 years ago(trunk libT) oops, two more files needing $Id$ properties
Charles Kerr [Sun, 1 Aug 2010 20:20:01 +0000 (20:20 +0000)]
(trunk libT) oops, two more files needing $Id$ properties

14 years ago(trunk) add $Id$ properties on source files that don't have it
Charles Kerr [Sun, 1 Aug 2010 20:18:44 +0000 (20:18 +0000)]
(trunk) add $Id$ properties on source files that don't have it

14 years ago(trunk qt) #3470 "Add a bit of spacing to Qt Client's filterbar" -- experimental fix
Charles Kerr [Sun, 1 Aug 2010 19:56:42 +0000 (19:56 +0000)]
(trunk qt) #3470 "Add a bit of spacing to Qt Client's filterbar" -- experimental fix

14 years ago(trunk gtk) replace tr_strcmp() with gtr_strcmp0(), a porability wrapper around g_str...
Charles Kerr [Sun, 1 Aug 2010 19:13:34 +0000 (19:13 +0000)]
(trunk gtk) replace tr_strcmp() with gtr_strcmp0(), a porability wrapper around g_strcmp0()

14 years ago(trunk) #3450 "regression: Qt client dbus support broken" -- fixed
Charles Kerr [Sun, 1 Aug 2010 18:55:04 +0000 (18:55 +0000)]
(trunk) #3450 "regression: Qt client dbus support broken" -- fixed

14 years ago(trunk) #3471:Add 'finished' to filterbar
Daniel Lee [Sun, 1 Aug 2010 17:43:35 +0000 (17:43 +0000)]
(trunk) #3471:Add 'finished' to filterbar

14 years ago(trunk qt) #3469 "Qt client should have desktop notification for added torrents"...
Charles Kerr [Sun, 1 Aug 2010 15:47:42 +0000 (15:47 +0000)]
(trunk qt) #3469 "Qt client should have desktop notification for added torrents" -- done.

14 years ago(trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor
Charles Kerr [Sun, 1 Aug 2010 15:40:52 +0000 (15:40 +0000)]
(trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor

14 years ago(trunk) fix a documentation error in the RPC spec. lastAnnounceResult is a string...
Charles Kerr [Sun, 1 Aug 2010 14:51:28 +0000 (14:51 +0000)]
(trunk) fix a documentation error in the RPC spec.  lastAnnounceResult is a string, not an int

14 years ago(trunk qt) #3465 "add drag-and-drop support for adding torrents/magnets" -- added.
Charles Kerr [Sat, 31 Jul 2010 23:11:05 +0000 (23:11 +0000)]
(trunk qt) #3465 "add drag-and-drop support for adding torrents/magnets" -- added.

14 years ago(web) #3456:Improve web client torrent list display
Daniel Lee [Sat, 31 Jul 2010 16:28:00 +0000 (16:28 +0000)]
(web) #3456:Improve web client torrent list display

14 years ago(qt) Fix filterbar trackerlist not updating when trackers change
Daniel Lee [Sat, 31 Jul 2010 16:25:59 +0000 (16:25 +0000)]
(qt) Fix filterbar trackerlist not updating when trackers change

14 years ago(trunk libT) #3462 "minor json formatting optimization: omit unnecessary floating...
Charles Kerr [Sat, 31 Jul 2010 14:45:07 +0000 (14:45 +0000)]
(trunk libT) #3462 "minor json formatting optimization: omit unnecessary floating-point precision" -- done.

14 years ago(trunk qt) fix icon spacing issue in Oxygen theme
Charles Kerr [Sat, 31 Jul 2010 06:55:26 +0000 (06:55 +0000)]
(trunk qt) fix icon spacing issue in Oxygen theme

14 years ago(trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match...
Charles Kerr [Sat, 31 Jul 2010 06:37:04 +0000 (06:37 +0000)]
(trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match the GTK+ client's "is-imporant" GtkAction hints

14 years ago(trunk) set minimum widths for the upload/download labels in the statusbar
Charles Kerr [Sat, 31 Jul 2010 06:20:17 +0000 (06:20 +0000)]
(trunk) set minimum widths for the upload/download labels in the statusbar

14 years ago(trunk qt) fix minor roundoff error in speed formatter
Charles Kerr [Sat, 31 Jul 2010 05:54:46 +0000 (05:54 +0000)]
(trunk qt) fix minor roundoff error in speed formatter

14 years ago(trunk gtk) simplify the compact mode rendering code a bit
Charles Kerr [Sat, 31 Jul 2010 03:43:12 +0000 (03:43 +0000)]
(trunk gtk) simplify the compact mode rendering code a bit

14 years ago(trunk qt) fix filterbar issue reported by Lacrocivious
Charles Kerr [Sat, 31 Jul 2010 00:03:59 +0000 (00:03 +0000)]
(trunk qt) fix filterbar issue reported by Lacrocivious

14 years ago(trunk qt) #3459 "Qt client's filterbar should be updated to match the GTK+ client...
Charles Kerr [Fri, 30 Jul 2010 22:31:31 +0000 (22:31 +0000)]
(trunk qt) #3459 "Qt client's filterbar should be updated to match the GTK+ client's" -- fixed

14 years ago(trunk qt) minor code simplification
Charles Kerr [Fri, 30 Jul 2010 22:24:48 +0000 (22:24 +0000)]
(trunk qt) minor code simplification

14 years ago(trunk qt) 1. fix icon sizing issue. 2. add a mechanism to get the favicon from...
Charles Kerr [Fri, 30 Jul 2010 22:23:47 +0000 (22:23 +0000)]
(trunk qt) 1. fix icon sizing issue.  2. add a mechanism to get the favicon from the hostname as an alternative to passing in the full announce UR.L

14 years ago(trunk qt) silence a spurious cerr linefeed
Charles Kerr [Fri, 30 Jul 2010 22:22:52 +0000 (22:22 +0000)]
(trunk qt) silence a spurious cerr linefeed

14 years ago(trunk gtk) remove dead code
Charles Kerr [Fri, 30 Jul 2010 22:21:14 +0000 (22:21 +0000)]
(trunk gtk) remove dead code

14 years ago(trunk gtk) simplify the collation process for sorting torrents by name
Charles Kerr [Fri, 30 Jul 2010 22:19:20 +0000 (22:19 +0000)]
(trunk gtk) simplify the collation process for sorting torrents by name

14 years ago(trunk clutch) #2996 "turn error torrents red in the main window" -- added.
Charles Kerr [Thu, 29 Jul 2010 17:45:23 +0000 (17:45 +0000)]
(trunk clutch) #2996 "turn error torrents red in the main window" -- added.

14 years ago(trunk qt) fix a couple of small memory leaks detected by valgrind
Charles Kerr [Wed, 28 Jul 2010 20:17:16 +0000 (20:17 +0000)]
(trunk qt) fix a couple of small memory leaks detected by valgrind

14 years ago(trunk qt) minor little pixel futzing
Charles Kerr [Wed, 28 Jul 2010 19:55:56 +0000 (19:55 +0000)]
(trunk qt) minor little pixel futzing

14 years ago(trunk qt) "Qt client's Files list should be sortable" -- fixed
Charles Kerr [Wed, 28 Jul 2010 18:53:25 +0000 (18:53 +0000)]
(trunk qt) "Qt client's Files list should be sortable" -- fixed

14 years ago(trunk gtk) #3454 "update tracker tab to match gtk+ client" -- copy a little bit...
Charles Kerr [Wed, 28 Jul 2010 17:27:58 +0000 (17:27 +0000)]
(trunk gtk) #3454 "update tracker tab to match gtk+ client" -- copy a little bit of the Qt client's layout to the GTK+ client

14 years ago(trunk qt) #3454 "sync trackers tab with GTK+ client" --
Charles Kerr [Wed, 28 Jul 2010 14:43:47 +0000 (14:43 +0000)]
(trunk qt) #3454 "sync trackers tab with GTK+ client" --
1. add "show backup trackers" togglebutton.
2. fix bug where toggling "show more" didn't take effect instantly
3. sync the "show more" preferences key with the GTK+ client
4. fix a couple of minor tracker text inconsistencies with the GTK+ client

14 years ago(trunk) #3045 "size units" -- sync the default units in all the apps s.t. they're...
Charles Kerr [Wed, 28 Jul 2010 00:31:11 +0000 (00:31 +0000)]
(trunk) #3045 "size units" -- sync the default units in all the apps s.t. they're consistent with each other

14 years ago(trunk Qt) sync the "trackers" tab with the GTK+ client and more.
Charles Kerr [Tue, 27 Jul 2010 19:43:32 +0000 (19:43 +0000)]
(trunk Qt) sync the "trackers" tab with the GTK+ client and more.

14 years ago(trunk qt) fix undefined uint64_t build error on F13
Charles Kerr [Mon, 26 Jul 2010 00:22:07 +0000 (00:22 +0000)]
(trunk qt) fix undefined uint64_t build error on F13

14 years ago(trunk qt) sync compact mode's keyboard shortcut with the GTK+ client's
Charles Kerr [Sun, 25 Jul 2010 22:52:39 +0000 (22:52 +0000)]
(trunk qt) sync compact mode's keyboard shortcut with the GTK+ client's

14 years ago(trunk qt) sync the compact view's progressbar with the GTK+ client's
Charles Kerr [Sun, 25 Jul 2010 22:14:13 +0000 (22:14 +0000)]
(trunk qt) sync the compact view's progressbar with the GTK+ client's

14 years ago(trunk qt) if the server doesn't have a favicon, don't keep retrying for one
Charles Kerr [Sun, 25 Jul 2010 20:38:44 +0000 (20:38 +0000)]
(trunk qt) if the server doesn't have a favicon, don't keep retrying for one

14 years ago(trunk qt) silence a few compiler warnings
Charles Kerr [Sun, 25 Jul 2010 20:36:33 +0000 (20:36 +0000)]
(trunk qt) silence a few compiler warnings

14 years ago(trunk qt) readability changes to the favicon cache
Charles Kerr [Sun, 25 Jul 2010 17:42:43 +0000 (17:42 +0000)]
(trunk qt) readability changes to the favicon cache

14 years ago(trunk qt) add code for a favicon cache -- it even shares the GTK+ client's favicon...
Charles Kerr [Sun, 25 Jul 2010 17:16:03 +0000 (17:16 +0000)]
(trunk qt) add code for a favicon cache -- it even shares the GTK+ client's favicon cache directory. :)  This isn't plugged in anywhere yet, but will be useful when the filterbar and trackers tab are synced with the GTK+ client.

14 years ago(trunk qt) use the unicode up/down arrows as in the GTK+ client
Charles Kerr [Sat, 24 Jul 2010 23:51:02 +0000 (23:51 +0000)]
(trunk qt) use the unicode up/down arrows as in the GTK+ client

14 years ago(trunk libT) #3449 "overflow error in tr_truncd()" -- fixed.
Charles Kerr [Sat, 24 Jul 2010 17:09:39 +0000 (17:09 +0000)]
(trunk libT) #3449 "overflow error in tr_truncd()" -- fixed.

14 years ago(trunk daemon) #3352 "move pieces and trackers out of transmission-remote --info...
Charles Kerr [Sat, 24 Jul 2010 12:30:16 +0000 (12:30 +0000)]
(trunk daemon) #3352 "move pieces and trackers out of transmission-remote --info" -- applied Longinus00's patch

14 years ago(trunk qt) #2560 "idle seeding time limit" -- Qt support
Charles Kerr [Sat, 24 Jul 2010 04:14:43 +0000 (04:14 +0000)]
(trunk qt) #2560 "idle seeding time limit" -- Qt support

14 years agoupdate Mac build for the change from inactive to idle
Mitchell Livingston [Sat, 24 Jul 2010 03:19:41 +0000 (03:19 +0000)]
update Mac build for the change from inactive to idle

14 years ago(trunk gtk) make compatability wrapper call around gtk_widget_set_visible() so that...
Charles Kerr [Sat, 24 Jul 2010 03:07:04 +0000 (03:07 +0000)]
(trunk gtk) make compatability wrapper call around gtk_widget_set_visible() so that it works with GTK+ < 2.18

14 years ago(trunk) #2560: rename "inactive limit" to "idle limit". Add support in GTK+ client...
Charles Kerr [Sat, 24 Jul 2010 02:57:39 +0000 (02:57 +0000)]
(trunk) #2560: rename "inactive limit" to "idle limit".  Add support in GTK+ client and preliminary support to Qt client

14 years ago(trunk qt) use the GTK+ client's compact mode
Charles Kerr [Sat, 24 Jul 2010 02:43:06 +0000 (02:43 +0000)]
(trunk qt) use the GTK+ client's compact mode

14 years ago(trunk libT) fix unused varg warning in cache
Charles Kerr [Sat, 24 Jul 2010 00:52:02 +0000 (00:52 +0000)]
(trunk libT) fix unused varg warning in cache

14 years agofix typo
Mitchell Livingston [Fri, 23 Jul 2010 23:37:03 +0000 (23:37 +0000)]
fix typo

14 years ago(trunk gtk) minor cleanup to last night's ComboBox utilities
Charles Kerr [Fri, 23 Jul 2010 19:10:02 +0000 (19:10 +0000)]
(trunk gtk) minor cleanup to last night's ComboBox utilities

14 years agofix inactivity typo
Mitchell Livingston [Fri, 23 Jul 2010 11:02:57 +0000 (11:02 +0000)]
fix inactivity typo

14 years ago(trunk gtk) add utility function for creating a combobox that shows the values of...
Charles Kerr [Fri, 23 Jul 2010 06:54:49 +0000 (06:54 +0000)]
(trunk gtk) add utility function for creating a combobox that shows the values of an enum list

14 years ago#3466 reconcile number/double for speeds in the rpc spec, and set "downloadLimit...
Mitchell Livingston [Fri, 23 Jul 2010 01:38:34 +0000 (01:38 +0000)]
#3466 reconcile number/double for speeds in the rpc spec, and set "downloadLimit" in RPC as an int instead of real

14 years agoclarify the inactivity key's string
Mitchell Livingston [Fri, 23 Jul 2010 01:20:38 +0000 (01:20 +0000)]
clarify the inactivity key's string