Commit Graph

88532 Commits

Author SHA1 Message Date
Friedemann Kleint
9b8d148145 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-15 10:29:51 +02:00
Friedemann Kleint
09498c5931 Fixed further translation glitches. 2009-05-15 10:29:19 +02:00
hjk
7377a52e89 debugger: work on tcf communication
It is now possible to send manual commands using Ctrl-Return in the left
pane of the Debugger View.
2009-05-15 09:16:58 +02:00
Thorbjørn Lindeijer
9a79a06930 Introduce a Delete Line action that doesn't copy to clipboard
The version that does copy to clipboard is now called Cut Line, and is
still mapped to Shift+Delete by default.
2009-05-14 17:55:17 +02:00
Friedemann Kleint
4e7f2f8d7f Fixed translation glitches. 2009-05-14 17:02:30 +02:00
Roberto Raggi
6195035bbf Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS). 2009-05-14 16:37:17 +02:00
hjk
17a078d5bb debugger: work on tcf communication 2009-05-14 16:01:23 +02:00
Friedemann Kleint
e1d810d110 Made Gdb/MinGW Windows use injection dumper loading.
Appears to be working for 64 bit, also.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-05-14 15:03:30 +02:00
Friedemann Kleint
0e3aa47fcd Added ToolTip support for CDB.
Make debugger tooltip API more general, have the engines check the
correct file type, figure out the expression and context from the text
editor.

Put common functionality in watchutils.cpp. In the CDB engine, check
whether a tooltip expression is a known variable within the stack frame
context. If so, retrieve via symbol group or dumpers. Cache by function
and expression.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-05-14 14:29:37 +02:00
Roberto Raggi
11ccb57111 Improved the DuiDocument and keep a working copy of the document in the editor, also use the QML api. 2009-05-14 14:09:00 +02:00
dt
473b6abb1d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-14 11:27:07 +02:00
dt
87e40ac6f5 Remove debugging output 2009-05-14 11:26:57 +02:00
Roberto Raggi
1931d22a25 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-14 11:04:06 +02:00
Roberto Raggi
deadeec1cc Introduced DuiDocument. 2009-05-14 11:03:54 +02:00
hjk
745ee20fcc debugger: work on tcf response parsing 2009-05-14 10:10:38 +02:00
Daniel Molkentin
bb6f56f553 welcome screen: make layout vertically resizable 2009-05-13 20:07:08 +02:00
Roberto Raggi
45fbbba26c Improved a little bit the example and show how to compute the deps for all the files in QtCore. 2009-05-13 18:29:35 +02:00
Roberto Raggi
483449e420 There is no output stream so there's nothing to expand. 2009-05-13 18:16:28 +02:00
Daniel Molkentin
c7e1104ec6 Remove unused code. 2009-05-13 18:11:05 +02:00
Daniel Molkentin
541f5f6400 welcome screen: add next/prev tip button, styling 2009-05-13 18:11:04 +02:00
dt
286325ceb6 Add includes to the codemodel specified via PKGCONFIG in .pro files
We run pkg-config --cflags-only-I $$PKGCONFIG in the background to find
those includes.

Task-Nr: 250195
2009-05-13 18:09:47 +02:00
Kavindra Devi Palaraja
a7ddee07ed Fixes: Doc - some fixes, more pending. 2009-05-13 18:01:13 +02:00
hjk
1efd5fcdc7 debugger: fix RegisterHandler::{row,column}Count() 2009-05-13 17:42:45 +02:00
dt
5321950d40 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-13 17:08:59 +02:00
dt
5df4f9301a Make it possible to edit the working directory the executable is run in. 2009-05-13 17:08:48 +02:00
Friedemann Kleint
38baf276f6 Deactivated quiet saving for the moment. 2009-05-13 16:38:53 +02:00
hjk
158e5ee82c debugger: refactoring of the QObject dumper
signal lists still broken for 4.6
2009-05-13 16:12:10 +02:00
Thorbjørn Lindeijer
cf44cbf58e Added an option to disable the mouse navigation
It's conflicting too much with pasting for some, so better have the
option to just turn it off.
2009-05-13 16:07:43 +02:00
Thorbjørn Lindeijer
e913f8289b Made a start on correcting indentation 2009-05-13 16:07:43 +02:00
Roberto Raggi
1575e6836d Show how to use the preprocessor to generate deps. 2009-05-13 15:29:59 +02:00
Roberto Raggi
caad98ec4c Refactored a bit the preprocessor so we can use it to generate file dependencies. 2009-05-13 15:29:59 +02:00
Friedemann Kleint
98776099d3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-13 15:10:59 +02:00
Friedemann Kleint
135000c395 Made uic-codecompletion use the new quiet-save API of Qt Designer. 2009-05-13 15:10:09 +02:00
hjk
6b9f9c6086 debugger: alsways use the copied qobject_p.h for the QObject dumper 2009-05-13 14:50:49 +02:00
Friedemann Kleint
5150089738 Fixed translation glitches. 2009-05-13 14:39:55 +02:00
Thorbjørn Lindeijer
fc94494787 Unduplicated the code that extracts the active build configurations
Reviewed-by: dt
2009-05-13 12:43:13 +02:00
Thorbjørn Lindeijer
5679146ee4 saveModifiedFiles no longer needs a list of projects
See commit b53fbe80e3
2009-05-13 12:43:13 +02:00
Thorbjørn Lindeijer
30d6efc276 Set default text for actions with context-specific names
This makes sure the context-specific names don't show up in the settings
dialog. Also fixed the variable names to conform better to our
standards.

Reviewed-by: con
2009-05-13 12:43:12 +02:00
Christian Hoenig
42cb5ddc03 Implement "Build Project Only" submenu and build project dependencies 2009-05-13 12:42:48 +02:00
con
d2ada82921 Increase the width of the locator window a bit.
Should still be ok on small screens though.
Suggested by Christian Hoenig.
2009-05-13 12:14:58 +02:00
con
7619ef2497 Remove unused definitions. 2009-05-13 11:36:04 +02:00
Thorbjørn Lindeijer
1adca9a559 Fixed the frame of the maximal stack depth spinbox
Got disabled in a merge.
2009-05-13 11:25:17 +02:00
Christian Hoenig
c11d24ada0 Use up/down arrows for function completion widget.
As this is how it is navigated by keyboard.

Reviewed-by: con <qtc-committer@nokia.com>
2009-05-13 11:06:44 +02:00
Thorbjørn Lindeijer
28994adcc1 qworkbenchplugin.pri got renamed to qtcreatorplugin.pri 2009-05-13 10:59:57 +02:00
Roberto Raggi
4802541dad Merge branch 'master' of ../mainline into dui-editor
Conflicts:
	src/plugins/texteditor/basetextdocument.cpp
2009-05-13 10:38:03 +02:00
Roberto Raggi
4b12518920 Cleanup 2009-05-13 10:30:02 +02:00
con
ae24255a8c Build fix.
Missing dependency in plugins.pro, sometimes breaks multi-process build.
2009-05-13 09:44:25 +02:00
Daniel Molkentin
c111e2b10f welcome screen: improve aldgnment, extend getting started section.
Introduce integrated 'Did you know' section, prevent scrollbars.
2009-05-12 20:05:46 +02:00
Daniel Molkentin
5123f48b0a Register as handler for qthelp://, remove obsolete started action slot. 2009-05-12 19:46:40 +02:00
Daniel Molkentin
1144682d96 Update .gitignore for windows-specific files. 2009-05-12 18:54:50 +02:00