- Aug 08, 2013
-
-
Tobias Hunger authored
Change-Id: Ieb822c8810e8943d5397e6c64188690e481dd0f9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David McFarland authored
Change-Id: Ibb63b6077054b75566c6daac722f32f106b5049b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
We want to introduce a new class that has more right to that name. Change-Id: I9535632e10872a97a8555e885a80c383bc5dcd2b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
...except the configuration file if no projects are open. For this case there is no need to keep the configuration file around. Task-number: QTCREATORBUG-9829 Change-Id: I51b01b30c17cbc1ced491ef2c47c338dae6ed983 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Currently GC() is invoked if - 5 CppEditors were closed or the last CppEditor was closed - a project is about to be removed - a session is about to be unloaded Thus, for the following use cases, too much GC() calls (can) happen: - File > Close All - Close All Projects and Editors - Changing the session Fixed by introducing a timer. Change-Id: I9c984d9de735fc8c6ee77a518e9fb5b63dba5881 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Andre Hartmann authored
Allow setting the following items from outside: * capture regular expression, * file name, line number and message capture position and * whether to parse stdout, stderr or both The parser functions can be unit-tested by running (Debug build of Qt Creator needed): qtcreator -test ProjectExplorer,testCustomOutputParsers The data is passed to the custom parser in CustomToolChain::outputParser(). The parser information is stored in toolchains.xml together with the custom toolchain. A configuration widget is provided to set up and test the regular expression against a sample error message. Change-Id: I6191df3c44432943e0aeb16c48d8e79d35845d2e Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
If there are still open channels in a connection being released, that is not necessarily a mistake: The channels could already be in the closing state, and it would be unreasonable for us to expect API clients to always wait for confirmation before releasing the connection, as this can complicate code quite a bit, turning a synchronous operation into an asynchronous one. Change-Id: If8c604c9ee1294728e7947c8d5c8130d6e704b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Matching \n in a QByteArray is wrong. For example, it detects Ċ (U+010A) and ਛ (U+0A1B) as end-of-line Change-Id: I9c03d0b19da3d328e706ff2c89f09713be870f34 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Reverted because a dependent commit broke compilation Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> (cherry picked from commit a53cc559) Change-Id: I8de3dbeca7eed3815eb5f0843eba6a86d371675e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ic02f7f68a1edfc8e85afa4e120eea53aa9c1a49b Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Aug 07, 2013
-
-
hjk authored
Change-Id: Ieb832e6aba1afbfa0d4f55ef12cad3f8333334b3 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Orgad Shaneh authored
The list always contains a single entry (or none) anyway Take 2. This time it actually compiles ;-) Change-Id: I71a9822360a9b569ba79afa0f575e27918bb2e03 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Done-by:
hjk <qthjk@ovi.com> Change-Id: Iaccb29d4c74922337ada05971bb392a1458c94ef Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Andre Hartmann authored
For the input "git am" is "git amend" a better match than "git blame". Change-Id: Id0cf91b62dac8b6c54f6de7c0698a375765e936d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
And use it where appropriate Change-Id: I0f37b8aada6eaa9be6743724b91a59173a01cb0c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hluk authored
Change-Id: I7e1bfad127a11118606efbf603bbf8a393ec00b0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 06, 2013
-
-
Orgad Shaneh authored
Breaks compilation This reverts commit a05ea711 Change-Id: I713f06a1fe1ff24f4721cda082fb732dc3f5c270 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Depends on a commit that broke compilation This reverts commit a53cc559 Change-Id: I7b697be1c97bd25f15e2a97927dbc7d03dc456e7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ic2666e62f5226780f68da0cdda0229b343d38116 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
The list always contains a single entry (or none) anyway Change-Id: I567b622efd42dd6f676bebb92fbf1c8774bd80ff Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I41a7e7febb77706e84595d560a8abb56a018a823 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Add tool/startMode combo one by one. Change-Id: I1e6cfe98fb1b1291cae6f440105991f3f99f2a6a Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I10f57785bd26a15aef6fe72f26e7bf28a3a8d31f Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I33f99f28fb99c21cc62cda57ec1ba1aa2963b065 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Tobias Hunger authored
Change-Id: I5f2b73088db2353c7f13875391f11763b66434be Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
If the path() set on that node can not be opened, then the editor is 0 and thus there is a crash. Task-number: QBS-367 Change-Id: I8887a3bb84e19292d97357df49ef988d74bf6739 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I94f9b92e993c09a8a587c39fbd41310fc5b82475 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Iff654636522bd41e96dfae6183f95c4dfcb53829 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
We can parse the .qmlproject files without using the declarative module. Change-Id: I78a910c9ec9477f5c6fbcdca23f62ab841ca4368 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Kai Koehne authored
Fix MSVC warning C4189: 'em' : local variable is initialized but not referenced Change-Id: I8b86dc95c1e05302909bb35c22949931db774c2a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
David Kaspar authored
blackberry-connect tool requires to have public key with no comment or comment with 'usename@hostname' format QSsh::SshKeyGenerator creates comments in 'QtCreator/TIMEZONE' format there we are stripping them out This issue has been introduced by commit: bd064d50 Task-number: QTCREATORBUG-9888 Change-Id: Ied96720b004cfe4f5bb95adec3401b6b6d30db5c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Broken by debfc171 Change-Id: If8bb67572ea33c3cde4c3b474e0c37b8ca2f058f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hluk authored
Added commands ]], [[, [], ][ for movement. Task-number: QTCREATORBUG-9527 Change-Id: I0c363427505c9ef6274ed1cf735c9fbc43cb4bd9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Ida2223d6e3c6577d13aa52827c00e3fa3f44a848 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Replaces \r\n? with \n. Some console applications (e.g. git-push, git-rebase) use \r alone to move the cursor to the line's beginning. This should be replaced by \n rather than just be erased. Change-Id: I8d614d2b471e59decdbfa7f173ffa7fbdb11759b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 05, 2013
-
-
hluk authored
Fixes visual representation (selection exported to editor widget) of "Vk" command on empty line. Change-Id: Iac5fabe53a65d7b94d0a1ed02aff3a7b3804a37b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
ModelNode::isComponent() is throwing an exception if the node is not valid. Change-Id: I4b34b9a583108923d584a73585f3001df68a741d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I6d28a533d4ee2e93e4b3407e7fdd670c45886708 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Thomas Hartmann authored
This function did nothing but call EditorManager::openEditor(), so we can call it directly instead. It was not used consistently anyway. Change-Id: I639ef346164be9260e887faac5dc6651ccfd92c5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
This function is highly confusing as a member of DesignDocument and the logic can be implemented directly in the ShortcutManager. Change-Id: Id722dcb71b542b4780614c9f895f06150ccb67ca Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-