OSDN Git Service

qt-creator-jp/qt-creator-jp.git
14 years agoArm => ARM
Oswald Buddenhagen [Mon, 23 Nov 2009 13:06:15 +0000 (14:06 +0100)]
Arm => ARM

14 years agoBetter layout for qrc editor.
con [Tue, 24 Nov 2009 15:20:26 +0000 (16:20 +0100)]
Better layout for qrc editor.

Task-number: QTCREATORBUG-339

14 years agoFix a bug with selecting copying the right text to the Find dialog.
dt [Wed, 21 Oct 2009 13:10:27 +0000 (15:10 +0200)]
Fix a bug with selecting copying the right text to the Find dialog.

To reproduce:
Split editors.
Select text in first editor.
Select text in second editor.
Invoke the find dialog.
Notice that the text from the first editor was used.

Reviewed-By: mae
(cherry picked from commit fd0fbddebbf8b78398cc4d26e3bb36b8c445a307)

14 years agoDon't wrap around the completion list when auto-repeating
Thorbjørn Lindeijer [Mon, 23 Nov 2009 19:42:31 +0000 (20:42 +0100)]
Don't wrap around the completion list when auto-repeating

It can be a bit disturbing if the list suddenly jumps when you don't
release the down or up key in time.

Done with mae.

14 years agoFixed a potential issue with automatic brace matching
Thorbjørn Lindeijer [Mon, 23 Nov 2009 14:15:56 +0000 (15:15 +0100)]
Fixed a potential issue with automatic brace matching

When encountering a line that hasn't been highlighted yet, we need to
abort the optimization for changing brace depth.

Done with Roberto Raggi and mae.

14 years agoAnother fix for patched file file :name
con [Mon, 23 Nov 2009 11:54:13 +0000 (12:54 +0100)]
Another fix for patched file file :name

Reviewed-by: Daniel Molkentin
14 years agoalso patch .qmake.cache, fix list of files to patch in old patcher.
Daniel Molkentin [Mon, 23 Nov 2009 10:43:15 +0000 (11:43 +0100)]
also patch .qmake.cache, fix list of files to patch in old patcher.

14 years agoCDB: Convert 64bit pointers correctly.
Friedemann Kleint [Mon, 23 Nov 2009 10:01:49 +0000 (11:01 +0100)]
CDB: Convert 64bit pointers correctly.

Adapt to the output format "0x0000000`0046535C".
Reviewed-by: hjk <qtc-committer@nokia.com>
14 years agoDebugger: Fix setting of integer formats per type.
Friedemann Kleint [Mon, 23 Nov 2009 10:00:43 +0000 (11:00 +0100)]
Debugger: Fix setting of integer formats per type.
Reviewed-by: hjk <qtc-committer@nokia.com>
14 years agoValidatation of the first half of the French translations.
Benjamin Poulain [Sun, 22 Nov 2009 19:54:22 +0000 (20:54 +0100)]
Validatation of the first half of the French translations.

Validate the strings of the French translation. The strings were fixed
when necessary.

14 years agoUpdated french strings to be translated for 1.3
Pierre Rossi [Sun, 22 Nov 2009 17:43:39 +0000 (18:43 +0100)]
Updated french strings to be translated for 1.3

14 years agoAdditionnal French translations
Benjamin Poulain [Thu, 19 Nov 2009 15:05:06 +0000 (16:05 +0100)]
Additionnal French translations

Reviewed-by: Pierre Rossi
14 years agoFixed function argument widget text color in dark themes
Thorbjørn Lindeijer [Fri, 20 Nov 2009 15:36:54 +0000 (16:36 +0100)]
Fixed function argument widget text color in dark themes

By setting the window and button text colors to the tool tip text color,
since a tool tip background is drawn.

Task-number: QTCREATORBUG-322

14 years agoMake context help work also when switching user interface language.
con [Thu, 19 Nov 2009 10:23:52 +0000 (11:23 +0100)]
Make context help work also when switching user interface language.

Also avoids errors because of users messing with the "Unfiltered"
filter, which is used for e.g. context help.
The strategy now is to remove the "Unfiltered" filter from previous runs
(possibly in a different language), and re-register a fresh filter with
the name in the current language, and guaranteed to not filter out
anything.

Reviewed-by: kh1
14 years agoS60: Detect Device SDK from paths if registry entry is missing.
Friedemann Kleint [Fri, 20 Nov 2009 14:58:24 +0000 (15:58 +0100)]
S60: Detect Device SDK from paths if registry entry is missing.

Display the error in a label of the preferences page.
Reviewed-by: con
14 years agoFixed possible crash when using tab to complete (Qt/Carbon only).
Roberto Raggi [Fri, 20 Nov 2009 14:07:10 +0000 (15:07 +0100)]
Fixed possible crash when using tab to complete (Qt/Carbon only).

Task-number: QTCREATORBUG-199
Reviewed-by: thorbjorn
14 years agodebugger: mark 'Null' QStrings() in pretty-printers
hjk [Thu, 19 Nov 2009 15:17:35 +0000 (16:17 +0100)]
debugger: mark 'Null' QStrings() in pretty-printers

14 years agogdb: On Windows, also substitute the debugging path for non-sdk Qt.
Daniel Molkentin [Thu, 19 Nov 2009 18:43:18 +0000 (19:43 +0100)]
gdb: On Windows, also substitute the debugging path for non-sdk Qt.

Reviewed-By: hjk
14 years agoFix RunConfigurations showing only enabled RunConfigurations
dt [Thu, 19 Nov 2009 17:54:36 +0000 (18:54 +0100)]
Fix RunConfigurations showing only enabled RunConfigurations

14 years agoFixed possible crash on constructor completion
Thorbjørn Lindeijer [Thu, 19 Nov 2009 16:23:53 +0000 (17:23 +0100)]
Fixed possible crash on constructor completion

When constructor completion was attempted on a base class specified in a
class declaration, a null pointer reference would occur.

Task-number: QTCREATORBUG-321
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
14 years agoDo not mark env vars as modified if not needed.
Tobias Hunger [Thu, 19 Nov 2009 15:55:27 +0000 (16:55 +0100)]
Do not mark env vars as modified if not needed.

 * Ignore steData calls that do not actually change any data
   in the EnvironmentEditorModel. This prevents all variables
   touched from getting marked up as changed.

Reviewed-By: con
14 years agoreset 'busy' cursor if editor could not be created
hjk [Thu, 19 Nov 2009 08:52:34 +0000 (09:52 +0100)]
reset 'busy' cursor if editor could not be created

14 years agodebugger: prevent crash when trying to view memory if bin editor is
hjk [Thu, 19 Nov 2009 08:51:21 +0000 (09:51 +0100)]
debugger: prevent crash when trying to view memory if bin editor is
unavailable

14 years agofakevim: fix undo of 'J'
hjk [Thu, 19 Nov 2009 07:36:21 +0000 (08:36 +0100)]
fakevim: fix undo of 'J'

14 years agoFixed translation typo.
Robert Loehning [Wed, 18 Nov 2009 18:46:10 +0000 (19:46 +0100)]
Fixed translation typo.

Reviewed-by: Maurice Kalinowski
14 years agoUpdate japanese translation.
axasia [Wed, 18 Nov 2009 17:14:07 +0000 (18:14 +0100)]
Update japanese translation.

Merge-request: 2140
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoValidating French translations
Jonathan Courtois [Wed, 18 Nov 2009 16:17:42 +0000 (17:17 +0100)]
Validating French translations

Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoFrench translations
Oswald Buddenhagen [Wed, 18 Nov 2009 16:17:42 +0000 (17:17 +0100)]
French translations

by Ben & Pierre

14 years agoFrench translations
Jonathan Courtois [Wed, 18 Nov 2009 16:17:42 +0000 (17:17 +0100)]
French translations

Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoFrench translations
Florent Renault [Wed, 18 Nov 2009 16:17:42 +0000 (17:17 +0100)]
French translations

Merge-request: 2131
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoWizard: Polish, layout and module names.
Friedemann Kleint [Wed, 18 Nov 2009 11:11:16 +0000 (12:11 +0100)]
Wizard: Polish, layout and module names.
Reviewed-by: con
14 years agoDesigner: Restrict files used for "Go to slot" to project of ui-file.
Friedemann Kleint [Wed, 18 Nov 2009 09:31:16 +0000 (10:31 +0100)]
Designer: Restrict files used for "Go to slot" to project of ui-file.

Reviewed-by: con
Task-number: QTCREATORBUG-245

14 years agoShortcut Ctrk-L (Locator Goto Line) broken in most translations.
Friedemann Kleint [Tue, 17 Nov 2009 15:56:04 +0000 (16:56 +0100)]
Shortcut Ctrk-L (Locator Goto Line) broken in most translations.

Change the translateable string not to contain a blank.

Task-number: QTCREATORBUG-299
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
14 years agoUpdated Russian translation.
Sergey Belyashov [Tue, 17 Nov 2009 14:47:38 +0000 (15:47 +0100)]
Updated Russian translation.

Merge-request: 2115
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agoInsert semicolon when matching enum declarations.
Roberto Raggi [Mon, 16 Nov 2009 17:15:33 +0000 (18:15 +0100)]
Insert semicolon when matching enum declarations.

Task-number: QTCREATORBUG-282

14 years agoUse a map for the memoization.
Roberto Raggi [Mon, 16 Nov 2009 17:00:20 +0000 (18:00 +0100)]
Use a map for the memoization.

14 years agoFixed printing of the current Qt version number
Thorbjørn Lindeijer [Sat, 14 Nov 2009 12:58:09 +0000 (13:58 +0100)]
Fixed printing of the current Qt version number

The final dot was confusing qmake, apparently considered part of the
variable name.

14 years agoRevert "Fixed the direction in which include paths are traversed"
Roberto Raggi [Fri, 13 Nov 2009 14:20:54 +0000 (15:20 +0100)]
Revert "Fixed the direction in which include paths are traversed"

This reverts commit 6a9e7ab0f4963eed3edec4985e24e4c005c43a23.

14 years agodebugger: access preloaded dumpers also when stopped by a signal
hjk [Fri, 13 Nov 2009 13:15:08 +0000 (14:15 +0100)]
debugger: access preloaded dumpers also when stopped by a signal

14 years agoS60: More precise about Qt version to use.
Robert Loehning [Fri, 13 Nov 2009 10:29:50 +0000 (11:29 +0100)]
S60: More precise about Qt version to use.

14 years agoS60: Added documentation paragraph about running in emulator.
Robert Loehning [Fri, 13 Nov 2009 09:57:53 +0000 (10:57 +0100)]
S60: Added documentation paragraph about running in emulator.

14 years agodebugger: fix breakpoihnt deletion by using the context menu action
hjk [Fri, 13 Nov 2009 09:55:50 +0000 (10:55 +0100)]
debugger: fix breakpoihnt deletion by using the context menu action

14 years agodebugger: work on QObject dumper auto test
hjk [Fri, 13 Nov 2009 09:49:28 +0000 (10:49 +0100)]
debugger: work on QObject dumper auto test

14 years agoFix a bug when processing the comment
Jarek Kobus [Fri, 13 Nov 2009 07:48:28 +0000 (08:48 +0100)]
Fix a bug when processing the comment

When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment

14 years agoScreenshots for project settings.
con [Thu, 12 Nov 2009 19:11:25 +0000 (20:11 +0100)]
Screenshots for project settings.

Reviewed-by: dt
14 years agoCSL is the right name.
con [Thu, 12 Nov 2009 18:41:37 +0000 (19:41 +0100)]
CSL is the right name.

Reviewed-by: Oswald Buddenhagen
14 years agoUpdate the documentation for Qt for Symbian support.
con [Thu, 12 Nov 2009 17:42:08 +0000 (18:42 +0100)]
Update the documentation for Qt for Symbian support.

Reviewed-by: Robert Loehning
14 years agoPretend that the gdbmacros.cpp is actually 5 minutes older then it is.
dt [Thu, 12 Nov 2009 16:34:41 +0000 (17:34 +0100)]
Pretend that the gdbmacros.cpp is actually 5 minutes older then it is.

Fixes a bug that after package installation the debugging helpers are
sometimes marked as invalid.

Reviewed-By: hjk
14 years agoDebugger: Do not use LD_PRELOAD on Mac.
Friedemann Kleint [Thu, 12 Nov 2009 15:49:12 +0000 (16:49 +0100)]
Debugger: Do not use LD_PRELOAD on Mac.

Fails for system Qt on 10.6.

Reviewed-By: hjk <qtc-committer@nokia.com>
14 years agodon't track shared library events on gdb < 7, after all.
Oswald Buddenhagen [Thu, 12 Nov 2009 13:49:54 +0000 (14:49 +0100)]
don't track shared library events on gdb < 7, after all.

The problem is that the shlib events disturb bounded execution requests
and there is no way to recover from this - the debugger will effectively
turn "step over" into "continue". this is nicely explained in
http://vladimir_prus.blogspot.com/2007/12/debugger-stories-pending-breakpoints.html

14 years agoUpdate Polish translations
Jarek Kobus [Thu, 12 Nov 2009 10:48:24 +0000 (11:48 +0100)]
Update Polish translations

14 years agoupdate Russian translations for 1.3.0
Ritt Konstantin [Thu, 12 Nov 2009 10:17:36 +0000 (11:17 +0100)]
update Russian translations for 1.3.0

Merge-request: 2065
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 years agodebugger: make QVariant dumper compile with QT_NO_SHORTCUT
hjk [Thu, 12 Nov 2009 08:25:01 +0000 (09:25 +0100)]
debugger: make QVariant dumper compile with QT_NO_SHORTCUT

14 years agodebugger: add autotest for QSet dumper
hjk [Tue, 10 Nov 2009 13:55:35 +0000 (14:55 +0100)]
debugger: add autotest for QSet dumper

14 years agodebugger: let dumpers override reported inames
hjk [Tue, 10 Nov 2009 13:14:44 +0000 (14:14 +0100)]
debugger: let dumpers override reported inames

14 years agodebugger: add autotest involving a typedef
hjk [Tue, 10 Nov 2009 13:12:34 +0000 (14:12 +0100)]
debugger: add autotest involving a typedef

14 years agofix prl names, also include debug versions.
Daniel Molkentin [Wed, 11 Nov 2009 16:31:08 +0000 (17:31 +0100)]
fix prl names, also include debug versions.

Reviewed-By: con
14 years agoCode model: Update on changes from the versioning system.
Friedemann Kleint [Wed, 11 Nov 2009 13:32:54 +0000 (14:32 +0100)]
Code model: Update on changes from the versioning system.

Add changed signals to IVersionControl and
VCSManager and wire them to the update methods. Add a menu action for
manually updating. Improved version of reverted
7aa24116935249a840e1350a6f8de73bc794fb09.

Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
14 years agoalways clear pending command queue before posting shutdown commands
Oswald Buddenhagen [Wed, 11 Nov 2009 11:41:06 +0000 (12:41 +0100)]
always clear pending command queue before posting shutdown commands

this ensures that, among other things, we won't get into this scenario:
- process is running
- interrupt is requested by user
- termination is requested by user
- before interrupt takes effect, the process terminates
=> shutdown is called
=> exit is also queued, as there is already a queued kill
=> nothing happens, as there will never be a stop response

Reviewed-by: hjk
14 years agobe more lenient when matching the stops at _start
Oswald Buddenhagen [Wed, 11 Nov 2009 10:34:16 +0000 (11:34 +0100)]
be more lenient when matching the stops at _start

archer reports stops at tbreaks properly, so checking for an empty stop
reason is no particularly good idea. instead, we simply skip *all* stops
at the entry point, assuming the user will not really set a breakpoint
there anyway.

Reviewed-by: hjk
14 years agoRevert "Code model: Update on changes from the versioning system."
con [Tue, 10 Nov 2009 17:02:42 +0000 (18:02 +0100)]
Revert "Code model: Update on changes from the versioning system."

This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09.
It breaks the code model updates completely. So reverting this change
until we have the right thing.

Reviewed-by: Roberto Raggi
14 years agoFixed search results handling of font height
Thorbjørn Lindeijer [Tue, 10 Nov 2009 17:12:36 +0000 (18:12 +0100)]
Fixed search results handling of font height

This patch makes sure that the rows that show the file and the rows that
show the results are the same height, to satisfy the uniform row heights
setting.

Also, a layout changed signal is now emitted when the font is changed.
This makes active search results update correctly when the text editor
font is changed.

Reviewed-by: con
14 years agoFixed the direction in which include paths are traversed
Thorbjørn Lindeijer [Tue, 10 Nov 2009 16:33:44 +0000 (17:33 +0100)]
Fixed the direction in which include paths are traversed

Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
14 years agoAdjust qtlibspatcher to new pathnames, change purpose of qpatch
Daniel Molkentin [Mon, 9 Nov 2009 16:25:59 +0000 (17:25 +0100)]
Adjust qtlibspatcher to new pathnames, change purpose of qpatch

qpatch should not try to rename debug symbols, but modify the prl
files instead. This purely replaces forward-slashed pathes. The
pathes in the debugging symbols use backslashes and are not touched.

Reviewed-By: con
14 years agoFix combobox tooltip and lock-button visibility for empty editor views
mae [Tue, 10 Nov 2009 16:10:39 +0000 (17:10 +0100)]
Fix combobox tooltip and lock-button visibility for empty editor views

Reviewed-by: con
14 years agoProvide disambiguations for "unknown" string
Jarek Kobus [Tue, 10 Nov 2009 15:21:49 +0000 (16:21 +0100)]
Provide disambiguations for "unknown" string

14 years agoQuote CDB_PATH.
Tobias Hunger [Mon, 9 Nov 2009 16:09:30 +0000 (17:09 +0100)]
Quote CDB_PATH.

When setting CDB_PATH via the environment.

Reviewed-By: ossi
(cherry picked from commit e288c4c4e7ec3420f2afdd51f8ae3c37a85d57db)

14 years agotrack shared library events even on gdb < 7
Oswald Buddenhagen [Tue, 10 Nov 2009 11:40:23 +0000 (12:40 +0100)]
track shared library events even on gdb < 7

this is to update breakpoint, source and module lists automatically.

also remove the now pointless -break-list on every stop.

Reviewed-by: hjk
14 years agoclear pending stream outputs after handling stop response
Oswald Buddenhagen [Mon, 9 Nov 2009 22:21:18 +0000 (23:21 +0100)]
clear pending stream outputs after handling stop response

any output will most definitely belong to later issued commands, so not
clearing it will only cost cpu or even confuse the evaluation.

Reviewed-by: hjk
14 years agoactively try to obtain PID of non-pthread inferiors with gdb < 7 on linux
Oswald Buddenhagen [Mon, 9 Nov 2009 21:11:56 +0000 (22:11 +0100)]
actively try to obtain PID of non-pthread inferiors with gdb < 7 on linux

Reviewed-by: hjk
14 years agofurther cleanups in less expected shutdown paths
Oswald Buddenhagen [Mon, 9 Nov 2009 21:07:56 +0000 (22:07 +0100)]
further cleanups in less expected shutdown paths

Reviewed-by: hjk
14 years agoL10n: Correct spelling in German translation
Friedemann Kleint [Tue, 10 Nov 2009 11:48:07 +0000 (12:48 +0100)]
L10n: Correct spelling in German translation

Run through spell checker.

Task-number: QTCREATORBUG-256

14 years agoCdb: Fix step out.
Friedemann Kleint [Tue, 10 Nov 2009 09:40:24 +0000 (10:40 +0100)]
Cdb: Fix step out.

Use debugger's 'gu' command instead of temporary breakpoint as a
workaround until it is properly supported by the
SetExecutionStatus() API.

Reviewed-by: hjk
Task-number: QTCREATORBUG-240

14 years agofakevim: fix pasting in visual block mode
hjk [Tue, 10 Nov 2009 09:07:36 +0000 (10:07 +0100)]
fakevim: fix pasting in visual block mode

14 years agofakevim: fix writing of full file in stand-alone mode
hjk [Tue, 10 Nov 2009 08:25:22 +0000 (09:25 +0100)]
fakevim: fix writing of full file in stand-alone mode

14 years agoFix pasting of text that starts with a visually empty line
mae [Mon, 9 Nov 2009 17:53:59 +0000 (18:53 +0100)]
Fix pasting of text that starts with a visually empty line

Creator only indents the first line, and reindents subsequent lines relative
to the indentation change of said first line. This fails when the first line
contains no non-space characters. Solution in this change: skip (visually) empty
lines.

Reviewed-by: thorbjorn
Task-number: QTCREATORBUG-227

14 years agoSome missing defines for Symbian tool chains.
con [Mon, 9 Nov 2009 17:34:38 +0000 (18:34 +0100)]
Some missing defines for Symbian tool chains.

Reviewed-by: dt
14 years agoimplement the standard context menu also for the script editors
mae [Mon, 9 Nov 2009 16:35:20 +0000 (17:35 +0100)]
implement the standard context menu also for the script editors

In addition, clean up the text editor action handling in the qtscript
plugin.

Rev-by: con
14 years agoremove run action in the scripteditor
mae [Mon, 9 Nov 2009 15:47:48 +0000 (16:47 +0100)]
remove run action in the scripteditor

the action is not needed and conflicts with Ctrl+R of the project
manager.

14 years agoDisabling "Undo Project Changes" when not working in a Git repository.
Robert Loehning [Mon, 9 Nov 2009 15:03:32 +0000 (16:03 +0100)]
Disabling "Undo Project Changes" when not working in a Git repository.

Reviewed-by: Friedemann Kleint
14 years agodebugger: use 'set substitute-path'
hjk [Mon, 9 Nov 2009 15:25:24 +0000 (16:25 +0100)]
debugger: use 'set substitute-path'

14 years agoDebugger: Activate code model scope checking, environment var for Trk verbosity.
Friedemann Kleint [Mon, 9 Nov 2009 15:25:40 +0000 (16:25 +0100)]
Debugger: Activate code model scope checking, environment var for Trk verbosity.

Reviewed-by: hjk
14 years agooptimize extra area painting
mae [Mon, 9 Nov 2009 14:59:48 +0000 (15:59 +0100)]
optimize extra area painting

14 years agoFix auto-indentation when pasting into a selection
mae [Mon, 9 Nov 2009 14:55:47 +0000 (15:55 +0100)]
Fix auto-indentation when pasting into a selection

14 years agoCode model: Update on changes from the versioning system.
Friedemann Kleint [Mon, 9 Nov 2009 14:57:56 +0000 (15:57 +0100)]
Code model: Update on changes from the versioning system.

Add state logic to CppCodeModelManagerInterface, making it aware whether
an indexer is running, protect the update methods from another
invocation while running. Add changed signals to IVersionControl and
VCSManager and wire them to the update methods. Add a menu action for
manually updating.

Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Reviewed-by: con <qtc-committer@nokia.com>
14 years agoEnable run configurations for projects that do not have a build step.
Kai Koehne [Mon, 9 Nov 2009 13:44:47 +0000 (14:44 +0100)]
Enable run configurations for projects that do not have a build step.

Reviewed-by: dt
14 years agoSymbian SDK path should be editable for Qt in PATH.
con [Wed, 4 Nov 2009 18:14:17 +0000 (19:14 +0100)]
Symbian SDK path should be editable for Qt in PATH.

Reviewed-by: Robert Loehning
14 years agoCode model: Fix Windows issues (duplicate matches).
Friedemann Kleint [Mon, 9 Nov 2009 12:53:28 +0000 (13:53 +0100)]
Code model: Fix Windows issues (duplicate matches).

Ensure the code model receives file names with clean paths ('/')
and fix paths in the relevant places of the code model. Pass on clean
paths from Cpp reference find and display them correctly in the search
window tooltip.

Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
14 years agoTypo fix in German translation
Robert Loehning [Mon, 9 Nov 2009 12:04:28 +0000 (13:04 +0100)]
Typo fix in German translation

Reviewed-by: hjk
14 years agoLibrary wizard: Create export symbol correctly.
Friedemann Kleint [Mon, 9 Nov 2009 11:28:22 +0000 (12:28 +0100)]
Library wizard: Create export symbol correctly.

...if the directory contains a '-'. Export a function to generate
identifier correctly and use that.

Reviewed-by: con <qtc-committer@nokia.com>
Task-number: QTCREATORBUG-248

14 years agoactually use pixmap cache for toolbar drawing if requested to do so
hjk [Mon, 9 Nov 2009 10:47:05 +0000 (11:47 +0100)]
actually use pixmap cache for toolbar drawing if requested to do so

14 years agoDo never offer signature autocompletion for constructor calls.
Christian Kamm [Mon, 9 Nov 2009 09:10:31 +0000 (10:10 +0100)]
Do never offer signature autocompletion for constructor calls.

They should always use the function parameter tooltip.

This fixes a bug where you were offered completion for
C foo( -> C foo(int x)
if C had a constructor taking int x.

Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
14 years agoDebugger/Windows: Register debugger properly if there is no default.
Friedemann Kleint [Mon, 9 Nov 2009 08:00:59 +0000 (09:00 +0100)]
Debugger/Windows: Register debugger properly if there is no default.

Some systems do not have a default debugger registered. Do not fail
on reading the missing key and disable "Default Debugger" in that case.

Initial-patch-by: Robert Loehning <robert.loehning@nokia.com>
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
14 years agofix some documentation glitches
hjk [Fri, 6 Nov 2009 09:46:24 +0000 (10:46 +0100)]
fix some documentation glitches

14 years agodebugger: fix display of breakpoint markers in plugins
hjk [Fri, 6 Nov 2009 09:14:28 +0000 (10:14 +0100)]
debugger: fix display of breakpoint markers in plugins

14 years agodebugger: simplify QList dumper
hjk [Thu, 5 Nov 2009 13:46:38 +0000 (14:46 +0100)]
debugger: simplify QList dumper

14 years agodebugger: add autotest for QList<int *> dumper
hjk [Thu, 5 Nov 2009 07:25:25 +0000 (08:25 +0100)]
debugger: add autotest for QList<int *> dumper

14 years agoDon't show the warning message (about the dangerous world of code refactoring) if...
Roberto Raggi [Thu, 5 Nov 2009 15:50:24 +0000 (16:50 +0100)]
Don't show the warning message (about the dangerous world of code refactoring) if the user pressed the "Yes, I know I am doing" button.

14 years agoQt version tooltip: Display configuration correctly.
Friedemann Kleint [Thu, 5 Nov 2009 15:40:27 +0000 (16:40 +0100)]
Qt version tooltip: Display configuration correctly.
Reviewed-by: dt <qtc-committer@nokia.com>
14 years agoa process scheduled for kill can exit by itself as well ...
Oswald Buddenhagen [Thu, 5 Nov 2009 15:19:59 +0000 (16:19 +0100)]
a process scheduled for kill can exit by itself as well ...