- 25 Apr, 2017 9 commits
-
-
hjk authored
Task-number: QTCREATORBUG-18078 Change-Id: I48cd8c24ca1236c69150f0d93b525a5a85447fff Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: Ie0dc094068bfa56f728d84ee13e70efbc980f8b3 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
This should not happen, but better save than sorry. Task-number: QTCREATORBUG-17984 Change-Id: I3efa8fb38a915ae29366f3ab715077b762d53828 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Use defined helper method instead of duplicating code. Change-Id: I1eec61f99875ccd28e6e64bd5ad2bfd7e6e21eb3 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Use the RCs buildSystemTarget property when deciding what to build with the "build current executable only" property set. This makes the selection more robust. Change-Id: I0dbcd764a06428b441084e6e4dc680e106c6d3bd Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Server-mode reports a filegroup for all the listed headers and will provide that without any information on the files (no language, include paths, etc.). Fix up file groups like these by using the best (with that being the settings that effect the most other files) possible information for these files. CMake has no idea what headers are, so it has no way to provide any better information, so Creator has to fix things up again:-/ Task-number: QTCREATORBUG-17971 Change-Id: Ib5ddab23cf725c7e03717b577cc9f9edc5bbfc61 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I4e2c929414cf1f7b052ae9f6846f43ae20fcee4c Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I542b93512466727ac4ee66a8ca41e503106ebdcb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@qt.io>
-
hjk authored
These could be triggered by declared but undefined and unused static data members. Task-number: QTCREATORBUG-18030 Change-Id: I941e8cbe8ce18dca737e59472ed0ee19ace44072 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 24 Apr, 2017 12 commits
-
-
Thomas Hartmann authored
If the FlatModel is created after a project is opened, no update was triggered. This was already fixed, but 8d1f4834b6fe79f992b3a44f8973d32dbc0dddb3 removed the update again. Task-number: QTCREATORBUG-17690 Change-Id: Ide9499a6579a363f43d6cde2f1a865eddc816d9c Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-17924 Change-Id: I774ad0ed19ca7f8cbcafe7b704e3e5c62137f4a7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
I had this a couple of times and this does not seem fatal. Change-Id: Id6d2101a5dc1bdc652e6ca8557c7dd8450399be4 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Do what the other views do. Change-Id: I27a12715806b5d5f73aaa0b756bb08ef1a66a021 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
When closing Qt Creator before the help bookmark model was set up, it would write an empty list of bookmarks. Task-number: QTCREATORBUG-17537 Change-Id: I638312f21dfa201a617a4eeafb7fa161726a36ff Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Remove duplicate entries from list of project files. The duplicate entries used to be visible in e.g. the locator. Change-Id: I4a58ff11bd37ff39f4c9186ae89a2d384894bc1e Reviewed-by:
hjk <hjk@qt.io>
-
Laurent Montel authored
Change-Id: Ia9757be7cb51fb946557d40134a93acd1aec0a94 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tim Jenssen authored
Change-Id: I9bde2421a5cc99b1c815b568fa2a4a2e722b852d Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tim Jenssen authored
Change-Id: I8df6b1f53fce79fdf9eed022bc189754e668589b Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
David Schulz authored
Change-Id: Ie4460e5d0fafd1f599b24c4a5860510df86dcebe Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Change-Id: Iac874ccb0c498065e1f46ebcc66a48ef721f6fff Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-18057 Change-Id: I6a38093d1b6fdaeac7920746395cfbebc595d062 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
- 21 Apr, 2017 2 commits
-
-
Christian Kandeler authored
To HEAD of 1.8 branch. Change-Id: I87bfceca8e425284b63644d9d1e541b33a8dcfca Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Eike Ziller authored
Currently it is set by passing defines to qmake, which complicates package build setups. Set the display version where the numerical version is defined. This also makes it available to developer builds. Also switch around the display version and numerical version in the about dialog, since e.g. "4.3.0-rc1" is more descriptive than "4.2.83". Change-Id: I26dda427975acdc6cc169f8d625f57918167cf19 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 20 Apr, 2017 11 commits
-
-
Tobias Hunger authored
Change-Id: I0b218298aeae9730b74c66e6bf7b2c96048a8b93 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Tim Jenssen authored
Was broken since 6f1d2371 which sets css only at widgets where it is necessary. Change-Id: Ia60672136ad8c73791806c920051918dbb23748c Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Robert Loehning authored
Change-Id: I84ccb2ad012a9dceb4bc27838bfe726ea4d9a127 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Riitta-Leena Miettinen authored
A new check box for using the default location and a field for specifying another location were added. Updated the screenshot. Change-Id: I5401df6b022c524a376f85e6b6b2db2b2c0f6cb7 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Riitta-Leena Miettinen authored
Update screenshot. Change-Id: I5dc0f839872a7bdec7ae19b2e244d82c2c818701 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Riitta-Leena Miettinen authored
You can toggle both the left and right sidebar. The sidebaricon.png file was renamed as leftsidebaricon.png, because a rightsidebaricon.png was added. Change-Id: I9e00917dc26acc1284c51398606194b982e9234e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Thomas Hartmann authored
This is a nasty one. The text item that triggers the crash is part of a delegate and therefore, does not have an item in the scene. The rewriter is now setting the id again, when reading the file after the Rectangle is removed. we get a crash. Since delegates are currently not shown in the navigator, this crash could not happen before we introduced the integrated text editor. Task-number: QTCREATORBUG-17970 Change-Id: Ica16dec5bb2f852324de179c4a2b4d43dcf27aa9 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Gcc does not write out full type names with 'using template ...', see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80466 This is in most cases harmless for Creator as dumpers are triggered independently of template arguments. However, if the dumper takes different code path based on the template argument type, as is e.g. needed for std::vector<bool>, wrong results are produced, as the type cache only used the template base name as type id. Work around by mangling the id of the un-typedef-ed type into the type id of a typedef, which, in case of templates contain the full parameter list. Change-Id: I63c59cccdc186b09ff780e9dfd57b0ad668ae98f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
Change-Id: Ia7547803a379cd0518fdf3d707717f1bc9976dd1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
This seems to cause more trouble than benefit. Additionally this option is on the _gdb_ extended settings site. Task-number: QTCREATORBUG-17902 Change-Id: Ie548f68f84bffee670559b48f6a2ba259f8b8757 Reviewed-by:
hjk <hjk@qt.io>
-
David Schulz authored
Task-number: QTCREATORBUG-17267 Change-Id: If195fe801964a809363b68f09aa6ac8e1ba6e686 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 19 Apr, 2017 6 commits
-
-
Thomas Hartmann authored
Ctrl+0 was confliciting with "Reset Font Size". Task-number: QTCREATORBUG-17857 Change-Id: I280c65446fd1f8ce3af66b06760ed7b9b210e8c3 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikolai Kosjar authored
...which got lost in commit 1e3f2eec Clang: Consolidate all ClangCompilerOptionsBuilder into one implementation This will fix SOFT ASSERT: "!resourceDir.isEmpty()" in file C:\work\build\qt-creator\src\plugins\cpptools\clangcompileroptionsbuilder.cpp, line 119 Change-Id: Ie0301517eca580b4907bbcd8f524775f2b0bedb8 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Thomas Hartmann authored
Change-Id: Ifbb08473e12404f355f1498087dbbb60bc7e7ac9 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
If an Url is an expression we show the expression. Task-number: QTCREATORBUG-13328 Change-Id: Id615a701f540082ac25a898e6d3a104b833b7eec Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
Change-Id: Ic7cb2dd1e6d1bfb7c21722cd42ab6443b9ee5fc3 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
The wizards summary page did no longer list existing project nodes. Wire up that logic so that projects and files can finally get added to existing qmake projects again. Task-number: QTCREATORBUG-17994 Change-Id: Icc019bdf0f569440eaa01c55fc69b17e7f831b20 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-