Lasse Holmstedt
dca859601f
Fix misaligned debugger label in run configuration widgets
...
It was badly positioned esp. in OS X and Windows.
2010-09-10 17:27:08 +02:00
hjk
06a3bf980b
debugger: don't suppress previous error messages.
2010-09-10 17:22:28 +02:00
hjk
ff0ac20a42
coreplugin: use Core::Id is some places
2010-09-10 17:22:28 +02:00
hjk
2d6ad5694e
coreplugin: introduce an 'Id' class, intended as successor for generic QStrings
...
to identify actions etc.
2010-09-10 17:22:28 +02:00
Christian Kandeler
05b07bfe48
Maemo: Set Unix target mode for pro-file parsing.
...
Reviewed-by: kh1
2010-09-10 16:51:10 +02:00
Friedemann Kleint
9ca1e7d79a
Debugger: Move some windows functionality around.
2010-09-10 16:23:47 +02:00
Leena Miettinen
9685a0a4de
Doc - Remove obsolete style sheet.
2010-09-10 15:41:04 +02:00
Leena Miettinen
d4a9494c52
Doc - Add information about creating task lists and viewing them in the Build Issues pane.
...
Reviewed-by: Tobias Hunger
2010-09-10 15:41:04 +02:00
Erik Verbruggen
12ac55429c
C++: put dependency table calculation into the future.
...
Task-number: QTCREATORBUG-2300
2010-09-10 14:18:47 +02:00
kh1
be357c4736
Monitor the collection file for doc updates during sdk update.
...
Reviewed-by: ck
2010-09-10 14:09:58 +02:00
Christian Kandeler
e9cf4e0e42
QML Wizard: Orientation support for Maemo5.
...
Reviewed-by: Alessandro Portale
2010-09-10 13:58:19 +02:00
Christian Kandeler
891be16a51
Maemo: Fix message.
2010-09-10 13:58:19 +02:00
hjk
25085f5724
debugger: show "Memory..." menu entry only in debug mode
2010-09-10 12:55:51 +02:00
hjk
84176a7341
debugger: code cosmetics
2010-09-10 12:55:50 +02:00
Daniel Molkentin
17b17fb016
Partially revert 7aaaa75094
...
Reenabling qmldesigner
2010-09-10 12:47:53 +02:00
Fathi Boudra
464b392023
Remove svg module. plugins link uselessly against QtSvg.
...
Merge-request: 2175
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-09-10 12:11:48 +02:00
Christian Kandeler
2fba280d98
Maemo: Fix detection of default MADDE target.
2010-09-10 11:07:20 +02:00
Christian Kandeler
b8186493ee
Toolchain processes: Make source of warnings easier to locate.
...
Reviewed-by: Friedemann Kleint
2010-09-10 11:07:20 +02:00
Oswald Buddenhagen
9cc4a77886
adjust phony target hacks to gdb_dwarf_index addition in qt master
2010-09-10 11:05:19 +02:00
Oswald Buddenhagen
d4ea3f523b
add include guard for qtcreator.pri
...
this also covers the higher-level includes for libs and plugins
2010-09-10 11:05:19 +02:00
Friedemann Kleint
24cadd34a1
I10N: First translation fixes for 2.1
...
Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
2010-09-10 10:51:43 +02:00
Leandro Melo
4dd844d76a
Generic highlighter: Fix mime type registration.
...
There is still one remaining issue as documented in the code.
2010-09-10 10:27:45 +02:00
Thorbjørn Lindeijer
c028e78b63
Updated Grayscale and Vim (dark) color schemes
...
Needed fixing after highlighting for Locals, Fields, Statics and Virtual
Methods was added.
2010-09-10 09:46:12 +02:00
Marco Bubke
7aaaa75094
Add breakpad
...
This is not activated if breakpad and qt-breakpad is not availiable.
2010-09-09 19:37:01 +02:00
hjk
3e152fc8aa
debugger: add an "Memory View" item to the menu
...
Task-number: QTCREATORBUG-1600
2010-09-09 18:08:25 +02:00
Roberto Raggi
c3b816166f
Fixed parsing of sizeof expressions.
2010-09-09 17:38:40 +02:00
Roberto Raggi
52786e1e39
Improved parsing of expression-or-declaration statements.
...
Done-with: Erik Verbruggen
2010-09-09 17:11:57 +02:00
Friedemann Kleint
be82d9dd3c
Debugger[TCF TRK]: Allow for different ports, fix register race cond.
...
Delay register request should it occur before register names have
been queried. Allow for address:port specification.
2010-09-09 17:08:45 +02:00
Roberto Raggi
1dfc6eb71e
Search for possible types in the template arguments.
2010-09-09 16:06:27 +02:00
dt
65b4f8b66a
Fix broken .pri files
...
Do not include qtcreator.pri from _dependencies.pri
2010-09-09 16:00:54 +02:00
kh1
6ce18c8dcb
The sidebar viewer should not be allowed to open a new page.
2010-09-09 15:54:37 +02:00
Thorbjørn Lindeijer
70263315a6
Fixed setting primary clipboard when selection changes in Compile Output
...
Was not calling the superclass method for mouseReleasedEvent, and when
it did it would even call mousePressEvent instead.
Reviewed-by: dt
2010-09-09 15:42:21 +02:00
Erik Verbruggen
cacb0db0eb
C++: fixed completion in braceless statements following a control statement.
...
- Changed generator to generate:
- Changed AST::lastToken to return 1 if there is none
- Changed Bind.cpp to set the scope of the block following a control
statement to extend upto (and not including) the first token after
the block. So basically, including any whitespace after the control
statement.
Reviewed-by: Roberto Raggi
2010-09-09 15:26:43 +02:00
Erik Verbruggen
6afb8d4077
CppTools: fixed use of NameId.
2010-09-09 15:26:43 +02:00
Erik Verbruggen
deabf47f32
CppTools: Added skipComments flag.
2010-09-09 15:26:43 +02:00
Erik Verbruggen
9a00b8ba27
C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}
2010-09-09 15:26:43 +02:00
kh1
d0c5f55d96
Prepend the path instead of append, caused some trouble for fkleint.
2010-09-09 15:26:10 +02:00
Leena Miettinen
385a3d041d
Doc - Add information about using msysGit on Windows.
...
Reviewed-by: Friedemann Kleint
2010-09-09 15:15:32 +02:00
Denis Mingulov
b23b4588bf
Navigation Widget: add 'Priority' support
...
Merge-request: 176
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-09-09 14:39:59 +02:00
Pawel Polanski
0c9d85a933
Installation package list for Symbian fixed
2010-09-09 14:33:13 +02:00
hjk
c1b693c53c
debugger: dumper for QSharedData and QSharedDataPointer
2010-09-09 14:22:51 +02:00
Pawel Polanski
7d8a5423a2
Improved deployment information for Symbian
2010-09-09 14:04:54 +02:00
hjk
628afc5ac1
debugger: the register view should have no extra frame.
...
The other views don't have one, either.
2010-09-09 12:41:57 +02:00
Friedemann Kleint
21f10fe27e
Changelog: Start on 2.1
2010-09-09 11:07:54 +02:00
Christian Kandeler
ff7ef5edda
Maemo: Get rid of maemo6 reference, fix deploy paths.
2010-09-09 10:37:42 +02:00
Christian Kandeler
292cec359f
QML Wizard: Fix Fremantle install prefix.
...
/opt -> /opt/usr
2010-09-09 10:37:42 +02:00
Friedemann Kleint
97e7c12e3c
Code polishing, continuing cb23999fbf
...
Add more error messages to processes run for toolchain detection.
Move Windows-specific code to dbgwinutils, remove inclusion of
<windows.h>. Fix MinGW gcc 4.5 warnings.
2010-09-09 09:58:17 +02:00
Leena Miettinen
f63b316728
Doc - Add template for 2.1 change log.
2010-09-09 09:45:27 +02:00
Tobias Hunger
60914b12f7
Improve MSVC parser
...
* Use fewer but more strict regular expressions
* Add some new unit tests
2010-09-08 18:19:01 +02:00
Tobias Hunger
ba5750d486
Handle more make errors
2010-09-08 18:18:56 +02:00