- 18 May, 2009 17 commits
-
-
Daniel Molkentin authored
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.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
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.
-
Thorbjørn Lindeijer authored
-
kh authored
-
Alessandro Portale authored
-
Thorbjørn Lindeijer authored
Conflicts: src/plugins/texteditor/texteditorconstants.h
-
Alessandro Portale authored
Putting Help Filter settings into a GroupBox
-
Alessandro Portale authored
Putting VCS settings into a GroupBox
-
Alessandro Portale authored
Using default margins. Spacer outside lower Groupbox.
-
Alessandro Portale authored
Putting Locator filter settings into a GroupBox
-
Alessandro Portale authored
Putting Debugging Helper settings into a GroupBox
-
Alessandro Portale authored
-
Alessandro Portale authored
Putting Docs settings into a GroupBox
-
Alessandro Portale authored
Putting CPaster settings into a GroupBox
-
Alessandro Portale authored
Putting Cpp file settings into a GroupBox
-
Roberto Raggi authored
-
- 17 May, 2009 3 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
and renaming will not hurt.
-
Alessandro Portale authored
-
- 15 May, 2009 13 commits
-
-
Serge Ratke authored
-
con authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
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.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Daniel Molkentin authored
-
con authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
hjk authored
It is now possible to send manual commands using Ctrl-Return in the left pane of the Debugger View.
-
- 14 May, 2009 7 commits
-
-
Thorbjørn Lindeijer authored
The version that does copy to clipboard is now called Cut Line, and is still mapped to Shift+Delete by default.
-
Friedemann Kleint authored
-
Roberto Raggi authored
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
-
hjk authored
-
Friedemann Kleint authored
Appears to be working for 64 bit, also. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
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>
-
Roberto Raggi authored
Improved the DuiDocument and keep a working copy of the document in the editor, also use the QML api.
-