timkelly [Tue, 15 Dec 2009 14:25:31 -0600] rev 127
fix bug 10386 (mrege from CDT 6.0.1 HEAD)
fturovic <frank.turovich@nokia.com> [Fri, 04 Dec 2009 16:14:47 -0600] rev 126
added anchors to CDT manual for inserting EDC content
fturovic <frank.turovich@nokia.com> [Fri, 04 Dec 2009 16:12:18 -0600] rev 125
added DS_Store to ignore file
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:32:55 -0600] rev 124
Merge commit
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:31:59 -0600] rev 123
Fixes for GNU ld error parsing. Reported in <https://bugs.eclipse.org/bugs/show_bug.cgi?id=296966>
l12wang [Wed, 02 Dec 2009 18:27:49 -0600] rev 122
backed out all changes related to BreakpointsMediator and moved the new mediator into EDC to be an EDC-specific service. Two problems solved here:
1. It will take some time for Pawel (and other DSF/GDB committers) to review and accept the big change to the mediator, namely the new mediator won't get into CDT repository for who knows how long. That would make EDC debugger in CDT repository a handicapped debugger (breakpoints not shown as resolved, disabled breakpoint still stops program, breakpoints in inline-function do not work well, etc).
2. All mediator related change is kept in our local CDT repository, which makes Ken's life harder when he tries to sync it with upstream.
dadubrow [Wed, 02 Dec 2009 09:47:49 -0600] rev 121
back out changes to cdt - will add to carbide override
rsaid [Tue, 01 Dec 2009 15:46:33 -0600] rev 120
Added a line that was deleted by mistake:
fDisableBuildButton.setToolTipText(LaunchMessages.getString("CMainTab....."));
rsaid [Tue, 01 Dec 2009 15:38:50 -0600] rev 119
Added UIDs to the widgets
l12wang [Tue, 24 Nov 2009 19:18:36 -0600] rev 118
Don't log failure in setting breakpoint as error in Error Log view.