mae
5f139b490a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-18 19:21:10 +01:00
mae
71fe3435f2
when jumping to methods in the same file, stay in the same editor (split corner case)
2009-03-18 19:20:28 +01:00
Oswald Buddenhagen
2246be65fd
fix warning
2009-03-18 19:10:40 +01:00
Thorbjørn Lindeijer
e72e07963d
Initialize run mode correctly
...
It was missing for CustomExecutableRunConfiguration and
Qt4RunConfiguration.
Reviewed-by: dt
2009-03-18 17:53:20 +01:00
Friedemann Kleint
70cf2c76a5
Fixes: Use common default for lower casing file names
2009-03-18 17:05:48 +01:00
Friedemann Kleint
bccf4a1fc3
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
...
Task: 241959, 248085
RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
Thorbjørn Lindeijer
3b0305727b
Allow overriding make command and specifying parameters
...
For the generic project manager.
2009-03-18 15:59:25 +01:00
Thorbjørn Lindeijer
d73079468f
Set document mode on tab widget to hide ugly frame
2009-03-18 14:38:56 +01:00
Thorbjørn Lindeijer
78d603adec
Use the make command defined by the tool chain
...
For now only for GenericProject, since the CMakeProject doesn't have the
right tool chain set on Windows yet.
Reviewed-by: dt
2009-03-18 14:35:35 +01:00
Thorbjørn Lindeijer
3904b2ad3e
Class name simplification for MakeStep related classes
...
Was a bit confusing that a MakeStep was constructed by a
MakeBuildStepFactory and configured by a MakeBuildStepConfigWidget.
The MakeStep of the generic project manager was renamed to
GenericMakeStep.
2009-03-18 13:55:13 +01:00
Thorbjørn Lindeijer
93b3dda602
Fixed member variable prefix to be in line with coding standards
2009-03-18 12:20:06 +01:00
Thorbjørn Lindeijer
1a775dd8ca
A bit of cleanup/unduplication
2009-03-18 11:54:26 +01:00
Thorbjørn Lindeijer
9e700af42f
Fixed updating of defines after editing the .config file
...
Reviewed-by: Roberto Raggi
2009-03-18 11:36:39 +01:00
Thorbjørn Lindeijer
671488931c
Don't crash cause of referencing uninitialized pointers
2009-03-18 11:36:39 +01:00
dt
65969bad69
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-18 11:15:21 +01:00
Friedemann Kleint
fae2cb4982
Fixed: Compile without WebKit
...
RevBy: con
2009-03-18 10:36:10 +01:00
hjk
42c4b9dd52
compile fix
2009-03-18 10:04:02 +01:00
hjk
2883ec3b3a
compile fix
2009-03-18 09:14:33 +01:00
hjk
3ad22e3306
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-18 09:04:56 +01:00
hjk
da1492cf28
debugger: start action handling refactoring
2009-03-18 09:03:47 +01:00
Thorbjørn Lindeijer
0a48bd8731
Unduplicated the code that initializes editor settings
...
This stuff was all over the place, a relic from before the editor
settings were unified. Now the initialization is only done in
TextEditorSettings.
Fixes the .pro file editor and the generic project files editor, which
before only used the font settings.
2009-03-17 18:25:45 +01:00
Thorbjørn Lindeijer
a952a9bfa8
Rename CppPluginEditorFactory to CppEditorFactory
...
I couldn't find it since it was both hidden in the cppplugin.cpp file as
well as having an unnecessarily long name.
2009-03-17 18:25:45 +01:00
Thorbjørn Lindeijer
0694e3af3b
Removed CPPEditorActionHandler
...
Didn't add anything to the TextEditorActionHandler.
2009-03-17 18:25:45 +01:00
Thorbjørn Lindeijer
551b9f487e
Moving some code together that belongs together
2009-03-17 18:25:44 +01:00
Thorbjørn Lindeijer
4e16705a27
Added changeEvent calls where appropriate
...
Need to call into the superclass in order not to lose functionality. Was
missing in the wizard, hence the many missing occurrences.
Reviewed-by: Friedemann Kleint
2009-03-17 18:25:44 +01:00
Thorbjørn Lindeijer
70d5649428
Don't show code folding margin when it isn't supported
...
Introduce setCodeFoldingSupported to the BaseTextEditor, and only
enabled it for the C++ and QtScript editors. This removes the useless
margin meant for code folding markers from the plain text editor and
.pro file editor.
2009-03-17 18:25:44 +01:00
con
a0631d294b
Add find support to the help side panel.
...
Task: 248199
2009-03-17 17:48:22 +01:00
dt
28dacdfdf3
Fixes: Wrong evaluation of arguments to qmake functions
...
Task: 247606
RevBy: analysis and bug fix mostly by ossi
Details: More fixes might be needed.
2009-03-17 17:12:29 +01:00
hjk
cc89dcc75b
debugger: make "Use Dumpers" a pool action
2009-03-17 17:06:39 +01:00
Friedemann Kleint
04a15daab7
Fixes: Compilation/start on handling console processes.
2009-03-17 16:54:35 +01:00
con
5dc74a98e2
Add 'Show in Finder' context menu.
...
Task: 248454
2009-03-17 16:46:52 +01:00
dt
3a4412c326
Merge commit 'origin/master'
2009-03-17 16:08:27 +01:00
dt
7f38e17e72
Fixes: Custom Run Executable settings showing wrong errors
...
Task: Found while testing the cmake plugin
Details: Don't validate the working directoryl as it depends on the
magic $BUILDDIR variable, validate the executable as a command.
2009-03-17 16:06:19 +01:00
con
bf118eba1e
Fixes: Re-add signal/slot editor widget.
...
Task: 246812
2009-03-17 15:34:23 +01:00
con
c42ed2bece
Fixes: Open file context menu in project explorer
...
Task: 248084
2009-03-17 15:27:47 +01:00
dt
80457082ea
Add a name filed to the custom executable runconfiguration widget
...
Reported on irc, and probably also have a task for that. Simply
forgotten when i first implemented it.
2009-03-17 15:11:56 +01:00
dt
78fde8db60
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-17 14:59:59 +01:00
hjk
9548b91b91
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-03-17 14:58:41 +01:00
hjk
fff7187f51
debugger: allow state transition from DebuggerInferiorRunning to
...
DebuggerInferiorStopped without going through DebuggerInferiorStopRequested
2009-03-17 14:57:43 +01:00
Roberto Raggi
437bbd00e5
Don't insert `(' when completing ambiguous symbols.
2009-03-17 14:46:35 +01:00
Roberto Raggi
937340cc5f
Don't process the documents from QtConcurrent threads.
2009-03-17 14:39:52 +01:00
dt
6daea3a718
Fixes: Show all editors even not completly restored.
...
Task: Reported on irc
RevBy: mae
2009-03-17 14:30:24 +01:00
Roberto Raggi
a744a73145
Check for ambigious function-declarators/cpp-initializers.
2009-03-17 14:27:28 +01:00
Roberto Raggi
e3baca2e9a
Prefer C++ Initializer when parsing init-declarators.
2009-03-17 14:12:42 +01:00
Roberto Raggi
f9a3df1847
Visit the parameters, the cv qualifiers and exceptions
2009-03-17 14:12:42 +01:00
Friedemann Kleint
2b56687526
Fixes: Form Class Wizard: Generate call to base class implementation of changeEvent().
2009-03-17 13:50:32 +01:00
Friedemann Kleint
178fe102e8
Fixes: Suppress colors for git diff project, class names in widget template
2009-03-17 13:00:22 +01:00
Friedemann Kleint
465bf149d5
Fixes: Using a git configuration with colored output breaks much of the git plugin.
...
Task: 248067
Details: Use --no-color where appropriate. Use a hack to remove color sequences from output for "status" since it does not support the option as of git 1.6.2.
2009-03-17 12:36:55 +01:00
dt
8e0fb8ba9a
Fixes: Show projectname not filename in the Project Mode
2009-03-16 18:39:10 +01:00
dt
84ce2e5b70
Fixes: Add a makeCommand() virtual function to ToolChain
...
Details: Move that code from qt4project to a common class.
2009-03-16 18:13:45 +01:00