dt
ac28279efe
TargetSetupPage: Only offer qt versions that have a toolchain
...
Task-Nr: QTCREATORBUG-3886
2011-03-10 17:56:57 +01:00
Friedemann Kleint
11311b6e94
Remove 'Analyze' mode.
...
- Introduce a shared analysis output pane using a stacked widgets,
layouts for the tools' output panes and toolbar widgets.
- Introduce IAnalyzerOutputPaneAdapter interface returned
by IAnalyzerTool to manage them.
- Remove mode and its mainwindow contents (depending on enum
constants should use cases for it occur).
Reviewed-by: con
2011-03-10 17:44:37 +01:00
con
3ab75ac979
Fix build
2011-03-10 17:44:32 +01:00
Mike McQuaid
cdd49a3a61
Fix valgrind symbol lookup on Mac OS X.
...
Merge-request: 267
Reviewed-by: con <qtc-committer@nokia.com >
2011-03-10 16:28:17 +01:00
Tobias Hunger
75f819848f
Symbian: Remove S60devices
...
Remove S60devices and all the code surrounding it. This gets rid of
the S60 devices tab in the options dialog, too.
Tasknumber: QTCREATORBUG-3681
Reviewed-by: dt
2011-03-10 16:04:42 +01:00
Tobias Hunger
2af6921702
GCC: Better targetAbi support
...
* Save ABI in toolchain
* have guessGccAbi return a list of possible matches.
Tasknumber: QTCREATORBUG-3996
Reviewed-by: dt
2011-03-10 15:50:23 +01:00
Tobias Hunger
5b4d841d12
Abi: Add operator !=
...
Reviewed-by: dt
2011-03-10 15:50:06 +01:00
dt
f4ca6959c4
CMakeProjectManager: waitForFinished()
...
silences a qt warning.
2011-03-10 15:38:26 +01:00
dt
a64b0e0a20
Trailing whitespace...
2011-03-10 15:38:26 +01:00
Christian Kamm
b980a9b964
QmlJS: Fix implicit "." import when . has a QML module.
...
Reviewed-by: Erik Verbruggen
2011-03-10 15:03:36 +01:00
dt
ffd6d307a0
CMakeProject: Better order of include directories
...
Project directories should come before system directories.
Task-Nr: QTCREATORBUG-3959
2011-03-10 13:51:08 +01:00
Oswald Buddenhagen
53298420ed
don't create a temp file just for mime type detection
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
93195356a9
mime type matching optimization
...
given that checking for a match is expensive and determining the
priority is cheap, it makes sense to match only if the priority is known
to be high enough.
Reviewed-by: Leandro Melo
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
f3d6cd9cd1
add mime type detection for stand-alone byte arrays
...
Reviewed-by: Leandro Melo
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
7007326837
clean up DEPENDPATH insanity
...
simply add
CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
645b3c46ed
remove "Automatically generated by qmake ..." blurbs
...
they are a bit misleading (and embarrassing ...)
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
85cb2fc8fb
remove dead files from project
2011-03-09 22:24:12 +01:00
Tom Sutcliffe
11c9370143
Removed incorrect warning message from codagdbadapter
2011-03-09 16:35:09 +01:00
Tom Sutcliffe
f567b2ed65
Adding locking to SymbianDeviceManager
2011-03-09 16:35:08 +01:00
Christiaan Janssen
ca3eedb8e5
QmlDebugger: hiding "this" from debugger when empty
...
Reviewed-by: Kai Koehne
2011-03-09 16:10:06 +01:00
Thomas Hartmann
6fd089754b
QmlDesigner.propertyEditor: crashfix
...
Better safe then sorry.
2011-03-09 15:41:42 +01:00
Thomas Hartmann
8830098384
QmlDesigner.propertyEditor: adding more tooltips
...
Adding missing tooltips
Task-number: QTCREATORBUG-3525
2011-03-09 15:41:41 +01:00
Thomas Hartmann
8ae0af4f90
QmlDesigner.documentController: hourglass for loading loading progress
...
Task-number: QTCREATORBUG-3733
2011-03-09 15:41:41 +01:00
Pawel Polanski
eeec6711e8
Symbian: Some small fixes in CODA debugging
2011-03-09 12:06:42 +01:00
Pawel Polanski
73dfb09131
Symbian: Some of the windows error messages are a bit too obscure
2011-03-09 12:06:41 +01:00
Pawel Polanski
55973c483e
CODA: Fixed timeout for info button
2011-03-09 12:06:40 +01:00
con
63d2d16206
Avoid error message with external vi on Ubuntu.
...
Ubuntu comes with only a stripped down version of vim by default which
doesn't support setting the column. So we don't do it.
Task-number: QTCREATORBUG-3850
2011-03-09 11:48:19 +01:00
con
4ed1895c68
Revert "F1+F1 behavior was broken if there was no context help found."
...
This reverts commit 9eccbbee5c .
After a bit more discussion and considering
2c4eb25168 this wasn't a good idea after
all.
2011-03-09 11:37:59 +01:00
con
9eccbbee5c
F1+F1 behavior was broken if there was no context help found.
...
If on F1 no documentation was found, the focus was not set to the side
bar, making it impossible to press F1 again to get into help mode.
The fix also makes sure that the "blank" page is not set to the help
mode in this case, to avoid a big white empty area.
2011-03-09 11:16:55 +01:00
Oswald Buddenhagen
219c3372ae
revalidate when the expected kind changes
...
otherwise the initial value set before the kind was set will be
displayed as validated by the default kind's rules.
2011-03-08 20:46:12 +01:00
Oswald Buddenhagen
64cfa4615d
don't validate executable paths & working dirs in build & run configs
...
it's well within expectations that they do not exist at the time of
configuration (especially when shadow building).
additionally, keeping the validation info (macros and environment)
up-to-date would require a notification infrastructure which is just not
worth the effort.
2011-03-08 20:46:11 +01:00
Oswald Buddenhagen
0b20199a92
de-arcanize code
...
no need to make a dummyfied derived class when using another flag is
just fine.
2011-03-08 20:46:11 +01:00
Oswald Buddenhagen
e26b631a5a
remove dead code
2011-03-08 20:46:11 +01:00
Thomas Hartmann
bc98bba8d9
QmlDesigner.model: bugfix
...
We use Qt now instead of Qt Quick
2011-03-08 18:38:25 +01:00
Thomas Hartmann
7ea1e3a029
QmlDesigner.navigator: better support for positioners
...
The properties x and y get removed when putting an item
into an positioner.
2011-03-08 18:38:17 +01:00
Thomas Hartmann
7df99bca7d
QmlDesigner.dragTool: behaivour/usabilty fix
...
The user should be able to drop an item everywhere, also outside
the root item. The item is created in the scene when the animation is over.
Also the animation is shorter now.
2011-03-08 18:38:09 +01:00
Thomas Hartmann
68d323014e
QmlDesigner.formEditor: allow selection of non movable items
...
Some items are not movable, but the user should still be able
to select them in the form editor.
Best example are items inside a positioner.
2011-03-08 18:38:02 +01:00
Thomas Hartmann
386e204685
QmlDesigner.qmlPuppet: allows specifying alternative to qmlpuppet
...
This allows the user to specify another qmlpuppet then the one
delivered with QtCreator. For example a pupper build with mingw.
The enviroment variable QTCREATOR_QMLPUPPET_PATH is used.
Reviewed-by: Kai Koehne
2011-03-08 18:37:54 +01:00
Thomas Hartmann
bc0303e143
QmlDesigner.documentcontroller: detach node instance view in edit mode
...
This patch detaches the node instance view in edit node.
2011-03-08 18:37:43 +01:00
Thomas Hartmann
059859b5af
QmlDesigner.formEditor: fixes rootFormEditorItem()
...
Previous implementation was broken.
2011-03-08 18:37:36 +01:00
Thomas Hartmann
d19475a9c1
QmlDesigner.propertyEditor: fix updates of anchor states
...
Ancors work in the property editor, again.
TaskNumber: QTCREATORBUG-3958
2011-03-08 18:37:27 +01:00
Thomas Hartmann
680e13671a
QmlDesigner.nodeInstanceServer: fix anchors
...
The previous check does not make sense for me.
TaskNumber: QTCREATORBUG-3958
2011-03-08 18:37:19 +01:00
Thomas Hartmann
d47ce7d286
QmlDesigner.subComponentManager: remove the need for a QDeclarativeEngine
...
There were cases where a QDeclarativeEngine was crashing.
Reviewed-by: Kai Koehne
2011-03-08 18:37:10 +01:00
Pawel Polanski
18c4b4bcbf
CODA: Proper cleanup of CodaDevice in codagdbadapter
2011-03-08 16:13:09 +01:00
Pawel Polanski
5ad4ea6074
CODA: Added help link page for CODA
2011-03-08 15:42:21 +01:00
Friedemann Kleint
f610bf4d45
Valgrind: Fix coding style issues.
...
Header specification, remove internal classes from exported
headers, fully qualify signals,slots.
2011-03-08 13:56:52 +01:00
Christiaan Janssen
ecce5bca6f
QmlInspector: break selection loop on cursor change
...
Reviewed-by: Kai Koehne
2011-03-08 13:26:29 +01:00
Kai Koehne
315e18d79a
QmlJsDebug: Fix regression in list of breakpoints
...
Allow more than one breakpoint per compilation unit.
2011-03-08 13:11:32 +01:00
Pawel Polanski
f6e26afc9f
CODA: Added timeout for info button for CODA
2011-03-08 12:49:40 +01:00
Friedemann Kleint
f5ad4b609c
Debugger: Output warnings when preferred debugger is not set up.
...
Reviewed-by: hjk
Task-number: QTCREATORBUG-3990
2011-03-08 12:39:35 +01:00