[Linuxdcpp-team] [Bug 666175] Re: Build warning : there are no arguments to ‘_’ that d epend on a template parameter

2010-10-31 Thread Steven Sheehy
Hmm...nevermind. It is include order. :) Since we don't (and won't) define BUILDING_DCPP for gui files, we need to include gettext.h before DCPlusPlus.h. Sorry for the mess. ** Changed in: dcplusplus Importance: Low => Undecided ** Changed in: dcplusplus Status: Fix Committed => Invali

[Linuxdcpp-team] [Bug 669278] Re: Rev 2280 Compile error

2010-10-31 Thread Steven Sheehy
Not really invalid, but since I reverted we don't want to track this for a release. ** Changed in: dcplusplus Status: New => Invalid -- Rev 2280 Compile error https://bugs.launchpad.net/bugs/669278 You received this bug notification because you are a member of Dcplusplus-team, which is su

[Linuxdcpp-team] [Bug 666175] Re: Build warning : there are no arguments to ‘_’ that d epend on a template parameter

2010-10-31 Thread Steven Sheehy
We do include stdinc.h before DCPlusPlus.h. This error started occurring after we merged .705 or 707 in awhile ago. We had to add -fpermissive in order to ignore the error and just make it a warning. I know '_' is gettext and is already defined by the time Streams.h is processed. I know this since

[Linuxdcpp-team] [Bug 666175] Re: Build warning : there are no arguments to ‘_’ that d epend on a template parameter

2010-10-31 Thread poy
that '_' is a #define normally replaced at compile time; that the compiler is actually trying to match it as some valid token shows that the file that #defines '_', DCPlusPlus.h, has not been included. this is most likely a case of including stdinc.h but not DCPlusPlus.h; i suggest you modify yo

[Linuxdcpp-team] [Bug 669278] Re: Rev 2280 Compile error

2010-10-31 Thread iceman50
build\release-mingw\dcpp\libdcpp.a(DownloadManager.o):DownloadManager.cpp:(.rdat a$_ZTVN4dcpp19LimitedOutputStreamILb1EEE[vtable for dcpp::LimitedOutputStream]+0x10): undefined reference to `dcpp::LimitedOutputStream::write(void const*, unsigned int)' collect2: ld returned 1 exit status scons: ***

[Linuxdcpp-team] [Bug 669278] Re: Rev 2280 Compile error

2010-10-31 Thread iceman50
My guess it would be something specific to MSVC, i will try to compile under mingw and let you know for sure. -- Rev 2280 Compile error https://bugs.launchpad.net/bugs/669278 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC

[Linuxdcpp-team] [Bug 669278] Re: Rev 2280 Compile error

2010-10-31 Thread Steven Sheehy
I've reverted revision 2280 for now. Can someone from windows DC++ team help me figure out why it was failing? It works fine in linux. Do I need to add new cpp files somewhere? -- Rev 2280 Compile error https://bugs.launchpad.net/bugs/669278 You received this bug notification because you are a me

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2281: Revert revision 2280

2010-10-31 Thread noreply
revno: 2281 committer: Steven Sheehy branch nick: trunk timestamp: Sun 2010-10-31 20:50:21 -0500 message: Revert revision 2280 removed: dcpp/Streams.cpp modified: dcpp/Streams.h -- lp:dcplusplus https://code.launchpad.net/~dcplus

[Linuxdcpp-team] [Bug 669278] [NEW] Rev 2280 Compile error

2010-10-31 Thread iceman50
Public bug reported: Using MSVC 2010 rev 2280 can not be compiled dcpp.lib(DownloadManager.obj) : error LNK2001: unresolved external symbol "publi c: virtual unsigned int __thiscall dcpp::LimitedOutputStream<1>::write(void cons t *,unsigned int)" (?wr...@?$limitedoutputstream@$...@dcpp@@uaeip...@

[Linuxdcpp-team] [Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 398: Ignore LANGUAGE core setting

2010-10-31 Thread noreply
revno: 398 committer: Steven Sheehy branch nick: linuxdcpp-i18n timestamp: Sun 2010-10-31 18:06:01 -0500 message: Ignore LANGUAGE core setting modified: dcpp/DCPlusPlus.cpp -- lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n https://cod

[Linuxdcpp-team] [Bug 666175] Re: Build warning : there are no arguments to ‘_’ that d epend on a template parameter

2010-10-31 Thread Launchpad Bug Tracker
** Branch linked: lp:dcplusplus -- Build warning: there are no arguments to ‘_’ that depend on a template parameter https://bugs.launchpad.net/bugs/666175 You received this bug notification because you are a member of LinuxDC++ Team, which is subscribed to LinuxDC++. Status in DC++: Fix Committe

[Linuxdcpp-team] [Bug 666175] Re: Build warning : there are no arguments to ‘_’ that d epend on a template parameter

2010-10-31 Thread Steven Sheehy
Committed a fix to dcplusplus. ** Also affects: dcplusplus Importance: Undecided Status: New ** Tags added: core ** Changed in: dcplusplus Importance: Undecided => Low ** Changed in: dcplusplus Status: New => Fix Committed ** Changed in: dcplusplus Assignee: (unassigne

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2280: Fix multiple build warnings in Streams.h

2010-10-31 Thread noreply
revno: 2280 fixes bug(s): https://launchpad.net/bugs/666175 committer: Steven Sheehy branch nick: trunk timestamp: Sun 2010-10-31 17:54:47 -0500 message: Fix multiple build warnings in Streams.h added: dcpp/Streams.cpp modified: dc

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2279: i18n changes for linux

2010-10-31 Thread noreply
revno: 2279 committer: Steven Sheehy branch nick: trunk timestamp: Sun 2010-10-31 17:00:23 -0500 message: i18n changes for linux modified: dcpp/DCPlusPlus.cpp -- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/

[Linuxdcpp-team] [Bug 669236] [NEW] Incorrect sorting by filename of search results when grouped

2010-10-31 Thread Charles M.
Public bug reported: In the search tab, when you group results by TTH, then sort, ascending, on the filename column, you get this: - all grouped items in no particular order, then - all directories in alphabetic order, then - all nongrouped items in alphabetic order. I get this in 1.1.0~pre1~bzr

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2278: [help] updates

2010-10-31 Thread noreply
revno: 2278 committer: eMTee branch nick: dcplusplus timestamp: Sun 2010-10-31 17:10:56 +0100 message: [help] updates modified: changelog.txt help/window_hub.html win32/HubFrame.cpp -- lp:dcplusplus https://code.launchpad.net/~

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

2010-10-31 Thread Big Muscle
If I remember correctly, I fixed it by simple adding "upLimit == 0" into condition at the beginning of write() function (and similary downLimit in read()), but it is "upTokens == -1" in DC++. StrongDC++'s upLimit and also DC++'s upTokens is set once a second. The difference is that I use upLimit a

[Linuxdcpp-team] [Bug 668549] Re: Disable Thumbnails Win 7

2010-10-31 Thread poy
this request stemmed from an incorrect behavior of the app when being restored from the taskbar; hopefully fixed in rev 2277. -- Disable Thumbnails Win 7 https://bugs.launchpad.net/bugs/668549 You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee.

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2277: restore the main window when clicking on a taskbar thumbnail

2010-10-31 Thread noreply
revno: 2277 committer: poy branch nick: trunk timestamp: Sun 2010-10-31 14:07:37 +0100 message: restore the main window when clicking on a taskbar thumbnail modified: dwt/src/Taskbar.cpp win32/MainWindow.cpp -- lp:dcplusplus http

[Linuxdcpp-team] [Bug 668549] Re: Disable Thumbnails Win 7

2010-10-31 Thread poy
there is no built-in way in Windows to disable taskbar thubnails. there used to be such a check-box in beta versions, but it got wiped in the release and now they can't be turned off (besides, why would anyone want to? ;)). however, the following prog seems to do the job by injecting itself in th

[Linuxdcpp-team] [Bug 669051] [NEW] SIGSEGV, Segmentation fault on Rev401 (mingw 4.4.1)

2010-10-31 Thread Pirre
Public bug reported: gdb window: buffer going away Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1952.0xbd4] 0x654d40f0 in adchpp::ManagedSocket::disconnect (this=0x30221ac, timeout=5000, reason=adchpp::Util::REASON_WRITE_TIMEOUT) at adchpp\ManagedSocket.cpp:2

[Linuxdcpp-team] [Branch ~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n] Rev 397: Replace InstallIcons with RecursiveInstall

2010-10-31 Thread noreply
revno: 397 committer: Steven Sheehy branch nick: linuxdcpp-i18n timestamp: Sun 2010-10-31 02:18:43 -0500 message: Replace InstallIcons with RecursiveInstall modified: SConstruct -- lp:~linuxdcpp-team/linuxdcpp/linuxdcpp-i18n https: