Trac Tickets Search

1 view
Skip to first unread message

M Nealon

unread,
Oct 19, 2009, 2:24:03 PM10/19/09
to wx-dev
Hello,

Is it possible to search trac and  receive a list of tickets only?

Say I want to search for wxAUI, I get results like 

wxAuiDocView_wx29_auidocview_and_sample.patch (Ticket #8945)
Aui Doc/View implementation and modified sample
By R.U.10 — 10/19/09 01:30:56
wxAuiDocView_wx29_refactored_base_classes.patch (Ticket #8945)
Refactored base classes for Aui Doc/View integration
By R.U.10 — 10/19/09 01:29:58
#11333: defect: wxAuiNotebook::SetSelection() changes focus in unexpected and undocumented ... (new)
wxAuiNotebook::SetSelection() sets the focus to the newly selected page. This is hard to undo if this behaviour is unwanted. Moreover, SetSelection() is called by other member functions of wxAuiNotebook. For example, calling RemovePage() ...
By jhoenig — 10/15/09 09:14:00
#11291: defect: wxAUI Windows7 problems (new)
There are some problems with drawing panes borders (when changing the size) on MS Windows 7. Look at attached image.
By byte — 10/07/09 01:12:21
wxAuiDocView_wx29.patch (Ticket #8945)
Doc/View framework for wxAUI and wxWidgets 2.9 SVN trunk
By R.U.10 — 09/22/09 07:56:03
wxAuiMinimize_VerticalClockwiseLabel_wx29.patch (Ticket #10185)
By R.U.10 — 09/22/09 07:51:02
#11204: defect: wxAUI: dragging toolbar causes a crash on windows (new)
{{{ #0 0x670f3392 in wxAuiManager::OnFloatingPaneMoveStart (this=0x5649840, wnd=0x5254100) at ../../src/aui/framemanager.cpp:3449 #1 0x670fdfe8 in wxAuiFloatingFrame::OnMoveStart (this=0x56ba1a0) at ../../src/aui/floatpane.cpp:279 #2 0x670fdbea in wxAuiFl ...
By net147 — 09/17/09 02:29:31
#11200: defect: wxToolbar wrong color (new)
There is visual bug in wxToolBar in 2.8.10 I see it only Vista, after switching to trunk it don't work even under XP SP3. I have attached screenshot with bug.
By TNikolay — 09/14/09 10:41:30
auistatusbartextopushpop.patch (Ticket #11178)
Another attempt at generating StatusBar help text from a wxAuiToolBar
By ninjanl — 09/06/09 12:45:47
#11178: enhancement: Add StatusBar text to wxAuiToolbar classes (confirmed)
When wxAuiToolBar buttons are created with a long help (otherwise known as statusbar text) no text appears when the mouse hovers over the button. There is a tooltip when a short help message is used. This patch is a quick and dirty fix to sol ...
By ninjanl — 09/06/09 02:01:55


when what I want is something like 
#11178: enhancement: Add StatusBar text to wxAuiToolbar classes (confirmed)
#11200: defect: wxToolbar wrong color (new)
#11291: defect: wxAUI Windows7 problems (new)

#11333: defect: wxAuiNotebook::SetSelection() changes focus in unexpected and undocumented ... (new)

Simply a list if tickets related to my search query

regards
Mal




Bryan Petty

unread,
Oct 19, 2009, 2:34:43 PM10/19/09
to wx-...@googlegroups.com
On Mon, Oct 19, 2009 at 12:24 PM, M Nealon <malcolm...@gmail.com> wrote:
> Is it possible to search trac and  receive a list of tickets only?

It's easier to use the Custom Query for things like this.

For example, you can search all ticket summaries for those with
"wxAUI" set as the component:
http://trac.wxwidgets.org/query?status=accepted&status=confirmed&status=infoneeded&status=infoneeded_new&status=new&status=portneeded&status=reopened&component=wxAui&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component

Or, you might also want to check for any tickets with "wxAUI" in the
summary, but haven't been assigned to the "wxAUI" component:
http://trac.wxwidgets.org/query?status=accepted&status=confirmed&status=infoneeded&status=infoneeded_new&status=new&status=portneeded&status=reopened&summary=~wxaui&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority

Regards,
Bryan Petty

M Nealon

unread,
Oct 19, 2009, 2:56:17 PM10/19/09
to wx-...@googlegroups.com
Excellent, thanks for the info.

regards
Mal
Reply all
Reply to author
Forward
0 new messages