- 22 Sep, 2014 6 commits
-
-
Nikolai Kosjar authored
...in VirtualFunctionTestAssistProvider. Change-Id: I6472a599ca12d72e8df8e6f416eaa02c27ef1cc6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ic81a5df88d17375cf0087213d84443845bfd38cc Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: I6d103eb6471687b1fe18e88a9f2cca375eeed6cd Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Remove GenericProposalModel convenience constructor, add GenericProposal instead. Less user side code. Change-Id: I833f9943df27b50579485c93efb96943ec403f65 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Apparently setDefault must be called *after* the button is added to the dialog. Change-Id: I8351a666509bb4e92492388f80575ccea969c754 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I3803fbd6d99a4b2d113997f56ab8f05e5c169937 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 20 Sep, 2014 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-13050 Change-Id: I54855af0edbbc66c53c8a42da1a216c37a27f25a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 19 Sep, 2014 20 commits
-
-
hjk authored
Change-Id: Ibfe20af9c4c413657b6a238337ff9af661857b3e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
This is a generalization of the customwizard (using Json for its configuration files since that is so easy to handle in Qt 5 and since it is incompatible with the customwizard anyway). It allows to define an arbitrary number of pages and generators to generate the actual files. Change-Id: I45a01cf7fb906701b627fa1471a898cad472f679 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
One signal less, one connection less, less indirection in user code. Change-Id: Ie49d4a76982f2ff9d2b307ed541c33c6a7ea6480 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I5ced5fa0d4d2dc4afdbda50e70f72408b4fc64c4 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Daniel Teske authored
Readd check for empty platform names that was removed in b2ea6e1b Task-number: QTCREATORBUG-13063 Change-Id: Ib509f0e736c33aca2987f2add65dd184b637dcbe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Less indirection. Change-Id: Ifbd7195e853d02bfd6562c817fc7f30079913faf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
So far silently nothing happened, which can be annoying. Change-Id: Ib0a20343b41a0737de82c2894d526e46a21400a4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
There was duplicated data hanging around, with the potential of getting out-of-sync. Change-Id: Ib4927a098b4905347faa203af323234b464be9cd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I495412434ccffdb33528bbbe030c7a4bfa7e387c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I349f4d7c6ff77848e03cbcf4726ae21374bf653f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Fawzi Mohamed authored
Change-Id: I0eb052a98b2240c17dec81974c226b107705c9e4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I0d5953e039035b22e4a0ec839f5e0cd016b22604 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikita Baryshnikov authored
Also connection to setUseNinja was replaced by signal emitted inside it Change-Id: I8185568d88cd1c5f0603931e3104136e59f1da7c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Replace the CppModelManagerInterface/derived CppModelManager combo by a more common CppModelManager/CppModelManagerPrivate pimpl pattern. Change-Id: Ia4582845ed94d5ef60b8571bab9b2260c6290287 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Success and failure paths are very similar. Change-Id: Iebf218f64401884c014f1f7745d504183018addd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
That is, if the user does Ctrl+LeftClick or (Ctrl+E,) F2, but not on hover. The described bug in the report occurred because we immediately jump to an item if there is only one, e.g. in case of no overrides. That could also happen on hover, which lead to the undesired effect. Change-Id: I79f6fa1f90d37ea209da022d55d48aab2c13c21a Task-number: QTCREATORBUG-12986 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Nikolai Kosjar authored
Change-Id: I33058db6c3c1d4c9eb0351948a382cf42c937b74 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
When called from Welcome mode, the windowTitle is "New Project". Change-Id: I12f013cf5a5c8d4d2ec1115e4f29f12cadf99676 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
It logically depends on the Snapshot and has a related lifetime. Keeping it in the Snapshot avoids some code compelxity. Change-Id: I24ee4483b44d9b0d7f2e4d494ae7ea624b949f9c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
The signal was emitted before the spy connected to it. Change-Id: I5b70c32b8346192d6d58304f05961213ec4d5a57 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 18 Sep, 2014 13 commits
-
-
hjk authored
This is mostly a copy of the commit message of 06d4c0b2e but its more convenient to have it in the code than to browse git history. Change-Id: I97a7a3c10f07fc268ba67986f1e830ee92d9c28d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Only emit the environment changed signal after everything has parsed. Change-Id: Iba26c8ba2fc7de9e03ec1368917985538ffbbfb9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Use indexOf() to match individual characters, which is a lot faster than QRegExp. As a side effect, don't try to expand what we just inserted. Change-Id: I964fbd92055f2f2649e7d8ed5739cf1fc7cae927 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I55caca6dd5b316b2573b443175448d732101871c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
James McDonnell authored
On OS/X, use the darwin subdirectories in the environment. Makes it easier for those of us with access to the OS/X based QNX tools to use Qt Creator on OS/X. Change-Id: Iebc3a89978e6211781404bfc8a4ba95a3523d8b5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ice5f232d5d7bed32b23f6713b7fa44f44a3ea502 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Make some C++ related methods available to the JsExpander. These are concerned with namespace handling, etc. Change-Id: I2fc3807cf421b817bb103b727606a78aee290652 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
This adds a "Utils" object to the Js runtime offered by the JsExpander that adds some useful functions. Mostly file name mangling and finding preferred extension from the MIME type database. Change-Id: I907dae7f295167667ac2ae81461bbff16dc98ef4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I7fc0c4deda436ca0389bef2fc510b6e74d976078 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I671d1b0866f2e6ef332a53228bc12b260ba6187d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-13054 Change-Id: I32234836dc893075978dbc5fe43d696bc0f228f4 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
This is useful when there are multiple build machines with different path, and the user would like to match anything up to some known directory to his local project (variable support will also be useful - will try to add that later). Syntax: (/home/.*)/KnownSubdir -> /home/my/project Capture group will be replaced by the value. In this example the substitute path will be (in case a source string found such as /home/SomeUser/SomeProject/KnownSubdir/foo.cpp): /home/SomeUser/SomeProject -> /home/my/project Change-Id: I19d03c9388161d8456a86676086dcb06dc3d7370 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
In target debugging or core dump, the source is typically linux, so converting the separators doesn't make much sense. Paths are converted internally by CdbEngine, so no change is needed there. This is required for regular expressions support. Change-Id: I19488798856b731ef77a14383d12b110eae5d369 Reviewed-by:
hjk <hjk121@nokiamail.com>
-