]> granicus.if.org Git - transmission/log
transmission
13 years ago(trunk gtk) simplify the details dialog manager
Jordan Lee [Sat, 13 Aug 2011 05:47:32 +0000 (05:47 +0000)]
(trunk gtk) simplify the details dialog manager

13 years ago(trunk gtk) remove unnecessary #includes
Jordan Lee [Sat, 13 Aug 2011 05:04:06 +0000 (05:04 +0000)]
(trunk gtk) remove unnecessary #includes

13 years ago(trunk gtk) simplify the implementation of get_details_dialog_key()
Jordan Lee [Sat, 13 Aug 2011 05:03:18 +0000 (05:03 +0000)]
(trunk gtk) simplify the implementation of get_details_dialog_key()

13 years ago#671 "torrent queuing" -- fix status string for queued torrents in transmission-remote
Jordan Lee [Sat, 13 Aug 2011 01:15:35 +0000 (01:15 +0000)]
#671 "torrent queuing" -- fix status string for queued torrents in transmission-remote

13 years ago(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location...
Jordan Lee [Fri, 12 Aug 2011 01:56:35 +0000 (01:56 +0000)]
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- another revision to r12665

13 years ago(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location...
Jordan Lee [Thu, 11 Aug 2011 21:02:15 +0000 (21:02 +0000)]
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- minor revision to r12665 to fix a minor memory leak with the 'subpath' string.

13 years ago(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location...
Jordan Lee [Thu, 11 Aug 2011 14:16:29 +0000 (14:16 +0000)]
(trunk libT) #4377 "Incomplete Folder removed when sub-folder of Default Location" -- possible fix.

13 years agofix starting transfers when adding
Mitchell Livingston [Thu, 11 Aug 2011 01:54:14 +0000 (01:54 +0000)]
fix starting transfers when adding

13 years ago#4260 "µTP not working on embedded device" -- apply the changes from https://github...
Jordan Lee [Wed, 10 Aug 2011 14:51:59 +0000 (14:51 +0000)]
#4260 "µTP not working on embedded device" -- apply the changes from https://github.com/ghazel/libutp rather than http://github.com/bittorrent/libutp

13 years ago(trunk, gtk) remove the file "marshal.list"; it's unused after r12656 / r12638
Jordan Lee [Tue, 9 Aug 2011 15:19:11 +0000 (15:19 +0000)]
(trunk, gtk) remove the file "marshal.list"; it's unused after r12656 / r12638

13 years agoqueuing: fix "unhandled pref: 60" error reported by rb07
Jordan Lee [Tue, 9 Aug 2011 13:35:44 +0000 (13:35 +0000)]
queuing: fix "unhandled pref: 60" error reported by rb07

13 years agoas of revision 41 of our libevent checkout, we no longer need to include our own...
Mitchell Livingston [Tue, 9 Aug 2011 12:34:09 +0000 (12:34 +0000)]
as of revision 41 of our libevent checkout, we no longer need to include our own evutil_rand.c

13 years ago(trunk gtk) in torrent-cell-renderer and tr-core, use the _parent_class field generat...
Jordan Lee [Tue, 9 Aug 2011 06:31:33 +0000 (06:31 +0000)]
(trunk gtk) in torrent-cell-renderer and tr-core, use the _parent_class field generated by G_DEFINE_TYPE.

13 years ago(trunk gtk) use G_DEFINE_TYPE when implementing the tr-core and torent-cell-renderer...
Jordan Lee [Tue, 9 Aug 2011 05:47:24 +0000 (05:47 +0000)]
(trunk gtk) use G_DEFINE_TYPE when implementing the tr-core and torent-cell-renderer classes

13 years ago(trunk gtk) fix minor memory leak introduced in r12657
Jordan Lee [Tue, 9 Aug 2011 05:22:11 +0000 (05:22 +0000)]
(trunk gtk) fix minor memory leak introduced in r12657

13 years ago(trunk gtk) first cut at using GApplication. This lets glib replace hundreds of lines...
Jordan Lee [Tue, 9 Aug 2011 02:30:31 +0000 (02:30 +0000)]
(trunk gtk) first cut at using GApplication. This lets glib replace hundreds of lines of homegrown code. Whee!

13 years agoremove the gtr_idle_add() portability wrapper around gdk_threads_add_idle() -- it...
Jordan Lee [Mon, 8 Aug 2011 17:10:55 +0000 (17:10 +0000)]
remove the gtr_idle_add() portability wrapper around gdk_threads_add_idle() -- it's unnecessary now that the minimum gtk version's been bumped.

13 years agoremove the gtr_timeout_add_seconds() portability wrapper around gdk_threads_add_timeo...
Jordan Lee [Mon, 8 Aug 2011 17:06:46 +0000 (17:06 +0000)]
remove the gtr_timeout_add_seconds() portability wrapper around gdk_threads_add_timeout_seconds(); it's unnecessary now that the minimum gtk version's been bumped.

13 years agoremove dead code
Jordan Lee [Mon, 8 Aug 2011 16:58:29 +0000 (16:58 +0000)]
remove dead code

13 years agofix r12638 regression caused by the difference in return values from gtr_mkdir_with_p...
Jordan Lee [Mon, 8 Aug 2011 16:56:36 +0000 (16:56 +0000)]
fix r12638 regression caused by the difference in return values from gtr_mkdir_with_parents() and g_mkdir_with_parents()

13 years agoqueuing: fix false "Error" message reported by rb07
Jordan Lee [Mon, 8 Aug 2011 16:38:22 +0000 (16:38 +0000)]
queuing: fix false "Error" message reported by rb07

13 years agoqueuing: tweak the status messages for queued torrents
Jordan Lee [Mon, 8 Aug 2011 16:31:52 +0000 (16:31 +0000)]
queuing: tweak the status messages for queued torrents

13 years agoqueuing: lower the default 'active downloads' value to 5
Jordan Lee [Mon, 8 Aug 2011 16:29:47 +0000 (16:29 +0000)]
queuing: lower the default 'active downloads' value to 5

13 years ago(trunk gtk) remove an unnecessary GTK_CHECK_VERSION(2,10,0) check now that the minimu...
Jordan Lee [Mon, 8 Aug 2011 16:02:37 +0000 (16:02 +0000)]
(trunk gtk) remove an unnecessary GTK_CHECK_VERSION(2,10,0) check now that the minimum gtk+ version's been bumped

13 years agoinvert the logic for the "show remaining time" checkbox in the global action popover
Mitchell Livingston [Mon, 8 Aug 2011 12:34:11 +0000 (12:34 +0000)]
invert the logic for the "show remaining time" checkbox in the global action popover

13 years agofix a trivial memory leak
Mitchell Livingston [Mon, 8 Aug 2011 12:24:03 +0000 (12:24 +0000)]
fix a trivial memory leak

13 years agofix the "waiting" short status strings
Mitchell Livingston [Mon, 8 Aug 2011 12:18:21 +0000 (12:18 +0000)]
fix the "waiting" short status strings

13 years agoThe Mac UI's "check for stalled transfers" feature now uses the libtransmission hooks
Mitchell Livingston [Mon, 8 Aug 2011 03:24:23 +0000 (03:24 +0000)]
The Mac UI's "check for stalled transfers" feature now uses the libtransmission hooks

13 years ago(trunk gtk) g_variant_lookup_value() requires 2.28, not 2.26...
Jordan Lee [Mon, 8 Aug 2011 01:40:07 +0000 (01:40 +0000)]
(trunk gtk) g_variant_lookup_value() requires 2.28, not 2.26...

13 years agodocument session's new 'queue-stalled-enabled' property
Jordan Lee [Mon, 8 Aug 2011 01:39:29 +0000 (01:39 +0000)]
document session's new 'queue-stalled-enabled' property

13 years agobump RPC_VERSION to 14 because of the queuing changes
Jordan Lee [Sun, 7 Aug 2011 19:25:36 +0000 (19:25 +0000)]
bump RPC_VERSION to 14 because of the queuing changes

13 years agoAdd a mechanism for enabling/disabling the stalled minutes feature. This is a pre...
Jordan Lee [Sun, 7 Aug 2011 19:24:33 +0000 (19:24 +0000)]
Add a mechanism for enabling/disabling the stalled minutes feature. This is a pre-existing feature in the Mac client.

13 years ago(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a...
Jordan Lee [Sun, 7 Aug 2011 18:41:13 +0000 (18:41 +0000)]
(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a good time to bump the gtk+ requirement to 2.22 (32 Sept 2010).

13 years ago(trunk gtk) bump the glib2 requirement from 2.8 to 2.26 s.t. transmission-gtk can...
Jordan Lee [Sun, 7 Aug 2011 16:42:38 +0000 (16:42 +0000)]
(trunk gtk) bump the glib2 requirement from 2.8 to 2.26 s.t. transmission-gtk can use glib's GDBus module and drop the glib-dbus library dependency

13 years agotranslate GTK+ to Qt
Jordan Lee [Sat, 6 Aug 2011 17:03:57 +0000 (17:03 +0000)]
translate GTK+ to Qt

13 years agoTweak the phrasing of the queue preferences in the Qt and GTK+ preferences dialogs
Jordan Lee [Sat, 6 Aug 2011 16:47:14 +0000 (16:47 +0000)]
Tweak the phrasing of the queue preferences in the Qt and GTK+ preferences dialogs

13 years agoStop waiting transfers before stopping others. This way, for a group of transfers...
Mitchell Livingston [Sat, 6 Aug 2011 15:31:19 +0000 (15:31 +0000)]
Stop waiting transfers before stopping others. This way, for a group of transfers to be stopped, a waiting one won't start if an active one is stopped first.

13 years agowhitespace tweak
Jordan Lee [Sat, 6 Aug 2011 15:21:52 +0000 (15:21 +0000)]
whitespace tweak

13 years ago#671 "torrent queuing" -- better Web Client support of queue by deltasquare4
Jordan Lee [Sat, 6 Aug 2011 15:19:29 +0000 (15:19 +0000)]
#671 "torrent queuing" -- better Web Client support of queue by deltasquare4

13 years agoupdate the queue stalled minutes fields in the prefs window when they change over rpc
Mitchell Livingston [Sat, 6 Aug 2011 03:09:40 +0000 (03:09 +0000)]
update the queue stalled minutes fields in the prefs window when they change over rpc

13 years agoremove spelling/grammar options from the About window
Mitchell Livingston [Sat, 6 Aug 2011 02:50:21 +0000 (02:50 +0000)]
remove spelling/grammar options from the About window

13 years ago#4360 Warning when building Transmission on Mac because the delegate of TorrentTableV...
Mitchell Livingston [Sat, 6 Aug 2011 02:04:45 +0000 (02:04 +0000)]
#4360 Warning when building Transmission on Mac because the delegate of TorrentTableView does not implement the protocol NSOutlineViewDelegate

13 years agodon't attempt to generate the dock menu when quitting
Mitchell Livingston [Fri, 5 Aug 2011 23:21:34 +0000 (23:21 +0000)]
don't attempt to generate the dock menu when quitting

13 years agogenerate the dock menu exclusively in code
Mitchell Livingston [Fri, 5 Aug 2011 23:18:02 +0000 (23:18 +0000)]
generate the dock menu exclusively in code

13 years agosilence a minor compiler warning when building with -DNDEBUG
Jordan Lee [Fri, 5 Aug 2011 17:03:34 +0000 (17:03 +0000)]
silence a minor compiler warning when building with -DNDEBUG

13 years agochange the (temporary) name at the cell level, not the torrent level
Mitchell Livingston [Fri, 5 Aug 2011 03:11:22 +0000 (03:11 +0000)]
change the (temporary) name at the cell level, not the torrent level

13 years agowhen changing the global ratio setting, reload the main table right away
Mitchell Livingston [Fri, 5 Aug 2011 02:42:04 +0000 (02:42 +0000)]
when changing the global ratio setting, reload the main table right away

13 years agowhen changing the idle seed time setting, reload the main table right away
Mitchell Livingston [Fri, 5 Aug 2011 02:38:11 +0000 (02:38 +0000)]
when changing the idle seed time setting, reload the main table right away

13 years agofix a potential crasher with the displayed (temporary) name
Mitchell Livingston [Fri, 5 Aug 2011 02:20:17 +0000 (02:20 +0000)]
fix a potential crasher with the displayed (temporary) name

13 years agorevert the last commit -- the Mac client uses the isIdle flag to know when hibernatio...
Jordan Lee [Thu, 4 Aug 2011 04:31:14 +0000 (04:31 +0000)]
revert the last commit -- the Mac client uses the isIdle flag to know when hibernation is allowed

13 years agotr_torrentIsStalled(): return false if that torrent's queue is disabled.
Jordan Lee [Thu, 4 Aug 2011 02:25:38 +0000 (02:25 +0000)]
tr_torrentIsStalled(): return false if that torrent's queue is disabled.

13 years agopressing the esc key with focus on the main table will deselect all
Mitchell Livingston [Thu, 4 Aug 2011 02:04:25 +0000 (02:04 +0000)]
pressing the esc key with focus on the main table will deselect all

13 years agorename updateTorrentsInQueue to a more generic (and appropriate) name
Mitchell Livingston [Thu, 4 Aug 2011 02:03:58 +0000 (02:03 +0000)]
rename updateTorrentsInQueue to a more generic (and appropriate) name

13 years agoupdate the main window when a torrent is auto-started from the queue
Mitchell Livingston [Thu, 4 Aug 2011 00:36:02 +0000 (00:36 +0000)]
update the main window when a torrent is auto-started from the queue

13 years agoadd user_data (void *) to the queue callback
Jordan Lee [Wed, 3 Aug 2011 23:40:51 +0000 (23:40 +0000)]
add user_data (void *) to the queue callback

13 years agotweak Qt client's queuing support
Jordan Lee [Wed, 3 Aug 2011 03:47:17 +0000 (03:47 +0000)]
tweak Qt client's queuing support

13 years agoAdd a callback to be invoked when the queue starts a torrent.
Jordan Lee [Wed, 3 Aug 2011 03:14:57 +0000 (03:14 +0000)]
Add a callback to be invoked when the queue starts a torrent.

13 years agosome cleanup of the Mac integration of libT queue code (we're getting there, but...
Mitchell Livingston [Wed, 3 Aug 2011 02:08:37 +0000 (02:08 +0000)]
some cleanup of the Mac integration of libT queue code (we're getting there, but we're not there yet)

13 years ago#671 "torrent queuing" -- fix r12611 oops
Jordan Lee [Tue, 2 Aug 2011 14:03:43 +0000 (14:03 +0000)]
#671 "torrent queuing" -- fix r12611 oops

13 years agofirst go at bringing the libT queue to the Mac client
Mitchell Livingston [Tue, 2 Aug 2011 12:43:26 +0000 (12:43 +0000)]
first go at bringing the libT queue to the Mac client

13 years ago#671 "torrent queuing" -- modify the queue implementation s.t. every torrent has...
Jordan Lee [Tue, 2 Aug 2011 03:59:54 +0000 (03:59 +0000)]
#671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue.

13 years ago(trunk qt) #671 "torrent queuing" -- when sorting by activity, add queuePosition...
Jordan Lee [Mon, 1 Aug 2011 23:37:38 +0000 (23:37 +0000)]
(trunk qt) #671 "torrent queuing" -- when sorting by activity, add queuePosition to the end of our fallback comparison keys

13 years ago#671 "torrent queuing" -- add a tr_stat.isStalled flag.
Jordan Lee [Mon, 1 Aug 2011 23:27:11 +0000 (23:27 +0000)]
#671 "torrent queuing" -- add a tr_stat.isStalled flag.

13 years agomore experimenting with locking in the files table
Mitchell Livingston [Mon, 1 Aug 2011 22:27:21 +0000 (22:27 +0000)]
more experimenting with locking in the files table

13 years ago(trunk) #671 "torrent queuing" -- Preliminary implementation. Covers libtransmission...
Jordan Lee [Mon, 1 Aug 2011 22:24:24 +0000 (22:24 +0000)]
(trunk) #671 "torrent queuing" -- Preliminary implementation. Covers libtransmission; GTK+ and Qt clients, and rudimentary web client support.

13 years ago(trunk libT) Remove the backup implementation of tr_ptrArrayLowerBound() that was...
Jordan Lee [Sun, 31 Jul 2011 14:04:43 +0000 (14:04 +0000)]
(trunk libT) Remove the backup implementation of tr_ptrArrayLowerBound() that was added 5 weeks ago in r12512. This was for testing in the nightlies, to use its output against the function's primary implementation.

13 years ago(trunk libT) modify announcer's scrape triggers as per discussion with Elbandi
Jordan Lee [Sun, 31 Jul 2011 00:58:05 +0000 (00:58 +0000)]
(trunk libT) modify announcer's scrape triggers as per discussion with Elbandi

13 years ago(trunk libT) improve the debugging message that logs an http announce response
Jordan Lee [Sat, 30 Jul 2011 22:40:15 +0000 (22:40 +0000)]
(trunk libT) improve the debugging message that logs an http announce response

13 years ago(trunk, libutp) #4260 "uTP not working when compiler doesn't honor 'pragma pack'...
Jordan Lee [Sat, 30 Jul 2011 22:15:32 +0000 (22:15 +0000)]
(trunk, libutp) #4260 "uTP not working when compiler doesn't honor 'pragma pack'" -- apply alus' revised patch for testing.

13 years ago(trunk gtk) when N torrents change their state at the same time, use an idle timer...
Jordan Lee [Sat, 30 Jul 2011 13:28:03 +0000 (13:28 +0000)]
(trunk gtk) when N torrents change their state at the same time, use an idle timer so that the UI refreshes once instead of N times.

13 years ago(trunk qt) remove an unnecessary debug message
Jordan Lee [Sat, 30 Jul 2011 13:19:28 +0000 (13:19 +0000)]
(trunk qt) remove an unnecessary debug message

13 years ago(trunk libT) #4395 "Crash when removing data for incomplete magnetized torrent file...
Jordan Lee [Sat, 30 Jul 2011 13:11:06 +0000 (13:11 +0000)]
(trunk libT) #4395 "Crash when removing data for incomplete magnetized torrent file" -- fixed.

13 years agoslightly better locking in the file table
Mitchell Livingston [Sat, 30 Jul 2011 00:11:29 +0000 (00:11 +0000)]
slightly better locking in the file table

13 years agoOnly show a single popover when excessively clicking the global and per-transfer...
Mitchell Livingston [Wed, 27 Jul 2011 03:38:01 +0000 (03:38 +0000)]
Only show a single popover when excessively clicking the global and per-transfer action buttons

13 years ago#4393 Remove "Open Recent" menu item and list of recent torrent files
Mitchell Livingston [Wed, 27 Jul 2011 01:32:46 +0000 (01:32 +0000)]
#4393 Remove "Open Recent" menu item and list of recent torrent files

13 years ago#4388 include the computer name in the Bonjour service name
Mitchell Livingston [Tue, 26 Jul 2011 22:46:33 +0000 (22:46 +0000)]
#4388 include the computer name in the Bonjour service name

13 years ago(trunk qt) add popup notification for when torrents finish downloading.
Jordan Lee [Tue, 26 Jul 2011 02:56:30 +0000 (02:56 +0000)]
(trunk qt) add popup notification for when torrents finish downloading.

13 years ago(trunk qt) reduce the timer delay between model changes and UI updates
Jordan Lee [Tue, 26 Jul 2011 02:56:06 +0000 (02:56 +0000)]
(trunk qt) reduce the timer delay between model changes and UI updates

13 years ago#4387 Update miniupnpc to 1.6
Mitchell Livingston [Tue, 26 Jul 2011 01:36:30 +0000 (01:36 +0000)]
#4387 Update miniupnpc to 1.6

13 years ago(trunk gtk) #1477 "Launchpad translations need comment for strings with non-standard...
Jordan Lee [Tue, 26 Jul 2011 01:09:39 +0000 (01:09 +0000)]
(trunk gtk) #1477 "Launchpad translations need comment for strings with non-standard context" -- apply patch from okram.

13 years ago(trunk gtk) #4320 "Port GTK client to GTK 3." -- transmission-gtk now compiles cleanl...
Jordan Lee [Tue, 26 Jul 2011 01:02:32 +0000 (01:02 +0000)]
(trunk gtk) #4320 "Port GTK client to GTK 3." -- transmission-gtk now compiles cleanly & runs on GTK 3.

13 years ago(trunk libT) during the extended handshake, don't send the "m" dict if it doesn't...
Jordan Lee [Mon, 25 Jul 2011 22:33:07 +0000 (22:33 +0000)]
(trunk libT) during the extended handshake, don't send the "m" dict if it doesn't have any entries.

13 years agoundo r12585, where I checked in the wrong file.
Jordan Lee [Mon, 25 Jul 2011 22:30:56 +0000 (22:30 +0000)]
undo r12585, where I checked in the wrong file.

13 years agoAvoid warning in the DHT code.
Juliusz Chroboczek [Mon, 25 Jul 2011 22:01:21 +0000 (22:01 +0000)]
Avoid warning in the DHT code.

13 years agoAdd stub for the DHT blacklisting support.
Juliusz Chroboczek [Mon, 25 Jul 2011 21:30:46 +0000 (21:30 +0000)]
Add stub for the DHT blacklisting support.

Using blacklists with Kademlia is not a good idea, which is why we
don't support it in Transmission.  However, some people insist on
implementing the support in their own copies, this well-defined
hook ensures that at least they'll do it right.

13 years agoImport dht-0.21. This has blacklisting support.
Juliusz Chroboczek [Mon, 25 Jul 2011 21:30:43 +0000 (21:30 +0000)]
Import dht-0.21.  This has blacklisting support.

13 years ago(trunk libT) during the extended handshake, don't send the "m" dict if it doesn't...
Jordan Lee [Mon, 25 Jul 2011 20:46:56 +0000 (20:46 +0000)]
(trunk libT) during the extended handshake, don't send the "m" dict if it doesn't have any entries.

13 years agoReword debugging messages for the IPv4 DHT.
Juliusz Chroboczek [Mon, 25 Jul 2011 19:53:39 +0000 (19:53 +0000)]
Reword debugging messages for the IPv4 DHT.

The IPv6 DHT is no longer expermiental, no need for the asymmetry.

13 years agoResynchronise with upstream libutp.c, commit 4be31bb7.
Juliusz Chroboczek [Mon, 25 Jul 2011 19:27:17 +0000 (19:27 +0000)]
Resynchronise with upstream libutp.c, commit 4be31bb7.

13 years ago(trunk libt) #4305 "New Torrent via RPC Error:No data found when subfolder does not...
Jordan Lee [Mon, 25 Jul 2011 17:48:14 +0000 (17:48 +0000)]
(trunk libt) #4305 "New Torrent via RPC Error:No data found when subfolder does not exist" -- revert r12076 s.t. parent directories are created as necessary when saving local data to disk.

13 years ago(trunk libT) #4383 "transmission-create bug when using leading ./" -- fixed.
Jordan Lee [Sun, 24 Jul 2011 20:18:33 +0000 (20:18 +0000)]
(trunk libT) #4383 "transmission-create bug when using leading ./" -- fixed.

13 years ago(trunk gtk) #4366 "Use GAppInfo, rather than GConf2, for mime-type registration"...
Jordan Lee [Sun, 24 Jul 2011 16:01:14 +0000 (16:01 +0000)]
(trunk gtk) #4366 "Use GAppInfo, rather than GConf2, for mime-type registration" -- fix build issue in r12562

13 years agoadd colons to "Limit Up/Download"
Mitchell Livingston [Sat, 23 Jul 2011 19:18:35 +0000 (19:18 +0000)]
add colons to "Limit Up/Download"

13 years ago(trunk gtk) #4372 "make notification and system sounds configurable" -- fixed.
Jordan Lee [Sat, 23 Jul 2011 17:23:12 +0000 (17:23 +0000)]
(trunk gtk) #4372 "make notification and system sounds configurable" -- fixed.

13 years ago(trunk libT) #3219 "Don't scrape paused torrents" -- allow this as a 'hidden' option...
Jordan Lee [Sat, 23 Jul 2011 17:14:12 +0000 (17:14 +0000)]
(trunk libT) #3219 "Don't scrape paused torrents" -- allow this as a 'hidden' option in settings.json, but don't add it to the GUI or to RPC.

13 years ago#4379 Lion: Use popovers for global gear button
Mitchell Livingston [Sat, 23 Jul 2011 15:54:02 +0000 (15:54 +0000)]
#4379 Lion: Use popovers for global gear button

13 years ago(trunk libT) "DHT and blocklists are incompatible" -- revert r12544.
Jordan Lee [Fri, 22 Jul 2011 17:47:08 +0000 (17:47 +0000)]
(trunk libT) "DHT and blocklists are incompatible" -- revert r12544.

13 years agoBuild fix
Eric Petit [Thu, 21 Jul 2011 22:12:34 +0000 (22:12 +0000)]
Build fix

13 years ago(trunk web) #1188 "comments and announce address are cut off" -- tell the browser...
Jordan Lee [Thu, 21 Jul 2011 16:07:56 +0000 (16:07 +0000)]
(trunk web) #1188 "comments and announce address are cut off" -- tell the browser (via word-wrap: break-word;) that it's okay to insert word breaks inside long URLs in the inspector.

13 years ago#4375 Lion: animate filtering message window
Mitchell Livingston [Thu, 21 Jul 2011 02:36:27 +0000 (02:36 +0000)]
#4375 Lion: animate filtering message window