- 20 Sep, 2017 16 commits
-
-
Tobias Hunger authored
Change-Id: I4d791427959c32a8fe8f831ecb7bd76ffbee2a97 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: Ifac20a48df8702f9d31042eb8765cbaadb60b25b Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Use final consistently instead of override. Change-Id: I38df29fff98273d486bfd97c316492f27737a7c4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Add an option to CMakeTools to force auto-creation of build directories. This does lead to cmake cluttering up the file system with directories, but does not force users to go through the oftentimes long configuration process twice (once in a temporary directory and once in the real location). Task-number: QTCREATORBUG-16794 Change-Id: I68d92fc58638ad0a0a7622b7ef1621e055c9f2a7 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
An invalid model node has as valid internal node that can be used. Change-Id: I4b4f11546645455cbcc058e057402e869b0ae5a1 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
With @NodeInstance we can override the value of any property. Change-Id: Ib64d8b6823b82f0a809092b2468c008d73a5525c Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Alessandro Portale authored
mode_edit_mask.png must have been added there by mistake Change-Id: I94c0380f267f473c1ae1347f567ea959f0752496 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Marco Bubke authored
-DKEY is the same as #define KEY 1 -DKEY= is the same as #define KEY Change-Id: I958a89d7b024999f1a623d4d309513ce342f6f8a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
hjk authored
The idea is that the fixup should not be needed at all anymore, instead, static data coming e.g. from the RunConfiguration should be setup in the constructor, and everything else should be ready at entry into start(). This also proceeds on path to the planned-but-never-implemented idea that the RunConfiguration should (at most) be accessed at RunControl creation time, not later. Change-Id: I04d622785f5de628a7bb479bc0c39aff7d6cce01 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Broken by 71b56d2b Change-Id: I8d92cb1f0ecfcb401f063ba49c357acac8cc832c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Bubke authored
We moved the creation of the tables and indices to an extra class which can be called from other places. So you can be sure that a database is initialized. Change-Id: Ief5b30ced7b9011ca94367aa2578098423dcecd9 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
If you use the database in a multi-threaded environment, you must always your statements in transactions. For read-only statements, you use DeferredTransaction and write statements you use ImmediateTransaction. If you mix read and write statements you have to use ImmediateTransaction. Don't use DeferredTransaction because it leads to undefined behavior. Change-Id: Ida298a20f33423c8da09e768a7b658dd8e918f46 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Marco Bubke authored
In Sqlite as you bind value you can bind or simply use a reference to the bound values. Because we hold the values anyway we do not copy them. Change-Id: I11c6fa5036ea958c8e48e3a117ad4a002d749c22 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Marco Bubke authored
We now have the very powerful write and read methods, so using the low level interface leads only to stupid errors and prevents optimizations. Change-Id: If2340833977935cb2d319735dee96b0bac33142b Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Marco Bubke authored
Introducing different exceptions for different error cases. Change-Id: I4371d1e64d9dca2a9f68dcbaa4a891c55879c1f5 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Christian Stenger authored
Broke with be376ae7. Change-Id: I9c99a7be78c7ec0359cefee84e2e1877d20f25bf Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 19 Sep, 2017 24 commits
-
-
Andre Hartmann authored
Often used for macro names, e.g. TEST_ASSERT_EQUAL_FLOAT(), which can now be matched by "TAEF". Change-Id: I0626a60e2be68c1514c28769c679212075227281 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
Change-Id: Id53e52962e68ac27bc121bca04d572c0dff5b253 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
Having icons of all different kinds of sizes makes it difficult to get the painting right in all cases. It definitely fails when the szsytem is running in multi-monitor mode with different scaling factors. Unifying the dimensions makes it possible. This change should not cause any visual difference in a purely scaled or unscaled screen. Task-number: QTCREATORBUG-18869 Change-Id: I3a864c9a86036b4f4f3b350a489077b247ca85b7 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tobias Hunger authored
Allow to force the type for CMake configuration values, now that this type changes how you can edit the values. Change-Id: Id89e0ec8547b778fc0aff9a2e00c0d7406cbcac1 Reviewed-by:
hjk <hjk@qt.io>
-
Robert Loehning authored
Change-Id: I3ca17bb62201d6271c0e98d07a99f7344faba439 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Change-Id: I84afdfd8c8b5066c1b50192bfd9df2296a38fa23 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-18915 Change-Id: I4c389155e03dde423d1ed578409baa1f38fc26db Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Tim Jenssen authored
Change-Id: I986e98057b46d481707b00b715809a1c6c218646 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: I9454c2148c398939c64bfa6b1fc182670a1d5f99 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
-
Eike Ziller authored
Conflicts: src/plugins/debugger/debuggerdialogs.cpp src/plugins/debugger/gdb/remotegdbserveradapter.cpp Change-Id: I1ae77869887a8d9ef2a33439f2733315db9e0cf0
-
Tobias Hunger authored
Change-Id: I445c616c03da701d2f0c9480191bef7812b9943f Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I0c9558904ffb43ad6d106b20ce7dd3caea0f23d9 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Robert Loehning authored
Change-Id: I4478acfc5ea7b3fa22d1cd17576e04fdda81dbb9 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Failing for now. Change-Id: Ic624b9c64f85f06bf61a2e8f765a272a835c0c43 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tim Jenssen authored
Change-Id: Ieddd83953b2009656ceecea2f9fedecd54ac9ac8 Reviewed-by:
Robert Loehning <robert.loehning@qt.io> Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Alessandro Portale authored
For mixed-DPI screen scenarios, a pixmap can not satisfy both resolitions. Use QIcon, instead. Task-number: QTCREATORBUG-18869 Change-Id: I155a4300927f7a66de3d523c9daab4953b5e45c2 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Alessandro Portale authored
A QIcon contains variants for different resolutions. This change makes sure that in a Multi-screen/mixed-scaling-mode scenario, the right of those resolutions is chosen, depending on which screen the line edit currently is. Task-number: QTCREATORBUG-18869 Change-Id: I8775e9e2c9b15c2863e9415751e1306f9e43c9aa Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: Ib1d2bfca1b2faafd36c53f24c6649e73ee0af190 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Andre Hartmann authored
* Use the CamelHumpMatcher in the C++, QML, and files filters * Supports matching against UpperCamelCase, lowerCamelCase and snake_case strings * Supports highlighting of matched characters Task-number: QTCREATORBUG-3111 Started-by:
David Kaspar <dkaspar@blackberry.com> Change-Id: If6220191432ef965bde3c8dbe4a10d89e222ba6f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
When matching NLH against LongCamelHump do _not_ consider the N of Long as part of the match. The first character needs to meet the same requirements as the others. Change-Id: I4e7b2fe5a28296afe6f06f90e1986336fe7f3179 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Marco Benelli authored
Do not add an empty line between common cases in a `switch` block, according the best practices for javascript style. Task-number: QTCREATORBUG-18515 Change-Id: I8b665eabb9b1d5b617d608e430e8b9137dc32032 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Marco Benelli authored
Attached properties used to cause false positives in the highlighter, because when using qualified ids, only the first part was checked as candidate for being at attached property. Task-number: QTCREATORBUG-18707 Change-Id: I6b1b569bc1766325decbc5d100c16a4e0dc3634f Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Eike Ziller authored
Leads to issues at load time Change-Id: Ibf13c88d05b15f6169f3a82a0e1d66c10bff7991 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-