OSDN Git Service

qt-creator-jp/qt-creator-jp.git
14 years agoQmlJS: Update builtin type information.
Christian Kamm [Wed, 28 Jul 2010 11:51:47 +0000 (13:51 +0200)]
QmlJS: Update builtin type information.

Fix for 14686acb54f1ee44ec946d728c7729ba068b4bd7 with corrected qmldump.

14 years agoQmlJS: Make qmldump not dump open/dynamic meta objects.
Christian Kamm [Wed, 9 Jun 2010 12:24:23 +0000 (14:24 +0200)]
QmlJS: Make qmldump not dump open/dynamic meta objects.

They would need special treatment, like the Qml extended objects. The
issue is they lead to two meta objects with the same classname and the
dumper can't handle that.
(cherry picked from commit 206c190e7ff3e7dfd59341fa99207c0d1bff0dd7)

14 years agoQmlJS: Make the qmldump tool treat extended types correctly.
Christian Kamm [Tue, 1 Jun 2010 10:03:17 +0000 (12:03 +0200)]
QmlJS: Make the qmldump tool treat extended types correctly.
(cherry picked from commit 619d50f080793e1eae789642c3cce449669dc41e)

14 years agoWorking around bug in Qt to show tooltips correctly.
Robert Loehning [Wed, 28 Jul 2010 10:56:47 +0000 (11:56 +0100)]
Working around bug in Qt to show tooltips correctly.

Task-number: QTBUG-12057

Reviewed-by: Alessandro Portale
14 years agoQmlJS: Update builtin type information.
Christian Kamm [Wed, 28 Jul 2010 11:20:56 +0000 (13:20 +0200)]
QmlJS: Update builtin type information.

For Qt 4.7 rev 953e91c582cd396082250748e4c4d8424292c1de

14 years agoMaemo: Don't use dpkg-buildpackage.
ck [Wed, 28 Jul 2010 09:53:12 +0000 (11:53 +0200)]
Maemo: Don't use dpkg-buildpackage.

Reverts the core changes of 5b47f47dc9d944da973d747a56dd327d893ea212,
which was a horrible mistake and could not possibly have worked
with this branch.

14 years agoFixes: New Project action didn't respect the default project location.
con [Mon, 26 Jul 2010 09:46:26 +0000 (11:46 +0200)]
Fixes: New Project action didn't respect the default project location.

It had old, interfering logic of its own.

Reviewed-by: Tobias Hunger
14 years agocdb plugin: make the fast dumper initialization an option
Joerg Bornemann [Fri, 23 Jul 2010 13:50:37 +0000 (15:50 +0200)]
cdb plugin: make the fast dumper initialization an option

Fast dumper init is now on by default.

Reviewed-by: Robert Loehning
14 years agospeed up of cdb debugging helper initialization
Joerg Bornemann [Wed, 21 Jul 2010 09:02:04 +0000 (11:02 +0200)]
speed up of cdb debugging helper initialization

The symbols in gdbhelpers.dll are never namespaced.
Thus we don't have to resolve the symbols - we already know their names.
The resolution took 5 seconds per symbol on my machine.

14 years agodebugger: fix python dumper for std::vector<bool>
hjk [Thu, 22 Jul 2010 17:49:15 +0000 (19:49 +0200)]
debugger: fix python dumper for std::vector<bool>

14 years agodebugger: handle gdb 7.1.50's thread-group-started 'pid' field
hjk [Thu, 22 Jul 2010 17:05:22 +0000 (19:05 +0200)]
debugger: handle gdb 7.1.50's thread-group-started 'pid' field

14 years agoVersion bump
con [Thu, 22 Jul 2010 16:05:53 +0000 (18:05 +0200)]
Version bump

14 years agoBinEditor: Fix file name not being displayed.
ck [Thu, 22 Jul 2010 14:37:43 +0000 (16:37 +0200)]
BinEditor: Fix file name not being displayed.

14 years agoMaemo: Qemu improvements.
ck [Thu, 22 Jul 2010 10:10:44 +0000 (12:10 +0200)]
Maemo: Qemu improvements.

Get rid of redundancy, add sanity check, better status reporting.

14 years agoMaemo: Make device configuration id type consistent.
ck [Thu, 22 Jul 2010 09:09:34 +0000 (11:09 +0200)]
Maemo: Make device configuration id type consistent.

Task-number: QTCREATORBUG-1460

14 years agoMaemo: Qemu: Bugfix + MADDE workaround.
ck [Wed, 21 Jul 2010 15:00:40 +0000 (17:00 +0200)]
Maemo: Qemu: Bugfix + MADDE workaround.

Reviewed-by: kh1
14 years agoQmlDesigner: removing options for context pane
Thomas Hartmann [Tue, 20 Jul 2010 09:10:07 +0000 (11:10 +0200)]
QmlDesigner: removing options for context pane

Reviewed-by: Kai Koehne
14 years agoMaemo: Only save a remote file path if it has been set by the user.
ck [Mon, 19 Jul 2010 15:24:59 +0000 (17:24 +0200)]
Maemo: Only save a remote file path if it has been set by the user.

QTCREATORBUG-1661

14 years agoFixed crash while renaming symbol when a symbol is being renamed.
Erik Verbruggen [Mon, 19 Jul 2010 11:58:43 +0000 (13:58 +0200)]
Fixed crash while renaming symbol when a symbol is being renamed.

Task-number: QTCREATORBUG-1770
(cherry picked from commit 4dffc2aabc3b08d183a5ad2ebf0776861d33b41c)

14 years agoadd check-ts target to assess completeness of translations
Oswald Buddenhagen [Fri, 16 Jul 2010 14:10:14 +0000 (16:10 +0200)]
add check-ts target to assess completeness of translations

14 years agoadd commit-ts target to commit ts files without line number info
Oswald Buddenhagen [Fri, 16 Jul 2010 13:48:44 +0000 (15:48 +0200)]
add commit-ts target to commit ts files without line number info

it is pretty pointless to commit the extracted line number information,
as it needs to be refreshed after pulling source code changes anyway. on
top of it, it bloats the repository.

14 years agoadd ts-untranslated target
Oswald Buddenhagen [Fri, 16 Jul 2010 13:11:51 +0000 (15:11 +0200)]
add ts-untranslated target

the generated file is not meant for committing

14 years agoadd fine-grained ts-<lang> targets
Oswald Buddenhagen [Fri, 16 Jul 2010 12:51:37 +0000 (14:51 +0200)]
add fine-grained ts-<lang> targets

the old ts target is now named ts-all, and it will update even the files
which are disabled from compilation/release.

14 years agoclean up string extraction from xml files
Oswald Buddenhagen [Fri, 16 Jul 2010 13:08:46 +0000 (15:08 +0200)]
clean up string extraction from xml files

14 years agoRe-enable the qml-runtime wizard.
Alessandro Portale [Wed, 7 Jul 2010 12:01:17 +0000 (14:01 +0200)]
Re-enable the qml-runtime wizard.
(cherry picked from commit 758bcff85e2af16f836d251a55228e5236eced71)

14 years agoDoc - Fixed UI text capitalization in Manual.
Leena Miettinen [Fri, 16 Jul 2010 13:00:48 +0000 (15:00 +0200)]
Doc - Fixed UI text capitalization in Manual.

14 years agoFix wrong task type returned by gccparser
Tobias Hunger [Thu, 15 Jul 2010 10:36:24 +0000 (12:36 +0200)]
Fix wrong task type returned by gccparser

 * Fix "instantiated from" with leading spaces being wrongly considered
   an error.
 * Add a unit test to cover this case

(cherry-picked from 503b35340c32a705a00a630dd0057129c3431ecf)

14 years agoUse outputparsers when creating S60 packages
Tobias Hunger [Wed, 7 Jul 2010 14:43:45 +0000 (16:43 +0200)]
Use outputparsers when creating S60 packages
(cherry picked from commit b87f3fbcc81108a19d286ffd341b0ed93db03f97)

14 years agoSmall improvements to the abld parser
Tobias Hunger [Wed, 7 Jul 2010 14:42:41 +0000 (16:42 +0200)]
Small improvements to the abld parser

 * Should work better with errors that can happen during deployment
(cherry picked from commit 3d2e566772ef3686d9dbe5910ca2e006c96812cc)

14 years agoParse "fatal error"s correctly
Tobias Hunger [Thu, 1 Jul 2010 08:49:09 +0000 (10:49 +0200)]
Parse "fatal error"s correctly

 * Gcc 4.5 reports fatal errors. Parse them correctly.
(cherry picked from commit 1d88741086b7d6365a1244d59f77f95e353cce71)

14 years agoFix gnumakeparser unit test
Tobias Hunger [Wed, 16 Jun 2010 08:44:41 +0000 (10:44 +0200)]
Fix gnumakeparser unit test
(cherry picked from commit ef55312cc3b7d319030ef1e982d7b87b409bdc8c)

14 years agodon't mix up stdout and stderr codec states
Oswald Buddenhagen [Fri, 25 Jun 2010 08:39:06 +0000 (10:39 +0200)]
don't mix up stdout and stderr codec states

this is rather theoretical, but anyway ...

14 years agoFix package building after version number change.
kh1 [Fri, 16 Jul 2010 10:50:33 +0000 (12:50 +0200)]
Fix package building after version number change.

Should have been part of 5b47f47dc9d944da973d747a56dd327d893ea212

14 years agoFix building projects if MADDE is on a different drive then the project.
kh1 [Fri, 16 Jul 2010 10:44:07 +0000 (12:44 +0200)]
Fix building projects if MADDE is on a different drive then the project.

Task-number: QTCREATORBUG-1649
Reviewed-by: ck
14 years agoFix crash on clicking in compile output
dt [Thu, 15 Jul 2010 13:54:13 +0000 (15:54 +0200)]
Fix crash on clicking in compile output

14 years agoFixed tooltip for build progress.
Robert Loehning [Thu, 15 Jul 2010 12:46:43 +0000 (14:46 +0200)]
Fixed tooltip for build progress.

Task-number: QTCREATORBUG-1859

14 years agoQML snippet: property has a name and a value, not two names
Thorbjørn Lindeijer [Thu, 15 Jul 2010 09:42:50 +0000 (11:42 +0200)]
QML snippet: property has a name and a value, not two names

14 years agoFix scrolling of compile output windwow again
dt [Mon, 12 Jul 2010 12:01:42 +0000 (14:01 +0200)]
Fix scrolling of compile output windwow again

This time by porting to the ApplicationOutputwindow

cherry-pick of fd01cc976aff8da1efe55bc8ad9eeb05a04f08e1

14 years agoAdd more signals to BuildManager.
dt [Fri, 2 Jul 2010 12:19:13 +0000 (14:19 +0200)]
Add more signals to BuildManager.

Enabling other plugins to know which tasks currently exist.

14 years agoFix findScope performance issue
mae [Wed, 14 Jul 2010 16:48:36 +0000 (18:48 +0200)]
Fix findScope performance issue

Fixes the performance of large find scope selections. Try
Ctrl+A Ctrl+F in a large file and scroll.

14 years agoUpdate changes file.
con [Wed, 14 Jul 2010 13:35:41 +0000 (15:35 +0200)]
Update changes file.

14 years agoDoc - Add descriptions for new Maemo packaging options.
Leena Miettinen [Wed, 14 Jul 2010 09:43:28 +0000 (11:43 +0200)]
Doc - Add descriptions for new Maemo packaging options.

Reviewed-by: Christian Kandeler
14 years agoFix build problem without webkit.
kh1 [Tue, 13 Jul 2010 13:30:51 +0000 (15:30 +0200)]
Fix build problem without webkit.

14 years agoMSVC: Fix compilation with new mkspecs.
Friedemann Kleint [Tue, 13 Jul 2010 12:58:53 +0000 (14:58 +0200)]
MSVC: Fix compilation with new mkspecs.

See Qt Merge-request: 727, change a9c8decc741d8c2b340f38d7a854ef206672ab3e,
which makes wchar_t a native type. QString::toUtf16() no longer is
a WCHAR.

14 years agoDisabled QML Inspector by default
Lasse Holmstedt [Tue, 13 Jul 2010 12:30:58 +0000 (14:30 +0200)]
Disabled QML Inspector by default
Users can still go to plugin manager and manually enable the plugin.

Reviewed-by: con
14 years agoImplement topic highlighting after e.g. F1.
kh1 [Thu, 8 Jul 2010 14:51:36 +0000 (16:51 +0200)]
Implement topic highlighting after e.g. F1.

Task-number: QTCREATORBUG-1765
Reviewed-by: ck
14 years agoDoc - Add information about unlocking views in Debug mode.
Leena Miettinen [Tue, 13 Jul 2010 10:09:16 +0000 (12:09 +0200)]
Doc - Add information about unlocking views in Debug mode.

Reviewed-by: Daniel Molkentin
Task-number: QTCREATORBUG-1382

14 years agoDoc - Add reference to a template image.
Leena Miettinen [Tue, 13 Jul 2010 08:19:51 +0000 (10:19 +0200)]
Doc - Add reference to a template image.

14 years agoLinux Compile fix
Kai Koehne [Tue, 13 Jul 2010 07:09:06 +0000 (09:09 +0200)]
Linux Compile fix

StringBuilder problems ...

14 years agoFix QmlDesigner following removal of Image::pixmap property. This creates
Bea Lam [Tue, 13 Jul 2010 00:11:05 +0000 (10:11 +1000)]
Fix QmlDesigner following removal of Image::pixmap property. This creates
image providers to supply pixmaps so that the Image::source property can be
used instead.

Reviewed-by: kkoehne
14 years agoConditional compilation for functions which are unused on Windows
Robert Loehning [Mon, 12 Jul 2010 14:03:20 +0000 (16:03 +0200)]
Conditional compilation for functions which are unused on Windows

14 years agoDoc - Add description of the Use debug versions of Frameworks option.
Leena Miettinen [Mon, 12 Jul 2010 13:47:50 +0000 (15:47 +0200)]
Doc - Add description of the Use debug versions of Frameworks option.

Reviewed-by: con
14 years agoDoc - Add variable to generate docs for Qt Creator.
Leena Miettinen [Mon, 12 Jul 2010 09:37:09 +0000 (11:37 +0200)]
Doc - Add variable to generate docs for Qt Creator.

14 years agoAvoid warning from MSVC
Robert Loehning [Fri, 9 Jul 2010 14:14:17 +0000 (16:14 +0200)]
Avoid warning from MSVC

14 years agoQmlJSEditor: Fix compilation warning (gcc)
Kai Koehne [Tue, 29 Jun 2010 07:28:45 +0000 (09:28 +0200)]
QmlJSEditor: Fix compilation warning (gcc)

Reviewed-by: Christian Kamm
(cherry picked from commit 3281a9e691910efabee97c2c88f54a0cc5435b4a)

14 years agoDoc - Remove information about QML inspector.
Leena Miettinen [Fri, 9 Jul 2010 13:34:36 +0000 (15:34 +0200)]
Doc - Remove information about QML inspector.

14 years agoThe .bin postfix was removed from the qtcreator executable
Thorbjørn Lindeijer [Fri, 9 Jul 2010 13:11:51 +0000 (15:11 +0200)]
The .bin postfix was removed from the qtcreator executable

When the wrapper script was removed in 2bd2373b38f4.

14 years agoDoc - Add tips and tricks.
Leena Miettinen [Fri, 9 Jul 2010 12:54:10 +0000 (14:54 +0200)]
Doc - Add tips and tricks.

Reviewed-by: con
14 years agodebugger: fix decoding of %04x encoded 16 bit big endian data.
hjk [Fri, 9 Jul 2010 09:00:20 +0000 (11:00 +0200)]
debugger: fix decoding of %04x encoded 16 bit big endian data.

14 years agodebugger: improve robustness in the presence of outdated debug information
hjk [Wed, 7 Jul 2010 08:55:49 +0000 (10:55 +0200)]
debugger: improve robustness in the presence of outdated debug information

14 years agoMaemo: Fix end-of-process detection.
ck [Fri, 9 Jul 2010 06:53:35 +0000 (08:53 +0200)]
Maemo: Fix end-of-process detection.

The remote terminal likes to insert backspaces just for fun.

14 years agoMaemo: Use dpkg-buildpackage instead of calling dh-scripts manually.
ck [Fri, 9 Jul 2010 06:28:56 +0000 (08:28 +0200)]
Maemo: Use dpkg-buildpackage instead of calling dh-scripts manually.

Note to the merge person: This commit might trigger a merge conflict.
In that case, just use the code from the master branch.

14 years agoThe version number is only used for packaging.
kh1 [Thu, 8 Jul 2010 14:50:06 +0000 (16:50 +0200)]
The version number is only used for packaging.

Disable the spinboxes once we disable packaging.

Reviewed-by: ck
14 years agoMaintain the right cursor when undoing "clean whitespace" after saving
Thorbjørn Lindeijer [Wed, 7 Jul 2010 11:17:58 +0000 (13:17 +0200)]
Maintain the right cursor when undoing "clean whitespace" after saving

Previously it would always jump to the start of the document, since
that's where the newly created text cursor is at the beginEditBlock
call. Avoid this when saving the current editor by starting with the
cursor of the editor.

Reviewed-by: mae
Task-number: QTCREATORBUG-1807

14 years agoProjectexplorer: Delay querying for folder icon.
Friedemann Kleint [Wed, 7 Jul 2010 10:16:09 +0000 (12:16 +0200)]
Projectexplorer: Delay querying for folder icon.

As a custom icon is set in most cases anyway.

Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
14 years agoForce engine setup.
kh1 [Wed, 7 Jul 2010 09:26:24 +0000 (11:26 +0200)]
Force engine setup.

If we where not in full help mode at least once, the engine
would still run without valid help collection due to the new
lazy initialisation, thus the right side pane would not be
able to retrieve the requested help file.

Reviewed-by: ck
14 years agoDoc - Add a template image
Leena Miettinen [Wed, 7 Jul 2010 08:38:08 +0000 (10:38 +0200)]
Doc - Add a template image

14 years agoDoc - Update the image to use Qt colors and a different style
Leena Miettinen [Wed, 7 Jul 2010 08:37:38 +0000 (10:37 +0200)]
Doc - Update the image to use Qt colors and a different style

Reviewed-by: Carsten Owerfeldt
14 years agoDoc - Add info about layouts to the example
Leena Miettinen [Wed, 7 Jul 2010 08:34:06 +0000 (10:34 +0200)]
Doc - Add info about layouts to the example

Reviewed-by: Niels Weber
14 years agoBinEditor: Implement "Jump to start/end of file" for lazy data.
ck [Wed, 7 Jul 2010 08:30:34 +0000 (10:30 +0200)]
BinEditor: Implement "Jump to start/end of file" for lazy data.

14 years agoI18n: Update and purge German translation
Friedemann Kleint [Wed, 7 Jul 2010 07:30:53 +0000 (09:30 +0200)]
I18n: Update and purge German translation

14 years agofakevim: fix mark positions after <Delete>
hjk [Tue, 6 Jul 2010 14:38:12 +0000 (16:38 +0200)]
fakevim: fix mark positions after <Delete>
(cherry picked from commit 7ccf903ee3d9da4a104310ed423130857d59d91b)

14 years agofakevim: fix backspace in the presence of physical tabs
hjk [Tue, 6 Jul 2010 14:17:27 +0000 (16:17 +0200)]
fakevim: fix backspace in the presence of physical tabs
(cherry picked from commit 2b40e2906fc070c6253a84c0ca507ff0db912f73)

14 years agofakevim: fix insertion of tabs in insert mode
hjk [Tue, 6 Jul 2010 13:12:24 +0000 (15:12 +0200)]
fakevim: fix insertion of tabs in insert mode
(cherry picked from commit 474ec252a23745bf5106b239054c17d7dfc2fbf2)

14 years agofakevim: fix insert of tabs when shifting to the right
hjk [Tue, 6 Jul 2010 13:11:35 +0000 (15:11 +0200)]
fakevim: fix insert of tabs when shifting to the right
(cherry picked from commit 3eb7b6bfbde6a847154c6053e7b4171554207865)

14 years agoApplication output always scrolled, and moved the cursor.
con [Tue, 6 Jul 2010 13:06:33 +0000 (15:06 +0200)]
Application output always scrolled, and moved the cursor.

Task-number: QTCREATORBUG-1790
Reviewed-by: dt
Reviewed-by: mae
14 years agoScroll Application Output to end also for project explorer messages.
con [Tue, 6 Jul 2010 12:32:53 +0000 (14:32 +0200)]
Scroll Application Output to end also for project explorer messages.

Task-number: QTCREATORBUG-1405
Reviewed-by: dt
14 years agoqmldesigner: compile fix for linux, compile fix for namespaced Qt
hjk [Tue, 6 Jul 2010 12:36:02 +0000 (14:36 +0200)]
qmldesigner: compile fix for linux, compile fix for namespaced Qt

14 years agofakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex mode
hjk [Tue, 6 Jul 2010 07:20:40 +0000 (09:20 +0200)]
fakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex mode
(cherry picked from commit cbdd9202d23f9cf3a2429bf56bd03cd90937d3e8)

14 years agofakevim: fix up/down movement in the presence of real tabs
hjk [Tue, 6 Jul 2010 08:12:21 +0000 (10:12 +0200)]
fakevim: fix up/down movement in the presence of real tabs
(cherry picked from commit 2e09a8f42171b5daf58d90af386580be4e178bd5)

14 years agofakevim: fix insert of Tabs
hjk [Tue, 6 Jul 2010 07:27:56 +0000 (09:27 +0200)]
fakevim: fix insert of Tabs
(cherry picked from commit d3cea8a4d14f22e2bfa40691d3063aceff4b4d78)

14 years agodebugger: backport small fixes and synchronized code layout with master
hjk [Tue, 6 Jul 2010 10:43:48 +0000 (12:43 +0200)]
debugger: backport small fixes and synchronized code layout with master

14 years agoQmlDesigner: adding context pane into the object pool
Thomas Hartmann [Tue, 6 Jul 2010 09:11:27 +0000 (11:11 +0200)]
QmlDesigner: adding context pane into the object pool

14 years agoQmlDesigner: adding QmlContextPane
Thomas Hartmann [Tue, 6 Jul 2010 09:10:23 +0000 (11:10 +0200)]
QmlDesigner: adding QmlContextPane

14 years agoQmlDesigner.propertyEditor: adding new widgets
Thomas Hartmann [Tue, 6 Jul 2010 09:05:43 +0000 (11:05 +0200)]
QmlDesigner.propertyEditor: adding new widgets

14 years agoQmlDesigner: adding a setting for the context pane
Thomas Hartmann [Tue, 6 Jul 2010 08:59:01 +0000 (10:59 +0200)]
QmlDesigner: adding a setting for the context pane

14 years agoAdding interface for context widget to qmljs lib
Thomas Hartmann [Tue, 6 Jul 2010 08:39:32 +0000 (10:39 +0200)]
Adding interface for context widget to qmljs lib

14 years agoQmlDesigner: adding custom ColorDialog
Thomas Hartmann [Mon, 5 Jul 2010 16:28:40 +0000 (18:28 +0200)]
QmlDesigner: adding custom ColorDialog

14 years agoQmlDesigner: adding resources
Thomas Hartmann [Mon, 5 Jul 2010 08:12:35 +0000 (10:12 +0200)]
QmlDesigner: adding resources

14 years agoLet search dialog open the completion box at cursor down.
con [Tue, 6 Jul 2010 09:21:19 +0000 (11:21 +0200)]
Let search dialog open the completion box at cursor down.

Similar to what we do in the find tool bar.

Task-number: QTCREATORBUG-1543

14 years agodebugger: fix list of members in case gdb reports '_class_ SomeClass'
hjk [Tue, 6 Jul 2010 08:51:50 +0000 (10:51 +0200)]
debugger: fix list of members in case gdb reports '_class_ SomeClass'

14 years agodebugger: cache results of gdb.lookup_type
hjk [Tue, 6 Jul 2010 08:47:10 +0000 (10:47 +0200)]
debugger: cache results of gdb.lookup_type

14 years agoFixes wrong internal folder path for first level project subfolder
con [Tue, 6 Jul 2010 08:42:59 +0000 (10:42 +0200)]
Fixes wrong internal folder path for first level project subfolder

Task-number: QTCREATORBUG-1631

14 years agoSetting icon size for folder navigation widget.
Robert Loehning [Mon, 5 Jul 2010 18:53:34 +0000 (20:53 +0200)]
Setting icon size for folder navigation widget.
Thus icons are displayed in a uniform size and don't waste too much space.

Task-number: QTCREATORBUG-1539

14 years agoBinEditor: Add a bit of value interpretation.
ck [Mon, 5 Jul 2010 16:22:31 +0000 (18:22 +0200)]
BinEditor: Add a bit of value interpretation.

14 years agoDesigner: Fix exit crash.
Friedemann Kleint [Mon, 5 Jul 2010 11:27:13 +0000 (13:27 +0200)]
Designer: Fix exit crash.

Task-number: QTCREATORBUG-1798
Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
14 years agoPick up the newest debugging helper from the possible locations.
con [Mon, 5 Jul 2010 11:22:46 +0000 (13:22 +0200)]
Pick up the newest debugging helper from the possible locations.

Otherwise "rebuilding" the debugging helper doesn't necessarily lead to
Qt Creator picking up the new one (some of the locations can be
read-only).

Reviewed-by: dt
14 years agoDoc - Edit the introduction.
Leena Miettinen [Fri, 2 Jul 2010 15:16:00 +0000 (17:16 +0200)]
Doc - Edit the introduction.

Reviewed-by: Carsten Owerfeldt
14 years agoDoc - Removed if defines
Leena Miettinen [Fri, 2 Jul 2010 15:14:18 +0000 (17:14 +0200)]
Doc - Removed if defines

14 years agoDoc - Remove most instructions for using Qt Quick visual editor.
Leena Miettinen [Fri, 2 Jul 2010 15:12:43 +0000 (17:12 +0200)]
Doc - Remove most instructions for using Qt Quick visual editor.

Reviewed-by: Kai Koehne