dt_
eaabc9f06f
Use fixed font in the cmake output window
...
Task-Nr: QTCREATORBUG-4658
2011-04-27 14:45:30 +02:00
dt_
a7c4bec491
Fix warning in watchwindow.cpp
...
Reviewed-By: Friedemann Kleint
2011-04-27 14:45:30 +02:00
Thomas Hartmann
fbcbac5a65
QmlDesigner.itemLibrary: adding plugin for extra components
...
A new extra component plugin.
2011-04-27 14:24:15 +02:00
Robert Loehning
1b6b95afcc
Fixed typos in German error message
...
Reviewed-by: ossi
2011-04-27 12:20:05 +02:00
con
14487af86c
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/projectexplorer/gcctoolchain.cpp
src/plugins/projectexplorer/target.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
2011-04-27 11:27:29 +02:00
Friedemann Kleint
80ef07dce3
Debugger: Fix long tooltips in GDB settings.
...
Task-number: QTCREATORBUG-4703
2011-04-27 10:26:44 +02:00
con
a130ebf413
Debug views menu would show after using the text marker menu.
...
The right-click event that is handled by the extra text area for the
marker menu needs to be accepted, so it's not propagated further as a
context menu event.
Reviewed-by: Friedemann Kleint
2011-04-27 09:25:16 +02:00
Tobias Hunger
fc46f30020
Stop QTC_ASSERT from being triggered
...
Set up UI elements before they are used. No crash since the elements
are guarded by QTC_ASSERTs, but annoying output.
(cherry picked from commit 1df460426b )
2011-04-27 08:55:36 +02:00
Christian Kandeler
9ce732e4e0
Maemo: Make shared pointer an actual QSharedPointer.
...
Pointer was left dangling when a deploy configuration was removed.
2011-04-26 16:49:00 +02:00
Christiaan Janssen
50516bed66
QmlProfiler: corrected display name
...
Reviewed-by: Friedemann Kleint
2011-04-26 15:57:03 +02:00
Christian Kamm
30b7370f5b
QmlJS: Disable unhelpful warning.
...
(cherry picked from commit a03de5f717 )
2011-04-26 15:42:40 +02:00
Christian Kandeler
db24a27b84
QtVersion: Add sysroot for Meego.
2011-04-26 15:02:55 +02:00
Christian Kandeler
b7531ac3d0
Maemo: Remove unneeded reference to MaemoToolchain.
2011-04-26 15:02:55 +02:00
Christian Kamm
a03de5f717
QmlJS: Disable unhelpful warning.
2011-04-26 14:44:53 +02:00
Thomas Hartmann
5b97322a19
QmlDesigner.qmlPuppet: fixes a bug when dragging in a WebView on KDE
...
WebView object contains a QIcon property ("reload.icon"),
which fails to be streamed from the puppet (client) to Qt Creator (server).
The QIcon is created by a 'KIconEngine' in the KDE case.
which isn't found on the QtCreator side.
This leads operator>> in qicon.cpp to not read anything from
the buffer at all ... leading to all following properties being
invalid, since read from the wrong bytes in the stream.
Solution: Since QIcon leads to problems and we have no current use case
for a QIcon property in Bauhaus we just ignore properties of type QIcon.
Reviewed-by: Marco Bubke
Task-number: QTCREATORBUG-4596
2011-04-26 13:44:32 +02:00
Friedemann Kleint
be3768328e
Analyzer: Store FancyMainWindow defaults without QSettings.
...
Store hash directly, do not keep QSettings objects around.
2011-04-26 13:43:08 +02:00
Christian Kandeler
f15f5945c0
Maemo: Make deploy step widget extensible.
2011-04-26 13:34:44 +02:00
Christian Kandeler
0822c900da
Maemo: Show the name of deploy steps in their associated widgets.
2011-04-26 13:34:43 +02:00
con
ddbc717d90
Fix context registration for project tree.
...
Broke with IContext refactoring.
2011-04-26 13:19:26 +02:00
Christian Kandeler
b2ef0926e3
Maemo: Use devrootsh only on remote systems that have MAD developer.
2011-04-26 12:10:55 +02:00
Thorbjørn Lindeijer
701742168a
Coding style
2011-04-26 11:47:53 +02:00
Thorbjørn Lindeijer
68e7c57a99
Removed set-but-unused variable 'pos'
...
New warning in GCC 4.6.0. Plenty of other cases.
2011-04-26 11:43:52 +02:00
con
905b59d3ec
Coding style.
2011-04-26 11:33:37 +02:00
con
711d1de5fd
Show wizard's cancel button even on Mac.
...
Task-number: QTCREATORBUG-4655
2011-04-26 11:32:17 +02:00
Sergey Belyashov
0f9334329d
Updated Russian translation
2011-04-26 11:09:23 +02:00
con
feefdfdc38
Re-use output window implementation for general messages.
...
Moving the implementation to core plugin.
2011-04-26 10:45:26 +02:00
con
ef77155291
Make output window implementation reusable.
...
Removes the dependencies to project explorer and text editor plugins
and moves unrelated code to its own file.
2011-04-26 10:45:25 +02:00
con
2cf76ead26
Move OutputFormatter to Utils lib.
2011-04-26 10:45:21 +02:00
Oswald Buddenhagen
6c5647c18d
fix quoting of strings with spaces and backslashes at the end
...
the regexp would match twice at the end, and thus insert a stray quote.
so use a discrete loop instead.
fixed the same thing in proparser/ioutils before ...
Task-number: QTCREATORBUG-4291
2011-04-26 10:45:04 +02:00
Kai Koehne
444fd5ee19
QmlDebug: Make sure that right file is opened when hitting breakpoint
...
Make the file search case insensitive on Windows, in case the projects
directory has a different capitalization than what we store in the user
settings.
Reviewed-by: Robert Loehning
2011-04-26 09:40:33 +02:00
con
28c92cf044
Adapt to new config file location.
2011-04-26 09:18:46 +02:00
Robert Loehning
a4c42ea4d9
Added missing translation
...
Reviewed-by: ossi
2011-04-21 18:58:17 +02:00
hjk
e523e4ed70
bineditor: start making width flexible
2011-04-21 18:31:34 +02:00
hjk
1592c1e9a9
memoryview: save a few pixels
2011-04-21 17:41:37 +02:00
hjk
64d28d1214
debugger: also show log output for "full stack trace"
...
Mac is different...
2011-04-21 17:41:37 +02:00
hjk
d4f6e3474a
projectexplorer: fix style
2011-04-21 17:41:37 +02:00
Christian Kandeler
253f183df3
Maemo: Introduce abstract base class for deploy steps targeting devices.
...
This will make it possible for a MaemoRunConfiguration to work
with deploy steps that do not use Utils::SshConnection, but still
want to make use of our device configurations.
2011-04-21 17:02:58 +02:00
Christian Kandeler
f0486a4bb2
Maemo: Make some public functions protected.
2011-04-21 17:02:58 +02:00
Tom Sutcliffe
caf0547319
Added support for running QML debugger without C++ debugger on Symbian
...
Reviewed-by: kkoehne
Reviewed-by: Pawel Polanski
2011-04-21 16:03:36 +02:00
Friedemann Kleint
2caf050dcd
Compile fix.
2011-04-21 15:56:26 +02:00
Friedemann Kleint
1ae9679c40
Debugger: Separate internal constants.
2011-04-21 15:52:51 +02:00
Friedemann Kleint
7fd3787616
Debugger: Enable Stack Layout action in white area, too.
2011-04-21 15:34:19 +02:00
Friedemann Kleint
5001aec7ce
CodePaster: Provide service for soft-dependent plugins.
...
Offer 'Paste' in VCSBase-Diff-Editor context menu.
Make new protocol the default one if user changes it
in view/paste dialogs.
2011-04-21 15:21:50 +02:00
Friedemann Kleint
9b97f9a66e
Compile fix.
2011-04-21 15:08:27 +02:00
Christian Kandeler
0ee99ff2b3
Maemo: Move OsVersion type from MaemoGlobal to MaemoDeviceConfig.
...
Also move freePorts() method from AbstractMaemoDeployStep
to MaemoGlobal.
2011-04-21 14:42:17 +02:00
hjk
92a3d9ba2a
debugger: somewhat more verbose explanation of "UseCodeModel"
...
Reviewed-by: con
2011-04-21 14:40:55 +02:00
hjk
5645018b15
debugger: remove custom dumper location settings
...
Reviewed-by: con
2011-04-21 14:40:28 +02:00
Friedemann Kleint
5294db3d16
Project Welcome Page: Use correct file filter for projects.
2011-04-21 14:36:38 +02:00
Christian Kamm
9285f0920f
AutoCompleter: Avoid overzealously eating trailing }.
...
Task-number: QTCREATORBUG-4128
Reviewed-by: Leandro Melo
2011-04-21 14:20:43 +02:00
Christian Kandeler
ed5216560f
Maemo: Remove C++ dumper support.
...
They haven't been maintained for a while now, so no need to
try to support them.
2011-04-21 14:05:33 +02:00