[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] [Patch] Query bug tracker for bugid

From: Laurent CHASTEL <lchastel_at_hotmail.com>
Date: 2005-05-19 10:01:03 CEST

Hello,

Find herewith a patch to create a window to allow users to search and select
a bug in commit window. It's in complement of the field bugid.

The new button "..." in the commit window opens a window that contains a
little webbrowser.
The page opened in the browser is defined by the property
"bugtraq:queryurl".
A regular expression defined by the property "bugtraq:queryregex".
The user has to go to the description of the bug he want to be able to click
on the button "OK".

The webbrowser control is a CHtmlView embedded in a control. (I get the code
from an old article in MSDN Magazine)

The patch includes
- 2 new objects CHtmlCtrl (the webbrowser control) and CSearchBug (the
window containing the previous control)
- the modified files (ressouces, commit dialog, properties tabpage, ...)
- the modified english documentation (DUG on bugtracking)

The patch could be applied on trunk.

Regards,
Laurent

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Thu May 19 10:01:37 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.