- 09 May, 2017 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-17938 Change-Id: I71773893c2dde784c5d3f4c63e7efbbdad13916c Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 08 May, 2017 10 commits
-
-
Vikas Pachdha authored
Target Async mode enabled only for ndk version > 11 Task-number: QTCREATORBUG-18111 Change-Id: I218b6c23c1da13091f0035193a43e6117748055a Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Kandeler authored
This bug got re-introduced by commit fc5ce1e7. Task-number: QTCREATORBUG-17382 Change-Id: I6114ca8f4305b3c0e356f4849094ecb1ccca7601 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-18160 Change-Id: I1b8fe9f949ca9aa04858321317ebb13eb01236ab Reviewed-by:
hjk <hjk@qt.io>
-
Robert Loehning authored
Change-Id: Ib894ae05e8049331115ee34514d7638815408065 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Format of .pro file changed slightly Change-Id: I026057ecc76c082ddac06e81b36c0b3b62629da0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
The text inline editing has an ugly cursor rendering glitch with Qt 5.8. When we render the widget "manually" using grab then things seem to be ok. Change-Id: Idd00044de783164ca4ec021ae4c7b9f15302c2cb Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Riitta-Leena Miettinen authored
This refactoring action can now be performed from the Form Editor of Qt Quick Designer. It opens a dialog for specifying which properties should be set in the original component and which in the new one. Change-Id: Ic076ddc2748a5da38c746b64eac943ec5adbbbf5 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I3e38759dddb83202d14e40d2392a3e796c799bfa Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Orgad Shaneh authored
Add an extensive unit test to prevent future regression. Change-Id: I38b74f9b4f5893285e9afff2ddecaaad106f4114 Reviewed-by:
hjk <hjk@qt.io>
-
David Schulz authored
If the cdbextension can't be found in 4.3 it's most probably caused by an update of Qt Creator via Maintenance Tool. Instruct the user to enable the 'Qt Creator CDB Debugger Support' component via the missing cdbbextension message box. Change-Id: I1e71d89ca75049dc1a2aacbe2b17bebf910a0d91 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 05 May, 2017 10 commits
-
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-18161 Change-Id: Ibe7f779d26c199a91634c5921556df67d7c5aada Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Thomas Hartmann authored
The QML minor version does not always match the QtQuick.Item minor version. The wrong version leads to warnings/error messages later. Change-Id: I5d38c17da079d8309db4fd4044eb0be4e9093dae Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
The Qml code model needs the contents of resource files. This was done using QmakeVfs::readVirtualFile, which is not correct, since it does not read data from files on disk. So fix this mistake by using QmakeVfs::readFile instead. Task-number: QTCREATORBUG-18140 Change-Id: I25fd07d63ab02764bdf3fa705e2ff025d6831581 Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Christian Kandeler authored
To HEAD of 1.8 branch. Change-Id: Iade1952749f9f6344d2a535a106c63282bfc5041 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-17740 Change-Id: I846f2a6a3c9819975c5ded2a447f8a38a098aa6b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Replace duplicate information in the "Creating Screens" topic with a link that poinst to the new "Using Qt Quick Controls" section in the "Creating Components" topic. Add information about selecting styles on the toolbar. Change-Id: I6c79b8781c216355427920a38542017f0dbf9929 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Kandeler authored
We forgot to fill the key size combo box for this type of key. Change-Id: I30cb1a7996d03c5eb139aa65f43810e1014472c7 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Christian Kandeler authored
In particular, the existence of Botan::Exception wrongly suggests that it is the parent class of all Botan-specific exceptions. This assumption, combined with a different bug that will be fixed in a follow-up commit, caused a crash in the key generator. Change-Id: I0aafb761052d185051df217c9914010235a7c77b Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
David Schulz authored
Exclamation marks in context attributes are used to split the attribute into a number of orders and an identifier. This identifier is the context that have to be set after executing the orders. Ignoring this context identifier could lead to an endless loop if used inside a default context with a Rule that has set the lookAhead attribute. Task-number: QTCREATORBUG-14611 Change-Id: I5992fa47ed2e353cbf7882bc772fdbee8f7f41f1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Task-number: QTCREATORBUG-18142 Change-Id: I4545526c83f184c8b76a9aad928c91c36d34b6e3 Reviewed-by:
hjk <hjk@qt.io>
-
- 04 May, 2017 17 commits
-
-
Christian Kandeler authored
ProjectExplorer::Task needs a theme these days Task-number: QTCREATORBUG-16335 Change-Id: I266d676ee1a17bacb32d5f014436a81cddd5dde9 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
The property runningInDesigner can be checked to find out if a component is running in the designer. Change-Id: Ibf35daba4bb30c7d919b1ff149c92b348d7e8059 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Stenger authored
Change-Id: I259dd516a9b28e34a256321e8ac754f4215205a7 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
2.14 sends JSON without leading closing parentheses. Change-Id: I51ec44124e6c3f64b3a76733329fe3ea329c60b0 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
This amends commit 86882018. Task-number: QTCREATORBUG-18108 Change-Id: I7c984e2f3596fb79a6027fe85c11577b3d1acf2e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Thomas Hartmann authored
This improves the signals present in "Go To Component" or "Add Signal Handler". For some controls we have to offer property changed signal handler as first options. We simply hard code properties which are likely to be handled. Change-Id: Ide26589534d6d058f1b60afcc6353c4f0340cb22 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Add a setter/getter for listInProject to Node and make the project list all nodes with this property set in Project::files. Task-number: QTCREATORBUG-18132 Change-Id: I334e627856d1bc0d033e13c5d629f6657d8d7fee Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Change-Id: I298d405cd3f1a822949619beb6a0eae59dcfc143 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
We have complex nodes like the ResourceTopLevelNode which can be generated. Change-Id: Ifdbe72323b668961c50252f597a0bf67ec41f30b Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
This has the potential to save some space per node. Change-Id: I2b8b65c13b355e680965bb7307f9e8d8714dae64 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Nodes are QObjects (still), so they should not have a copy constructor. Change-Id: I1b20663ee0ec121cda4d39ced7a9f204fb4621a1 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Change-Id: I9e2d8ce35c3f3901391c7494f1f3b60eee1bcd00 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Iterate over all nodes in the whole tree, not just the FileNodes of the children of the current node. Change-Id: Ib8bf0eaecb2b13bd01dbc61417b83d0873ab6527 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Jaroslaw Kobus authored
QHelpSearchIndexReaderDefault is run in a separate thread in order to return the results of the search. It reads the info about the current filter in order to filter out the results. However, the main thread didn't store the current filter in the qhc file, just in memory, and the search thread reads the value of the current filter from qhc file, so this goes out of sync. This patch stores the current filter in the qhc file whenever it is changed. The current code resets the current filter by the launch of creator anyway. Task-number: QTCREATORBUG-17845 Change-Id: I7c8d2c93b319c94e1400a677ecee9e9b41b029c3 Reviewed-by:
Karsten Heimrich <karsten.heimrich@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Riitta-Leena Miettinen authored
You can now change the type of an item by double clicking the Type field in the Properties pane. Change-Id: Iacd70a595d693eb83d1b6d9fbfdf38429fd2706b Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Riitta-Leena Miettinen authored
Some regularly used context-menu items can now be selected on the toolbar. Some of the icons are constructed at runtime, so images are needed for them. Some are in a new location that has to be added to the configuration file. Change-Id: Ibfc38ec21ed5526702abf89e64899efa5b978700 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Friedemann Kleint authored
Fix error: .\containers.cpp(616): error C2664: 'void RedBlackTreeNode::debug<void(__cdecl *)(const SymbolGroupValue &,std::ostream &,unsigned int)>(std::ostream &,DebugFunction,unsigned int) const': cannot convert argument 1 from 'DebugPrint' to 'std::ostream &' with [ DebugFunction=void (__cdecl *)(const SymbolGroupValue &,std::ostream &,unsigned int) ] .\containers.cpp(616): note: A non-const reference may only be bound to an lvalue Change-Id: Ic4168fe8e3952c4c6b2bd6561f05c138094cb56e Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 03 May, 2017 2 commits
-
-
Mitch Curtis authored
It was a dark red, which is really hard to read against a dark background. This patch makes it a pastel red, as was done for the Dark theme in bbb0de05. Change-Id: Ieb78522b1e5282e2c35b18ec65c31f4aeb246ad8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Set the fileType of ResourceFiles based on their file name. This makes sure that QML files will be treated as QML, which fixes e.g. QTCREATORBUG-18032 (and probably other strange bugs). Task-number: QTCREATORBUG-18032 Change-Id: I05b1048d998ea1bed196611d529771c582bce441 Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-