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

2010-10-29 Thread Steven Sheehy
Personally, I would prefer a less powerful but cleaner and safer plugin system that could not affect what happens after the plugin processes the event. Cleaner because it could use the listener system for all communication. Safer because it would be read only data passed and could be processed in a

[Linuxdcpp-team] [PPA linuxdcpp-team] [ubuntu/maverick] linuxdcpp 1.1.0~pre1~bzr399-0ubuntu1~maverick1 (Accepted)

2010-10-29 Thread Ubuntu Installer
Accepted: OK: linuxdcpp_1.1.0~pre1~bzr399-0ubuntu1~maverick1.tar.gz OK: linuxdcpp_1.1.0~pre1~bzr399-0ubuntu1~maverick1.dsc -> Component: main Section: net Format: 1.8 Date: Fri, 29 Oct 2010 23:49:46 + Source: linuxdcpp Binary: linuxdcpp Architecture: source Version: 1.1.0~pre1~bzr399-0u

[Linuxdcpp-team] [recipe build #6030] of ~linuxdcpp-team linuxdcpp in natty: Chroot problem

2010-10-29 Thread noreply
* State: Chroot problem * Recipe: linuxdcpp-team/linuxdcpp * Archive: linuxdcpp-team/ppa * Distroseries: natty * Duration: three minutes * Build Log: https://launchpadlibrarian.net/58374569/buildlog.txt.gz * Upload Log: * Builder: https://launchpad.net/builders/lakoocha -- https://code.l

[Linuxdcpp-team] [PPA linuxdcpp-team] [ubuntu/lucid] linuxdcpp 1.1.0~pre1~bzr399-0ubuntu1~lucid1 (Accepted)

2010-10-29 Thread Ubuntu Installer
Accepted: OK: linuxdcpp_1.1.0~pre1~bzr399-0ubuntu1~lucid1.tar.gz OK: linuxdcpp_1.1.0~pre1~bzr399-0ubuntu1~lucid1.dsc -> Component: main Section: net Format: 1.8 Date: Fri, 29 Oct 2010 23:46:58 + Source: linuxdcpp Binary: linuxdcpp Architecture: source Version: 1.1.0~pre1~bzr399-0ubuntu1

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

2010-10-29 Thread Crise
I had a goal of keeping it pure C API... which allows it, in theory, to be used with languages such as delphi and (yack) VB. If this is doable as C++ only extension, without breaking the underlying C API then it is certainly worth it I'd say... although it would be strictly tied to dcpp based plug

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

2010-10-29 Thread Big Muscle
I have one thing. What about putting Client abstract class as a part of plugin API? Then new procotol could be added by plugins (for example DHT could be a separate part). -- Plugins support https://bugs.launchpad.net/bugs/587597 You received this bug notification because you are a member of Dcpl

[Linuxdcpp-team] [Bug 668548] [NEW] BufferedSocket::setDataMode -> infinite loop

2010-10-29 Thread Crise
Public bug reported: if you call BufferedSocket::setDataMode with value that will be < left (ie. what is actually read from socket at once) it will go to an infinite loop, because when dataBytes have been read high will always end up 0 even if left > 0. What you, probably, want to do is break aft

[Linuxdcpp-team] [Bug 668549] [NEW] Disable Thumbnails Win 7

2010-10-29 Thread Toast
Public bug reported: An option to disable the thumbnail feature for win 7 ** Affects: dcplusplus Importance: Wishlist Assignee: Dcplusplus-team (dcplusplus-team) Status: New ** Changed in: dcplusplus Importance: Undecided => Wishlist ** Changed in: dcplusplus Assignee

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

2010-10-29 Thread Launchpad Bug Tracker
** Branch linked: lp:linuxdcpp -- 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 descript

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

2010-10-29 Thread Razzloss
** Changed in: linuxdcpp Status: Confirmed => Fix Committed ** Changed in: linuxdcpp Milestone: None => 1.1.0 ** Changed in: linuxdcpp Assignee: (unassigned) => Razzloss (razzloss) -- Unexpected results deleting multiple selected search results https://bugs.launchpad.net/bugs/66

[Linuxdcpp-team] [Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 399: Fix manual removing of search results

2010-10-29 Thread noreply
Merge authors: Razzloss (razzloss) revno: 399 [merge] fixes bug(s): https://launchpad.net/bugs/667491 committer: Razzloss branch nick: master timestamp: Fri 2010-10-29 22:45:13 +0300 message: Fix manual removing of search results mod

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

2010-10-29 Thread Crise
I agree, but as explained earlier plugins need to be able to affect what happens after plugin has processed an event... which is why using the existing listeners is not the ideal solution in 9 cases out of 10... to be completely honest I even considered not using any listeners, except timermanager

[Linuxdcpp-team] [Bug 588224] Re: Wrong system icon for folders in Windows 7 x64

2010-10-29 Thread poy
** Changed in: dcplusplus Status: Incomplete => Fix Committed -- Wrong system icon for folders in Windows 7 x64 https://bugs.launchpad.net/bugs/588224 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: Fix Committed

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2276: Display folders using the correct icon on Win 7

2010-10-29 Thread noreply
revno: 2276 committer: poy branch nick: trunk timestamp: Fri 2010-10-29 18:31:08 +0200 message: Display folders using the correct icon on Win 7 modified: changelog.txt win32/WinUtil.cpp -- lp:dcplusplus https://code.launchpad.net

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2275: Fix menu separators on Win 7

2010-10-29 Thread noreply
revno: 2275 committer: poy branch nick: trunk timestamp: Fri 2010-10-29 17:40:14 +0200 message: Fix menu separators on Win 7 modified: changelog.txt dwt/src/widgets/Menu.cpp -- lp:dcplusplus https://code.launchpad.net/~dcplusplus

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2274: fixes for MinGW

2010-10-29 Thread noreply
revno: 2274 committer: poy branch nick: trunk timestamp: Fri 2010-10-29 17:30:05 +0200 message: fixes for MinGW modified: SConstruct dwt/include/dwt/dwt_shlobj.h dwt/src/Taskbar.cpp dwt/src/widgets/RichTextBox.cpp win32/RichT

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

2010-10-29 Thread poy
just a nitpick: the current event driven architecture (Speaker class) is not asynchronous; that is the reason GUIs must try not to do any lentghy operations when they process these events. still, using it would be nice. -- Plugins support https://bugs.launchpad.net/bugs/587597 You received this b

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2273: use the right bg color when taking rich edit snapshots

2010-10-29 Thread noreply
revno: 2273 committer: poy branch nick: trunk timestamp: Fri 2010-10-29 15:05:05 +0200 message: use the right bg color when taking rich edit snapshots modified: dwt/src/widgets/RichTextBox.cpp -- lp:dcplusplus https://code.launchpa

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

2010-10-29 Thread Crise
The calls to pluginmanager return if they are true, because that implies plugin handled that event for us, ie. we don't want core doing anything about that particular instance of it anymore. I agree that the plugins should not be given the possibility to put the core into an unsafe state, however,