Commit Graph

10579 Commits

Author SHA1 Message Date
Daniel Molkentin 9d609c88c8 Revert "Mark QML support in Qt Creator 2.0 as preview"
Not needed anymore after the general QML support got deactivated.

This reverts commit 74bd95d323.
2010-06-01 14:40:06 +02:00
hjk 896907f78c debugger: be nicer in the presence of missing debug information 2010-06-01 14:33:26 +02:00
hjk ea6ff5913a debugger: switch off reverse debugging tool button if not useful 2010-06-01 14:33:26 +02:00
Daniel Molkentin 210652912b Disable everything QML-related but QMLJSEditor by default
To get QML functionality back, export QTCREATOR_WITH_QML before
running qmake

Reviewed-by: Kai Koehne
2010-06-01 14:28:09 +02:00
Robert Loehning 52fce25de3 Fixed German translations related to Design mode and Qt Quick.
Reviewed-by: Oswald Buddenhagen
2010-06-01 13:55:09 +02:00
Thorbjørn Lindeijer c15a2bcd22 Fixed context help for Qt includes
Was broken in 915a07bdbb, which caused
help links only to be resolved for expressions under the cursor.

Task-number: QTCREATORBUG-159
Reviewed-by: ckamm
2010-06-01 13:33:35 +02:00
Thorbjørn Lindeijer 2641496a99 Fixed line select in gutter when text marks are not visible
The ProjectFilesEditor used for editing the generic project's files does
not show text marks, which broke the line select in the gutter.

Task-number: QTCREATORBUG-1238
Reviewed-by: mae
2010-06-01 13:33:35 +02:00
hjk 8b806c4d8d debugger: make ctrl-click to navigate between input and output pane (much) faster 2010-06-01 12:36:28 +02:00
Thorbjørn Lindeijer 8ffc25bbad Fixed the collapsed block popup to draw on top of cursor/highlights
The various text editor overlays and the text cursor were being painted
on top of the collapsed block popup.

Reviewed-by: mae
2010-06-01 12:01:23 +02:00
Leena Miettinen 05ec16f89a Doc - Update screen shots. 2010-06-01 09:24:25 +02:00
Leena Miettinen 590e8f39ad Doc - Add a disclaimer for QDeclarative functions and documentation. 2010-06-01 09:24:23 +02:00
Leena Miettinen 667566f774 Doc - Added the firmware version of Nokia N900 software update release 1.2. 2010-06-01 09:24:22 +02:00
Leena Miettinen 7e41cdc5b9 Doc - Update the mobile example to include instructions for testing on devices. 2010-06-01 09:24:22 +02:00
Thorbjørn Lindeijer 0afe76a67c Open .prf files in the pro file editor
This fixes QTCREATORBUG-1434, but it's more of a workaround than a fix.
The problem was that the file was opened in the diff editor due to a
broken diff detection, and the diff editor in turn has a bug in that
it's kind of halfway read-only.

Reviewed-by: ossi
Task-number: QTCREATORBUG-1434
2010-05-31 18:08:19 +02:00
Daniel Molkentin 74bd95d323 Mark QML support in Qt Creator 2.0 as preview
Reviewed-by: Kai Koehne
2010-05-31 16:37:17 +02:00
Erik Verbruggen d349cafe2d Fixes rounding errors in block positions.
Influences the position of the folded-block markers.

Reviewed-by: thorbjorn
2010-05-31 15:06:30 +02:00
Sergey Belyashov effe3e6e23 Updated Russian translation
Merge-request: 143
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-05-31 15:04:47 +02:00
Daniel Molkentin 61c06ed339 Remove accidentially committed symlinks 2010-05-31 13:57:34 +02:00
Daniel Molkentin 1a1a4a1075 Add links for building an example and building a mobile application
Reviewed-by: Leena Miettinen
2010-05-31 13:57:34 +02:00
Daniel Molkentin a7f1e80322 Do not try to force a version, this heuristic breaks too often.
Reviewed-by: Leena Miettinen
2010-05-31 13:57:34 +02:00
Daniel Molkentin d5f308032b Fix doc links to tips of the day, remove some to minimize l10n breakage.
Reviewed-by: Leena Miettinen
2010-05-31 13:57:34 +02:00
ck 2f43d5c3df SSH: Fix Net7 crash.
Reviewed-by: kh1
2010-05-31 12:27:55 +02:00
Erik Verbruggen 112df597db Fixed default property discovery for custom QML components.
Reviewed-by: Christian Kamm
2010-05-31 12:21:12 +02:00
Erik Verbruggen 8ea6148b61 Fixed possible crash.
Reviewed-by: Christian Kamm
2010-05-31 11:48:54 +02:00
Erik Verbruggen f840d9835d Removed invalid testcase.
Reviewed-by: Christian Kamm
2010-05-31 11:48:53 +02:00
Marco Bubke f0a6a0abb8 Do reparenting only with the control modifier hold
The isContainer flag is now ignored.

Reviewed-by: kkoehne
2010-05-31 11:12:05 +02:00
Daniel Molkentin a41876cd41 Do not add a menu if the examples cannot be found.
This is not only a waste of ressources, but breaks a check later on
which tries to load the QML examples from Creators ressource path
if no QML capable Qt version is found (included with Creator packages)

Reviewed-by: dt
2010-05-31 11:11:23 +02:00
Erik Verbruggen ec0d44fc3b Remove snippet tooltip when completion list looses focus.
Task-number: QTCREATORBUG-1425
Reviewed-by: Christian Kamm
2010-05-31 11:05:03 +02:00
Marco Bubke 6ce6dfbd2a If you move a new item on the formeditor the item is always in the base
state

The position is now setted int the base state if you drop a item on the
formeditor and move it around.

Task-Number: BAUHAUS-644
Reviewed-by: kkoehne
2010-05-31 11:02:38 +02:00
Kai Koehne 7ffbdc34db QuickDesigner: Fix last (?) occurence of 4.6 as version of Qt namespace
Reviewed-by: Thomas Hartmann
2010-05-31 10:40:12 +02:00
Robert Loehning a72604391f Added missing colons in German translation
Reviewed-by: Alessandro Portale
2010-05-28 20:49:02 +02:00
Leena Miettinen bf8c61bdc8 Doc - Add firmware release for Nokia N900 software update 1.2. Update information about Maemo Emulator build target. 2010-05-28 17:12:03 +02:00
Leena Miettinen ea54660fc0 Doc - Add tutorials on building and running example applications and creating mobile applications.
Reviewed-by: Christian Kamm
2010-05-28 17:12:02 +02:00
Leena Miettinen 85b165d1cf Doc - Update the run settings for desktop, Symbian, and Maemo. 2010-05-28 17:12:01 +02:00
Leena Miettinen 4bddb0bb2e Doc - In New project wizard, OK button label was changed to Choose. 2010-05-28 17:12:00 +02:00
Leena Miettinen 5af0a065f0 Doc - Fix links to Qt reference docs to point to the latest versions. 2010-05-28 17:11:59 +02:00
Leena Miettinen b76c3894d8 Doc - Fix a bug.
Task-number: QTCREATORBUG-1491
2010-05-28 17:11:58 +02:00
Kai Koehne f7ed1eb879 QuickDesigner: Make metainfo system robust for different version numbers
With the inclusion of org.webkit 1.0 types some common ancestors are shared
with different version numbers. These used to override each other. With this
patch the hierarchy is preserved.

This commit includes several changes by Marco Bubke.

Reviewed-by: Marco Bubke
2010-05-28 16:38:34 +02:00
Marco Bubke 27688270fd Load plugins at the beginning of the meta info initializing
Reviewed-by: kkoehne
2010-05-28 16:38:29 +02:00
Friedemann Kleint 3330d15964 Qt Designer integration: Fix Help button in stylesheet editor.
Wire QDesignerIntegration's help signal to help manager.

Task-number: QTCREATORBUG-1505
Reviewed-by: kh <qtc-committer@nokia.com>
2010-05-28 15:58:55 +02:00
Thorbjørn Lindeijer 76020b6152 Make sure bookmarks survive a document reload
While reloading a text document, the bookmarks got lost since their
associated QTextBlocks were deleted.

This patch makes sure that before reloading, the bookmarks are removed
non-persistently in the same way as when closing a document, and that
they are restored after the document was reloaded.

Currently, no effort is made to update the location of the bookmarks
based on the way the file changed.

Task-number: QTCREATORBUG-1281
Reviewed-by: dt
2010-05-28 15:44:59 +02:00
Christian Kamm a36d4b9b57 QmlJS: Update builtin type definitions.
Qt.labs.gestures and Qt.labs.filelistmodel weren't dumped before,
Qt.multimedia and Qt.widgets are gone.

Task-number: QTCREATORBUG-1507
Reviewed-by: Roberto Raggi
2010-05-28 15:22:50 +02:00
Kai Koehne 7f1f9e14af Fix crashes when loading large .qmlproject's (Mac OS X)
There is a hard limit on the number of file handles that can be open at one point per process on Mac OS X (e.g. it's 2560 on Mac OS X Snow Leopard Server, as shown by ulimit -a). Opening one or several .qmlproject's with a large number of directories to watch easily exceeds this. The results are crashes later on, e.g. when threads cannot be created any more.

This patch implements a heuristic that the file system watcher used for .qmlproject files never uses more than half the number of available file handles. It also increases the number from rlim_cur to rlim_max - the old code in main.cpp failed, see last section in

 http://developer.apple.com/maac/library/documentation/Darwin/Reference/ManPages/man2/setrlimit.2.html

for details.

Reviewed-by: ckamm
Task-number: QTCREATORBUG-1487
Task-number: QTCREATORBUG-1486
2010-05-28 14:14:42 +02:00
Erik Verbruggen 3082395c14 Disabled invalid ObjC++ discovery code.
Task-number: QTCREATORBUG-1501
Reviewed-by: Roberto Raggi
2010-05-28 12:15:54 +02:00
Robert Loehning 49d5cacd35 Don't call QDirIterator::filePath() twice 2010-05-27 21:23:44 +02:00
hjk 6ac8bd0c1b debugger: std::basic_string's refcount can be -1.
Reviewed-By: Oswald Buddenhagen
2010-05-27 17:28:13 +02:00
dt 69bd2df4e4 Fix QMAKE_CXX parsing
Task-Nr: QTCREATORBUG-1411
2010-05-27 16:36:26 +02:00
Thorbjørn Lindeijer de7af4f22b Fixed the default UI color
When there was no existing configuration, it would get set to pure black
on startup, resulting in a very dark gray Qt Creator. Now it is back to
its old friendly gray as default color.

Also made sure that the default on startup and the color used for
resetting the UI color in the settings are always in sync.

Reviewed-by: Jens Bache-Wiig
2010-05-27 16:21:29 +02:00
hjk 5afeaa720d debugger: more robust version string parsing
Fix for QTCREATORBUG-1490

Reviewed-By: Friedemann Kleint
2010-05-27 15:55:01 +02:00
Jarek Kobus aa93d6f422 Update Polish translations 2010-05-27 15:29:34 +02:00