Robert Loehning
b34c5d9eaf
Fixed capitalization for "Check All" button
2010-09-03 11:42:26 +02:00
hjk
5085f0fb7e
debugger: fix some potentially infinite recursion on bad debug info
...
Task-number: QTCREATORBUG-2248
2010-09-03 11:00:11 +02:00
Pierre Rossi
3bbc4be51c
French translation: fix some grammar mistakes.
2010-09-03 10:18:35 +02:00
Friedemann Kleint
faf34c3ae6
Fix Opening .ui file from "Recent Files" to go to 'Design' mode.
...
On that occasion, rename Designer to show up as 'Form Editor'
instead of Xml Editor in 'Open With'.
Task-number: QTCREATORBUG-2246
2010-09-03 09:00:40 +02:00
hjk
df8fc5a9d1
debugger: restrict accepted expressions in automatci tooltips to simple
...
identifiers.
2010-09-02 18:32:37 +02:00
hjk
15c7e5b342
debugger: read the user init file after the python dumpers
2010-09-02 18:17:09 +02:00
Oswald Buddenhagen
7322900692
make ProFileParser API less bug-prone
...
QString::isNull() vs. isEmpty() discrimination is a time bomb ...
2010-09-02 18:08:22 +02:00
Oswald Buddenhagen
34a8a57d81
fix crash when no command line options are passed to qmake
...
the root cause is in the API of parsedProFile(): it discerns
isNull() and isEmpty(), which is of course a time bomb.
but in this case the right solution is not trying to parse
the empty string in the first place.
2010-09-02 18:08:22 +02:00
Lasse Holmstedt
ee8ea6dfdb
removed old & invalid code for switching to debug mode
2010-09-02 17:45:28 +02:00
dt
d07f4ad804
Ups a debug statement left over.
2010-09-02 17:20:26 +02:00
Friedemann Kleint
3a44135ed0
Debugger[gdb/MS Windows/console]: Fix attaching
...
Resume thread after attaching and ignore the
signal-trap that follows it.
Reviewed-by: hjk
Task-number: QTCREATORBUG-1020
2010-09-02 16:46:47 +02:00
Roberto Raggi
ec64e1d7bd
Tune the symbol and the literal tables.
2010-09-02 16:45:30 +02:00
hjk
15b0082b3a
debugger: fix QObject property dumper for namespaced qt
2010-09-02 16:28:41 +02:00
dt
faba06b553
Search Dialog: Make canceling possible
...
Task-Nr: QTCREATORBUG-2243
2010-09-02 16:13:46 +02:00
dt
f9504cd3c6
Find Dialog: Update en/disabled state on finishing searching
...
Makes QTCREATORBUG-2243 easier to do.
2010-09-02 16:13:46 +02:00
Christian Kamm
7c2d3659e7
C++: Fix an infinite loop in reportResult.
...
Done-with: Roberto Raggi
2010-09-02 15:24:44 +02:00
Friedemann Kleint
28a3bd6452
Windows compile fix.
2010-09-02 13:58:47 +02:00
dt
5fae9b94c0
Cmake: Add a "Reconfigure project" to the Project Page
2010-09-02 13:57:35 +02:00
Friedemann Kleint
6650275e76
Debugger/Console stub: Pass on main thread id on Windows.
...
Introduce private class to utils/ConsoloProcess as not to expose
<windows.h> from its header.
Task-number: QTCREATORBUG-1020
2010-09-02 13:39:19 +02:00
Roberto Raggi
a340cd118e
Get rid of the numeric literals.
2010-09-02 12:51:01 +02:00
Roberto Raggi
c12866a467
Merge CPlusPlus::NameId and CPlusPlus::Identifier.
2010-09-02 12:51:01 +02:00
Jarek Kobus
8b2eeb9c5f
Get rid of virtual generatedProjectFilePath()
2010-09-02 12:15:23 +02:00
Olivier Goffart
f80c15123b
QML JS Debugger: disable interruption on exceptions.
...
There is too much false exceptions that makes debugging annoying
2010-09-02 12:14:18 +02:00
Friedemann Kleint
fd0311bda2
Debugger: Fix crash in console stub on Windows
...
by partially undoing 1a89786979
Task-number: QTCREATORBUG-1020
2010-09-02 11:31:01 +02:00
Tobias Hunger
3d5ec35704
Make sure a display name is set for targets
...
* Make sure we have a display name set for targets when restoring
from Qt creator 1.3.1 .user files.
2010-09-02 10:41:08 +02:00
Tobias Hunger
fd2daeab37
Do not use shadowbuilding in projects from 1.3
...
Do not turn on shadow building when importing projects created
(and last opened) by creator <1.3
Task-number: QTCREATORBUG-2231
2010-09-02 10:17:56 +02:00
Bill King
1f0b600b82
Autotests: More cleanup of tests, and initial marking of components belonged to.
2010-09-02 15:32:04 +10:00
hjk
f91ba77cee
debugger: more QByteArray/type
2010-09-01 19:14:41 +02:00
hjk
46aa04dcb4
debugger: robustness
2010-09-01 18:55:59 +02:00
Robert Loehning
491c8e1334
debugger: compile fix msvc. done by hjk.
2010-09-01 18:02:56 +02:00
Tobias Hunger
e388975348
Add a context menu to the target setup page
2010-09-01 17:44:41 +02:00
Tobias Hunger
0b7188d441
Fix casing on Uncheck all button
2010-09-01 17:40:38 +02:00
hjk
4cbbe366af
debugger: make a 'type' a QByteArray, not a QString
...
Saves lots of conversion.
2010-09-01 17:36:09 +02:00
hjk
d875ad4ebe
botan: make it compile with g++ 4.6
2010-09-01 17:26:41 +02:00
hjk
d5ff2bb55f
debugger: make std::size_t and std::ptrdiff_t also 'well known integer types'
2010-09-01 17:19:55 +02:00
hjk
b4ce60b193
debugger: show pending breakpoints using there original icon
...
The 'eye' was for debugging only. Seems to be stable now.
2010-09-01 17:19:55 +02:00
Leena Miettinen
0c6d7625cb
Doc - Add information about using Qt Quick Toolbars with screen shots.
...
Reviewed-by: Thomas Hartmann
Reviewed-by: Carsten Owerfeldt
2010-09-01 17:14:09 +02:00
Roberto Raggi
0a3bfc24f8
Improved the expansion of variadic macros.
2010-09-01 17:10:39 +02:00
Friedemann Kleint
36a05bb5e3
VCS[git]: Remove unneeded 'success' confirmation of pull.
2010-09-01 16:03:00 +02:00
dt
e83806e636
Ah ups, make setStartupProject(Project *) a slot
2010-09-01 16:00:41 +02:00
Erik Verbruggen
45d7eb9a19
Fixed invalid skipping of pound tokens.
...
Done-with: Roberto Raggi
2010-09-01 15:36:36 +02:00
dt
7ccab966e7
Project Explorer: Add set startup project to context menu
...
Task-Nr: QTCREATORBUG-1506
2010-09-01 14:39:15 +02:00
hjk
be4342b70e
debugger: use dynamic type in locals & watchers
...
only available with gdb newer than Aug 31, 2010
2010-09-01 14:35:06 +02:00
Roberto Raggi
700433fc16
Tune the default size of literal tables.
...
This simple change will save about 40mb of memory when indexing Qt Creator!
2010-09-01 14:11:20 +02:00
hjk
b30ef6210b
debugger: register related refactoring (common code)
2010-09-01 13:56:51 +02:00
hjk
5074001bf0
debugger: fix colouring of unchanged register contents with MSVC
...
Reviewed-by: Alessandro Portale
Task-number: QTCREATORBUG-2119
2010-09-01 13:37:07 +02:00
hjk
f32403328a
debugger: extend manual test
2010-09-01 13:37:07 +02:00
hjk
aaffe03e48
debugger: squash compiler warnings in manual test
2010-09-01 13:37:07 +02:00
Tobias Hunger
c13f417c34
Improve MSVC parser
2010-09-01 13:34:31 +02:00
Friedemann Kleint
c6132a05f3
Customwizards: Add a way of wrapping a Generator script.
...
Add attribute to XML syntax specifying a script to generate files.
The script must provide a --dry-run mode in which it prints the files
it intends to create and their attributes to stdout.
Rework the CustomWizardContext structure to contain target path
and parameter mappings, simplify some code there.
2010-09-01 13:27:24 +02:00