- Oct 18, 2011
-
-
Fawzi Mohamed authored
Allows zeroconf to work also on ubuntu/linux in a network where there is a local domain (like nokia). This code is taken with as little changes as possible (to ease merge) from apple mDNSResponder 320.5 (thus it does not respect Qt code guidelines) Change-Id: Ic68ec3970ee9d6b02d2dc7cfb0ae1fbaf5a95bef Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Fawzi Mohamed authored
* supports avahi through its native interface * starts embedded deamon if found * tested all fallbacks on ubuntu * Service is a normal object now * several smaller improvements Change-Id: I36288ec6fcefb64a60b6284e4d86d4b589ba37b5 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Change-Id: I323798b47d5f7fcdf8ad70ee3def89814a6522e9 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Leandro Melo authored
This fixes the encoding related issue below and also makes the code cleaner. Task-number: QTCREATORBUG-6147 Change-Id: Ia61815217433da327206590b515e10d654bcc03f Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
width: { } should not trigger a warning. We now only warn if { and } are on the same line. Change-Id: I45fa846ff63d0a83de782c412212165845c07e72 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Oct 17, 2011
-
-
Eike Ziller authored
Conflicts: src/plugins/qmlprofiler/qmlprofilertool.cpp Change-Id: Ie1ecdbaefb9cabebd90bc7c0f8837cc31dbac5af
-
Aurindam Jana authored
Show Address column in stack window only if explicitly enabled. The address column is hidden by default. Change-Id: I4e4b019dbcde1c2edb9fb3012831eee5054a8a22 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Molkentin authored
Change-Id: I94bd2227da8567aa7c43daf9313ebbda1010c99f Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
This reverts commit fe80df7e. With the above commit, Creator could not be compiled with MSVC 2008. Change-Id: Idf4763fa1996edf3b94b7059b1889e0b4dd74d38 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Molkentin authored
Change-Id: I1519a7df87eb8d6f499fcfd789eebb6aaa8cf58c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
The file path from the device is already absolute, no need to add another slash. Change-Id: I591eb5ffee38bcea28564dcdc20541ee40f306a8 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Change-Id: If9f4918a77c874c82fec63eacf1464b78b5d82ac Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Change-Id: Id3c6a0eaa90096f2a7a0bdcfac10644e10e8858c Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri src/libs/qmljs/qmljstypedescriptionreader.cpp tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp Change-Id: Id032187023bb42f259a87545ceeb3c965dd01a32
-
Daniel Molkentin authored
Change-Id: Ic59098bbe57c90359d0bf7df8e3b8639a3aaf2d8 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
E.g. breakpoints on QML bindings do not have an annotated function. Still they're valid stack frames you can click on. Change-Id: I2b9417e6a57b846d74bd5bc661d11027b028c602 Reviewed-by:
hjk <qthjk@ovi.com>
-
Yuchen Deng authored
Avoid inserting characters that are already there. e.g. int testFly() {} te|Fly() When triggers a completion, the code will changed to: testFly()| But in before, the code will changed to: testFly()|Fly() Notice: Character of '|' show the cursor position. Change-Id: I6c111e30356b2549aebc6fbea05608e70d6ab41f Merge-request: 398 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Peter Kuemmel authored
Merge-request: 400 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Change-Id: I81f335b44fe736f3ffc9ba3212de25edf8589dd1
-
Christian Kamm authored
Task-number: QTCREATORBUG-6208 Change-Id: I7e5267291bc01226b5339cb4abdbb15856c58477 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Erik Verbruggen authored
Thanks to Clang's parser_overflow.cpp which has >16000 nested compound statements to check exactly the same. Change-Id: I2b604f8ceb01115d7fe950994e0677a081e99481 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Eike Ziller authored
Change-Id: I5a5079377d043c30c7aabefb2c11a4437ae6c92c
-
Leena Miettinen authored
Change-Id: I6ab99cc159a16243f334be06fe9d46aa00c50faa Reviewed-by:
Niels Weber <niels.2.weber@nokia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com>
-
hjk authored
Change-Id: I2a1eb5181e614899f3cd80e0eaec5be9a3e93c77 Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit f626168c) Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 14, 2011
-
-
Thomas Hartmann authored
We have to update the SubComponentManger each time the document changes. Change-Id: Ifb42e3d6b2e123ef651309144ae8f3bbdbe39eb7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Tobias Hunger authored
Change-Id: I53745ec7b446d76600e93c1adfda41a5cda5810d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-6311 Change-Id: I99089d0ec7eb95a007fa21ab41d76da280472975 Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Joerg Bornemann authored
Change-Id: I66afdc3a380f9e5b901906349863e33ae353b2ae Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Teske authored
Change-Id: I8daa2a9675d72886aa598d4f17ee48e55665f92a Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Robert Loehning authored
This was removed in 8d2f0376 Change-Id: I238ab3d789b0f22fb510cd936a8bf8c07dbb2b8b Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: If4ded3f5596c16409012edf267d96a72c3b7f4ad Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Change-Id: I2a28335285869ce477d2c71532ccb44046a0cfa7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Leena Miettinen authored
Change-Id: Ifb726f6739a572b927a43065a55986fef0b73c92 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6077 Change-Id: I83e1fc18131992d81aa4e4e5e201ede66d4e6368 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Leena Miettinen authored
Rename Build Issues to Issues Change-Id: I6aa6116e8cdaf0f1d9f201335bfebedddca7c237 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Daniel Teske authored
Change-Id: Ia963100fe3ab6ebae0eeaa7f28479fd2dc819a37 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Christian Kamm authored
Change-Id: Ibe239db039bd64892a55805847de61dedad76640 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
If a super class has a specifics pane use it and only autogenerate missing properties. In ItemPane.qml make sure the autogenerated properties come first. Fix the template generation. If not code for any property is generated the template is empty. Change-Id: Ia93c55cd9f428a5ebea12d0e807a7e9ab185f0bd Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Christian Kandeler authored
Change-Id: Ib4a2ea3edb30b852d1eb145d129185b256dcaf06 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Jarek Kobus authored
Change-Id: Iec4d97b55b786d792d978e02955761df0caff2e8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Joerg Bornemann authored
Change-Id: Ibe0b8123429721511ebfde15a604229982fdc5d1 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-