- Apr 07, 2014
-
-
Friedemann Kleint authored
Convert Q_PID to int using utility function. Change-Id: Iab18b1b4044e323e14e63f9159a82ad5040117ce Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Mar 27, 2014
-
-
Fawzi Mohamed authored
remove leftover of bad rebase (localExecutableFilePath) Change-Id: Ic5ce97176ade1800474fb1581ef6333ffb2752e1 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-11580 Change-Id: I97609d658a2da22fc47a499b28bbcde06a7d78f7 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Mar 24, 2014
-
-
Fawzi Mohamed authored
Change-Id: I0fdd7a35de7b446cd991407d7c30b92cd3cc7787 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Jan 21, 2014
-
-
Fawzi Mohamed authored
Xml does not support control characters (even if encoded), thus QXmlStreamWriter does not encode them, and QXmlStreamReader gives an error with them. Thus outputting a control char would stop the application. Now we send them with a special tag and decode them. Note that the Output pane does some emulation of terminal behavior when receiving them. Sending app output as block because otherwise the stange logic within the OutputPane inserts spurious newlines (a string not containing a newline always gets a newline prepended) . Task-number: QTCREATORBUG-11219 Change-Id: I3557ffbb23ca2ea4eec9a97335a95580c9c4482b Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Jan 08, 2014
-
-
Fawzi Mohamed authored
Correctly use the device specific cached symbols to avoid downloading them from the device (big slowdown). Task-number: QTCREATORBUG-10884 Change-Id: Ic82482e4b1dadf55f695a67fd420ac1b095a3ca1 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Dec 09, 2013
-
-
Kai Koehne authored
Q_PID is a pointer under windows, and the compiler won't allow us to convert a 64 bit pointer to int. Task-number: QTCREATORBUG-11026 Change-Id: I34e45bf2ef1e565c5967fac6b482c14117a04578 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 21, 2013
-
-
Fawzi Mohamed authored
the attached process is seen as still running just after the attach and continuing fails, immediately later a spontaneous stop is detected and on ios (where we set continueAfterAttach) we continue after the spontanous stop. This also work in the desktop case. Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 04, 2013
-
-
Fawzi Mohamed authored
Change-Id: Ie7867dce5bd50573d714d41bf46195a802eb61c7 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 01, 2013
-
-
Fawzi Mohamed authored
Change-Id: I1178e5fddd9bf6ed4985b029f03478e3ba2a89b8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 31, 2013
-
-
Fawzi Mohamed authored
switched to using a relay server Change-Id: Ic3ddb48b818fa43894314f7fbaf9d7780fc01ade Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Oct 29, 2013
-
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Schulz authored
Change-Id: I57dc9297c89b193dbcb7dd9c96ff6d6118ce2191 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
hjk authored
Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Fawzi Mohamed authored
Change-Id: Ieee4a509b46da937c3bce21f72c77685946db4dd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 16, 2013
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 14, 2013
-
-
Tobias Hunger authored
Change-Id: I40a6aa486af7f4d819ae1f1f309f12042c8d2826 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Oct 02, 2013
-
-
Fawzi Mohamed authored
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-