Commit Graph

34409 Commits

Author SHA1 Message Date
hjk
f08c67b465 fakevim: remove core dependencies from fakevimhandler.cpp. breaks
writing of partial files for now.
2009-01-15 15:27:14 +01:00
Fred Emmott
56ebc27e09 Merge branch 'master' of git://labs.trolltech.com/qt-creator 2009-01-15 14:06:57 +00:00
Oswald Buddenhagen
20eb6a1b82 user gdb's --tty option for collecting app output 2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
72b6a105b7 app output window reorga
- drop prefix magic
- avoid inserting stray newlines

this also fixes the overquoting of app output.
2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
edefcfe4aa error messagebox upon failure to start up dbg 2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
a5f6281f1a improve messages 2009-01-15 14:58:54 +01:00
Oswald Buddenhagen
399f8d63eb cleanup 2009-01-15 14:58:54 +01:00
Friedemann Kleint
6027ef37df Fixes: rename qtestlib -> testlib module
RevBy: Marco
2009-01-15 14:48:54 +01:00
Kavindra Palaraja
f5ab36c156 Fixes: Documentation - even more on VCS 2009-01-15 14:30:18 +01:00
Kavindra Palaraja
916153fd21 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-15 13:50:29 +01:00
Kavindra Palaraja
334b1c4b2e Fixes: Documentation - more on the VCS integration 2009-01-15 13:50:22 +01:00
hjk
032b2bae6f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-15 13:33:05 +01:00
hjk
68b28bb3b6 fakevim: add a comment regarding unwanted dependencies 2009-01-15 13:32:36 +01:00
Kavindra Palaraja
f7d9420ceb Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-15 13:07:31 +01:00
Kavindra Palaraja
8ddd264766 Fixes: Documentation - some documentation on Qt Creator's support for version control systems
RevBy: Provided by fkleint
2009-01-15 13:07:25 +01:00
hjk
049514a66e Merge commit 'fred/fakevim-write' 2009-01-15 13:05:15 +01:00
hjk
5fcc57e531 fix typo in ui file 2009-01-15 12:54:33 +01:00
dt
6d17ee565b Fixes: This does already work.
Details:  Adjust comments to actual situation
2009-01-15 12:51:30 +01:00
Daniel Molkentin
7450c3d8ed Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-14 20:09:32 +01:00
Daniel Molkentin
dc9ad66d36 Fixes: Regression for make docs on unix 2009-01-14 20:08:39 +01:00
Daniel Molkentin
61e8a6f305 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-14 19:44:08 +01:00
Daniel Molkentin
86b70b6a98 Fixes: Refine fix for nmake doc issue 2009-01-14 19:39:11 +01:00
Daniel Molkentin
f60b69eb6e Fixes: make docs target with nmake 2009-01-14 19:21:23 +01:00
Daniel Molkentin
67283774cf Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 18:11:21 +01:00
Daniel Molkentin
8ba0eb2148 Revert improper commit 2009-01-14 18:10:59 +01:00
hjk
7564bea0e3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 18:09:25 +01:00
hjk
7f8473f469 move debugger options to configuration dialog 2009-01-14 18:09:02 +01:00
Daniel Molkentin
958de99a33 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 17:57:42 +01:00
Daniel Molkentin
3908528fe4 fix doc target. this does still not solve the problem that qdoc has to be build in release mode if you use windows. 2009-01-14 17:57:19 +01:00
dt
109f04ac86 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 17:47:39 +01:00
dt
b847ceab46 Fixes: Set correct OUT_PWD variable, so that we find the ui files.
Details:  Now it even works for qtc's source.
2009-01-14 17:46:44 +01:00
Daniel Molkentin
9eb124c561 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 17:36:04 +01:00
Daniel Molkentin
bd43ebbad2 Fix Windows build: Remove leftover from class removals 2009-01-14 17:35:26 +01:00
dt
ca7193d61f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 17:15:30 +01:00
dt
0cf9ffc031 Fixes: Updating the completion for ui files
Details:  That is we update all generated headers (which are new or
modfied) in the C++ Engine. Big if, this only works if we find the
correct path for the ui header files. Which is known to sometimes not
work, I'll fix that next.
2009-01-14 17:13:17 +01:00
Jens Bache-Wiig
6b86542ae4 Fixes: Dont override windowsstyle on windows
Task:     Reported on #qt
RevBy:    dt
Details:
This code was only intended for X11, hence we
ifdef it for now. Obviously windows users might
want to use windows style.
2009-01-14 17:05:21 +01:00
Kavindra Palaraja
3d3d01c4a3 Fixes: Documentation - more documentation for selection features
RevBy: Discussed with Thorbjorn
2009-01-14 16:53:03 +01:00
Kavindra Palaraja
73f9b1755e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 16:03:00 +01:00
Kavindra Palaraja
7b42be9657 Fixes: Documentation - some extra content and adding the Code Editor page as a placeholder for future content 2009-01-14 16:02:50 +01:00
Daniel Molkentin
e7c998ba30 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-14 15:48:34 +01:00
Roberto Raggi
653b81427c Accept gcc attributes in cv-qualifiers. 2009-01-14 15:16:33 +01:00
hjk
266ee2a468 remove ProjectExplorerInterface and ExtensionSystemInterfaces files 2009-01-14 15:08:46 +01:00
mae
aaf7c8bc89 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-14 13:38:49 +01:00
con
48cd14f7b9 Fixes: - HelloWorld compilation 2009-01-14 13:28:46 +01:00
con
fbfcc9a484 Fixes: - ICommand --> Command
Details:  - Naming convention
2009-01-14 13:18:25 +01:00
con
d9f97aa179 Fixes: - Command --> CommandPrivate
Details:  - Preparation for ICommand rename
2009-01-14 13:18:24 +01:00
con
1e4c48a173 Fixes: - IActionContainer --> ActionContainer
Details:  - Conform to naming convention
2009-01-14 13:18:24 +01:00
con
28acadf899 Fixes: - ActionContainer --> ActionContainerPrivate
Details:  - Preparation for IActionContainer --> ActionContainer
2009-01-14 13:18:23 +01:00
dt
2dda23dabe Fixes: Bug in the detection wheter the executable on windows is.
Task:     Found on irc by ferret_svk
Details:  Even if CONFIG is debug_and_release we are interested wheter
          debug or release is the default.
2009-01-14 13:09:09 +01:00
Roberto Raggi
df56b1069d Don't add the objc++ keywords to the completion box. 2009-01-14 12:35:55 +01:00