Commit Graph

14198 Commits

Author SHA1 Message Date
Bill King bbe790debe tests: make compile again 2010-10-01 11:32:36 +10:00
hjk e6dd3ff5f0 version bump 2.0.91 -> 2.1.81
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
days, and we'd like to have odd subminor for 'working' and even subminor
numbers for pure cherry-picking release branches anyway.
2010-09-30 13:49:10 +02:00
hjk a75758f082 fakevim: next attempt at fixing QTCREATORBUG-1263
AltGr + 4 on Swedish keyboards on Vista
2010-09-30 11:58:22 +02:00
Friedemann Kleint 18688c9a23 Merge remote branch 'origin/2.1' 2010-09-29 12:23:45 +02:00
Roberto Raggi 32fff3f6cd Disabled the semantic highlighter when using Qt 4.7.0. 2010-09-29 12:15:11 +02:00
Friedemann Kleint 6fabd1b237 PathChooser: Fix Windows.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 12:03:14 +02:00
Lasse Holmstedt 5c583fb0df Remove qmldom and qmlmetatype as unused and deprecated
Discussed-with: kkoehne
2010-09-29 12:01:51 +02:00
Erik Verbruggen 588bc1f78c CPPEditor: Fixed invalid location in refactoring action.
Reviewed-by: Roberto Raggi
2010-09-29 11:35:21 +02:00
Friedemann Kleint 87250689ef PathChooser: Fix: Unable to enter relative command paths.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 11:33:07 +02:00
Friedemann Kleint 651cd50838 Debugger: Use raw path for gdb binaries.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-09-29 11:32:36 +02:00
Tobias Hunger d4c1c1f8b1 Update make command on changes
Task-number: QTCREATORBUG-2489
2010-09-29 11:17:32 +02:00
Lasse Holmstedt 91c0df0689 Build QMLObserver and qmldump only in debug mode
The problem is that we actually should have both debug & release builds,
but we don't have detection at the moment which binary to use.
See QTCREATORBUG-2496

Reviewed-by: Thomas Hartmann
2010-09-29 10:57:16 +02:00
Lasse Holmstedt 86fcf51b60 QML Observer: fix paths for the qml app template
Reviewed-by: Thomas Hartmann
2010-09-29 10:57:15 +02:00
hjk 32a54bbc3d fakevim: use more of base text's cursor handling
Done with mae.
2010-09-29 10:53:49 +02:00
Friedemann Kleint bf8dedaade Debugger: Handle synchronous startup fail (Windows).
Make DebuggerRunner handle QProcess::startFailed
correctly on Windows (synchronous signal emission
within startDebugger()).
Remove debug output/warnings.

Reviewed-by: hjk
2010-09-29 10:32:41 +02:00
Christian Kandeler f088d0909c Maemo: Fix loading of < 2.1 projects.
Task-number: QTCREATORBUG-2464
Reviewed-by: Tobias Hunger
2010-09-29 10:12:16 +02:00
Lasse Holmstedt 64f980a38b Fixed copying files from share
Reviewed-by: kkoehne
2010-09-29 10:07:19 +02:00
Alessandro Portale bea2c14d76 Improved the comments in the generate qml app code. 2010-09-29 10:06:14 +02:00
Lasse Holmstedt 09327628fd Debugger: Use mainwindow as the parent of message boxes
Reviewed-by: hjk
2010-09-29 09:39:50 +02:00
Lasse Holmstedt 89443cfb1f QML Observer: Complain about not having it if debugging .qmlprojects
Reviewed-by: hjk
2010-09-29 09:39:42 +02:00
Lasse Holmstedt 96d991bbdc QML Observer: Build together on runtime with debugging tools
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile
without creator dependencies and made it compile with debugging
helpers.

Reviewed-by: hjk
2010-09-29 09:39:30 +02:00
Lasse Holmstedt 5d9858129a Compile qmldump with debugging helpers
Must be compiled during runtime - otherwise, the app may not work
with Qt that is compiled with another compiler.

Reviewed-by: hjk
2010-09-29 09:39:18 +02:00
Friedemann Kleint 29e0f0d46b Merge remote branch 'origin/2.1'
Conflicts:
	src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
2010-09-29 09:28:52 +02:00
Leandro Melo cfe61f6431 Generic highlighter: Make the editor more flexible concerning highlighting.
Now the plain text editor only tries to apply a highlight configuration
if the MIME type passed is valid. Otherwise, it should behave as an ordinary
trivial editor and should not miss a highlight definition.
2010-09-29 09:18:42 +02:00
Aaron Kennedy 8ff81fd75d Revert "Compile"
This reverts commit a9820d4fca.
2010-09-29 16:42:00 +10:00
Aaron Kennedy a9820d4fca Compile 2010-09-29 14:48:41 +10:00
Robert Loehning d7fec2ae1e L10n: Improved German translations related to checkboxes
Reviewed-by: Oswald Buddenhagen
2010-09-28 20:52:36 +02:00
Leena Miettinen 86dc1fb6e8 UI text - fix capitalization 2010-09-28 17:29:05 +02:00
Leena Miettinen e684aebd86 Doc - New Sidebar views: Outline and Class View
Reviewed-by: Oswald Buddenhagen
2010-09-28 17:07:20 +02:00
Leena Miettinen 59849fbfee Doc - Validating user input in custom wizards
Reviewed-by: Friedemann Kleint
2010-09-28 17:07:19 +02:00
hjk 02657cc51d debugger: compile fix, remove dangling #include 2010-09-28 16:54:04 +02:00
mae 5c6cfdf848 Fixed find scope
There was an off-by-one error for the normal find scope.
Improved look by ignoring the left side.
2010-09-28 16:50:40 +02:00
Friedemann Kleint 8d6f67f594 Debugger: List break on catch/throw as such and map names in engine.
Introduce special setting 'Stop on exception' for CDB.
Reviewed-by: hjk
2010-09-28 16:42:21 +02:00
Christian Kamm 2fff849ae1 QmlJS: Fix initializer of property declaration not being visited in Bind
This lead to the semantic checker reporting incorrect errors in these
initializers.

Task-number: QTCREATORBUG-2340
Reviewed-by: Roberto Raggi
2010-09-28 15:50:42 +02:00
Kai Koehne 9db7e93e3f QmlJsObserver: Avoid false dependencies
Don't set DEPENDPATH to all qmljsdebugger folders. qmlobserver links
against the library, which updates itself.
2010-09-28 15:45:33 +02:00
Kai Koehne 509238da89 Debugger: Remove explicit language switch from menu
This duplicates the switch in the runtime configuration.

Reviewed-by: Lasse Holmstedt
2010-09-28 15:20:43 +02:00
Kai Koehne d79e6e79be QmlDebugging: Don't rely on QmlInspector plugin to be active
Allow to switch to Qml layout, even if QmlInspector plugin is disabled.

Reviewed-by: Lasse Holmstedt
2010-09-28 15:20:42 +02:00
Kai Koehne 51d51d0228 Fix style issues in QmlProject runtime configuration pane
Reviewed-by: Christiaan Janssen
2010-09-28 15:17:54 +02:00
hjk d5319cf231 debugger: fix impossibility to remove a field in a breakpoint
Reviewed-by: Friedemann Kleint
2010-09-28 15:07:40 +02:00
hjk 7a38a43559 debugger: attempt to use Utils::PathChooser when changeing breakpoint file
names

Also remove the dead fields from breakcondition.ui

Reviewed-by: Friedemann Kleint
2010-09-28 14:47:30 +02:00
hjk 702b5903ef debugger: set a real dialog title on breakpoint window
Reviewed-by: Friedemann Kleint
2010-09-28 14:47:30 +02:00
Christian Kandeler 4b48e0a734 User file management: Fix comments and version strings.
Done-with: Tobias Hunger
2010-09-28 14:46:59 +02:00
Christian Kandeler f615efeced QML wizards: Change names and descriptions.
Reviewed-by: Leena Miettinen
2010-09-28 14:46:59 +02:00
Christian Kandeler 117bd1f5b9 QML wizard: Make Qt detection work for major versions > 4. 2010-09-28 14:46:59 +02:00
Leandro Melo 5f13590372 Remove old and unused snippets file.
Reviewed-by: Alessandro Portale
2010-09-28 14:45:44 +02:00
Tobias Hunger ea6c7f0083 Reorder arguments passed to qmake
Reorder arguments passed to QMake so that "-after" arguments happen
after the CONFIG was set on Symbian. Otherwise CONFIG is considered
to be a -after-argument itself!

Task-number: QTCREATORBUG-2482
Reviewed-by: kh1
2010-09-28 14:43:50 +02:00
Pawel Polanski 1bed93e0ea Small change in a library template for Symbian and Maemo 2010-09-28 13:51:00 +02:00
Tobias Hunger 7a40a7bb0e Git: Do not require the path to be set in the config
Fix regression where creator was no longer able to run git if the
PATH was not explicitly set in the configuration.

Task-number: QTCREATORBUG-2478
Reviewed-by: Robert Loehning
2010-09-28 13:50:10 +02:00
Tobias Hunger 16f2712403 Use PathChooser in MakeStep config widget
TaskNumber: QTCREATORBUG-2479
Reviewed-by: Robert Loehning
2010-09-28 13:50:09 +02:00
Pawel Polanski 1fc1d537c1 Cleaning up the code. (SymbianOS) 2010-09-28 13:36:37 +02:00