<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt-creator.git/src/plugins/cpptools/cpptools.pro, branch 2.3</title>
<subtitle>code.qt.io: qt-creator/qt-creator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/'/>
<entry>
<title>Make C++ code style configurable.</title>
<updated>2011-05-24T10:45:07+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2011-02-03T14:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=779fafcbfe6f92dd1288664fae512f69bc12418b'/>
<id>779fafcbfe6f92dd1288664fae512f69bc12418b</id>
<content type='text'>
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b
Done-with: Jarek Kobus
Task-number: QTCREATORBUG-2670
Task-number: QTCREATORBUG-4310
Task-number: QTCREATORBUG-2763
Task-number: QTCREATORBUG-3623
Task-number: QTCREATORBUG-567
Reviewed-on: http://codereview.qt.nokia.com/74
Reviewed-by: Leandro T. C. Melo &lt;leandro.melo@nokia.com&gt;
Reviewed-by: Jarek Kobus &lt;jaroslaw.kobus@nokia.com&gt;
Reviewed-by: Roberto Raggi &lt;roberto.raggi@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b
Done-with: Jarek Kobus
Task-number: QTCREATORBUG-2670
Task-number: QTCREATORBUG-4310
Task-number: QTCREATORBUG-2763
Task-number: QTCREATORBUG-3623
Task-number: QTCREATORBUG-567
Reviewed-on: http://codereview.qt.nokia.com/74
Reviewed-by: Leandro T. C. Melo &lt;leandro.melo@nokia.com&gt;
Reviewed-by: Jarek Kobus &lt;jaroslaw.kobus@nokia.com&gt;
Reviewed-by: Roberto Raggi &lt;roberto.raggi@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New code assist API</title>
<updated>2011-05-18T08:46:20+00:00</updated>
<author>
<name>Leandro Melo</name>
<email>leandro.melo@nokia.com</email>
</author>
<published>2011-04-15T14:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=bec4f02495b97b17e0b0f8cb67d0909634c16228'/>
<id>bec4f02495b97b17e0b0f8cb67d0909634c16228</id>
<content type='text'>
This is a re-work of our completion engine. Primary goals are:

- Allow the computation to run in a separate thread so the GUI is not locked.
- Support a model-based approach. QStrings are still needed (filtering, etc), but
internal structures are free to use more efficient representations.
- Unifiy all kinds of *assist* into a more reusable and extensible framework.
- Remove unnecessary dependencies on the text editor so we have more generic
and easily "plugable" components (still things to be resolved).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a re-work of our completion engine. Primary goals are:

- Allow the computation to run in a separate thread so the GUI is not locked.
- Support a model-based approach. QStrings are still needed (filtering, etc), but
internal structures are free to use more efficient representations.
- Unifiy all kinds of *assist* into a more reusable and extensible framework.
- Remove unnecessary dependencies on the text editor so we have more generic
and easily "plugable" components (still things to be resolved).
</pre>
</div>
</content>
</entry>
<entry>
<title>C++: Move the ModelManagerInterface from CppTools to CPlusPlus.</title>
<updated>2011-01-04T14:58:21+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-12-03T12:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=5f50a6ae343574bc247eb631c0a2314273f50add'/>
<id>5f50a6ae343574bc247eb631c0a2314273f50add</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>centralize addition of pluginspecs to OTHER_FILES</title>
<updated>2010-11-03T16:47:41+00:00</updated>
<author>
<name>Oswald Buddenhagen</name>
<email>oswald.buddenhagen@nokia.com</email>
</author>
<published>2010-11-01T17:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=e160f071ce16dc46fdeaa03b985fe8d44fb58608'/>
<id>e160f071ce16dc46fdeaa03b985fe8d44fb58608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'origin/2.1'</title>
<updated>2010-10-04T14:07:46+00:00</updated>
<author>
<name>dt</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2010-10-04T14:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=6b6d9871b80d37c679998c332b94537e5f23d6c1'/>
<id>6b6d9871b80d37c679998c332b94537e5f23d6c1</id>
<content type='text'>
Conflicts:
	share/qtcreator/templates/mobileapp/app.pro
	share/qtcreator/templates/qmlapp/app.pro
	src/plugins/cpptools/cpptools.pro
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	share/qtcreator/templates/mobileapp/app.pro
	share/qtcreator/templates/qmlapp/app.pro
	src/plugins/cpptools/cpptools.pro
</pre>
</div>
</content>
</entry>
<entry>
<title>Ui Code Model Support: Refactor code in preparation for cmake support</title>
<updated>2010-10-04T13:09:58+00:00</updated>
<author>
<name>dt</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2010-09-23T12:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=41ceaf28217d73f0af3cbd67de42b87b70bfa8d2'/>
<id>41ceaf28217d73f0af3cbd67de42b87b70bfa8d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++: added quickfix to insert a method definition.</title>
<updated>2010-09-30T10:19:39+00:00</updated>
<author>
<name>Erik Verbruggen</name>
<email>erik.verbruggen@nokia.com</email>
</author>
<published>2010-09-30T10:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3ebc3284989022924c400fdb69213f3d41a1e05d'/>
<id>3ebc3284989022924c400fdb69213f3d41a1e05d</id>
<content type='text'>
Reviewed-by: Christian Kamm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Christian Kamm
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ symbols find filter for advanced find.</title>
<updated>2010-07-23T14:34:22+00:00</updated>
<author>
<name>con</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2010-07-19T12:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=2bda8675e509c5547a0057e50d9024b49054cf78'/>
<id>2bda8675e509c5547a0057e50d9024b49054cf78</id>
<content type='text'>
Required refactoring of the search result window to show real trees of
search results.

The backend is the backend from the Locator filter, which is a bit
outdated now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required refactoring of the search result window to show real trees of
search results.

The backend is the backend from the Locator filter, which is a bit
outdated now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix autotests so that they're compiling again.</title>
<updated>2010-07-06T04:37:45+00:00</updated>
<author>
<name>Bill King</name>
<email>bill.king@nokia.com</email>
</author>
<published>2010-07-06T04:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=c9710052bb3dbad93fdf5e030395f4d9f7f7fb7a'/>
<id>c9710052bb3dbad93fdf5e030395f4d9f7f7fb7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++: Introduce the new CodeFormatter.</title>
<updated>2010-07-02T14:13:12+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-07-02T13:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=88f2e340bd1144ee198e8f285b07aac42621c37b'/>
<id>88f2e340bd1144ee198e8f285b07aac42621c37b</id>
<content type='text'>
Done-with: Erik Verbruggen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Done-with: Erik Verbruggen
</pre>
</div>
</content>
</entry>
</feed>
