- Dec 21, 2011
-
-
hjk authored
Change-Id: I4104cf431643d559934f78a42046a3a8f1901e9b Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
QtDeclarative generates anonymous wrapper functions for QML bindings and slots, e.g. onPressed(): { i++ } becomes (function (onPressed) { i++ } ) v8 will by default break when the anonymous function is called, not when the actual code is executed. If we now hit this outer function we'll relocate the breakpoint to column = 1, and continue. Change-Id: Ieea4f4ea4fbf21d7245a6243fc36d141948ef2ce Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Aurindam Jana authored
Update open editors when internal sources are reloaded. Change-Id: If0780ac5fbbcd2a19c95dd5647d47cb70a9135e0 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Check for open editors with same display name before creating a new editor to show the internal sources. Change-Id: I53b365fb6c29d33922936bb4eb4dfb9476d5978e Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 20, 2011
-
-
Daniel Molkentin authored
Change-Id: I627472151484d3b0b75b2030d3627d40f8c051f0 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Daniel Molkentin authored
Breaks with Qt 4.7. This reverts commit f27a9160. Change-Id: I52e64dbd0e1602d400c83e32f4c8e2cf81d88d3f Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Eike Ziller authored
Change-Id: I30ec590b86846f8fdcb0094a848e56002d590b7a Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christiaan Janssen authored
Change-Id: I7959052ec07089419e85186b0b0e58f911e273ec Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Friedemann Kleint authored
When accidentally pressing 'Debug' on a library project, the dialog asking for the executable pops up and debugging still starts although cancel is pressed. Add dialog title, set flags, and check its return values. Change-Id: I8518b8af70b12a7059f9ee0e20a9d0b325db1e98 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Request the sources actually seen by v8, and show them in a separate file (click on the leftmost column). Automatically populating 'Source Files' and also making the functionality available for mixed debugging requires some more thought ... Change-Id: Id8f55eed9c842b545434a6c608fb34d370a8f8bb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Friedemann Kleint authored
Change-Id: I836954e1d5ea341f54e117209ec3162190b29e71 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Eike Ziller authored
Change-Id: Ic78cf5030e78759018ea84d0c258c81c8081ae98 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Jarek Kobus authored
Task-number: QTCREATORBUG-6507 Change-Id: I6333c70c2930a3888fe504cbbc6da1a8a303abae Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Theoretically it could now run multiple searches in parallel, but since a single search grabs all available threads from the pool, any search request afterwards is queued for execution when the previous one finished. Task-number: QTCREATORBUG-6101 Change-Id: Ifada0ccdd1ce7cfb4aaaaa4de2db070025f91a3a Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-621 Change-Id: I4bd39c88afc1df93712b1d9a76f875516c657f3d Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
For example disabled it for "All Projects" searches when all projects are closed. Change-Id: Icc65a87577ba51f4362791dc8ecdca3c92819553 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Yuchen Deng authored
Change-Id: If6678115cb2730d61ee9d0e64a81aeffad183f82 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 19, 2011
-
-
Aurindam Jana authored
Expand watched expressions. Change-Id: Ic4e5860931f3a7c6a33f37697585f43d7c2664a0 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
Change-Id: I960f097a1fa34abeb09851dd1d054122f3570178 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-2950 Change-Id: Icfd2c61e0e77bff23c1bf1b38b8b670bd8fbc8c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I4eef170f036a26c8ea8c3700c5524f7afedf67ac Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-6101 Change-Id: Ib632414b13c4d3748bd33f61e7fec98292a1b57e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Jarek Kobus authored
Change-Id: I80759d23be9acd755d4e2787b77342c2908569dd Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-621 Change-Id: I6fb7df3d943353497b73b9813684ae973b708913 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Daniel Molkentin authored
Change-Id: I3d8b44534d748c820ae63c6909b4eb28ff566283 Reviewed-by:
Niels Weber <niels.2.weber@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Dec 18, 2011
-
-
Friedemann Kleint authored
- Add conversion for single character constants, offering to convert them characters or QLatin1Char. - Offer conversions from character constants to string constants. - Rewrite the WrapStringLiteral::Operation class such that it takes a mask of actions to perform which can be combined in arbitrary ways. Provide static convenience functions that can be used for the Translation/Objective C conversion as well. - Move code outside class to reduce indentation. - Use its functionality for the Translation/Objective C conversion as well, reducing redundant analysis/operation code. Change-Id: If32c16a705cfc1cc20a48ab1c93b5053467d1749 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Dec 16, 2011
-
-
hjk authored
Task-number: QTCREATORBUG-3586 Change-Id: I6b80ae7147301cd61277bd64abaee3fe8f910f38 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I7da6e5e641973378be2af4e6e16c01bd725c328e Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
For installed documentation. Instead of splitting a string at ';'. Change-Id: I0e0ad0ece337bc8738501c008ff67412df1f18bb Reviewed-by:
Alexander Lenhardt <alexander.lenhardt@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6500 Change-Id: I8297c91238c4edfd28d9813a92f082f33a6e763a Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I5d45b37e5967804275913c6311741eca83eac539 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I78825294251b364b471b37479f3ae57893e4f903 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Aurindam Jana authored
Change-Id: Ie51db80902a3dbc1fcfe352eb770965555551dba Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Check if the current stack frame is usable before sending eval request to v8. Change-Id: Ief687516b1b4a323c2b602f1b54d83ff7661bed4 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
V8DebugService uses a different protocol. This fix now uses the new protocol. It also optimizes the number of debug requests made to retrieve debug information. Change-Id: I40d7b1d4ab0535831c6a19cadd9b48763934c1de Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Eike Ziller authored
Not strictly necessary, and being able to specify that in user settings makes things a bit easier for testing purposes. Change-Id: Ie54c12cf65682892de09f0d811a8a1571137395c Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-5509 Change-Id: I4541049a1861e83f55106effc536fd50eb233d97 Reviewed-by:
Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by:
Niels Weber <niels.2.weber@nokia.com> Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Dec 15, 2011
-
-
Kai Koehne authored
Fix warning introduced in f8a1b943 Change-Id: I94f603aa635161892ce0184777368026beb86539 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
This was for kernel i386 2.6.24-23-ubuntu and gdb 6.8. This is pre-python, i.e. not supported anymore. Change-Id: I1d73dbd6fd7730e15ebab334eb9d043b210eb631 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I88dc1be2232608bcf158212fcbd6e82db4cad860 Reviewed-by:
hjk <qthjk@ovi.com>
-