- 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>
-
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>
-
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>
-
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>
-
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>
-
Fawzi Mohamed authored
Change-Id: I1471ba9459a1e48a03e26aa5dc008072460447be Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Change-Id: I800d4868caf0cd58f83507ae2d0849d50f86a01f 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>
-
Friedemann Kleint authored
Purify reports "Uninitialized Memory Read" for shortenTemplates. Change-Id: Ieab51cd78bf9fc7bbc539ef3158e0f57a12579d7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 17, 2014
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10382 Change-Id: I6c38fda8a4bf70ae93f6ec7dd671878589056124 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> (cherry picked from commit eb5b9596398c401d043d20f81fd8b68b02ec5168) Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10382 Change-Id: I6c38fda8a4bf70ae93f6ec7dd671878589056124 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Make it possible to create multiple AndroidConfigs so that we can have a different one in the settings dialog from the global one. Move pretty much every method from AndroidConfigurations to AndroidConfig, so that the settings dialog can work with its copy. Also add some additional logic to the settings page around the java setting. To start the avd manager we need both a sdk path and a java path. Also do some basic additional checking of the java path. Task-number: QTCREATORBUG-7724 Task-number: QTCREATORBUG-10936 Task-number: QTCREATORBUG-10937 Task-number: QTCREATORBUG-11059 Task-number: QTCREATORBUG-11218 Change-Id: I148c69b9c98a8a070d17d9b0e223d01db1750e69 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
The recent move to use classes in favor of structs missed the forward declarations, so the build produces warnings about the mismatch when using clang (and MSVC as far as I can tell). Change-Id: I235f7410a5b43b14c318843c9ee4dfcb9ea88e63 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
The root item cannot be "filled". Adding a try catch block just in case. Task-number: QTCREATORBUG-10476 Change-Id: Ic5c5efddd78194275d7d6e393eb945d6c9d89ed0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Przemyslaw Gorszkowski authored
Active "Run" configuration can be clone together with arguments and "Run Environment" Change-Id: Iec1a4b0b0702957c30580098e916fe8e665f236e Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 16, 2014
-
-
Alessandro Portale authored
In some cases, it would be convenient if a text (e.g. a url) was selectable via mouse in order to be copied. Change-Id: Ifff27e10a70ee8efcae5073bfbe9225e39fb598f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Iee8d9393b9f203f3a43d7dcc000f4a01d3e3710f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
BaseTextEditorWidget::changed only fires for modification state and file path changes (and will be removed anyhow) Change-Id: Id1f0ad40adf02ae3949a6ac8500f9de387a9f061 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-