- 11 Sep, 2015 1 commit
-
-
hjk authored
... instead of the custom mechanisms to funnel breakpoint ids, cookies and similar through individual bridge functions. Change-Id: I2b6e906078eefdbcd4ffa166dc1881a1d0f7fb51 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 10 Sep, 2015 6 commits
-
-
Marco Bubke authored
Underlines colors was hard coded to the foreground color of some settings. With this patch you can set the underline color and the underline style to your taste. Change-Id: Ibc64c2d2c89bf1827a2cadaf6aee9d50d08cd1ee Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Iea2b4fabf0f4620b12f88b108eb59c160945c8d8 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Ulf Hermann authored
Whatever that is, it definitely didn't work. Change-Id: Ib15b9dcad6e22d52285a253b234989e55d817268 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Eike Ziller authored
On a case insensitive file system, we want to e.g. open 'foo.H' when switching between header and source from 'foo.cpp' if that is how the file appears on the file system. Since there doesn't seem to be a way to normalize the full path without resolving symlinks, do it for each path component in turn. Also add a header for the mac specific utility functions. Task-number: QTCREATORBUG-13507 Change-Id: I6cf51fed698d12ac56fa1ec051da1b893bb0b065 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Quieten some warnings about inconsistent override usage. Change-Id: I12bea62b17198c39cca05b53da6cf2590afc3b6b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I230a41a10026a80acba7497d72acc3a542565f6e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 09 Sep, 2015 6 commits
-
-
Daniel Teske authored
Since QtVersionItem owns the version, deleting it deletes the version too. Also ensure that we first set the new version in the item before updating the ui and then delete the old version. Task-number: QTCREATORBUG-15004 Change-Id: I27014589f8eeb1c188a189ed4a7f92a4d2ac3bc1 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Ulf Hermann authored
When changing the selected range the main model doesn't change. If the main model is empty there is nothing to select and we can skip the selecting. Task-number: QTCREATORBUG-15047 Change-Id: I997c104ff7f9f541da0eaade7a519cebd39607a4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Daniel Teske authored
If there have been less than 60ms since the last event, the debug listener thread doesn't immediately sent a signal, but postpone it. Change-Id: I50c66173bc423f8d03c4f2bdde2273910972d58e Task-number: QTCREATORBUG-14307 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I1d6e83cda2685201aa4126e993dac85cda8315b3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
The options page owns the qt vesions and needs to return clones in versions(). This crash was introduced in 87b15b45 Change-Id: I6b7f4d29c12b10d87f7d0525b2e930e0a9118617 Task-number: QTCREATORBUG-15004 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I9e3327c360f76a920a55fc0e59ae19693a19f117 Task-number: QTCREATORBUG-15046 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 08 Sep, 2015 4 commits
-
-
Daniel Teske authored
Change-Id: Iddb3b2c79cdbf6564f0b1acef469f375716b043e Task-number: QTCREATORBUG-8727 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
David Schulz authored
Doesn't compile on MSVC 12. This reverts commit b932a61d . Change-Id: I18a875deb5dd67914ff71ab3daeec318c98794a9 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-15035 Change-Id: Icbd8f62dd6b775247d3223aea00a06cbb3348d08 Reviewed-by:
Immanuel Weber <immanuel.weber@gmail.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I8cc26f38a0ac2453c81108e449b6d84efc9e419c
-
- 07 Sep, 2015 13 commits
-
-
Ulf Hermann authored
This should once and for all rid us of artifacts resulting from rounding errors that occur in one shader but not in the other. Change-Id: I07decc8e24fb8f1a9b0a5a165fd8333540dc0443 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
selectedItemChanged is entirely enough to signal that the selection has changed. Change-Id: I1b5640c4ad4891ab9fadac83a53b202fdd6871a5 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Leena Miettinen authored
"Debugging and Analyzing" is now "Testing", because autotests are also described in this section. Change-Id: Ied1de78d630e4e7faa39d343475b5e493b5e89c7 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I0d912fe9fab4259b376490e3a79f1356df93e7f6 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I8c58010e85c7e2a4b8a7c01fb81ce6b528f77b7d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: If2e3fc51dab800a9e347da7975eb89547acfb945 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
Change-Id: If3f7ab4ea015be6f580f748f9d0ee19c608a0239 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I49032e84e7ff0ec3141fa7beefe385d143adcf03 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I57245ba382fa87f5dc18cbd04bb9a0c906618fbd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
That is the preferred way to do things (and also has the advantage of not triggering the crash described in QTCREATORBUG-14975;-). Task-number: QTCREATORBUG-14975 Change-Id: I5da9be45f3ec88478931d07b7a64dfd4d0ed32c0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Looks better aligned. Change-Id: I2cab4c1382767b2e2489703bea65bd01c71d2ad6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ia0ebd0539513d38acd97e834465cc3ea6da90a6e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Niels Weber authored
Split Disassembler and Register documentation. Add information about editing register values. Change-Id: Iba2ef209464193d215bb002127aebce6db1eae0a Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 04 Sep, 2015 10 commits
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-15020 Change-Id: I88f166250b89badde2162e14065adfca05573dc7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
David Schulz authored
Change-Id: Ib178db5fd7d0e5674326287a471daf0e98a706d9 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I4bc7ec2893d9a358ef85b984ef6c049de657ace7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I43751fa90e54cd1d93b97822568d21c90118fb23 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Needless no-op. Change-Id: I219c6703a01269f9a95b74b4da34b362cd92f64f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Processes started with 'qtcreator -debug binary' got an empty environment at startup, including no DISPLAY etc. Change-Id: I0c574a3fa25faf18ddf10a6448b0b82c4f04f751 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I326ed630648ea6c4792c220412a63ccff1e51f14 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
Change-Id: Ic9b71a5fac0b04735851adfb91117b9dc8bd8462 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... if they are not working properly. E.g. the pre-build LLDB 3.8 .deb crashes when executing lldb -version > /dev/null Change-Id: Ifd468048ffa0d30aeb99283cb64556609d8b1ef6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I37bdafe640cca00211f1c558f2f2afc5d12d8357 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-