- 19 Aug, 2015 1 commit
-
-
Thomas Hartmann authored
In Qt 5.6 we do not need to access the private API directly. QmlPrivateGate is forwarded to the helper functions in Qt. Change-Id: I274cb306815824c988b6d79966f007298f6d1e60 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 18 Aug, 2015 2 commits
-
-
Daniel Teske authored
For a reason that seems lost in time, all .pri files that are (directly or indirectly) included in a .pro file are listed in a flat list. Change that to properly show a tree. For example a.pro including b.pri, which includes c.pri is now shown like this: a.pro |-> b.pri |-> c.pri Task-number: QTCREATORBUG-487 Change-Id: I1bc29a512fb27e6fe9b399738f2a37f2a95ce10f Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I2b7c0eda487495151616bf91211effd92c078a40 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 17 Aug, 2015 6 commits
-
-
Thiago Macieira authored
Found by ICC builtinindexingsupport.cpp(96): warning #177: function "<unnamed>::WriteTaskFileForDiagnostics::processedDiagnostics" was declared but never referenced Change-Id: I7de033f80b0e4431b7f1ffff13fa7bd62338aa50 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Thiago Macieira authored
src/libs/3rdparty/cplusplus/Lexer.cpp(88): warning #68: integer conversion resulted in a change of sign Change-Id: I7de033f80b0e4431b7f1ffff13fa771758c95611 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Thiago Macieira authored
Found by ICC qmljsreformatter.cpp(410): warning #177: function "<unnamed>::Rewriter::firstOnLine" was declared but never referenced Change-Id: I7de033f80b0e4431b7f1ffff13fa77233116f0cb Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
The services need to be loaded before the first QML engine is created. The first QML engine may be created before a client connects. When the JavaScript debug service is loaded the engine is put into interpreter mode as we don't support debugging in JIT mode. Profiling, however should be done in JIT mode, whenever possible. Thus, in order to avoid the loading of unnecessary plugins and to get better results from the QML profiler we tell the debug server which services we expect, even before the client connects. Qt 5.6 will support additional command line arguments to specify the services and this change uses them. Change-Id: I6dcee016c39995e9adada6eaf0e39d8299c9b7e7 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I9d57222f86af8ecbdc0d6d7969c14da523a198be Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Fixes an enormous amount of clang warnings. Also remove the "virtual" keyword from these functions, as per our coding style. Change-Id: I4c8a75504e20d8fe827304a9fe362e9b64847b8a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 14 Aug, 2015 2 commits
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-10958 Change-Id: I9cb4289f35f194bcbb5e242f064c67264bcf8676 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ibc4a0d62eab0823253e4050001c7d7904fef4d33 Task-number: QTCREATORBUG-14522 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 13 Aug, 2015 1 commit
-
-
Christian Kandeler authored
Change-Id: I8381f1d1b0acd3344a05d0845d9fe04d2bf27251 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 12 Aug, 2015 5 commits
-
-
Marco Bubke authored
Change-Id: Id29c61ef4c12f9a0893df911cd42ac09460f5911 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
- Move DisplayFormat from watchhandler.h to debuggerprotocol.h - Add/update a few comments about the use of the protocol enums - Make decodeData take a DebuggerEncoding instead of an int Change-Id: I50bed70a5da2e94da46e894bf9136bc14c9a1b23 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I3b4966aca5026d090a5a7653be6dd09bd0ea66fd Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
This has been a mis-nomer since the Local and per-Type format submenues were merged into a single submenu. Change-Id: I07068a6909b30c961bfc956d8ea5c0be5cf0e45d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Orgad Shaneh authored
In fact, hostArchitecture is only called on MSVC auto-detection, which is only done on startup. On the other hand, all the other functions in HostOsInfo are independent on external calls, so adapt this one in case it is used in the future. Change-Id: I4646d87cb3b976e358276482cad1b14bfc430964 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 11 Aug, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: Ic1237351f6d67cdd8a5d19500d833dce96b08f36 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 10 Aug, 2015 5 commits
-
-
Daniel Teske authored
On each resize event the treeview iterated over all rows to get the maximum width of them. That involves text layout and is very slow with bigger trees. So cache the size hint for the column and connect to all signals that can potentially change the size hint. Change-Id: I83a13982848df56515fed8225ced336096370546 Task-number: QTCREATORBUG-8075 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I9baaf42531c10c32a2fa78d2504de213e77fdf82
-
Christian Kandeler authored
Includes, namespace usings and casts. Change-Id: Iaa9caa1387f1f96fa5d8537d8cfec78ab9786789 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
It has been deprecated and was only used as an example. Change-Id: I4e483e2f86b32476e4b88c9c3eecb7eeffa42e72 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
The QReadLocker died before locking anything. Change-Id: I8d50082bfcdd70c2e29cf637a6cfb327f106f2c3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 09 Aug, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I07a7905bed3a46f7fbd60fd0844e9c46d61fbc1f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 07 Aug, 2015 7 commits
-
-
Eike Ziller authored
Change-Id: Ibb3790fe4b4bfcbd808f611ce9fa2f0427022a4a Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Eike Ziller authored
This was triggered by fixing the iostool Info.plist in 339a8b61 Define QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM, similar to how it was done for qml(2)puppet in f6303e67 Task-number: QTCREATORBUG-14837 Change-Id: Ia0dda338361900c519bbaaef225b6a613e928817 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I6ddafab93381a3ee82c581299175d18dcad55a1b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I326812f4cd57f4f91197717ae54a18c675c514b4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
... in Tools > Options > Debugger > General. Change-Id: Id9d68c47ef59179d5e66abd3a97ab597f7ac9364 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Nikolai Kosjar authored
Another diagnostic that can't be turned off. Change-Id: I1e4452ccbb2f1864e1a68cf02a858d410cd0c162 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I29b8da7c318a87ff6c5148edb93955826c7697d8 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- 06 Aug, 2015 9 commits
-
-
Leena Miettinen authored
Change-Id: I59d1131c516ded36dc4f6967dc7cc1905f0c8922 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
The deployment steps have changed. Removed the screenshot that shows the default settings for running on Linux. Change-Id: I64745026e4a79f32e62d575df4e0b408173cbddb Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Plugins register their mime types on initialize(). If a plugin *reads* from the mime database on initialize(), and plugins that follow it register new mime types, the next read forces reload of the database, which is expensive. Change-Id: Ifd5f1bfea17faf2be25846d954d66884b6fbb204 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
The tool now describes error messages depending on user output. Also, there is no active development on the checks, so removing hints about the future development. Change-Id: I87c94febb95ae8247aa1061bcc7ac0801e64ee8a Reviewed-by:
Christian Kamm <kamm@incasoftware.de>
-
Robert Loehning authored
Should have been done in b5e3f2e5 Change-Id: I1ca04d82a9717ce4649537fd4c80c81eca60f0d0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14782 Change-Id: I7ead94a132207ccaae661cb6aceff5387d11b818 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
...the backend is not yet multithreaded and on very slow machines on heavy load this can sum up. Change-Id: Ia7f456e8558d60aacbe6a689e884342b466063fa Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
* Update the instructions on building clang. * State the minimum version of clang that is necessary (3.6.2). * Rearrange the "acquire clang entries", the least time-consuming method for acquiring clang comes first now. Change-Id: Ie0a80fa507be20fd7c3f09930de03a88634cccce Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Leena Miettinen authored
Ant now seems to be the default. Link to the section about selecting the tool to use. Change-Id: I1c60c952726f407d5ad7e25118dba732a2fa50e5 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-