- 18 Nov, 2014 6 commits
-
-
Erik Verbruggen authored
Change-Id: Ib694d2aeaef3b62caf3d3624e6b1c3e643197c2d Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Ulf Hermann authored
We want to only navigate the text editor when browsing through profile data. Change-Id: I2156b9853a6a1547a52c491ea021a68ca4f6dde9 Task-number: QTCREATORBUG-13433 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I004c00e9f9dd61cc5495790b8e83dd857b404193 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Fawzi Mohamed authored
If the qmljsmodel has no background task, then isIdle returns true Change-Id: I31420343c560c5ed118f371f7be347eadb6622f4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: Iee98442317fb1d057ddd7ce7b993124c584660b0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Remove the "Paste from clipboard" action and move the functionality into "Paste Snippet". Introduce a new overload for post() taking a flag mask specifying the sources and use this for the CodePasterService class (used by the diff editor). Task-number: QTCREATORBUG-13401 Change-Id: Iadc3560a8a3bdaa817bc4a86007c2682feeb4b77 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Nov, 2014 15 commits
-
-
Kai Koehne authored
Only show the "Do you want to recompile now?" modal dialog if the "Enable QML debugging" or "Enable Qt Quick Compiler" checkboxes have been changed directly by the user. The previous change let the QML debugging checkbox update also when the .pro file has changed. Showing a modal dialog in such cases interrupts the user's flow, and is unexpected. Change-Id: I9304cbecee7e201694ff72ac8c0f38cedf5fb416 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Fawzi Mohamed authored
A change of the project languages (for example when the qml code model is updated, which happens quite late) can add or remove the QMLJS language, and thus change the value of linkQmlDebuggingLibrary. This should be shown in the UI. Change-Id: I55b6a866be6d0e356ed516568124bf3e80045078 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Mitch Curtis authored
Change-Id: Ia28a312c7b5089010050d7b4481df3c9a414fa43 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Pending breakpoints have zero resolved locations. Change-Id: I18cecfabe8dcfebb7733030a404f75603464d157 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I69a09389d4ecc8fefea96311ea8144dbc4f838e2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: I68cecfabe8dcfebb7733030a404f75603464d157 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Thomas Hartmann authored
Fix the description and labels. Task-number: QTCREATORBUG-13227 Change-Id: I81a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
hjk authored
The usual case is probably to want normal editors stay open, but memory/diassembler removed, but all other combinations may be useful at times. So use two options instead of one. Change-Id: I58c3951cc507c7e66a8d7a65b459a036e6a5d801 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thomas Hartmann authored
Exporting DO_NOT_BUILD_QMLDESIGNER disables the build of the QmlDesigner plugin. Change-Id: Ia3809268816cd84ef23b872f8df4709e381b3618 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-13364 Change-Id: Ib9dc98964983f1a2808a89d90969089a09d2b55e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Unneeded effort and also re-sets the marker to the top frame somewhat spoiling part of the result. Change-Id: Iebaa52dc8c0703f3245cac2ca15b942e3006993a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Simplify single operation Change-Id: I172b9dfe8f97324d931d4f332ac1609d230e3400 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: Ibbaa52dc8c0703f3245cac2ca15b942e3006993a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
Label respects the system palette, while Text does not. Task-number: QTCREATORBUG-13189 Change-Id: Ife1796cd04216eef909820f85dfdfd9c403ae80f Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
-
hjk authored
Provide Project:Name there by default, and make it accessible from the target. Change-Id: I2faa52dc8c0703f3245cac2ca15b942e3006993a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 16 Nov, 2014 1 commit
-
-
Tobias Hunger authored
Make sure to refresh the runMode if it is changed by Qbs. Make any user change stick though. Task-number: QTCREATORBUG-12947 Change-Id: Ie03fad764f1a4d927213ecbb226c0aecfcf791a5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 15 Nov, 2014 10 commits
-
-
hjk authored
There's some bad interaction between the delayed hide, the deleteLater() from CloseOnDelete, and the async evaluation. Work around by start from scratch for each tooltip. On the downside we have more flicker. Change-Id: I4801368c07895b652e10fe1d173b21cef7869ed0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This avoids the "StayOnTop" situation described in QTCREATORBUG-13397 for the case of pinned tooltips. Task-number: QTCREATORBUG-13397 Change-Id: I3801368c07895b652e10fe1d173b21cef7869ed0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
True expansion was setting another WidgetContent to an exististing Tooltip. Arguably wrong in the base Tooltip handling, but avoidable on the debugger side, too. This was visible only on Mac. Change-Id: I2e5a3273b571658b4dd4200c9b3a0e9542a16015 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
... if source file does not exist. This is the same logic as for GDB now. Change-Id: I3e5a3273b571658b4dd4200c9b3a0e9542a16015 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
More robust to variations in tool chains than function names. (e.g. GDB reports 'foo' and LLDB 'foo()') Change-Id: I1e5a3273b571658b4dd4200c9b3a0e9542a16015 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
It works again with the base infrastructure. Change-Id: I5f8534dcc6eaa6675bd698151a592c0930cc4843 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This can cause "TypeError: 'float' object cannot be interpreted as an integer" otherwise. Change-Id: Icae026f8f47edb686e22ce417f3bbdf41bbf0bc1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I21e23c9eab983c19fd9ab31a9fade4105c898de9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ia6fb30d5dc4de4dce74affe0266d0fe48076e07c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I239b11cc4919ae15746f3059080907e6302c20c3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Nov, 2014 8 commits
-
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: Ia829e93830fff3b047dc510fc990f3e019b2cde1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
BogDan Vatra authored
Change-Id: I414912b8f78f078ffa1338ad2c0d23b37a12993d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Previously it "released" on step as the scope paths from the code model and the debugger report "differed" ("a/b/../c" vs "a/c") Change-Id: Ida094581cfaa53b00f9186495870854ca431f041 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Previously, hovering over 'i' when stopped in main() int foo() { int i; } int main() {} produced a tooltip without contents, now there is an item saying "<not accessible>" Change-Id: Id4de72541f74af93ba65c2a9508cf21e1dcd6569 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-13323 Change-Id: I48ddc83c40396a336a4c8e83ef4f5148e131c930 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
For now, only the gdb engine can handle complex tooltips requiring async re-evaluation, cdb and lldb will show and expand only items that are available in the Locals view. This patch disables also the save/restore feature for pinned tooltips. Task-number: QTCREATORBUG-13255 Task-number: QTCREATORBUG-13052 Change-Id: Ic25616fede0f5c4343a92b631f01e60bfc5e9d81 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
This is a workaround for QTBUG-28792. Change-Id: I6a6de3a44569563e6013a388875035bda9772bed Task-number: QBS-703 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Mitch Curtis authored
Change-Id: Ia10d41887e6adbb0603a18fbf69bb1ce67eeac73 Task-number: QTCREATORBUG-12253 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-