[Linuxdcpp-team] [Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 396: Properly install mo files

2010-10-30 Thread noreply
revno: 396 committer: Steven Sheehy branch nick: linuxdcpp-i18n timestamp: Sun 2010-10-31 01:05:43 -0500 message: Properly install mo files modified: SConstruct -- lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n https://code.launchpad.

[Linuxdcpp-team] [Bug 667491] Re: Unexpected results deleting multiple selected search results

2010-10-30 Thread Charles M.
I do now. Thanks, that's much easier... -- Unexpected results deleting multiple selected search results https://bugs.launchpad.net/bugs/667491 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Status in Linux DC++: Fix Committed Bug

[Linuxdcpp-team] [Bug 604983] Re: Limiter bug in DC++ 0.762 / 0.770

2010-10-30 Thread cologic
Big Muscle: I know that you provided a lot of patches regarding the limiter during its development (indeed, much of the code in it is yours), but I don't offhand recall that specific one; could you be more specific about your fix vs the apparently not-fix that actually happened, in the interest of

[Linuxdcpp-team] [Bug 667491] Re: Unexpected results deleting multiple selected search results

2010-10-30 Thread Steven Sheehy
You know we have a PPA for Ubuntu, right? -- Unexpected results deleting multiple selected search results https://bugs.launchpad.net/bugs/667491 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Status in Linux DC++: Fix Committed B

[Linuxdcpp-team] [Bug 668894] Re: UCMDs don't work at all in rev401

2010-10-30 Thread eMTee
** Attachment added: "diff.txt" https://bugs.launchpad.net/bugs/668894/+attachment/1717480/+files/diff.txt ** Changed in: adchpp Status: New => Confirmed ** Changed in: adchpp Importance: Undecided => High -- UCMDs don't work at all in rev401 https://bugs.launchpad.net/bugs/668894

[Linuxdcpp-team] [Bug 668894] [NEW] UCMDs don't work at all in rev401

2010-10-30 Thread eMTee
Public bug reported: Reverting / commenting out the change at AdcCommand.cpp line 71 solves the problem, as the patch shows. ** Affects: adchpp Importance: High Status: Confirmed -- UCMDs don't work at all in rev401 https://bugs.launchpad.net/bugs/668894 You received this bug noti

[Linuxdcpp-team] [Bug 667491] Re: Unexpected results deleting multiple selected search results

2010-10-30 Thread Charles M.
Thanks, Razzloss. I built it and the fixed version is working great so far. -- Unexpected results deleting multiple selected search results https://bugs.launchpad.net/bugs/667491 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Stat

[Linuxdcpp-team] [Bug 476196] Re: Group search results by TTH by default

2010-10-30 Thread Charles M.
I'd suggest that, when grouping, you use the most frequently occurring filename in the group as the value in the Filename column. When frequency for a name is tied, choose the most frequent-appearing name with the earliest returned result. This would produce more consistent results when the majori

[Linuxdcpp-team] [Bug 667491] Re: Unexpected results deleting multiple selected search results

2010-10-30 Thread Steven Sheehy
** Tags added: search ui -- Unexpected results deleting multiple selected search results https://bugs.launchpad.net/bugs/667491 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Status in Linux DC++: Fix Committed Bug description: I

[Linuxdcpp-team] [Bug 587597] Re: Plugins support

2010-10-30 Thread Crise
I'll first answer about the dcptr_t objects, plugins don't use them... think of them as "handles". They could even be obfuscated instead of being direct pointers to dcpp objects. The object members of the structs are simply something the party which implements callbacks use (unless otherwise state