- Jan 22, 2014
-
-
Orgad Shaneh authored
Change-Id: I23cfa9a2ac2ae78d8faf2021d90680ac85dba341 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I495eaf87646223c212b7975e54f2eb8e73b54400 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Kandeler authored
There was a dependency missing. Change-Id: I45c6b7020889aa9d1587c5be998e33a3dffc6268 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
botan.cpp:35140: warning: C4297: 'Botan::bigint_sub2_rev' : function assumed not to throw an exception but does The function is extern "C" and /EHc was specified -EHsc (specified in Qt mkspecs) means that the compiler can assume that extern "C" functions do not throw exceptions. -EHs is equivalent, only without this assumption Change-Id: I5eae79bfbd647c296626c03636775f6057faf385 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hluk authored
Settable using 'relativenumber' and 'rnu' options. Change-Id: Idb5aa9669bdfa157d6bb6b517a09d63e8f511b95 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I26be412414d55963456941c9cb1aac2c7db5aee9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Jarek Kobus authored
Task-number: QTCREATORBUG-11314 Change-Id: I8a74c174be4436797bf04904e708e26e9463ddcf Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Jan 21, 2014
-
-
hluk authored
Allow to use character '!' to toggle a boolean option and '?' to print an option at the end of ":set {option}" command. Change-Id: I7475c6a748c834c40de03cca57a59c428b1c4188 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: Ia10bd60de7e1a55903024f20bd041df23c85b151 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Task-number: QTCREATORBUG-7251 Change-Id: I3ef998683080b92e9e4a301434e45dc56c5a2f0a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Includes some necessary adaptations to the QbsProjectManager plugin, namely: - Use the new library for setting up Qt profiles. - Use per-profile preferences. Change-Id: I0a639bd291d790c6da9cb4ade53841314310d5ef Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
No need to poke around in the settings directly. Change-Id: I689039a0cb0afd2e3a4c32b2108755d79c8fb4b6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
aportale authored
Change-Id: I266ccd2e592b427ce6334ceca6052a11d2838b32 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
That sneaked into b1eb376b Change-Id: I949c2c2c57d80858e55135b6577a2778adc1043c Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-5456 Change-Id: I0bb4756e3cdf3c87a4c2b0fbfe6953faaa5e1c52 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Fawzi Mohamed authored
Xml does not support control characters (even if encoded), thus QXmlStreamWriter does not encode them, and QXmlStreamReader gives an error with them. Thus outputting a control char would stop the application. Now we send them with a special tag and decode them. Note that the Output pane does some emulation of terminal behavior when receiving them. Sending app output as block because otherwise the stange logic within the OutputPane inserts spurious newlines (a string not containing a newline always gets a newline prepended) . Task-number: QTCREATORBUG-11219 Change-Id: I3557ffbb23ca2ea4eec9a97335a95580c9c4482b Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Orgad Shaneh authored
Unused variable on release build Change-Id: I2da8e1521d68d37facdf991a8943255dc01af34e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: I9f1af9662df781dc2a89149f7229133f844e5f3b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-11031 Change-Id: I93cce0ebf46984eb06094e1f1519717be2bbaa79 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
Change-Id: If212b45e2d526534b7853f3fa23b170f61e1976e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Dynamically create data files in tempPath and clean them up when finished. Change-Id: Ie78f557b185b264acc0d0f5814646c203d8a93f4 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-662 Change-Id: I0997fe2afaba71998d5da549b7141df0c023ff12 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
It's part of the document. Change-Id: I7288b09a0792fdae9c741016594e129f6b21f8e7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
Change-Id: I938041c9774fbebd1edc6dc29ccfa569bae94f70 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Friedemann Kleint authored
Change-Id: I392e3321c0f07b69f3ad67308483217071b35a81 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: If443079c66e9f0d1a9c203d2a41244b0fffdada4 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Jan 20, 2014
-
-
Frantisek Vacek authored
slog2 parser has ignored all slog2 messages not beginning with a letter. For example: console.debug("#### message prefixed with some hashes"); was silently ignored by slog2 parser and wasn't send to the QTC application output window. Change-Id: Ie4cac329d192c8b330226b99141848a1c0c0c715 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Povilas Kanapickas authored
CPlusPlus::Parser::parseAccessSpecifier() is not used anywhere throughout the QtCreator codebase. Change-Id: I062a4ae257b9c61f02bf85079feb6d48bd07c49e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Povilas Kanapickas authored
This is an obvious typo considering the checks at the beginning of the function. Change-Id: I11b784153b650b02bba7bb942ca1131447a3da4a Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Kaspar authored
Using "BlackBerry VERSION Device" style to better suite for manual/custom API Levels where targetName is usually incomplete or too-generic. Change-Id: I955fd7b0ba836b52f6a1d9e26c31ff142ce31ca9 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Daniel Teske authored
Indentation for blocks '{'. '}' and completion for keywords. TODO: "New File" is missing, TODO: probably needs some tweaks to the indentation. Task-number: QTCREATORBUG-11220 Change-Id: I758b3815e47d1427d39c0248eb16e39ffb7a29fb Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Orgad Shaneh authored
... when needed Change-Id: I32a1649c87e1fa42da80eff5003b2f5714062064 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
aportale authored
Change-Id: Ibbde1aab3af5e5948ba2982ad795dae7ac38f509 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Lead to annoying behavior that pressing any disabled shortcut with control modifier would lead to unwanted characters in the editor. This reverts commit c1ff105a. Change-Id: If61e52be9f11cabeafb46f5d71b901b4eab8e169 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I79285a9fc72f26bdfb7c1600d4e7680e02062593 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Fawzi Mohamed authored
Change-Id: I1471ba9459a1e48a03e26aa5dc008072460447be Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Find the first escape sequence by iterating over the string once and reuse that value during the complete initialization. Change-Id: I6a4dd3bb4da97923410a99dbb03210ffdc6ae27f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I800d4868caf0cd58f83507ae2d0849d50f86a01f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ie61567ed6af444ff01a09eeb77399c48163c04c1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
So far we ignored crashes and unexpected exits of the remote SFTP service under the assumption that the SSH server would catch these itself and act accordingly. This is not the case, however: OpenSSH, for instance, does not even realize if its sftp-server binary is not present at all. As a result, Qt Creator waits indefinitely for an SFTP operation to finish. Now we emit an error and close the offending channel. Task-number: QTCREATORBUG-10339 Change-Id: I132ed4a0098434a4cfce6056b964bd6363951fd7 Reviewed-by:
Volker Vogelhuber <wiendl@web.de> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-