- Dec 21, 2011
-
-
hjk authored
Change-Id: I863264ce8ee10b7c0a7b140aa8c25301a97e41d9 Reviewed-by:
hjk <qthjk@ovi.com>
-
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: Ie3930d35d1ba989f84378f5707534f77d411a652 Reviewed-by:
Aurindam Jana <aurindam.jana@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>
-
Friedemann Kleint authored
Change-Id: I3c62cd7d371312bed1c1c3f5220af86d64143e88 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-
Friedemann Kleint authored
Change-Id: Iaa6e31f8d76537ccf0e79bf2395b75e22932c304 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Jarek Kobus authored
Task-number: QTCREATORBUG-6669 Change-Id: Ife42d13289b924ce9a098b6828a8362808f27b3c Reviewed-by:
Tobias Hunger <tobias.hunger@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
Officially we support only 7.2+ nowadays, but 7.1 used to work. This was broken recently by the "dynamic type" work. With this patch the debugger behaves as before with 7.1, and shows dynamic types with 7.2+. Change-Id: Id9e775d19712ea40d7c2a7aa8f9f734174d2446e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-2950 Change-Id: Icfd2c61e0e77bff23c1bf1b38b8b670bd8fbc8c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I09c25505354d9f6a3613e86ef5121ab37857f194 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.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
-
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>
-
Yuchen Deng authored
Change-Id: I925fcf274e190f4ca59ac452d28cb206661a8522 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Daniel Molkentin authored
Required to deploy the lib upon 'make install'. Change-Id: I1d6f02e5083dc0b1b34ece840509cb1094f9863c Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Stenger authored
Change-Id: I4bdad749d82ace835d8051a80cf9b17ad0eb43cc Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@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>
-