Commit Graph

6440 Commits

Author SHA1 Message Date
dt
a84ebd1299 Fix show/hide of importing label 2009-12-08 14:07:15 +01:00
Erik Verbruggen
5f05fb759e Removed unused code. 2009-12-08 13:54:13 +01:00
Erik Verbruggen
1c8ea0b82e Removed unused and problematic class definition. 2009-12-08 13:44:12 +01:00
dt
377e6ff5dd Make runQMake simpler 2009-12-08 13:09:16 +01:00
Tobias Hunger
e386525613 Cleanup Qt4ProjectManager.
* Remove unnecessary headers.
 * Remove hardly used variables.
 * QTC_ASSERT before using a pointer which might be 0.

Reviewed-by: dt
2009-12-08 12:48:43 +01:00
Roberto Raggi
3d2e454358 Add only symbols declared in class scopes when performing class-completion. 2009-12-08 12:43:40 +01:00
Roberto Raggi
02c7336795 Expand the template parameters. 2009-12-08 12:38:27 +01:00
Roberto Raggi
fef2ad6bba Create TypenameArgument symbols. 2009-12-08 12:20:14 +01:00
Roberto Raggi
f7164ae9d4 Introduced TypenameArgument. 2009-12-08 12:20:13 +01:00
Roberto Raggi
2811d0caf3 Removed unused argument. 2009-12-08 12:20:13 +01:00
Erik Verbruggen
d247c0e1e6 Namespace clean-ups. 2009-12-08 11:52:44 +01:00
Erik Verbruggen
96e5cae4c8 Added metainfo classes from Bauhaus for use in the QML editor. 2009-12-08 11:52:43 +01:00
Roberto Raggi
5a0b7f8ec8 Added initializers to the formal arguments. 2009-12-08 11:35:34 +01:00
Thorbjørn Lindeijer
d20cdc64e3 Merge remote branch 'origin/1.3' 2009-12-08 11:26:05 +01:00
Roberto Raggi
4bbb9219e9 Fixed completion when a typedef symbol is used as class name
For example std::string, which is a typedef of std::basic_string.

Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-12-08 11:09:11 +01:00
Thorbjørn Lindeijer
9839dea6bc Fixed autoindent when using tabs instead of spaces
Several special cases that are handled by the CPPEditor did not take
into account code that was using tab characters.

Task-number: QTCREATORBUG-292
Reviewed-by: Roberto Raggi
2009-12-08 11:09:11 +01:00
dt
b63e6e939d Make BuildConfiguration::setValue and ::value protected 2009-12-07 15:55:41 +01:00
Roberto Raggi
55175c149c Fixed scope completion after a template-id. For example, when completing std::list<int>::i... 2009-12-07 15:33:08 +01:00
Tobias Hunger
44f29afc6b Reduce margin around Qt4ProjectConfigWidget
* This makes sure this widget gets the same margins as all the
   others.

Reviewed-by: dt
2009-12-07 15:27:25 +01:00
Tobias Hunger
50bd482496 Set width of projects mode to 900px.
We are targetting nothing below netbooks. These devices have screens
 that usually are 1024px wide (or wider), so this increase should be OK
 there.

 The 100px bonus do help a bit when editing environment variables, etc.

Reviewed-by: dt
2009-12-07 15:24:57 +01:00
Tobias Hunger
7ed7684b53 Show/hide the no build steps label as appropriate
Reviewed-by: dt
2009-12-07 15:23:32 +01:00
Tobias Hunger
c05c1ceb76 Rename method in buildsettingspropertiespage.
* Init is really setting up the UI, so rename it to setupUi.

Reviewed-by: dt
2009-12-07 15:17:37 +01:00
Tobias Hunger
717e0d3956 Fix graphical glitches in detailsbutton.
* Fix graphical glitches when rendering the detailsbutton.
 * Add copyright headers while touching this file.

Reviewed-by: dt
2009-12-07 15:15:55 +01:00
Tobias Hunger
999cf225b0 DetailsWidget cleanup
* Add expanded signal.
 * Add copyright headers.
 * Improve setExpanded method as well as setting a widget.

Reviewed-by: dt
2009-12-07 15:14:08 +01:00
ck
680222a37e Maemo: Fix ssh command line for Windows.
Reviewed-by: kh1
2009-12-07 15:11:27 +01:00
Roberto Raggi
47cf2cb7f5 Removed extra (unnecessary) semicolon. 2009-12-07 15:10:31 +01:00
Roberto Raggi
988ec82bb5 Check for unnecessary semicolons after function definitions. 2009-12-07 15:08:00 +01:00
Roberto Raggi
f618a9a296 Check for unnecessary semicolons after blocks. 2009-12-07 15:01:02 +01:00
dt
24a4590767 Cmake: Let the generator determine the toolchain
Otherwise we need to parse the cbp file, which happens only if the
buildconfiguration gets active. Also try to decouple a few internals a
little bit by using signals. The CMakeProject still handles a few things
directly instead of via signals, more to come eventually.
2009-12-07 15:00:17 +01:00
dt
1e46cb424e Rework connections on the project pane for Qt4Projects.
Should fix a lot of corner cases, might introduce a few bugs.
Also rename functions/slots to be better named.

Generic Project Manager and CMake Project Manager are missing from this
patch.
2009-12-07 15:00:17 +01:00
dt
429a52742c Remove function that isn't called anywhere 2009-12-07 15:00:17 +01:00
dt
aaae96a00e Remove very old importing code 2009-12-07 15:00:17 +01:00
dt
fe71ca8a55 Fix connect 2009-12-07 15:00:17 +01:00
Roberto Raggi
59e0729826 Improved error recovery when parsing ctor-initializers. 2009-12-07 14:51:29 +01:00
Roberto Raggi
fd4aee7ef6 Added diagnostic messages for ctor-initializers. 2009-12-07 14:51:29 +01:00
Thorbjørn Lindeijer
2be825784c Fixed typo 2009-12-07 14:41:08 +01:00
Roberto Raggi
a93b625697 Compile with msvc. 2009-12-07 13:00:56 +01:00
Roberto Raggi
bdb4e48ebf Store the working list in a QHash. 2009-12-07 12:47:45 +01:00
Roberto Raggi
0614e19ddc Rename MyProcess and MyReduce. 2009-12-07 12:47:45 +01:00
Kai Koehne
d185116c4e Remove bootstrapping magic for qpatch
Breaks with pulse/binary packages, and is not needed anyway.

Reviewed-by: Daniel Molkentin
2009-12-07 12:11:54 +01:00
hjk
32d3db8200 debugger: special handling for char* 2009-12-07 12:07:10 +01:00
hjk
4794cbf030 debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 12:07:10 +01:00
Roberto Raggi
15ee71b324 Disable the indexer when m_indexerEnabled is false. 2009-12-07 12:03:31 +01:00
Roberto Raggi
3fb1bc46ae Compile. 2009-12-07 12:00:35 +01:00
hjk
9e939c1931 Revert "debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__"
This reverts commit 136f3b8bbc.
2009-12-07 11:34:56 +01:00
hjk
136f3b8bbc debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 11:28:47 +01:00
hjk
b7c93c03c1 debugger: simply dumper logic in case of inner types are pointers 2009-12-07 11:28:47 +01:00
hjk
d2ab8762e9 debugger: special handling of char *argv[] in l&w
It's nicer this way.
2009-12-07 11:28:47 +01:00
Roberto Raggi
69c9a06342 Removed the call to QDir::cleanPath. 2009-12-07 11:20:16 +01:00
Roberto Raggi
60caec48d1 Store the documents in an hash. 2009-12-07 11:12:55 +01:00