Commit Graph

62421 Commits

Author SHA1 Message Date
Roberto Raggi
9cd7faa8f0 Compile. 2009-05-18 15:36:21 +02:00
Thorbjørn Lindeijer
6f3c9f7002 Revert "Do not expand the list of candidates when resolving fully qualified ids"
This reverts commit 84ba24ac71.

It might work now cause of the fix done in commit
f3767148c0.
2009-05-18 15:30:37 +02:00
Thorbjørn Lindeijer
4bf4b4521e Simplified labels related to build and run settings
Mainly removed the "Settings" part, since we don't use that in our
settings pages generally.

Also merged the build and run group boxes, since they both have only a
single checkbox currently. Easy enough to add more structure when
necessary.
2009-05-18 15:17:26 +02:00
Daniel Molkentin
9a1e869cb4 Always show a selection of the MSVC versions available, even for one.
Also, warn if no MSVC version could be detected even though the Qt
version was build with MSVC. This should make the tracing of problem
a bit easier. Before, we have hidden the GUI elements if only one
compiler version could be found. This looks inconsistent and causes
confusion.
2009-05-18 15:02:42 +02:00
Daniel Molkentin
55029f41fb Show the proper state of the debugging helper. 2009-05-18 15:02:42 +02:00
Daniel Molkentin
159056058d Add support for AMD64 compilers for MSVC.
At this point, compiling projects and debugger helpers works.
The speciality with this is that Qt does not provide distinct
mkspecs, because MSVC draws the line between 32 and 64 bit
solely by the environment.
2009-05-18 15:02:41 +02:00
Thorbjørn Lindeijer
1d4802a5a8 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-18 14:40:45 +02:00
kh
4cb93339bd make ctrl+lmb and mmb work in a same way everywhere (like in browsers) 2009-05-18 14:03:13 +02:00
Thorbjørn Lindeijer
5208444d7a Merge branch 'copylines'
Conflicts:
	src/plugins/texteditor/texteditorconstants.h
2009-05-18 12:34:12 +02:00
dt
575de43b3f Merge commit 'origin/master' 2009-05-18 12:23:27 +02:00
Alessandro Portale
ef410b7366 Polishing Settings Ui:
Putting Help Filter settings into a GroupBox
2009-05-18 12:22:29 +02:00
Alessandro Portale
ee70abee9b Polishing Settings Ui:
Putting VCS settings into a GroupBox
2009-05-18 12:19:13 +02:00
Alessandro Portale
0e41de8f84 Polishing Settings Ui:
Using default margins. Spacer outside lower Groupbox.
2009-05-18 12:08:24 +02:00
Alessandro Portale
320b169098 Polishing Settings Ui:
Putting Locator filter settings into a GroupBox
2009-05-18 12:02:28 +02:00
Alessandro Portale
a6c0500882 Polishing Settings Ui:
Putting Debugging Helper settings into a GroupBox
2009-05-18 11:57:53 +02:00
Alessandro Portale
9f96d80c7b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-05-18 11:48:01 +02:00
Alessandro Portale
e00f346e7c Polishing Settings Ui:
Putting Docs settings into a GroupBox
2009-05-18 11:47:45 +02:00
Alessandro Portale
718b623f90 Polishing Settings Ui:
Putting CPaster settings into a GroupBox
2009-05-18 11:36:36 +02:00
Alessandro Portale
0c9e8b23a0 Polishing Settings Ui:
Putting Cpp file settings into a GroupBox
2009-05-18 11:35:59 +02:00
Roberto Raggi
be620585f1 Updated the QML editor. 2009-05-18 11:21:54 +02:00
Alessandro Portale
59003be0d5 Replaced 'speinfo' with 'qtmodulesinfo'. 2009-05-17 23:57:21 +02:00
Alessandro Portale
4fc880e30a Removed all non-QtModules entries from "SpeInfo". Further cleanup
and renaming will not hurt.
2009-05-17 19:17:52 +02:00
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