Commit Graph

2735 Commits

Author SHA1 Message Date
dt
27a241749a Fix currentNode beeing invalid. The ProjecTreeWidget takes care of that. 2009-03-31 15:05:52 +02:00
dt
738ef0b121 Make CMake Open Project Wizards output text read only. 2009-03-31 15:02:09 +02:00
Roberto Raggi
d9812ac32c Fixed the signature of Symbol::getPosition() & co. 2009-03-31 14:46:46 +02:00
dt
9d90df8877 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-31 14:18:36 +02:00
dt
f6aa50563a Add some documentation about the cmake project support 2009-03-31 14:18:20 +02:00
dt
fe5b095018 Add qtcreator.qdoc and qtcreator.qdocconf to OTHER_FILES
This makes it easier to open them from inside qt creator.
2009-03-31 14:16:52 +02:00
Roberto Raggi
8f84f81e6d Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), and getEndPosition(). 2009-03-31 13:56:28 +02:00
dt
e223ecfd6b Explicitly add -ldl to extensionsystem.pro
Reviewed-By: hjk
2009-03-31 13:21:52 +02:00
Kavindra Devi Palaraja
3b04247689 Fixes: Doc: mentioning that the set of watched items are saved
within the session.
Task:     249226
RevBy:    hjk <qtc-committer@nokia.com>
2009-03-31 12:32:36 +02:00
dt
f65c2a501c Merge commit 'origin/master' 2009-03-31 12:21:23 +02:00
hjk
c3b3bd121a fakevim: distinquish :q and :q!
javascripteditor: compile fix Linux, compile fix namespaces
2009-03-31 11:53:42 +02:00
hjk
aedeadf01b fakevim: use :q to quit the editor, not fakevim mode.
Quitting the fakevim mode is still possible using the options, or
Alt-V,Alt-V, or clicking the button
2009-03-31 11:45:28 +02:00
Roberto Raggi
e5887d9f4b Improved the update of the method combo. 2009-03-31 11:30:57 +02:00
Roberto Raggi
05d2cd6000 String state does not propagate! 2009-03-31 11:30:57 +02:00
Roberto Raggi
d462696cf8 Added the method combo. 2009-03-31 11:30:57 +02:00
Roberto Raggi
14839418a8 Enable the standard actions (e.g undo, redo, ...) 2009-03-31 11:30:57 +02:00
Roberto Raggi
acea5c55e2 Some work on the syntax checker. 2009-03-31 11:30:57 +02:00
Roberto Raggi
cf09ca0fb1 Imported the javascript front-end 2009-03-31 11:30:56 +02:00
hjk
dcbe9115a0 fakevim: minibuffer cosmetics
Insert a separator line, remove the tooltip-style background.
2009-03-30 17:09:12 +02:00
hjk
3fe66ea628 fakevim: make Alt-V Alt-V a global toggle 2009-03-30 16:54:25 +02:00
hjk
285fa4a5b3 fakevim: remove "fakevim" option from text editor settings as it has a
page of its own now
2009-03-30 15:39:13 +02:00
hjk
f7c3b552af fakevim: progress on settings 2009-03-30 15:39:13 +02:00
hjk
e346c0d725 fakevim: move settings/action related code to files of their own 2009-03-30 15:39:13 +02:00
hjk
9963552876 fakevim: work on new settings dialog 2009-03-30 15:39:13 +02:00
hjk
765489f964 fakevim: work on settings dialog 2009-03-30 15:39:13 +02:00
hjk
c826e6dcfe fakevim: re-organize settings handling 2009-03-30 15:39:13 +02:00
hjk
b8e9f38ab0 fakevim: more scary initial message 2009-03-30 15:39:13 +02:00
Roberto Raggi
d4f1765c53 System header paths for msvc. 2009-03-30 15:34:10 +02:00
Roberto Raggi
68d8d83093 Simplified the code that looks for the identifier under the cursor. 2009-03-30 15:33:14 +02:00
Kavindra Devi Palaraja
1949436635 Doc - putting the correct video 2009-03-30 15:32:55 +02:00
Kavindra Devi Palaraja
c968a6a153 Doc - Removing the video tag to make sure it works in the Help Plugin 2009-03-30 15:22:26 +02:00
Simon Hausmann
e8f364929f Enable Plugins and JavaScript in the embedded help viewer to make it possible to embed flash videos in the documentation
Reviewed-by: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
2009-03-30 15:20:17 +02:00
Roberto Raggi
fde8ca4a16 Added Document::ParseDeclarator. 2009-03-30 15:08:21 +02:00
Roberto Raggi
2a82d9272a Compile 2009-03-30 14:55:16 +02:00
Kavindra Devi Palaraja
9d187706aa Documentation - Embedding one of our nice videos into the documentation
Details: The next generation of Qt Creator documentation involves
video ;) This is just the beginning.
2009-03-30 14:25:06 +02:00
Oswald Buddenhagen
deff5ac20f re-use pre-existing builds
run "cmake . [...]" if a build already exists in the build dir. this
saves the user from reproducing all the arguments he may need.

on the downside, this will go utterly awry if the source dir of the
existing build is a different one than known to creator. this should be
a rather rare corner case, so ignore it for now. the nice solution would
be a checkbox (on by default) to request this new behavior.
2009-03-27 20:57:12 +01:00
Oswald Buddenhagen
cd93d9e3dd make changing the build dir of a shadow build work 2009-03-27 20:57:12 +01:00
Oswald Buddenhagen
4a1acffb29 install the wrapper script into both the builddir and the installdir 2009-03-27 20:56:38 +01:00
Oswald Buddenhagen
c30420af7a adjust to changed library location 2009-03-27 20:55:00 +01:00
Oswald Buddenhagen
16297a94f7 clean up 2009-03-27 20:52:09 +01:00
hjk
cad7d43678 debugger: use QPlainTextEdit instead of QTextEdit for output pane 2009-03-27 17:31:58 +01:00
hjk
694215aee0 savedaction: some documention
(unfinished)
2009-03-27 17:21:25 +01:00
hjk
3de773a551 debugger: rework dumper settings page 2009-03-27 17:21:25 +01:00
hjk
a2c68a538d debugger: remove reference to dumper build step from debugger UI 2009-03-27 17:21:25 +01:00
Friedemann Kleint
b3f620e514 Add expanding of symbols. 2009-03-27 17:19:39 +01:00
con
1f869cb5c9 Avoid infinit loop in submit editor on Mac.
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2009-03-27 15:29:33 +01:00
Kavindra Devi Palaraja
5ed88c13e1 Doc - fixing a typo
Task number: 249508
2009-03-27 15:07:50 +01:00
Kavindra Devi Palaraja
5322d2876e Fixes: Documentation - minor fixes based on feedback from Andy Shaw 2009-03-27 15:07:31 +01:00
dt
e042c4d065 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-27 13:40:03 +01:00
dt
55c5e4aa2b Make the TaskDelegate (the one painting in Build Issue) a lot faster
It feels like day and night difference.
2009-03-27 13:37:24 +01:00