Commit Graph

25792 Commits

Author SHA1 Message Date
Orgad Shaneh
1d209b9c3e Dumper: Respect dynamic type option for locals and references
Task-number: QTCREATORBUG-7504

Change-Id: Ib49b4189e84cd4d3539ec9bbbada373f306ca68d
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-20 15:14:31 +02:00
Friedemann Kleint
f68f0ba448 Clean headers in ClearCase plugin.
Change-Id: I81d3f7f459afb00ba6028513a19c0727b03ef005
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-08-20 13:35:10 +02:00
Christian Kandeler
1a46c9d0f5 ClearCase: Fix pluginspec file.
Change-Id: I0360592bc53fda871a081bdf7ac3d0217dff26f0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-20 13:17:13 +02:00
Eike Ziller
6c49d283e3 Merge remote-tracking branch 'origin/2.6' 2012-08-20 13:13:51 +02:00
Eike Ziller
92bdd2b7fa Merge remote-tracking branch 'origin/2.5' into 2.6
Conflicts:
	src/plugins/coreplugin/progressmanager/progressmanager_win.cpp

Change-Id: I7c5168894bd202f9fec8fd3278fad8c3b4f4449c
2012-08-20 13:12:25 +02:00
Leena Miettinen
4706765af9 Doc: update project sidebar toolbar buttons
Make all images the same size.

Change-Id: Id429456e1afa934bb64156bc3aaf9ffb2876892c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-20 12:50:52 +02:00
Mathias Hasselmann
6caf58c0f0 autotools: Skip empty parts in target lists
AFAIR this was about automake variables declared like this:

	bin_PROGRAMS = \
		foo \
		bar

Change-Id: Ic48b782cc65ca3489f4b9f7ea439ff3e3531e36a
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-20 11:32:13 +02:00
Leena Miettinen
e666f88700 Doc: remove non-existing command
There is no Push command in the CVS plugin.

Change-Id: Id1dfcbc524db943a811461d29ac25070ba9d5e49
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-08-20 10:57:06 +02:00
Christian Kandeler
d6e85d5522 SSH: Take more care when closing channels.
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>
2012-08-20 10:54:14 +02:00
Orgad Shaneh
22f975948b Mark ClearCase plugin as experimental
Change-Id: I549ced6d873f593f01e11f80e0ae131b87886fd6
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-20 10:34:05 +02:00
Mathias Hasselmann
053816c440 Permit TODO comments in Google C++ style
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>
2012-08-20 10:08:57 +02:00
Pierre Rossi
f1774930cc French translation fixups
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>
2012-08-20 10:01:37 +02:00
Eike Ziller
1e71dccc9e Build fix for Mac OS
Change-Id: Iec4e4fdddf6b5eadbdcaae2500df841f0cf57dd4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-08-20 09:58:18 +02:00
Eike Ziller
17cf48f546 Merge remote-tracking branch 'origin/2.6' 2012-08-20 09:53:10 +02:00
Aleksey Sidorov
457c289100 Fix possibly memory corruption
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>
2012-08-20 08:30:45 +02:00
Orgad Shaneh
647071d84b Introduce ClearCase plugin
Change-Id: Ib2cebaff0f035f48ca958cad16dedfdd80f4bff9
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-18 19:42:57 +02:00
hjk
2ded6900ce debugger: require absolute paths to debugger binary on windows
Change-Id: I3be21bbe80ac669c12f42756a38f5013375b1b21
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-18 19:42:29 +02:00
Yuchen Deng
b7e57da761 Fix compilation of MinGW-w64
Change-Id: I059dacd10a585e35b34c8e190f6a5e2a9de2f1d4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-08-17 17:50:21 +02:00
Yuchen Deng
540c4b19f6 Fix compilation of MinGW-w64 4.7
Change-Id: Ieab538a077351549727c94dad17d4d77ab492a97
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-08-17 17:48:04 +02:00
Leandro Melo
b9d15f1296 C++: Avoid looking ahead when lexing u8"literal"
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>
2012-08-17 15:48:02 +02:00
Leandro Melo
a590087749 C++: Lex correctly a u8"literal"
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>
2012-08-17 15:47:53 +02:00
Leena Miettinen
df0d3c28ac Doc: fix formatting of a gui item by adding curly braces
Change-Id: I78a8bd6aecd853e5436b259705044747c8cd8c9b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-17 13:16:36 +02:00
Leena Miettinen
5370178d8b Doc: remove link to obsolete component set
The components are no longer maintained by
Nokia Developer

Change-Id: I57daf732f324e6a58a394b256580c10703ec6633
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-17 13:16:23 +02:00
Leena Miettinen
5db04919c3 Doc: update screenshots with new "Disable step" icon
Change-Id: Ia181dbd1f11892c69f3f2b78f1860c155159ea75
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-17 11:59:01 +02:00
Leena Miettinen
978f1cd811 Doc: changes to adding and removing targets for projects
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>
2012-08-17 11:36:31 +02:00
David Schulz
0fcf5515e5 Fix display of default keyword in switch statement as a Label
Task-number: QTCREATORBUG-7172
Change-Id: I08a89cbef183e33300f72ea8cc2c0da9a23c5413
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
2012-08-17 11:13:20 +02:00
David Schulz
0198d16146 Sort function Download Definitions for the Generic Highlighter
Task-number: QTCREATORBUG-6978
Change-Id: I2c090f244a994878998b693872e650f153638f9a
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
2012-08-17 11:11:48 +02:00
Eike Ziller
e73428938e Build fix Mac/Win
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>
2012-08-17 10:43:12 +02:00
Konstantin Tokarev
7d2f3c2589 ResourceFile: Don't use "Designer" translation context.
Change-Id: Ice82d5ce76c97f90b76745eb64546ebf8bb4e690
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2012-08-17 09:45:28 +02:00
Eike Ziller
b3e465c9d4 Merge remote-tracking branch 'origin/2.6' 2012-08-17 09:09:00 +02:00
Lukas Holecek
20231b769d fakevim: Clipboard data format compatible with Vim
Store clipboard data that can be used by Vim and vice versa.

Change-Id: If1eb436fa371afeff39fd37353fe0841dafe169a
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-17 08:18:37 +02:00
Vladislav Navrocky
d76c5ca205 Added setting for breakpoint full path by default
Change-Id: Ibb068bdecf73c5bae0b31b08506209f05b811965
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-17 08:17:56 +02:00
Lukas Holecek
a1834bba8e fakevim: Fixed pasting text [count] times and in selection
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>
2012-08-17 08:17:12 +02:00
Lukas Holecek
64fece4d28 fakevim: Added support for last selection operations
Change-Id: Ib0628790d415b400fa7b2ca6d2d536b4f6a84aed
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-17 08:12:20 +02:00
hjk
fd78ec9f42 rvcttoolchain: fix toolchain widget
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>
2012-08-16 22:33:56 +02:00
Oswald Buddenhagen
f1d0c37565 properly sync file's data on commit
this ensures that creator doesn't eat my config files on every crash.

Change-Id: I18f8135158e17d064774a49fe170b63c89517e49
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-08-16 17:22:31 +02:00
hjk
9589651999 toolchainoptionpage: make name editable next to other fields
Change-Id: I35bc69c9c26a0cf4a8ed4e1e6044428d24cdb003
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 17:11:55 +02:00
Orgad Shaneh
6f32b8e257 Git: Append PATH env variable when locating binary
Complements d3f889df7d

Change-Id: I9f0186edb11695d3d1607615ce24f238d77ef46e
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-08-16 13:27:49 +02:00
hjk
6f2cc3a32e debugger: improve wording of tooltips
Change-Id: Ie1d91eaf9942f82c03e2bc00215522ecc98b2887
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-16 12:36:59 +02:00
hjk
f880c0e5b5 debugger: use host from profile for the attach to qml option
Change-Id: I81903ba752b9758fb4b9e342d40ac756716caecf
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 12:36:50 +02:00
hjk
6228fb1d78 debugger: remove line noise, adjust (internal) menu group names
Change-Id: I16d2b753022492d3f7b50dae0800b053c2a5e881
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 12:36:39 +02:00
hjk
f1b5d6a569 debugger: use Profile directly for fillParameters instead of its id
Change-Id: Ifaf663ee1827976e45e68e309b19c2f233a05ac1
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 12:35:40 +02:00
hjk
60de95aff6 debugger: Remove dead code
Change-Id: Id59c9df315f7b19cd8a705e4283e749fb71b4dce
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 12:35:10 +02:00
hjk
8184d8e703 debugger: simplify DebuggerEngine construction
The master engine pointer can be given later.

Change-Id: I4d72679dcbd5fe7291067a5e78c984d26cc187aa
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-16 11:56:10 +02:00
hjk
081fb1f062 debugger: simplify parameter guessing
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>
2012-08-16 11:27:16 +02:00
Thiago Macieira
3094cc1dbd Teach Botan about the Intel compiler
Change-Id: I44cf52568e0fdbde6935c6844874b39a37941c33
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2012-08-16 08:55:06 +02:00
Joerg Bornemann
4b55ea1317 fix Windows debug build
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>
2012-08-16 08:51:55 +02:00
hjk
894e75aaf0 debugger: fix QStringList dumper
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>
2012-08-15 18:15:11 +02:00
hjk
33f930e986 elfreader: prevent out-of-bound reads when reading core file names
Change-Id: I2d1c2328d924acc8d1a8043625ad178b1c46ee6b
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-15 14:05:49 +02:00
hjk
4a2787df73 demangler: compile fix
Change-Id: I95af5519cb41fd9aa7194447b5a8349b1eb5b810
Reviewed-by: hjk <qthjk@ovi.com>
2012-08-15 13:53:12 +02:00