Commit Graph

14413 Commits

Author SHA1 Message Date
Tobias Hunger
3c62d2aae6 Symbian: Make sure the EPOCROOT ends with / on Linux
Task-number: QTCREATORBUG-2445
Reviewed-by: Pawel Polanski
2010-10-06 10:37:52 +02:00
Thomas Hartmann
d1b3420f2b QmlDesigner: removing strange file
Reviewed-by: Trust Me
2010-10-06 10:34:30 +02:00
Friedemann Kleint
7d35c50aa5 Debugger[Breakpoints]: Do not trigger reinserting breakpoint unless changed.
Add a menu option to edit breakpoints to the locator/editor context menu.

Reviewed-by: hjk
2010-10-06 10:32:36 +02:00
Kai Koehne
c29e52b331 QmlDesigner: Fix compile warning 2010-10-06 10:17:50 +02:00
Christian Kamm
4dd800c160 QmlDump: If a automatic build fails, don't try again directly.
Reviewed-by: Kai Koehne
2010-10-06 10:16:41 +02:00
Kai Koehne
f5716f05b7 QmlDump: Get right Qt version for .qmlproject
We're using a QObject property to get the Qt Version Id: QmlDumpTool
is in Qt4ProjectManager, which shouldn't have a dependency to QmlProjectManager.

Reviewed-by: Christian Kamm
2010-10-06 10:15:13 +02:00
Christian Kandeler
1d3c08dabb SSH: Declare signal parameter with full namespace.
Otherwise we can't sensibly declare slots with a matching parameter.
2010-10-06 10:10:11 +02:00
Christian Kamm
37e96bae81 Add to the changes file. 2010-10-06 09:54:56 +02:00
Thomas Hartmann
f2ada23d26 QmlDesigner: using Qt 4.7 again
We need to support the N900

Reviewed-by: Kai Koehne
2010-10-06 09:47:13 +02:00
Thomas Hartmann
d211050e07 QmlDesigner.propertyEditor: fix WebView page
This patch add a proper WebView page
to the property editor.

Reviewed-by: Trust Me
2010-10-06 09:47:12 +02:00
Tobias Hunger
80f91c99d2 VCS: Abort commit on ESC
Abort a commit when pressing ESC in the "Do you want to commit?" dialog.

Task-number: QTCREATORBUG-2616
2010-10-05 18:01:02 +02:00
Christian Kandeler
976a9a17e0 Botan: Always compile with optimizations.
We rarely need to debug this, and the speed-up is impressive.
2010-10-05 17:54:41 +02:00
dt
0f6b134a67 Qt4ProjectManager: Fix subnode build
Reviewed-By: hunger
2010-10-05 17:42:57 +02:00
Tobias Hunger
e506bdba93 Git: Improve handling of author information
Task-number: QTCREATORBUG-2610
Reviewed-by: Robert Loehning
2010-10-05 17:40:04 +02:00
Christian Kandeler
0248aefdf7 Maemo: Update "changes" file. 2010-10-05 17:39:58 +02:00
Daniel Molkentin
f58acdc71e Fit all tips even on 120 DPI screens.
Task-Number: QTCREATORBUG-2587
2010-10-05 17:35:47 +02:00
Daniel Molkentin
b7b3eae8dd Make more room on the welcome page. 2010-10-05 17:35:47 +02:00
Daniel Molkentin
371ea6177e Fix Tips of the Day with dark color schemes.
Task-Number: QTCREATORBUG-1769
2010-10-05 17:35:47 +02:00
con
6c38618650 Cpp locator filters were not opening edit mode (if you were elsewhere),
and the "current document" filter didn't jump to the column

Reviewed-by: Erik Verbruggen
2010-10-05 17:14:25 +02:00
Kai Koehne
c6c2486d5d QmlJSDebugger: Fix linkage error
Make sure that the private API used from Qt is compiled with
Q_DECL_IMPORT.

Task-number: QTCREATORBUG-2609
2010-10-05 16:58:59 +02:00
Kai Koehne
c1954e09fc QmlJSDebugger: Fix path in standalone .pro file 2010-10-05 16:58:59 +02:00
Friedemann Kleint
ec6b90aac6 Debugger[CDB]: Make breakpoints work again.
Reviewed-by: hjk
2010-10-05 16:39:07 +02:00
Christian Kandeler
d778af3b55 SSH: Finish Implementing SFTP test. 2010-10-05 16:10:24 +02:00
Christian Kandeler
3d90463dd4 SSH: Implement first half of SFTP test. 2010-10-05 16:10:24 +02:00
hjk
d0848ee29a debugger: fix breakpoint cleanup to allow subsequent runs
Reviewed-by: Friedemann Kleint
2010-10-05 16:06:41 +02:00
hjk
c848f7fdea changes-2.1.0: some fixes had been backported to 2.0.1, don't mention them twice 2010-10-05 16:06:41 +02:00
Tobias Hunger
0421b9d0dc Filemanager: Ignore editory with temporary files
When switching to a editor containing a temporary file do not
update the filemanager, even when sync to editor is enabled.

Task-number: QTCREATORBUG-2605
Reviewed-by: Thorbjorn Lindeijer
2010-10-05 15:07:35 +02:00
kh1
699e3657a9 Replace QToolBars with StyledBar. Remove minimum size constraints.
Reviewed-by: con
2010-10-05 14:53:29 +02:00
Friedemann Kleint
58865c35b0 Debugger[CDB]: Handle 'enabled' configuration setting.
Pass on error message when engine creation fails.

Reviewed-by: hjk
Task-number: QTCREATORBUG-2608
2010-10-05 14:30:26 +02:00
Friedemann Kleint
4e281167ee Debugger[CDB]: Adapt SharedLib-Dumpers to new std::vector.
Reviewed-by: hjk
2010-10-05 14:25:04 +02:00
Roberto Raggi
189311816c Resolve local using namespace directives.
Reviewed-by: Erik Verbruggen
2010-10-05 14:22:05 +02:00
con
5d2d31279b Fix scrolling of compile output windwow yet again
Broke with 29b073e92e

Reviewed-by: mae
2010-10-05 14:14:57 +02:00
hjk
2ba557f821 changes-2.1.0: add a few debugger and fakevim related items 2010-10-05 13:54:48 +02:00
hjk
6d371f4054 debugger: don't make actions more dynamic then they need to be
done with con
2010-10-05 13:54:48 +02:00
Marco Bubke
da5b3b6d2f QmlDesigner.NodeInstances: Search for every child object and tweak it
Refactoring old code and now sets a flag for every QGraphicsWebView to
use not the backing store code of webkit. The backing store is not
working for Bauhaus.

Reviewed-By: Thomas Hartmann
2010-10-05 13:38:49 +02:00
Marco Bubke
ffac87c44a QmlDesigner.NodeInstances: Cleanup paint methode
Reviewed-By: Thomas Hartmann
2010-10-05 13:38:49 +02:00
Marco Bubke
f5d0d98a6c QmlDesigner.NodeInstances: Use setParentItem for children property
Sets a internal flag in the QGraphicsItem to use setParentItem and not
setParentItemHelper for the children property list in QGraphicsObect.

Reviewed-By: Thomas Hartmann
2010-10-05 13:38:49 +02:00
dt
18697127a7 Qt4BuildConf.: Prevent creating BuildConfigurations with invalid Qts
Task-Nr: QTCREATORBUG-2598
2010-10-05 13:16:35 +02:00
hjk
c69c15ddc9 debugger: introduce an "undisturbable" context
It is active when the debugger runs but should not be touched, like
the periods between InferiorRunRequested and InferiorRunOk etc.
Without that context the core debug start action would trigger,
and create another debugger instance.

Reviewed-by: Friedemann Kleint
2010-10-05 12:50:00 +02:00
hjk
b1be997241 merge forgotten changes-2.0.1 file 2010-10-05 12:50:00 +02:00
hjk
a504503289 fakevim: compile fix for manual test
Reviewed-by: Friedemann Kleint
2010-10-05 12:50:00 +02:00
Kai Koehne
6267671858 QmlProject: Disable debug action if qmlobserver cannot be built
QmlObserver right now requires 4.7.1 minimum. There's no gain in
telling the user that he needs qmlobserver to debug, if it can't be
build with 4.7.0 anyway.

Reviewed-by: Christiaan Janssen
2010-10-05 12:45:10 +02:00
Kai Koehne
1e19803e6e qmldump: Allow qmldump to be also built in release mode
Don't force that qmldump is compiled in debug mode: This won't work
with a Qt compiled only in release mode.

If Qt is built with debug_and_release, qmldump will be build in release
mode.

Reviewed-by: ckamm
2010-10-05 12:45:10 +02:00
Kai Koehne
f9938a9738 qmldump: Always check for private headers being available
4.7.1 won't come with private headers always being installed.

Reviewed-by: ckamm
2010-10-05 12:45:10 +02:00
Tobias Hunger
13b442f289 Git: ignore spaces in diff
Ignore spacing changes in diff (based on same setting as used to
ignore spacing in git blame).

Task-number: QTCREATORBUG-2526
2010-10-05 12:30:24 +02:00
con
6df84af9ff Update changes file 2010-10-05 12:17:14 +02:00
Tobias Hunger
1374f3b0d9 Symbian: Fix header pathes to work for c++ engine
Task-number: QTCREATORBUG-2604
Reviewed-by: Alessandro Portale
Reviewed-by: Pawel Polanski
2010-10-05 12:14:09 +02:00
Tobias Hunger
0a2a28ec47 Do not allow all WS names in Run-/Deploy-/BuildCOnfigs
Task-number: QTCREATORBUG-2584
2010-10-05 11:41:41 +02:00
Christian Kamm
1261e9e174 Update changes file for 2.1. 2010-10-05 11:33:19 +02:00
Tobias Hunger
6694994823 Git: Unbreak cloneing of non-default branches from local repos.
Do not fail when cloning non-defautl branches from local repositories:
Branches do already exist in this case, so do not try to set them up
again.
2010-10-05 11:28:37 +02:00