OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoTranslations still needed in 2.0.1
Robert Loehning [Wed, 18 Aug 2010 16:20:08 +0000 (18:20 +0200)]
Translations still needed in 2.0.1

These are needed because e2347b3d92 is (and should be) in 2.0 but not in 2.0.1 branch.

Reviewed-by: Oswald Buddenhagen
13 years agoDebugger/Windows[gdb]: Fix Attach to running (gui) process.
Friedemann Kleint [Wed, 18 Aug 2010 14:39:53 +0000 (16:39 +0200)]
Debugger/Windows[gdb]: Fix Attach to running (gui) process.

Initial-patch-by: hjk
Task-number: QTCREATORBUG-2084

13 years agoMaemo: Fix Qemu start on Mac.
Christian Kandeler [Wed, 18 Aug 2010 14:38:29 +0000 (16:38 +0200)]
Maemo: Fix Qemu start on Mac.

13 years agoCodePaster: Do not show popup about modified files on Windows.
Friedemann Kleint [Wed, 18 Aug 2010 13:38:05 +0000 (15:38 +0200)]
CodePaster: Do not show popup about modified files on Windows.

QTemporaryFile destructor causes a file changed signal due to it
holding on to it.

Reviewed-by: dt
Task-number: QTCREATORBUG-2083

13 years agodebugger: fix 2.x regression: allow assignment to structure members
hjk [Wed, 18 Aug 2010 11:51:49 +0000 (13:51 +0200)]
debugger: fix 2.x regression: allow assignment to structure members

13 years agodebugger: finish "Launching" bar even if we don't hit a "^running"
hjk [Wed, 18 Aug 2010 11:09:27 +0000 (13:09 +0200)]
debugger: finish "Launching" bar even if we don't hit a "^running"

13 years agodebugger: fix merge
hjk [Wed, 18 Aug 2010 08:21:05 +0000 (10:21 +0200)]
debugger: fix merge

13 years agodebugger: fix merge
hjk [Wed, 18 Aug 2010 08:12:03 +0000 (10:12 +0200)]
debugger: fix merge

13 years agodebugger: python needs no semicolons
hjk [Wed, 18 Aug 2010 07:52:38 +0000 (09:52 +0200)]
debugger: python needs no semicolons

13 years agoFrench translation, done by the developpez.com team.
Jonathan Courtois [Tue, 17 Aug 2010 19:37:54 +0000 (21:37 +0200)]
French translation, done by the developpez.com team.

This is the squashed result of a team effort. Authors are:

Jonathan Courtois <jonathan.courtois@gmail.com>
Belz Guillaume <guillaume.belz@free.fr>
Cédric Bonnier <myzu69@gmail.com>
Francis Genet <francis.genet@supinfo.com>
Pierre Rossi <pierre.rossi@nokia.com>

For full history, checkout the team's repo:
http://qt.gitorious.org/+developpez-dot-com/qt-creator/qt-creator-fr

See also: http://qt.developpez.com/

Merge-request: 168
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com>
13 years agodebugger: next attempt at robustly recognizing QObjects
hjk [Tue, 17 Aug 2010 14:36:29 +0000 (16:36 +0200)]
debugger: next attempt at robustly recognizing QObjects
(cherry picked from commit e8eea80c3ffe987d2467fe5009c02802c92c4052)

13 years agodebugger: fix QObject property dumper by using workaround
hjk [Tue, 17 Aug 2010 14:32:59 +0000 (16:32 +0200)]
debugger: fix QObject property dumper by using workaround

As suggested by Tom T. in http://sourceware.org/bugzilla/show_bug.cgi?id=11912
(cherry picked from commit f52a88a074e2940f3887ebb19fab4de63a3f6518)

Conflicts:

share/qtcreator/gdbmacros/dumper.py

13 years agodebugger: fix display of arrays of types that gdb forgot about
hjk [Tue, 17 Aug 2010 13:52:01 +0000 (15:52 +0200)]
debugger: fix display of arrays of types that gdb forgot about
(cherry picked from commit a1f2638c5fd6603c14065bcc0e0ddbe35463fc9b)

Conflicts:

share/qtcreator/gdbmacros/dumper.py

13 years agoFixed untranslated string
Robert Loehning [Tue, 17 Aug 2010 10:48:32 +0000 (12:48 +0200)]
Fixed untranslated string

13 years agoChangelog: 2.0.1 updates.
Friedemann Kleint [Tue, 17 Aug 2010 10:51:51 +0000 (12:51 +0200)]
Changelog: 2.0.1 updates.

13 years agoknown-issues: elaborate on Mac OS 10.6 DYLD_IMAGE_SUFFIX
hjk [Tue, 17 Aug 2010 10:26:47 +0000 (12:26 +0200)]
known-issues: elaborate on Mac OS 10.6 DYLD_IMAGE_SUFFIX
(cherry picked from commit 29e741558d916d4dfb07348790cd688f4e9eaee5)

13 years agoknown issues: mention Mac OS 10.6 and DYLD_IMAGE_SUFFIX problem
hjk [Tue, 17 Aug 2010 09:48:25 +0000 (11:48 +0200)]
known issues: mention Mac OS 10.6 and DYLD_IMAGE_SUFFIX problem
(cherry picked from commit cee598191ef4541eeb750d25af48591a7d7f8cb8)

13 years agorename changes file and add a known-issues file
hjk [Tue, 17 Aug 2010 09:35:41 +0000 (11:35 +0200)]
rename changes file and add a known-issues file
(cherry picked from commit 84bca22f837614d6070318829c9b8a1b4f8ff87c)

13 years agoFix DESTDIR=. case
dt [Tue, 27 Jul 2010 10:34:24 +0000 (12:34 +0200)]
Fix DESTDIR=. case

Qmake treats "." special, we need to do the same

13 years agoAdjust to changes in qdoc from Qt 4.7.
Daniel Molkentin [Tue, 17 Aug 2010 09:46:18 +0000 (11:46 +0200)]
Adjust to changes in qdoc from Qt 4.7.

Reviewed-By: Leena Miettinen
13 years agoDo not prevent wrapping for long tooltips.
Leandro Melo [Tue, 17 Aug 2010 08:10:46 +0000 (10:10 +0200)]
Do not prevent wrapping for long tooltips.

Reviewed-by: Robert Loehning
13 years agoUpdated Slovenian translation for Qt Creator 2.1
Jure Repinc [Mon, 16 Aug 2010 09:59:24 +0000 (11:59 +0200)]
Updated Slovenian translation for Qt Creator 2.1

Merge-request: 167
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoDebugger[Python]: Deactivate QObject-Properties temporarily
Friedemann Kleint [Fri, 13 Aug 2010 12:50:39 +0000 (14:50 +0200)]
Debugger[Python]: Deactivate QObject-Properties temporarily

due to it causing Windows gdb to crash.
Reviewed-by: hjk
13 years agoDisable "Qt Quick->Preview" action if no qmlviewer in the PATH
Kai Koehne [Fri, 13 Aug 2010 10:31:15 +0000 (12:31 +0200)]
Disable "Qt Quick->Preview" action if no qmlviewer in the PATH

An error dialog would be more explicit, but too late because of string
freeze.

13 years agoFix QtQuick->Preview shortcut to start a qmlviewer
Kai Koehne [Fri, 13 Aug 2010 09:57:19 +0000 (11:57 +0200)]
Fix QtQuick->Preview shortcut to start a qmlviewer

The executable has been renamed to 'qmlviewer' months ago

13 years agoremove duplicated message :}
Oswald Buddenhagen [Fri, 13 Aug 2010 11:34:48 +0000 (13:34 +0200)]
remove duplicated message :}

13 years agoCustom wizard: Add boolean 'enabled' attribute to <wizard>.
Friedemann Kleint [Fri, 13 Aug 2010 09:10:11 +0000 (11:10 +0200)]
Custom wizard: Add boolean 'enabled' attribute to <wizard>.

Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agodebugger: fix display of QObject properties
hjk [Fri, 13 Aug 2010 07:50:14 +0000 (09:50 +0200)]
debugger: fix display of QObject properties

This is a backport of 5d645bfdfe87b22315997847191ac7d45b243e99

13 years agoAdd simplified chinese translation.
shiroki [Thu, 12 Aug 2010 14:43:44 +0000 (16:43 +0200)]
Add simplified chinese translation.

This is a team work by shiroki@cuteqt.com, chloerei@gmail.com and
xtfllbl@hotmail.com .

Merge-request: 2173

13 years agofix string and the source in all translations
Oswald Buddenhagen [Thu, 12 Aug 2010 14:59:23 +0000 (16:59 +0200)]
fix string and the source in all translations

13 years agodebugger: fix dumper output of QLocale::timeFormat()
hjk [Thu, 12 Aug 2010 10:35:53 +0000 (12:35 +0200)]
debugger: fix dumper output of QLocale::timeFormat()

13 years agoUpdated Slovenian translation for Qt Creator 2.1
Jure Repinc [Wed, 11 Aug 2010 16:29:16 +0000 (18:29 +0200)]
Updated Slovenian translation for Qt Creator 2.1

Merge-request: 2170
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoUpdate japanese translation for 2.0
axasia [Wed, 11 Aug 2010 13:50:40 +0000 (15:50 +0200)]
Update japanese translation for 2.0

Merge-request: 2171
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agofakevim: Fix mark interpretion for d'a etc.
hjk [Wed, 11 Aug 2010 13:14:33 +0000 (15:14 +0200)]
fakevim: Fix mark interpretion for d'a etc.

http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1342
(cherry picked from commit 91c909120b1c4200fd052d49b7341bb583bd4c75)

13 years agodebugger: fix QTCREATORBUG-814
hjk [Wed, 11 Aug 2010 09:26:04 +0000 (11:26 +0200)]
debugger: fix QTCREATORBUG-814
(cherry picked from commit 99adbf1582aa332e820c6857bbd1b24c3f2ae682)

13 years agomaemo device configuration was not saved on MacOS
Joerg Bornemann [Tue, 10 Aug 2010 12:07:28 +0000 (14:07 +0200)]
maemo device configuration was not saved on MacOS

The code relies on getting the dialog accepted after the editFinished
singnals. This does not work on MacOS.

Reviewed-by: ck
13 years agoUpdate of czech translation for Qt Creator.
Pavel Fric [Mon, 9 Aug 2010 09:25:16 +0000 (11:25 +0200)]
Update of czech translation for Qt Creator.

Merge-request: 162
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoI18N: Update German translations for 2.1
Friedemann Kleint [Fri, 6 Aug 2010 09:19:13 +0000 (11:19 +0200)]
I18N: Update German translations for 2.1

13 years agoFix warnings about QFileInfo being called with empty path
Tobias Hunger [Fri, 6 Aug 2010 09:04:01 +0000 (11:04 +0200)]
Fix warnings about QFileInfo being called with empty path

13 years agoDesign mode: Position editor popup (Ctrl-Tab) correctly.
Friedemann Kleint [Fri, 6 Aug 2010 08:09:14 +0000 (10:09 +0200)]
Design mode: Position editor popup (Ctrl-Tab) correctly.

Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
Task-number: QTCREATORBUG-2002

13 years agoQML: Name wizards correctly.
Friedemann Kleint [Thu, 5 Aug 2010 14:54:04 +0000 (16:54 +0200)]
QML: Name wizards correctly.

Reviewed-by: Carsten Owerfeldt <carsten.owerfeldt@nokia.com>
Initial-patch-by: Roberto Raggi <roberto.raggi@nokia.com>
13 years agoDebugger [CDB]: Spelling fix.
Friedemann Kleint [Thu, 5 Aug 2010 14:32:25 +0000 (16:32 +0200)]
Debugger [CDB]: Spelling fix.

13 years agoUpdate S60 header pathes
Tobias Hunger [Wed, 4 Aug 2010 14:58:12 +0000 (16:58 +0200)]
Update S60 header pathes

 * Update list of S60 header pathes to match up with what is put into the
   Makefile by QMake (minus ../tmp directories).

13 years agoMake the locale specific ts targets tolerate paths with underscores
Pierre Rossi [Tue, 3 Aug 2010 14:33:05 +0000 (16:33 +0200)]
Make the locale specific ts targets tolerate paths with underscores

Reviewed-by: ossi
13 years agodoc: Fixed shortcut mentioned to move backward for Mac OS X
Thorbjørn Lindeijer [Mon, 2 Aug 2010 13:13:33 +0000 (15:13 +0200)]
doc: Fixed shortcut mentioned to move backward for Mac OS X

Thanks to RT200 for noticing this one.

13 years agogit: Added an option to undo unstaged changes only
Robert Loehning [Fri, 30 Jul 2010 17:39:55 +0000 (19:39 +0200)]
git: Added an option to undo unstaged changes only

13 years agoQML Inspector: Disable debug actions when qml inspector is disabled
Lasse Holmstedt [Thu, 29 Jul 2010 14:58:12 +0000 (16:58 +0200)]
QML Inspector: Disable debug actions when qml inspector is disabled

Reviewed-by: Thomas Hartmann
13 years agoHighlight only topics, not in text hits.
kh1 [Thu, 29 Jul 2010 13:33:58 +0000 (15:33 +0200)]
Highlight only topics, not in text hits.

Task-number: QTCREATORBUG-1964
Reviewed-by: kh
13 years agoUpdated Russian translation
Sergey Belyashov [Thu, 29 Jul 2010 09:48:11 +0000 (11:48 +0200)]
Updated Russian translation

Merge-request: 157
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 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.

13 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)

13 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)

13 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
13 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

13 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.

13 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
13 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
13 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.

13 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>

13 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

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

13 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.

13 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.

13 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

13 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
13 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
13 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

13 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)

13 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

13 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.

13 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

13 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.

13 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

13 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)

13 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.

13 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)

13 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)

13 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)

13 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)

13 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)

13 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 ...

13 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

13 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
13 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

13 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

13 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

13 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

13 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.

13 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.

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

13 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
13 years agoFix build problem without webkit.
kh1 [Tue, 13 Jul 2010 13:30:51 +0000 (15:30 +0200)]
Fix build problem without webkit.

13 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.

13 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
13 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
13 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

13 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.

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

StringBuilder problems ...

13 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
13 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