<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt4-tools.git/src/scripttools/debugging, branch 4.8</title>
<subtitle>code.qt.io: qt/qt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/'/>
<entry>
<title>Update copyright headers</title>
<updated>2015-03-31T13:43:03+00:00</updated>
<author>
<name>Akseli Salovaara</name>
<email>akseli.salovaara@theqtcompany.com</email>
</author>
<published>2015-03-25T14:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=716fbaef34386c8b05d7d63894a5bc116ddd1b6c'/>
<id>716fbaef34386c8b05d7d63894a5bc116ddd1b6c</id>
<content type='text'>
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Change-Id: I7e3e96183e073877b46bc8071b2ccae19e69426b
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Change-Id: I7e3e96183e073877b46bc8071b2ccae19e69426b
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warning</title>
<updated>2014-10-30T14:54:45+00:00</updated>
<author>
<name>Lars Knoll</name>
<email>lars.knoll@digia.com</email>
</author>
<published>2014-10-30T08:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=809119d7a42ebfa5dec9c842e510e569e385513a'/>
<id>809119d7a42ebfa5dec9c842e510e569e385513a</id>
<content type='text'>
Already fixed in Qt 5

Task-number: QTBUG-42032
Change-Id: I7ed7d955115e875468b94759bda44f99b737e7cb
Reviewed-by: Allan Sandfeld Jensen &lt;allan.jensen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Already fixed in Qt 5

Task-number: QTBUG-42032
Change-Id: I7ed7d955115e875468b94759bda44f99b737e7cb
Reviewed-by: Allan Sandfeld Jensen &lt;allan.jensen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated year in copyright header</title>
<updated>2014-03-26T07:02:45+00:00</updated>
<author>
<name>Kai Koehne</name>
<email>kai.koehne@digia.com</email>
</author>
<published>2014-03-21T09:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=19458101ebc48a8cc6d5ff75aa4b657d2898758e'/>
<id>19458101ebc48a8cc6d5ff75aa4b657d2898758e</id>
<content type='text'>
find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g'

Manually patched files:

demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
src/3rdparty/s60/eiksoftkeyimage.h
tools/qdoc3/test/qt-project.qdocconf
tests/auto/qsharedpointer/nontracked.h
tests/auto/qsharedpointer/nontracked.cpp

Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c
Reviewed-by: Thiago Macieira &lt;thiago.macieira@intel.com&gt;
Reviewed-by: Sergio Ahumada &lt;sahumada@blackberry.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g'

Manually patched files:

demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
src/3rdparty/s60/eiksoftkeyimage.h
tools/qdoc3/test/qt-project.qdocconf
tests/auto/qsharedpointer/nontracked.h
tests/auto/qsharedpointer/nontracked.cpp

Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c
Reviewed-by: Thiago Macieira &lt;thiago.macieira@intel.com&gt;
Reviewed-by: Sergio Ahumada &lt;sahumada@blackberry.com&gt;
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tab-completion for variables that have digits in them</title>
<updated>2013-11-01T07:57:41+00:00</updated>
<author>
<name>Andy Shaw</name>
<email>andy.shaw@digia.com</email>
</author>
<published>2013-10-22T05:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=8f84a6e549b90286afb2e4af378ea8b271babcd5'/>
<id>8f84a6e549b90286afb2e4af378ea8b271babcd5</id>
<content type='text'>
In the QtScript Debugger if a variable had a number in it then it would
not tab complete to show the member variables. This accounts for digits
so that it is correctly able to find the variable to complete on.

Change-Id: I4fe0b3b776aba0e3caa6dd524c1a0c59421ea515
Reviewed-by: Mitch Curtis &lt;mitch.curtis@digia.com&gt;
(cherry picked from qtscript/925f1264c590c12aaa5f93a687c7b2aba4370115)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the QtScript Debugger if a variable had a number in it then it would
not tab complete to show the member variables. This accounts for digits
so that it is correctly able to find the variable to complete on.

Change-Id: I4fe0b3b776aba0e3caa6dd524c1a0c59421ea515
Reviewed-by: Mitch Curtis &lt;mitch.curtis@digia.com&gt;
(cherry picked from qtscript/925f1264c590c12aaa5f93a687c7b2aba4370115)
</pre>
</div>
</content>
</entry>
<entry>
<title>To support QT_NO_IM on Linux/Windows/Mac</title>
<updated>2013-01-21T10:15:20+00:00</updated>
<author>
<name>Jing Bai</name>
<email>jing.bai@digia.com</email>
</author>
<published>2013-01-15T18:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=8c2284e811d6a1e5d1d5f0703f127e66800baf78'/>
<id>8c2284e811d6a1e5d1d5f0703f127e66800baf78</id>
<content type='text'>
Fix compilation issue when QT_NO_IM is defined.
Also fixed references in tests. But fixing
plugins/examples seem not necessary at this point.

Task-number: QTBUG-26109
Change-Id: I2067051951616012117efa6716640cbf198fdb2a
Reviewed-by: Jędrzej Nowacki &lt;jedrzej.nowacki@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compilation issue when QT_NO_IM is defined.
Also fixed references in tests. But fixing
plugins/examples seem not necessary at this point.

Task-number: QTBUG-26109
Change-Id: I2067051951616012117efa6716640cbf198fdb2a
Reviewed-by: Jędrzej Nowacki &lt;jedrzej.nowacki@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year in Digia's license headers</title>
<updated>2013-01-13T08:12:24+00:00</updated>
<author>
<name>Sergio Ahumada</name>
<email>sergio.ahumada@digia.com</email>
</author>
<published>2013-01-02T14:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=e5735c9b31651c7ddc6599a29dde055d62e3f10c'/>
<id>e5735c9b31651c7ddc6599a29dde055d62e3f10c</id>
<content type='text'>
Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix g++/MinGW compiler warnings.</title>
<updated>2012-09-29T06:12:32+00:00</updated>
<author>
<name>Friedemann Kleint</name>
<email>Friedemann.Kleint@digia.com</email>
</author>
<published>2012-09-28T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=d65dbb5d508d4cdbc383686428430035c205b21c'/>
<id>d65dbb5d508d4cdbc383686428430035c205b21c</id>
<content type='text'>
- Assigned/Unused variables.
- Unsigned comparison &gt;= 0 is always true.
- Constructor initialization order.
- Signed/Unsigned comparisons.

Change-Id: I1f9edab0506573420ed0bf3055252ba48625c8eb
Reviewed-by: Kai Koehne &lt;kai.koehne@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Assigned/Unused variables.
- Unsigned comparison &gt;= 0 is always true.
- Constructor initialization order.
- Signed/Unsigned comparisons.

Change-Id: I1f9edab0506573420ed0bf3055252ba48625c8eb
Reviewed-by: Kai Koehne &lt;kai.koehne@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change copyrights from Nokia to Digia</title>
<updated>2012-09-29T05:57:45+00:00</updated>
<author>
<name>Iikka Eklund</name>
<email>iikka.eklund@digia.com</email>
</author>
<published>2012-09-25T09:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=619136931e2c985377348d196d488e429a4858d6'/>
<id>619136931e2c985377348d196d488e429a4858d6</id>
<content type='text'>
Change copyrights and license headers from Nokia to Digia

Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea
Reviewed-by: Simo Fält &lt;simo.falt@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change copyrights and license headers from Nokia to Digia

Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea
Reviewed-by: Simo Fält &lt;simo.falt@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contact information in license headers.</title>
<updated>2012-08-01T09:22:04+00:00</updated>
<author>
<name>Sergio Ahumada</name>
<email>sergio.ahumada@nokia.com</email>
</author>
<published>2012-07-30T09:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=6425d8b748225a36181c6e167487e497ecb3558e'/>
<id>6425d8b748225a36181c6e167487e497ecb3558e</id>
<content type='text'>
- Replace Nokia contact email address with Qt Project website.
- Remove "All rights reserved" line from license headers.

As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.

Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931
Reviewed-by: Jason McDonald &lt;jason.mcdonald@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Replace Nokia contact email address with Qt Project website.
- Remove "All rights reserved" line from license headers.

As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.

Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931
Reviewed-by: Jason McDonald &lt;jason.mcdonald@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update year in Nokia copyright messages.</title>
<updated>2012-01-11T00:14:29+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2012-01-10T01:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/qt4-tools.git/commit/?id=89c08c0d7605ac254a1818121a8b483130608446'/>
<id>89c08c0d7605ac254a1818121a8b483130608446</id>
<content type='text'>
Simple search and replace.  This commit doesn't touch 3rd-party files,
nor translations (where the change is not so simple and will be handled
in a separate commit).

Change-Id: I4e48513b8078a44a8cd272326685b25338890148
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple search and replace.  This commit doesn't touch 3rd-party files,
nor translations (where the change is not so simple and will be handled
in a separate commit).

Change-Id: I4e48513b8078a44a8cd272326685b25338890148
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
