- 21 Aug, 2015 3 commits
-
-
Daniel Teske authored
So that the code model can find the right files for ui files that haven't been build. Change-Id: I438a3ab9806c8ff6c47e5e188228a31ffb917bdf Task-number: QTCREATORBUG-14910 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
There is no reason why some part of the help mode couldn't provide help. Change-Id: I9c28dc1dacf122e5f3828144a0e386a9f7e2b6c2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I83c1ebb1b1987be73a669825e3f1bfd95318e579 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 20 Aug, 2015 9 commits
-
-
Christian Kandeler authored
Change-Id: Id9f900ca96fbf6ec3ed33d858baa953c2508c891 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: I88c7c6c2e344e1ecfb8b6be3814cc900eff6b0b2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I15ef5783e16c0e92262e05f8dace169f879228f8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I65968dd02ea6bdd15f304ae567dd0c02238e6949
-
Christian Kandeler authored
Change-Id: I8f71a0992baead514a9c0962d5a574e75a5cb733 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
null is an object in JavaScript. This is slightly insane, but hiding it in the debugger view doesn't help. Change-Id: I69fe317f28a515785720104f92306f69a2e56266 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The (re-)enables basic stepping, data display, frame selection etc for Python 2 and 3. Arguments passing, jump to line etc. don't work yet. Change-Id: I8af03e5905092360eb268ba3081a1236b1f8577f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-14933 Change-Id: I241430e1772637409081522cad1079f05846ecee Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I94397c4b8f645b63666ff9c6c0b467d7fa44b259 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 19 Aug, 2015 11 commits
-
-
Christian Kandeler authored
The "password" type as used until now should also be okay, but does not work with dropbear. Task-number: QTCREATORBUG-14913 Change-Id: I2fac255acf326e509f68c9de97c3cc9f00b2a373 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Id3023a649d5d80fef71cadd53167caa22d01c2c9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Friedemann Kleint authored
As of Qt 5.6, Qt will scale automatically. The font hinting issues on non-Windows OS should also be fixed. This silences the warning about using the legacy QT_DEVICE_PIXEL_RATIO variable. Change-Id: Icc78d990fae67bbd39a57fa1f5b08c592dc9e2ce Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Broke in 51ba32bc Change-Id: Ic8f369849288439e024709ad6d5d7cf9e650c414 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Anton Kreuzkamp authored
Extends RemoteLinuxAnalyzeSupport to add information about debuggee, debuggee arguments, working directory and environment to the AnalyzerStartParameters. This is required when starting the project from an analyzer plugin using remotelinux. Change-Id: I29cbeb1b22b193a2d815924282887a980c506ca0 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Splitting the editor would add the warning again. Since the warning is a document property, handle it in the document instead of the widgets. Change-Id: Ie20377b05dee14983f7ff46ba04ed2af2b737c96 Task-number: QTCREATORBUG-14923 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: If041b729d621a3119d84d2978b6d9adce2e4034b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Friedemann Kleint authored
Silence startup warning: Unable to completely determine the host ABI (x86-windows-unknown-pe-64bit). Change-Id: I89aae738d25d7c97f352172c98628ddd0987d6dc Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
An QAbstractSocket can disconnect itself on flush(), which we call after sending any packets. This leads to the packet protocol getting deleted and in the next iteration of the loop QmlDebugConnectionPrivate::readyRead() we'd use a null pointer. Prevent that by checking for null. Change-Id: Idfdb68a10c3e4deee7b305ff3b028247809090a6 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Kandeler authored
... for the RemoteLinux case. Change-Id: I717b01fbed2afb7d8b0b18376c443133b156d654 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
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 6 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>
-
Robert Loehning authored
Change-Id: I5b1f9268e2bc37344fba2ffec6098ae787cb327f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I5f458f297c8bb1b4cd33655ffe30129c04f6b562 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-14925 Change-Id: Iea2cf17070d9db48924e76f6c7febca0d52e4686 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I2b7c0eda487495151616bf91211effd92c078a40 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ia2e0a1c69f73446b45915559294e3348e725ce56 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 17 Aug, 2015 11 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>
-
hjk authored
Change-Id: I89872cd7792aed5e23331af4ae683dffa3c1291d Reviewed-by:
Niels Weber <niels.weber@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>
-
Eike Ziller authored
Change-Id: If1eeb38d2a023d5eb9b69ff85fefb992480c20f4 Task-number: QTCREATORBUG-14857 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
David Schulz authored
They are already sorted in an intended order. Task-number: QTCREATORBUG-14872 Change-Id: If28d41eb220cb875fa5ef25f0fab075329900bff Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
hjk authored
Starting with F11 and F10 should start with break on main. To know about the breakpoint, the RunMode parameter needs to be passed. Change-Id: I3219ee60f187f824476a1a8651e56334da021069 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
For a long string, only the parts needed to fill the Value column is retrieved. Trying to edit (double click on Value entry) this resulted in truncation of the string. Change-Id: I1e993bfe52cee933bd32c866448eedc788807bd3 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-