[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Steven Sheehy
Or just use boost::format and handle the caught exception instead of some C or windows specific libraries. We already use boost::format for i18n, why not everything else? http://live.boost.org/doc/libs/1_34_0/libs/format/doc/format.html#exceptions -- You received this bug notification because yo

[Linuxdcpp-team] [Bug 689460] Re: Different share for different hubs

2010-12-12 Thread eMTee
** Changed in: dcplusplus Status: New => Confirmed ** Changed in: dcplusplus Importance: Undecided => Medium -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/689460 Title: Different share

[Linuxdcpp-team] [Bug 689460] [NEW] Different share for different hubs

2010-12-12 Thread Szabolcs Molnár
Public bug reported: A long-awaited feature is that the user should be able to define different shares for different (adc) hubs. This should be implemented. I can imagine several ways to do it: 1) Define share on per-hub in favorites. This seems to be a not-too-good idea. 2) Since now we have "h

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2345: plug GDI mem leaks (missing DeleteDC calls)

2010-12-12 Thread noreply
revno: 2345 committer: poy branch nick: trunk timestamp: Mon 2010-12-13 00:10:36 +0100 message: plug GDI mem leaks (missing DeleteDC calls) removed: dwt/include/dwt.hpp dwt/include/dwt/dwt.hpp renamed: dwt/include/dwt/widgets/Coo

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Big Muscle
I think this is what we need - http://msdn.microsoft.com/en- us/library/ksazx244(v=VS.90).aspx -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Exception on invalid timestamp format St

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2344: Update MiniUPnPc

2010-12-12 Thread noreply
revno: 2344 committer: poy branch nick: trunk timestamp: Sun 2010-12-12 22:16:33 +0100 message: Update MiniUPnPc added: miniupnpc/Changelog.txt miniupnpc/VERSION modified: changelog.txt miniupnpc/miniupnpc.c miniupnpc/miniwge

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread poy
if i remember correctly, the solution to this is to set up an exception handler that doesn't re-throw the exception, using SetUnhandledExceptionFilter: -- You received this bug notification because you are a member of Dcplusplus-team

[Linuxdcpp-team] [Bug 631913] Re: QP - Upload queue notification Support

2010-12-12 Thread cologic
It's fine to use UploadManager::notifyQueuedUsers in DC++ (copyright assignment, etc). -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/631913 Title: QP - Upload queue notification Support Status in

[Linuxdcpp-team] [Bug 631913] Re: QP - Upload queue notification Support

2010-12-12 Thread Big Muscle
Toast, don't forget that UploadManager::notifyQueuedUsers() (which is needed for correct function) is originally copyrighted by cologic, because it comes from BCDC++. I will try to answer any questions if you have about the code. -- You received this bug notification because you are a member of D

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Big Muscle
This reminds me that I always wanted to know how to avoid problems when formatting string for functions printf, strftime etc. can be set by users. This bug is one case of it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bu

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread iceman50
Segoe UI,-12.00,400,0,0 -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https://bugs.launchpad.net/bugs/689218 Title: Using non italic fonts (rev 2342) Status in DC++: Invalid Bug description: My issue is pretty simple DC++ does

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread poy
i missed that comment... looks like the decimal sep isn't the problem then. -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https://bugs.launchpad.net/bugs/689218 Title: Using non italic fonts (rev 2342) Status in DC++: Invalid Bu

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread poy
this was probably because the font size was being saved as a float, with a comma as the decimal separator. couldn't reproduce as my decimal sep is a dot here. try rev 2343 after having removed the corrupted "MainFont" tag from DCPlusPlus.xml. ** Changed in: dcplusplus Status: Confirmed =>

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2343: save the font size as an int

2010-12-12 Thread noreply
revno: 2343 committer: poy branch nick: trunk timestamp: Sun 2010-12-12 15:58:25 +0100 message: save the font size as an int modified: win32/WinUtil.cpp -- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread poy
can you paste your MainFont tag from DCPlusPlus.xml? -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https://bugs.launchpad.net/bugs/689218 Title: Using non italic fonts (rev 2342) Status in DC++: Confirmed Bug description: My i

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread iceman50
I can also confirm that the font settings i set will not be respected, DC++ just overrides win7 home premium 32bit -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https://bugs.launchpad.net/bugs/689218 Title: Using non italic fonts (

[Linuxdcpp-team] [Bug 689236] [NEW] Pushing changed config messages to console

2010-12-12 Thread Toast
Public bug reported: Putting this out there not sure if its possible to push a message whenever someone edits the config within hub example: User changed configuration values. into the console of adchpp. ** Affects: adchpp Importance: Wishlist Assignee: Dcplusplus-team (dcplusplus-te

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread eMTee
I can confirm this on Windows XP. If I set the font back from italic to regular and restart, it doesn't respect the setting. Not all fonts are italic though. Buttons and most of the settings dialog text are still in regular and I am even not sure if the font is changed to Tahoma in these because th

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread Toast
since this is apart of the DPI Awareness part im guessing thats its more too it then just changing so im setting it to medium ** Changed in: dcplusplus Importance: Low => Medium -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https:/

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread Toast
and it doesn't allow me to reset it to regular instead of oblique or italic -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee. https://bugs.launchpad.net/bugs/689218 Title: Using non italic fonts (rev 2342) Status in DC++: Confirmed

[Linuxdcpp-team] [Bug 689218] Re: Using non italic fonts (rev 2342)

2010-12-12 Thread Toast
on another note changing fonts might not have been a good idea since ascii drawings in hubs gets messed up that might annoy hubowners that put alot of time into making those ascii drawings. -- You received this bug notification because you are a member of Dcplusplus-team, which is a bug assignee.

[Linuxdcpp-team] [Bug 689218] [NEW] Using non italic fonts (rev 2342)

2010-12-12 Thread Toast
Public bug reported: My issue is pretty simple DC++ doesnt now allow me to use non italic fonts in rev 2342 and im not really fond of italic fonts so a fix should be really simple ** Affects: dcplusplus Importance: Low Assignee: Dcplusplus-team (dcplusplus-team) Status: Confirm

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2010-12-12 Thread Szabolcs Molnár
I can confirm this, using the latest BCDC++ build compiled with MSVC. ** Changed in: dcplusplus Status: New => Confirmed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/678236 Title: Excepti

[Linuxdcpp-team] [Bug 686112] Re: Line keeps droppping(download speed goes to 0)

2010-12-12 Thread Toast
Have you tried our latest build and run the Automatic Connection Detector aslo what version of DC++ are you running ? ** Changed in: dcplusplus Status: New => Incomplete -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https:/

[Linuxdcpp-team] [Bug 631913] Re: QP - Upload queue notification Support

2010-12-12 Thread Toast
We got the ok to import code from StrongDC++ from Big Muscle he doesn't have time to make a patch so now its just a question of who is gonna make the patch. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/b