dt
b718730d60
Remove unused functions, found while reviewing a merge request.
...
TaskModel::firstError() and TaskWindow::gotoFirstError()
2009-05-19 19:01:28 +02:00
Friedemann Kleint
3cae726f79
Improved CDB autodetection.
...
Check for x32 as well; pop up a message box on failure.
2009-05-19 16:51:33 +02:00
hjk
96ea23b9c6
debugger: rename win.pri to shared.pri
2009-05-19 16:05:02 +02:00
hjk
28d7953f6f
debugger: add script.pri
2009-05-19 16:03:01 +02:00
hjk
f122fb2b84
debugger: add gdb.pri
2009-05-19 16:02:08 +02:00
hjk
cce1c7f78e
debugger: rename 'win' subdir to 'shared'
2009-05-19 15:45:58 +02:00
hjk
420cd301c7
debugger: move script-debugger related code to directory of its own
2009-05-19 15:38:04 +02:00
hjk
f8d16b0381
debugger: move 'win{}' .pro scope from debugger.pro to individual .pri files
2009-05-19 15:35:47 +02:00
hjk
fe7e88a6b5
debugger: rename resource path for generic images from 'gdbdebugger' to 'debugger'
2009-05-19 15:35:47 +02:00
Roberto Raggi
1f26af5c5e
Oops! Removed "ugly" and buggy "return".
2009-05-19 15:34:17 +02:00
hjk
f70affc070
debugger: put tcf related stuff into directory of its own
2009-05-19 15:28:39 +02:00
hjk
f63f18b840
debugger: put gdb related stuff into directory of its own
2009-05-19 15:23:12 +02:00
hjk
0087579587
debugger: cosmetics in the json parser
2009-05-19 15:23:12 +02:00
hjk
39d3d35cdc
debugger: add a primitive json parser (copied and trimmed from the mi parser)
2009-05-19 15:23:12 +02:00
Friedemann Kleint
14241725fc
Fixed Mac compilation.
2009-05-19 15:17:15 +02:00
Friedemann Kleint
19663fee41
Added 'Open with ->Qt Designer' in Project Explorer.
...
Added IExternalEditor which knows a kind and a mimetype.
Make EditorManager and ProjectExplorer "Open With" query
the interface and add the respective kinds.
Add "openExternalEditor" to EditorManager.
Add External editors for Designer and Linguist,
making use of Mac 'open' or Designer's Tcp socket mechanism
to ensure files are opened in the same instance (per Qt version).
Task-number: 249392
Reviewed-by: con <qtc-committer@nokia.com >
2009-05-19 14:54:52 +02:00
Roberto Raggi
398451b9d5
Improved LookupContext::buildVisibleScopes().
2009-05-19 14:15:56 +02:00
Roberto Raggi
754b1c0f0f
Set the cv-qualifiers when instantiating template functions.
2009-05-19 13:35:18 +02:00
Roberto Raggi
743e00f1ab
Improved name substitution.
2009-05-19 13:24:58 +02:00
Roberto Raggi
33b11f23d3
Fixed prettyprint of template types.
2009-05-19 12:33:55 +02:00
Roberto Raggi
339cb43454
Removed hidden function declarations from the overloaded function set.
2009-05-19 12:17:51 +02:00
Thorbjørn Lindeijer
55c69ffea4
Do not expand the list of candidates when resolving fully qualified ids
...
Still too unstable after all.
This reverts commit 6f3c9f7002 .
2009-05-19 12:16:25 +02:00
Joel Nordell
4c07de50b2
add ':' to electric keys for C++ indenting, and check for electric keys anywhere on line, not just at beginning
2009-05-18 14:38:22 -05:00
dt
c6908e028c
Compile
2009-05-18 18:51:18 +02:00
dt
27a7af3642
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-18 18:18:51 +02:00
dt
f932292877
Remove wrong output, we pass a explicit -spec argument.
2009-05-18 18:17:58 +02:00
dt
143f6e4ac8
Remove debugging output
2009-05-18 18:08:20 +02:00
dt
72f5be29a2
Support multiple buildconfigurations with cmake
...
We didn't support having different build directories.
Task-Nr: 251632
2009-05-18 18:07:52 +02:00
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