[Linuxdcpp-team] [Bug 500249] Re: Cannot select folder in dialog without leaving folder and entering it again..

2010-04-16 Thread Bug Watch Updater
** Changed in: gtk Status: Unknown => Fix Released -- Cannot select folder in dialog without leaving folder and entering it again.. https://bugs.launchpad.net/bugs/500249 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to linuxdcpp in ubun

[Linuxdcpp-team] [Bug 361735] Re: Improved magnet link support

2010-04-16 Thread Steven Sheehy
libunique looks pretty nice. It handles all the IPC and multi-instances and seems to be heavily used. -- Improved magnet link support https://bugs.launchpad.net/bugs/361735 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Status in

Re: [Linuxdcpp-team] do you have or do you of a dc++ for linux with multiple alternate sources download option?

2010-04-16 Thread Steven Sheehy
Yes, our next release will have segmented downloading. You can try to download the source and compile it yourself or if you're using Ubuntu you can use our PPA: https://launchpad.net/~linuxdcpp-team/+archive/ppa On Tue, 2010-04-13 at 11:46 +0300, aviramof aviramof wrote: > i never really understoo

[Linuxdcpp-team] do you have or do you of a dc++ for linux with multiple alternate sources download option?

2010-04-16 Thread aviramof aviramof
i never really understood dc++ when you can only download file from one source then came a dc++ version a mod of the original dc++ for windows with this option and then came mods like sababadc which are much faster because you can download a file from more then one source so does linux have this so

[Linuxdcpp-team] [Bug 565181] [NEW] Feature Request: Active Tab Distinction

2010-04-16 Thread 2bad
Public bug reported: I would like to see the active tab be made visually much more distinct from other tabs than it is now. One of the simplest ways this could be done would be to make it increase in size dramatically upon activation and to change the background color of the tab to something dist

[Linuxdcpp-team] [Bug 556853] Re: Its not possible to share a whole drive in random cases

2010-04-16 Thread eMTee
FileFindIter.handle is initalized as INVALID_HANDLE_VALUE. If the FindFirstFile call fails it returns INVALID_HANDLE_VALUE. != operator is overloaded so it compares the two objects' handle member's variable. In the *nix part its the same logic... Any problem with this? -- Its not possible to s

[Linuxdcpp-team] [Bug 556853] Re: Its not possible to share a whole drive in random cases

2010-04-16 Thread Big Muscle
True, attribute of root folder can't be set. However, I still don't see attached patch correct. Since some variables are not initialized, their value can be completely random. And randomness can cause that the patch will work randomly. In other words, "ff != FileFindIter()" will work only if ff and

Re: [Linuxdcpp-team] [Question #107535]: Recommended hub software

2010-04-16 Thread jon
Question #107535 on LinuxDC++ changed: https://answers.launchpad.net/linuxdcpp/+question/107535 Status: Answered => Solved jon confirmed that the question is solved: Seems like it was as with the last time, lack of reading up on my part that was the problem. I wasn't aware I had to use "adcs

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 330: Removed isTcpActive and isUdpActive from python.i (related to rev 325)

2010-04-16 Thread noreply
revno: 330 committer: Sulan branch nick: adchpp timestamp: Fri 2010-04-16 11:49:12 +0200 message: Removed isTcpActive and isUdpActive from python.i (related to rev 325) modified: swig/python.i -- lp:adchpp https://code.launchpad.ne