- Jan 24, 2014
-
-
Alessandro Portale authored
This is called for example with the "Find in This Directory..." action in the project tree. Change-Id: If4c523e9f416b241b4ac7057d2dd11821af2c990 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Alessandro Portale authored
Change-Id: I8771ee574f9b2d0cd78786f6cd7c2e19d8865412 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
It contains many components, doesn't make sense to have it with all other quickfixes. Change-Id: Idede14c90ba9b612ae9e9048f5795d674811acfe Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib4308ab9483c212a045d120b61d9bc7262f1e538 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
... for functions implemented in the target class Change-Id: I284b9965d4def13ff45190473303627f4ac0d0dc Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Discarded during merge from 3.0 Task-number: QTCREATORBUG-5456 Change-Id: I0bb4756e3cdf3c87a4c2b0fbfe6953faaa5e1c52 Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Alessandro Portale authored
Change-Id: Iab20d2d0dcfe378d4848c38d4a63041859249a0d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-11300 Change-Id: If064d79c35d95b1ea1c5124be60d22d2ffee93f4 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Eike Ziller authored
Change-Id: Iad83e589be49aeab3f35420d071311c15ddac6b2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
And remove some unnecessary code in Python editor Change-Id: I86cde74c244a16d1b36b0ac0e841ef8110ba832f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I3800360e3b9bd6874d6852dabcfc7a9a066e52c2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I02ca646322b07eeb21c2cdd4ef5594b754234e12 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I325764cbaa9684fa2758b0ea6c6ea58de142cb73 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 23, 2014
-
-
Christian Kandeler authored
This was simply forgotten, leading to semi-random behavior in the profile setup code (e.g. a Qt 4 version being treated like a Qt 5 one). Change-Id: I6d75cf3c622a0dd520724b25eb9b823d3dcc117d Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
hjk authored
Replace base64 with hex encoding, centralize conversions, drop dependency on binascii module. Task-number: QTCREATORBUG-11317 Change-Id: Id3d419d4fe8f75710352f4bc0e6310be849426bd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Introduce methods to save a document/list of documents/all documents, both silently and with a dialog to the DocumentManager. All of these return a bool that signifies whether the save was successful or not. Detailed information on which files failed to load or whether the save was canceled by the user are still available as optional in/out parameters. Change-Id: Id17798302f2a8ba6b85a07c1f0b91f03b20da03f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I478b4bfb5fa615b2ea982ca6635c5e8e3478070c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I7fc7946405d3cbb1af0cf29a9d328d857eb8304a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 22, 2014
-
-
Orgad Shaneh authored
Change-Id: I23cfa9a2ac2ae78d8faf2021d90680ac85dba341 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Needs better infrastructure. Change-Id: I53a53953bd347c296626c03636775f6057faf385 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I495eaf87646223c212b7975e54f2eb8e73b54400 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: I33ae39b3bd347c296626c03636775f6057faf385 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I8a39598f561a011fe5ec9d8dd589ded5a33ba6ac Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Doesn't change the result, but makes debugging the protocol easier. Change-Id: I8fae79bfbd647c296626c03636775f6057faf385 Reviewed-by:
hjk <hjk121@nokiamail.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>
-
aportale authored
For more useful screenshots Change-Id: I641bfe00dcaf98234972a5999138ebc9a57b5d8d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@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
-
-
hjk authored
Dumper test compile time is a significant part of test run time, we can save a few cycles by lumping similar tests together. Change-Id: I716ec336836c1511e5c13f58e72b59a46a2250a8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ide88fd07e077a158223a68cc504fff5a5b9391ac Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Iea68df0e7077a185223a68cc504fff5a5b9391ac Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I3ac3906600369b51f6fc9f6430f95f21e0ac3e3b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-