AFAIR this was about automake variables declared like this:
bin_PROGRAMS = \
foo \
bar
Change-Id: Ic48b782cc65ca3489f4b9f7ea439ff3e3531e36a
Reviewed-by: hjk <qthjk@ovi.com>
We can't just pretend a channel is already gone after we request it to
close; it's only closed when the server has sent the acknowledgement.
Change-Id: Ib6e8b9bf77635995259885af13755f5fc0e825a9
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Google's C++ Code Guide requires the author's username in TODO comments:
// TODO(hasselmm): Fix this mess
Change-Id: Ic003c7a1bf22e43a0882284f07017fb25d031c21
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Mostly typos and grammar mistakes.
Credit goes to Fabrice Nicol for reporting this and suggesting better
translations.
Task-number: QTCREATORBUG-7717
Change-Id: I0c9f3e7731f0830f7f493aed6365af1a27e63724
Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
text.toUtf8() create a temporary QByteArray object, which is then destroyed and
const char *utfString may be corrupted.
Change-Id: Icd6584675c0c6e25423d25129d3b6fc8b055ebf0
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This makes things slightly more efficient. But it will be more
significant when we introduce R"rawliterals" since we would avoid
an even further lookahead for cases like u8R"string".
Change-Id: Id4bad8b917752d23daf2f4989330434979cf602f
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
Previously it was considering invalid things `such as U8"literal".
Change-Id: Icf4d051a26617ac2c6cb35d5a98f8af0ed801556
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
The components are no longer maintained by
Nokia Developer
Change-Id: I57daf732f324e6a58a394b256580c10703ec6633
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
The Add icon button has been replaced with a text button and
the Remove icon button appears when you hover over a target.
Change-Id: If54f2cae4ca6cf6197ccd68012b1dde7fcf43c23
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
The target name for the botan lib depends on release or debug mode,
so define it after forcing release.
Resulted in link error on Mac/Win, where botan was in (lib)Botan(_debug|d) but
was linked against as (lib)Botan.
Change-Id: I7bf27526065ca740a97d2379af8424ab71274e96
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Text pasted correctly [count] times and text cursor position
after the operation is same as in Vim.
P and p keys should work the same if pasting to selection.
Change-Id: Ic1cc82a71a2103b13a37e270ad9b7745ff95954d
Reviewed-by: hjk <qthjk@ovi.com>
Was broken after today's toolchain widget re-organization.
The sub-widgets now have to insert themselves into the
form layout defined by the base class.
Change-Id: Ie7a88614e222dc39e8734ab2739ff14c4604e3da
Reviewed-by: hjk <qthjk@ovi.com>
this ensures that creator doesn't eat my config files on every crash.
Change-Id: I18f8135158e17d064774a49fe170b63c89517e49
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
With profiles we have more reliable information, no need for some
of the guessing anymore.
Change-Id: I1818fbb112d44c99ef96c8643256432805a1b97b
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
Botan is now always built in release mode.
Don't try to link Botand.lib.
Change-Id: Ie38314abff49261589990a4fd5e7214e49b303e4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Did not take into account a non-zero 'begin' after a takeFirst().
Change-Id: Icaa1f87c18b1dec7778c4322fd971c9becedcce1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>