Commit Graph

44349 Commits

Author SHA1 Message Date
Alessandro Portale
7711b14d46 'Qt/S60' -> 'Qt for S60'. That's the official name. 2009-05-17 18:50:05 +02:00
Serge Ratke
2dd046640d implementation of copy lines up/down functionality 2009-05-15 23:17:11 +02:00
con
564f7b9eb5 Make floating gdb views possible. Hiding when mode is switched. 2009-05-15 16:55:35 +02:00
Roberto Raggi
d46a1447f1 Fixed possible crash in std::isspace(ch) when ch is a unicode char. 2009-05-15 16:01:02 +02:00
Friedemann Kleint
81d69641ab Added ParameterAction class for QActions acting on files.
Reduce inconsistencies in tr()-Strings provided for
QActions that act on a current <something> (mostly files) by
introducing a ParameterAction class that takes the tr()-Strings
at construction time and provides a setParameter(QString) slot,
allows for setting that parameter or an empty string, which
will cause the displayed text to be updated.
2009-05-15 15:41:00 +02:00
dt
03405e621a Remove dependency also form plugins.pro 2009-05-15 15:22:48 +02:00
dt
449e0b54c5 Unneeded dependencies on Help 2009-05-15 15:16:46 +02:00
Daniel Molkentin
9106c72116 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-15 15:00:18 +02:00
Daniel Molkentin
48bdf10644 welcome screen: fix prev tip for good 2009-05-15 14:59:32 +02:00
con
a74f494974 Add a menu item for the Locals and Watchers panel.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-05-15 14:48:03 +02:00
Daniel Molkentin
900ec2aaab welcome screen: fix tip cycling 2009-05-15 13:43:51 +02:00
con
01cc5b485b Remove unnecessary code. 2009-05-15 12:01:41 +02:00
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
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
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
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
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
135000c395 Made uic-codecompletion use the new quiet-save API of Qt Designer. 2009-05-13 15:10:09 +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