<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt-creator.git/src/plugins/debugger/disassemblerhandler.cpp, branch 2.5</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>debugger: remove old disassembler view and handler</title>
<updated>2009-08-17T11:34:15+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-08-17T11:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=9febb0bcb81c5840e291643e454e168973a62f4d'/>
<id>9febb0bcb81c5840e291643e454e168973a62f4d</id>
<content type='text'>
It is replaced by a real editor in e82d6c7b0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is replaced by a real editor in e82d6c7b0.
</pre>
</div>
</content>
</entry>
<entry>
<title>long live the king</title>
<updated>2009-08-14T07:30:56+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-08-14T07:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=93cbef87240ba0979732349918b0d083a9bd293d'/>
<id>93cbef87240ba0979732349918b0d083a9bd293d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing some unused semicolons after Q_UNUSED</title>
<updated>2009-07-13T15:35:17+00:00</updated>
<author>
<name>Alessandro Portale</name>
<email>aportale@trolltech.com</email>
</author>
<published>2009-07-13T15:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=d3f9757916d5ba10eac63ef6c42611924999c3b0'/>
<id>d3f9757916d5ba10eac63ef6c42611924999c3b0</id>
<content type='text'>
There were both variants, with and without extra semicolon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were both variants, with and without extra semicolon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers and sales contact details.</title>
<updated>2009-06-16T14:01:27+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2009-06-16T14:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=884b7af7697a26d216140a34d8979385fc468ace'/>
<id>884b7af7697a26d216140a34d8979385fc468ace</id>
<content type='text'>
Reviewed-by: Trust Me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Trust Me
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'</title>
<updated>2009-05-19T13:35:47+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-05-19T13:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=fe7e88a6b5219bfe3d8c70baf2ae2b83ea1961d8'/>
<id>fe7e88a6b5219bfe3d8c70baf2ae2b83ea1961d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some missing Q_OBJECTs</title>
<updated>2009-04-20T14:51:10+00:00</updated>
<author>
<name>Oswald Buddenhagen</name>
<email>oswald.buddenhagen@nokia.com</email>
</author>
<published>2009-04-16T17:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=c5df15003bf4486440a2925f0fdb76a55b8522e6'/>
<id>c5df15003bf4486440a2925f0fdb76a55b8522e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement disassembler for cdb.</title>
<updated>2009-04-14T13:04:19+00:00</updated>
<author>
<name>Friedemann Kleint</name>
<email>Friedemann.Kleint@nokia.com</email>
</author>
<published>2009-04-14T13:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=d4ccc16f9fe5dcadeddf0a2d49cdeff409812deb'/>
<id>d4ccc16f9fe5dcadeddf0a2d49cdeff409812deb</id>
<content type='text'>
Filter debugging output correctly, some glitches. Extract
base class for debugging output to be able to intercept
debugging output for other purposes (such as disassembling).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter debugging output correctly, some glitches. Extract
base class for debugging output to be able to intercept
debugging output for other purposes (such as disassembling).
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: make user visible strings translatable</title>
<updated>2009-04-08T14:05:49+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-04-08T10:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3e38a0598b0e094afd91b854d530fda034e25ec2'/>
<id>3e38a0598b0e094afd91b854d530fda034e25ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes:    change file license headers to include LGPL</title>
<updated>2009-02-25T08:15:00+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-02-25T08:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=8ca887aae25dd8e4f597cf420e030e1d84352193'/>
<id>8ca887aae25dd8e4f597cf420e030e1d84352193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>    Fixes:    debugger: fix assert includes</title>
<updated>2009-02-17T10:16:23+00:00</updated>
<author>
<name>hjk</name>
<email>qtc-committer@nokia.com</email>
</author>
<published>2009-02-17T10:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3cd4e3987258385b3c3d8f2c2be0a12413994031'/>
<id>3cd4e3987258385b3c3d8f2c2be0a12413994031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
