- 07 May, 2015 1 commit
-
-
Eike Ziller authored
For example when developing on Windows, cross compiling to Linux, the result is not executable from the Windows perspective. Reverts f2cfd3c0 which changed the code to use ExistingCommand to get the automatic expansion of app bundles on OS X, and do automatic expansion of app bundles also when using path chooser of type File. Choosing an app bundle in a path chooser of type File would previously lead to an invalid entry in the path chooser anyhow, because the app bundle itself is not a file. Change-Id: Ie710c47918d2b8735009e290301ed2683e354f2c Task-number: QTCREATORBUG-14412 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 28 Apr, 2015 1 commit
-
-
David Schulz authored
Task-number: QTCREATORBUG-14344 Change-Id: Id05b16e649d39e354e6fda9ede9aa44984f3f429 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 27 Apr, 2015 2 commits
-
-
David Schulz authored
Hitting a frame without source code information when stepping inside functions results in a step out. Same is now applied to frames with unreachable source code. Task-number: QTCREATORBUG-9677 Change-Id: If7f7b417d98e8ab058fc98cef3041cb616579619 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Triggered by double-clicking a normal source file+line breakpoint while looking at some disassembly: We want to jump to the original source file in that case. Change-Id: Ia6eddcaf27e4160c7a989ab757315f5314f65d1e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 24 Apr, 2015 1 commit
-
-
Daniel Teske authored
Change-Id: I5244eda989220aa2e2f8a225294d3c1dd0d97a2a Task-number: QTCREATORBUG-13245 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 23 Apr, 2015 1 commit
-
-
hjk authored
Change-Id: I72c6f66662a82b29d831631fdb2f152d8541cf09 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 22 Apr, 2015 3 commits
-
-
hjk authored
- introduce topLevelItemCount (similar to QTreeWidget) - squash untypedTreeLevelItems() - rename removeItems() to clear() - rename removeItem() to takeItem() - rename treeLevelItems<> to itemsAtLevel<> Change-Id: I0f1bb4110f7687b20da3d92e3d943858645a9fa2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14309 Change-Id: I86bb47138a1e3d76120d1c2d0625a86036715d57 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
- rename index{From->For}Item - rename item{From->For}Index - remove ununsed setColumnCount Change-Id: I1cce9657e476dd1e8ffa9f7cdb2e646fab6884ab Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 16 Apr, 2015 2 commits
-
-
hjk authored
Name and type columns were not properly grayed out. Change-Id: I4120329e6d8f4e6fa33859056cafd07f69b642bd Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
That was a recent regression: All values were red ("changed"). Change-Id: Ib77c1aefa978832aad58b06eb73778a5654998bb Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 15 Apr, 2015 1 commit
-
-
hjk authored
Helps recognition of default std::maps and makes the StdMapQt dumper test pass with LLDB on Linux Change-Id: I2d2a91d65e895c7fc2c99e24cc77d21ca6353b22 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 14 Apr, 2015 1 commit
-
-
hjk authored
Always add a space before a *. This fixes some test cases with LLDB that failed to recognize the default argument in "std::vector<int *, std::allocator<int*> >" due to the different spacing. Change-Id: Ib4a57a808551d0b4cd527021f7d19772378e405f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 13 Apr, 2015 1 commit
-
-
hjk authored
Change-Id: I49cfb29a3d6ec2245ed05956bb2cd46c6a2338cc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 08 Apr, 2015 1 commit
-
-
Alessandro Portale authored
That lets us remove the dependency to QtScript Change-Id: Id80bebf658abee814d92210219d86a015629d32c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Liang Qi <liang.qi@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 02 Apr, 2015 2 commits
-
-
hjk authored
This practically removes any functionality beyond plain plot display, but does that at least reliably, cross-platform, without dependency on 3rd party python packages. Change-Id: Iaff2f78595394522f32264c642df20dd48b83f8b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Kai Koehne authored
This avoids unnecessary detaches of the Qt container data. The mismatches where detected by defining QT_STRICT_ITERATORS; however, this define violates the ODR (causing linker errors), and therefore is not added permanently. Change-Id: Idd336a9c8b394214a820437ef1b92d2101f6101c GPush-Base: 62b0848bReviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 01 Apr, 2015 3 commits
-
-
hjk authored
Task-number: QTCREATORBUG-13809 Change-Id: I5dbb85c44cdc801edee1f33bc0c0cf47ec9916a3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Change-Id: Ib4519f0e64504ec0e3dccd89978acca5134b2932 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Right-align subregister values, drop the 0x prefix for hex values, add a subitem with ASCII representation and tooltips for subitems. Change-Id: I6a5764fa5ef8b2bfd916cdd828d949a82304503d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 31 Mar, 2015 2 commits
-
-
hjk authored
Untranslated for now due to the 3.4 string freeze. Change-Id: I5c1663acb8c22c591f8809d666a84a078db3490f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
This is just a workaround to avoid the warning of having a release build although building debug. In practice the validation should be done on the main library instead of the app_process of an Android executable. Change-Id: I4fe4ccc790d9e373a11f851c8216362188a97b85 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 30 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ic000abd9bd9381e20126d0ce56ce68a35a07efe2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 27 Mar, 2015 2 commits
-
-
hjk authored
Task-number: QTCREATORBUG-14192 Change-Id: Ic462bbcf07dc3c683b86e65628bae7ac8ac9249a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Column width computation is not cheap. Change-Id: I615e1f9888f32171c478bfa2be565a91d669e8a2 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 26 Mar, 2015 2 commits
-
-
hjk authored
Move common code to dumper.py and debuggerengine.cpp and fix it there. Change-Id: I20d91d1aa7400fbdb27938c10cf40c8f6019df0a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Recent regression, stack data was only pulled when hitting a breakpoint, not on interrupt. Change-Id: I3de29fceadd4c5492f4edaffca7577dae7ae3d11 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 25 Mar, 2015 7 commits
-
-
hjk authored
Change-Id: I95d2f533e1dcaec70aaa08181246f32066b8fdb1 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: If6d2fb4366a5ab2b6f189a4037efb04943a19c2e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: Ib91971a0de9e2c1e1e658d354f06560c06c35398 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
It was used for a hack to display QModelIndex with the compiled dumpers. The hack is gone, no need for the member. Change-Id: If8e439b51e0dbcf5c5ea58ad4b3adbbb161ced25 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I6fab37a0f5a9b227a6504aa2181a8e5c63c095a3 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Inherit value validity from parent; the 'unknown' default leads to a wrong [inaccessible] display otherwise. Change-Id: I6ad23b5c3583c3c8fb5cbaa799d7629ff79328ed Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
After the tree model changes, the main insertion path did not trigger the update in the separate Window anymore. Task-number: QTCREATORBUG-14101 Change-Id: I90d8c0874be473a67c6260ca9bf63099f5d54a06 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 24 Mar, 2015 3 commits
-
-
Thorben Kroeger authored
Theme the text colors of - the debugger's log window - the debugger's watch items In particular, the watch items were hard to read (default color was black, color for changed value was red). For the dark theme, the default color for watch items is now white (the text color), changed items appear red, and invalid items appear grey. Change-Id: I7f9534b054c44d635b106fa0e9ac70479c9fcac5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Task-number: QTCREATORBUG-13957 Change-Id: I1e99dd4aa2b18b47a4d901bc64693f294f9e6dfa Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Sergey Belyashov authored
Task-number: QTCREATORBUG-13649 Change-Id: I69f78b3b8d2366003bfce81a2afba0068e716d22 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 23 Mar, 2015 3 commits
-
-
hjk authored
That fixes a recent regression. If a dumper announces to have children, but doesn't produce any we re-tried for ever. This is reproducible e.g. by putting an 'return' before any 'if d.isExpanded():' stanza in a dumper and triggering that dumper. Keep track of expanded items, and only ask for children once per location change. Change-Id: I349fdc7380444eb3ac9fa2fae098a3f3e7658195 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-13774 Change-Id: I2c14a50c1457ca4f24843df2691fda83a790931b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
The current setup (dumper->gui: list of descriptions, gui->dumper: index in list) is fragile and not easily i18n'able. Go with an enum based approach now. Change-Id: Ie78c596065a8b2ba87ad725274da29d4be3a6da4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-