Commit Graph

62421 Commits

Author SHA1 Message Date
Oswald Buddenhagen
7ec95338d5 more reliable startup breakpoint handling
instead of picking "random" known entry point symbols, ask the debugger
for the actual entry point.
this also removes the "one instruction after the first one" hack, as it
seems fairly pointless.
NOTE: this does *not* work with the 2005 version of apple gdb.

Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
4a5137e0aa more elegant 2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
26a77e1e5b less confusing "starting debugger" messages 2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
beb01d1c85 connect right signal 2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
8767ba7998 create less likely to clash fifo names on windows 2009-02-24 15:09:27 +01:00
hjk
89717f25f9 Fixes: debugger: compile with QT_NO_CAST_TO_ASCII 2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
581cf86b09 make attach & detach work
Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-24 15:09:27 +01:00
Oswald Buddenhagen
398c1fd9df more thoughtfull setTokenBarrier() placement
also, make it complain upon abuse of this call.

Conflicts:

	src/plugins/debugger/gdbengine.cpp
2009-02-24 15:09:26 +01:00
Oswald Buddenhagen
265866f6fc fix typos in comments 2009-02-24 15:09:26 +01:00
con
b219bb3bee Fixes: - Missed large icon 2009-02-24 14:43:04 +01:00
con
29bffc7465 Fixes: - Updated icons again 2009-02-24 13:27:35 +01:00
con
523f74e838 Fixes: - Updated version number 2009-02-24 12:29:27 +01:00
Oswald Buddenhagen
cf66237c13 Merge branch '1.0.0' into master
Conflicts:
	src/plugins/coreplugin/manhattanstyle.cpp
2009-02-24 12:25:28 +01:00
Roberto Raggi
0220b4519e Cleanup 2009-02-24 12:06:34 +01:00
Roberto Raggi
5b54d59d23 Cleanup the indexer, and remove to old sequential stuff. 2009-02-24 11:49:01 +01:00
Roberto Raggi
bfe36575b7 Introduced a parallel indexer. It is ifdef-out atm. 2009-02-24 11:04:52 +01:00
Berlin
c0f2f81c68 Fixed qtlibspatcher wrapper script to pass on parameters
Done with hjk
2009-02-24 10:02:01 +01:00
Thorbjørn Lindeijer
f7ed313f7a Upgrade qtlibspatcher to patch Qt 4.5.0
Was failing because it still tried to patch Qt 4.4.3
2009-02-23 18:45:57 +01:00
Oswald Buddenhagen
e07ed90b6a more elegant 2009-02-23 18:11:43 +01:00
Roberto Raggi
e2079e3269 Look at the char at the left of \ or @. 2009-02-23 17:54:08 +01:00
Roberto Raggi
65ff19e7fa Postpone the update of the ifdefedOut blocks. 2009-02-23 17:49:03 +01:00
Jens Bache-Wiig
512c5a062d Fixes: Clean up manhattan toolbuttons
Details:
Simplified painting a bit. Cleaner lines.
2009-02-23 17:11:41 +01:00
Roberto Raggi
fcf4d6fd14 Oops! we still need to create a Document::Ptr for the `unresolved' files. 2009-02-23 17:08:55 +01:00
Oswald Buddenhagen
3fca94780a Merge branch '1.0.0' into master
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-02-23 17:03:25 +01:00
Jens Bache-Wiig
76af109659 Fixes: Resolve 2009-02-23 16:26:14 +01:00
Friedemann Kleint
2cf1e2431e Load library at runtime 2009-02-23 16:13:35 +01:00
Thorbjørn Lindeijer
5cf1ee8d1b Wrap qtlibspatcher for finding QtCore 2009-02-23 16:09:54 +01:00
hjk
c6821e8a92 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-23 16:07:28 +01:00
hjk
dda97a531c Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-23 16:07:02 +01:00
hjk
5fbd588a98 Fixes: debugger: fix Mac OS 10.4 2009-02-23 16:06:23 +01:00
Roberto Raggi
e330d96668 Better values for the progress bar. 2009-02-23 15:57:37 +01:00
con
4dfd5ac371 Fixes: - Missing tr and bad mnemonic for File->Session
Task:     - 244546
2009-02-23 15:36:06 +01:00
con
4a1a0e83c5 Fixes: - Don't show Mac focus halo in locator and find
Task:     - 242931
2009-02-23 15:29:39 +01:00
con
590ab939fe Fixes: - Remove license button. 2009-02-23 15:23:48 +01:00
con
aa89dfa4b7 Fixes: - Show extension of projects to add files to
Details:  - Helps distinguishing adding to pro or pri file with same
name
2009-02-23 15:10:42 +01:00
con
350a7167c2 Fixes: - Temporarily adapt picture in welcome screen.
Details:  - New picture to be added later.
2009-02-23 15:10:42 +01:00
Friedemann Kleint
8d9e90b593 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-23 14:46:56 +01:00
Friedemann Kleint
49cadd0e05 Clean up code 2009-02-23 14:46:46 +01:00
Roberto Raggi
1c063f6953 Alternative implementation of the indexer. It is a little bit slower, but I'm going to make it faster.
Unfortunately the refactoring of the indexer is kind of necessary. I need to merge the new binding pass.
2009-02-23 12:49:56 +01:00
Oswald Buddenhagen
93f21f295c more precise label 2009-02-23 12:20:22 +01:00
Roberto Raggi
c8bdd0bee4 Skip __complex__, __imag__ and __real__ 2009-02-23 11:48:26 +01:00
hjk
0d154af6a1 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-20 17:31:26 +01:00
hjk
1c7e4182ac Fixes: rename some commands to get something like a 'naming scheme'
in place
RevBy:   con
2009-02-20 17:22:16 +01:00
Friedemann Kleint
fe4a3f354d Added private header for engine 2009-02-20 17:07:00 +01:00
con
d16093d089 Fixes: - New application icons for windows and linux 2009-02-20 16:48:44 +01:00
Thorbjørn Lindeijer
c5d600b1d6 Fixed highlighting of comment closing element */
Was taking the wrong state, causing it to appear in Doxygen style
instead of as a normal comment.

Fix by Roberto Raggi
2009-02-20 16:34:48 +01:00
con
028e0f75f7 Merge branch '1.0.0' of git@scm.dev.nokia.troll.no:creator/mainline into 1.0.0 2009-02-20 16:00:45 +01:00
hjk
bddd9fa31e Fixes: commands: rename FakeVim.InstallHandler -> TextEditor.FakeVimHandler 2009-02-20 15:58:14 +01:00
Friedemann Kleint
d9bc54ed75 Moved CDB support into separate directory and enable via config switch 2009-02-20 15:40:51 +01:00
Friedemann Kleint
158285e500 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-20 14:57:29 +01:00