OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoCppEditor.mimetypes: increase range in which the magic #ifndef
hjk [Thu, 30 Sep 2010 08:25:03 +0000 (10:25 +0200)]
CppEditor.mimetypes: increase range in which the magic #ifndef

Reviewed-by: Leandro Melo
13 years agodebugger: properly initialize m_hasInferiorThreadList
hjk [Thu, 30 Sep 2010 07:51:56 +0000 (09:51 +0200)]
debugger: properly initialize m_hasInferiorThreadList

Reviewed-by: Friedemann Kleint
13 years agoFix issues with showing correct status of debug helpers
Lasse Holmstedt [Thu, 30 Sep 2010 07:37:28 +0000 (09:37 +0200)]
Fix issues with showing correct status of debug helpers

Reviewed-by: Thomas Hartmann
13 years agoProfile editor: Add proper format to white spaces.
Leandro Melo [Thu, 30 Sep 2010 07:12:59 +0000 (09:12 +0200)]
Profile editor: Add proper format to white spaces.

The generic highlighter already provided a method for this.
This method was then lifted to the base syntax highlighter
and it is now used by the profile highlighter.

Reviewed-by: Roberto Raggi
Task-number: QTCREATORBUG-2448

13 years agoqmldesigner compile fix
hjk [Thu, 30 Sep 2010 06:50:36 +0000 (08:50 +0200)]
qmldesigner compile fix

Reviewed-by: Friedemann Kleint
13 years agoDoc: Fixing QTBUG-13595
Morten Engvoldsen [Tue, 28 Sep 2010 08:59:16 +0000 (10:59 +0200)]
Doc: Fixing QTBUG-13595
(cherry picked from commit b4207f31bc8f72c08efc030f7d2a9d7340e103c9)

Reviewed-By: Leena Miettinen
13 years agoFix compilation and initialization compile warnings.
Daniel Molkentin [Wed, 29 Sep 2010 17:35:25 +0000 (19:35 +0200)]
Fix compilation and initialization compile warnings.

Reviewed-by: Alessandro Portale
13 years agoQmlJS: Fix qmldump not working for qmlproject projects.
Christian Kamm [Wed, 29 Sep 2010 15:54:06 +0000 (17:54 +0200)]
QmlJS: Fix qmldump not working for qmlproject projects.

Reviewed-by: Erik Verbruggen
13 years agoQmlJsEditor: combine the Quick ToolBar with the toolTip
Thomas Hartmann [Wed, 29 Sep 2010 14:58:30 +0000 (16:58 +0200)]
QmlJsEditor: combine the Quick ToolBar with the toolTip

1000ms after a tooltip is shown we now also show the quick toolbar

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner: Improve Qt version check in plugins.pro
Kai Koehne [Wed, 29 Sep 2010 11:35:06 +0000 (13:35 +0200)]
QmlDesigner: Improve Qt version check in plugins.pro

Reviewed-by: Thomas Hartmann
13 years agoDebugger[TRK]: Report crashs with signals.
Friedemann Kleint [Wed, 29 Sep 2010 14:39:46 +0000 (16:39 +0200)]
Debugger[TRK]: Report crashs with signals.

Show the message box correctly on signal 11 reported.

Reviewed-by: hjk
13 years agoPrefer never documentation over old ones.
kh1 [Wed, 29 Sep 2010 12:08:57 +0000 (14:08 +0200)]
Prefer never documentation over old ones.

Task-number: QTCREATORBUG-2080
Reviewed-by: ck
13 years agoGeneric highlighter: Create default dir for definitions on user's area (at runtime).
Leandro Melo [Wed, 29 Sep 2010 11:52:58 +0000 (13:52 +0200)]
Generic highlighter: Create default dir for definitions on user's area (at runtime).

13 years agoQmlDesigner.Model: All nodes includes also non tree nodes
Marco Bubke [Wed, 29 Sep 2010 11:39:38 +0000 (13:39 +0200)]
QmlDesigner.Model: All nodes includes also non tree nodes

13 years agoQmlDesigner.Model: Fixes order problem
Marco Bubke [Tue, 28 Sep 2010 18:03:37 +0000 (20:03 +0200)]
QmlDesigner.Model: Fixes order problem

The order of allModelNode function was not in order.

13 years agoQmlDesigner.FormEditor: Add paintedWidth and paintedHeight to transform
Marco Bubke [Tue, 28 Sep 2010 13:45:47 +0000 (15:45 +0200)]
QmlDesigner.FormEditor: Add paintedWidth and paintedHeight to transform
properties

13 years agoQmlDesigner: Items in Positioner cannot manipulated anymore
Marco Bubke [Tue, 28 Sep 2010 12:51:05 +0000 (14:51 +0200)]
QmlDesigner: Items in Positioner cannot manipulated anymore

Add a positioner node instance and the concept of resizable and movable
items. Item in a positioner will be not selected anymore. Instead their
positioner will be selected which is not resizable.

13 years agoRemove warning.
kh1 [Wed, 29 Sep 2010 08:06:27 +0000 (10:06 +0200)]
Remove warning.

Reviewed-by: ck
13 years agoQmlDesigner.model: add sanity check and include fix
Thomas Hartmann [Wed, 29 Sep 2010 11:30:48 +0000 (13:30 +0200)]
QmlDesigner.model: add sanity check and include fix

Only emit if the view is really attached.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: re design panes
Thomas Hartmann [Wed, 29 Sep 2010 11:27:51 +0000 (13:27 +0200)]
QmlDesigner.propertyEditor: re design panes

This patch makes the important properties more
accessible.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.rewriter: handle enums as enums instead of pure strings
Thomas Hartmann [Wed, 29 Sep 2010 11:20:14 +0000 (13:20 +0200)]
QmlDesigner.rewriter: handle enums as enums instead of pure strings

The scopes of enumerators have to be fixed for this.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: fix for general property editing
Thomas Hartmann [Wed, 29 Sep 2010 11:09:46 +0000 (13:09 +0200)]
QmlDesigner.propertyEditor: fix for general property editing

QString is also a possible typename

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.statesEditor: fix thumbnail drawing code
Thomas Hartmann [Wed, 29 Sep 2010 11:04:42 +0000 (13:04 +0200)]
QmlDesigner.statesEditor: fix thumbnail drawing code

Before this patch the thumbnail drawing  triggered global
state changes.

Reviewed-by: Marco Bubke
13 years agoRename member to match coding style
Tobias Hunger [Wed, 29 Sep 2010 11:09:05 +0000 (13:09 +0200)]
Rename member to match coding style

13 years agoUpdate Polish translation
Jarek Kobus [Wed, 29 Sep 2010 11:01:07 +0000 (13:01 +0200)]
Update Polish translation

13 years agoTranslator corrections
Jarek Kobus [Wed, 29 Sep 2010 10:48:00 +0000 (12:48 +0200)]
Translator corrections

13 years agoFixup formating of mr2178
Tobias Hunger [Wed, 29 Sep 2010 10:16:37 +0000 (12:16 +0200)]
Fixup formating of mr2178

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoAdded few new functions to IVersionControl, VCSManager and GeneratedFile to support...
Tuomas Puranen [Wed, 29 Sep 2010 10:16:35 +0000 (12:16 +0200)]
Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin.
All the version control plugins updated to have implementations according to the interface changes.

Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Merge-request: 2178
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDisabled the semantic highlighter when using Qt 4.7.0.
Roberto Raggi [Wed, 29 Sep 2010 10:14:19 +0000 (12:14 +0200)]
Disabled the semantic highlighter when using Qt 4.7.0.

13 years agoPathChooser: Fix Windows.
Friedemann Kleint [Wed, 29 Sep 2010 10:03:14 +0000 (12:03 +0200)]
PathChooser: Fix Windows.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoCPPEditor: Fixed invalid location in refactoring action.
Erik Verbruggen [Wed, 29 Sep 2010 08:25:38 +0000 (10:25 +0200)]
CPPEditor: Fixed invalid location in refactoring action.

Reviewed-by: Roberto Raggi
13 years agoPathChooser: Fix: Unable to enter relative command paths.
Friedemann Kleint [Wed, 29 Sep 2010 09:33:07 +0000 (11:33 +0200)]
PathChooser: Fix:  Unable to enter relative command paths.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDebugger: Use raw path for gdb binaries.
Friedemann Kleint [Wed, 29 Sep 2010 09:32:36 +0000 (11:32 +0200)]
Debugger: Use raw path for gdb binaries.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoUpdate make command on changes
Tobias Hunger [Tue, 28 Sep 2010 16:11:52 +0000 (18:11 +0200)]
Update make command on changes

Task-number: QTCREATORBUG-2489

13 years agoBuild QMLObserver and qmldump only in debug mode
Lasse Holmstedt [Wed, 29 Sep 2010 08:56:34 +0000 (10:56 +0200)]
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
13 years agoQML Observer: fix paths for the qml app template
Lasse Holmstedt [Wed, 29 Sep 2010 08:27:16 +0000 (10:27 +0200)]
QML Observer: fix paths for the qml app template

Reviewed-by: Thomas Hartmann
13 years agofakevim: use more of base text's cursor handling
hjk [Tue, 28 Sep 2010 14:56:20 +0000 (16:56 +0200)]
fakevim: use more of base text's cursor handling

Done with mae.

13 years agoDebugger: Handle synchronous startup fail (Windows).
Friedemann Kleint [Wed, 29 Sep 2010 08:32:41 +0000 (10:32 +0200)]
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
13 years agoMaemo: Fix loading of < 2.1 projects.
Christian Kandeler [Wed, 29 Sep 2010 08:10:25 +0000 (10:10 +0200)]
Maemo: Fix loading of < 2.1 projects.

Task-number: QTCREATORBUG-2464
Reviewed-by: Tobias Hunger
13 years agoFixed copying files from share
Lasse Holmstedt [Wed, 29 Sep 2010 08:07:19 +0000 (10:07 +0200)]
Fixed copying files from share

Reviewed-by: kkoehne
13 years agoDebugger: Use mainwindow as the parent of message boxes
Lasse Holmstedt [Wed, 29 Sep 2010 07:36:28 +0000 (09:36 +0200)]
Debugger: Use mainwindow as the parent of message boxes

Reviewed-by: hjk
13 years agoQML Observer: Complain about not having it if debugging .qmlprojects
Lasse Holmstedt [Tue, 28 Sep 2010 15:26:27 +0000 (17:26 +0200)]
QML Observer: Complain about not having it if debugging .qmlprojects

Reviewed-by: hjk
13 years agoQML Observer: Build together on runtime with debugging tools
Lasse Holmstedt [Mon, 27 Sep 2010 15:22:57 +0000 (17:22 +0200)]
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
13 years agoCompile qmldump with debugging helpers
Lasse Holmstedt [Mon, 27 Sep 2010 13:51:49 +0000 (15:51 +0200)]
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
13 years agoGeneric highlighter: Make the editor more flexible concerning highlighting.
Leandro Melo [Wed, 29 Sep 2010 07:14:30 +0000 (09:14 +0200)]
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.

13 years agoL10n: Improved German translations related to checkboxes
Robert Loehning [Tue, 28 Sep 2010 18:52:36 +0000 (20:52 +0200)]
L10n: Improved German translations related to checkboxes

Reviewed-by: Oswald Buddenhagen
13 years agoUI text - fix capitalization
Leena Miettinen [Tue, 28 Sep 2010 15:29:05 +0000 (17:29 +0200)]
UI text - fix capitalization

13 years agoDoc - New Sidebar views: Outline and Class View
Leena Miettinen [Tue, 28 Sep 2010 15:06:49 +0000 (17:06 +0200)]
Doc - New Sidebar views: Outline and Class View

Reviewed-by: Oswald Buddenhagen
13 years agoDoc - Validating user input in custom wizards
Leena Miettinen [Tue, 28 Sep 2010 12:49:44 +0000 (14:49 +0200)]
Doc - Validating user input in custom wizards

Reviewed-by: Friedemann Kleint
13 years agodebugger: compile fix, remove dangling #include
hjk [Tue, 28 Sep 2010 14:51:06 +0000 (16:51 +0200)]
debugger: compile fix, remove dangling #include

13 years agoDebugger: List break on catch/throw as such and map names in engine.
Friedemann Kleint [Tue, 28 Sep 2010 14:42:21 +0000 (16:42 +0200)]
Debugger: List break on catch/throw as such and map names in engine.

Introduce special setting 'Stop on exception' for CDB.
Reviewed-by: hjk
13 years agoQmlJS: Fix initializer of property declaration not being visited in Bind
Christian Kamm [Tue, 28 Sep 2010 13:50:42 +0000 (15:50 +0200)]
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
13 years agoQmlJsObserver: Avoid false dependencies
Kai Koehne [Tue, 28 Sep 2010 13:34:43 +0000 (15:34 +0200)]
QmlJsObserver: Avoid false dependencies

Don't set DEPENDPATH to all qmljsdebugger folders. qmlobserver links
against the library, which updates itself.

13 years agoDebugger: Remove explicit language switch from menu
Kai Koehne [Tue, 28 Sep 2010 09:15:57 +0000 (11:15 +0200)]
Debugger: Remove explicit language switch from menu

This duplicates the switch in the runtime configuration.

Reviewed-by: Lasse Holmstedt
13 years agoQmlDebugging: Don't rely on QmlInspector plugin to be active
Kai Koehne [Tue, 28 Sep 2010 09:14:23 +0000 (11:14 +0200)]
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
13 years agoFix style issues in QmlProject runtime configuration pane
Kai Koehne [Tue, 28 Sep 2010 12:53:22 +0000 (14:53 +0200)]
Fix style issues in QmlProject runtime configuration pane

Reviewed-by: Christiaan Janssen
13 years agodebugger: fix impossibility to remove a field in a breakpoint
hjk [Tue, 28 Sep 2010 12:46:54 +0000 (14:46 +0200)]
debugger: fix impossibility to remove a field in a breakpoint

Reviewed-by: Friedemann Kleint
13 years agodebugger: attempt to use Utils::PathChooser when changeing breakpoint file
hjk [Tue, 28 Sep 2010 12:07:23 +0000 (14:07 +0200)]
debugger: attempt to use Utils::PathChooser when changeing breakpoint file
names

Also remove the dead fields from breakcondition.ui

Reviewed-by: Friedemann Kleint
13 years agodebugger: set a real dialog title on breakpoint window
hjk [Tue, 28 Sep 2010 11:34:02 +0000 (13:34 +0200)]
debugger: set a real dialog title on breakpoint window

Reviewed-by: Friedemann Kleint
13 years agoUser file management: Fix comments and version strings.
Christian Kandeler [Tue, 28 Sep 2010 12:40:45 +0000 (14:40 +0200)]
User file management: Fix comments and version strings.

Done-with: Tobias Hunger

13 years agoQML wizards: Change names and descriptions.
Christian Kandeler [Tue, 28 Sep 2010 11:55:38 +0000 (13:55 +0200)]
QML wizards: Change names and descriptions.

Reviewed-by: Leena Miettinen
13 years agoQML wizard: Make Qt detection work for major versions > 4.
Christian Kandeler [Tue, 28 Sep 2010 09:21:30 +0000 (11:21 +0200)]
QML wizard: Make Qt detection work for major versions > 4.

13 years agoRemove old and unused snippets file.
Leandro Melo [Tue, 28 Sep 2010 11:45:21 +0000 (13:45 +0200)]
Remove old and unused snippets file.

Reviewed-by: Alessandro Portale
13 years agoReorder arguments passed to qmake
Tobias Hunger [Tue, 28 Sep 2010 11:18:41 +0000 (13:18 +0200)]
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
13 years agoGit: Do not require the path to be set in the config
Tobias Hunger [Tue, 28 Sep 2010 10:55:35 +0000 (12:55 +0200)]
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
13 years agoUse PathChooser in MakeStep config widget
Tobias Hunger [Tue, 28 Sep 2010 09:49:43 +0000 (11:49 +0200)]
Use PathChooser in MakeStep config widget

TaskNumber: QTCREATORBUG-2479
Reviewed-by: Robert Loehning
13 years agodebugger: remove rarely needed "Recheck Debuggging Helper Availability"
hjk [Tue, 28 Sep 2010 11:09:19 +0000 (13:09 +0200)]
debugger: remove rarely needed "Recheck Debuggging Helper Availability"
context menu entry.

It was more a debugger debugging aid in the early days of compiled dumpers
anyway.

Reviewed-by: Friedemann Kleint
13 years agodebugger: remove unused break-by-function dialog
hjk [Tue, 28 Sep 2010 10:22:53 +0000 (12:22 +0200)]
debugger: remove unused break-by-function dialog

13 years agodebugger: add missing 'Use full path' toggle in recently added 'Add Breakpoints'...
hjk [Tue, 28 Sep 2010 11:14:14 +0000 (13:14 +0200)]
debugger: add missing 'Use full path' toggle in recently added 'Add Breakpoints' dialog

Reviewed-by: Friedemann Kleint
13 years agoQmlJsDebugger: Fix compilation with latest qt
Kai Koehne [Tue, 28 Sep 2010 11:05:02 +0000 (13:05 +0200)]
QmlJsDebugger: Fix compilation with latest qt

setEnabled(), enabledChanged() got removed in QDeclarativeDebugClient,
QDeclarativeDebugService.

13 years agoQML: added qmldir copying for shadow builds to the extension plug-in wizard.
Erik Verbruggen [Tue, 28 Sep 2010 10:49:48 +0000 (12:49 +0200)]
QML: added qmldir copying for shadow builds to the extension plug-in wizard.

Reviewed-by: Alessandro Portale
13 years agoQML: tweaked the generated extension plugin wizard.
Erik Verbruggen [Tue, 28 Sep 2010 09:55:30 +0000 (11:55 +0200)]
QML: tweaked the generated extension plugin wizard.

13 years agoFixed option dialog not selecting smallest font size
Thorbjørn Lindeijer [Tue, 28 Sep 2010 09:16:57 +0000 (11:16 +0200)]
Fixed option dialog not selecting smallest font size

It was refusing to stay at index 0.

Task-number: QTCREATORBUG-2472
Reviewed-by: Erik Verbruggen
13 years agoQML: added validation rules to the extension wizard.
Erik Verbruggen [Tue, 28 Sep 2010 08:57:38 +0000 (10:57 +0200)]
QML: added validation rules to the extension wizard.

13 years agoQmlEditor: Fix gcc warnings
Kai Koehne [Tue, 28 Sep 2010 08:32:50 +0000 (10:32 +0200)]
QmlEditor: Fix gcc warnings

13 years agoQmlObserver: Fix typo in comment
Kai Koehne [Tue, 28 Sep 2010 07:54:50 +0000 (09:54 +0200)]
QmlObserver: Fix typo in comment

13 years agoQmlObserver: Fix runtime warning
Kai Koehne [Tue, 28 Sep 2010 07:39:18 +0000 (09:39 +0200)]
QmlObserver: Fix runtime warning

qmlInspectorContext() has been renamed into qmlObserverContext()
in commit  a10b26920.

Reviewed-by: Thomas Hartmann
13 years agoQmlObserver: Fix assert on exit (Windows)
Kai Koehne [Tue, 28 Sep 2010 07:35:11 +0000 (09:35 +0200)]
QmlObserver: Fix assert on exit (Windows)

The QApplication object in main() is already destroyed when showWarnings()
is called. Create another instance in this case.

Task-number: QTCREATORBUG-2446
Reviewed-by: Thomas Hartmann
13 years agoMaemo: Don't allow run control to be created for invalid run config.
Christian Kandeler [Tue, 28 Sep 2010 07:51:16 +0000 (09:51 +0200)]
Maemo: Don't allow run control to be created for invalid run config.

13 years agoMaemo: Use tighter regular expression for pkill.
Christian Kandeler [Tue, 28 Sep 2010 07:46:33 +0000 (09:46 +0200)]
Maemo: Use tighter regular expression for pkill.

13 years agodebugger: python dumpers for QTextCursor and QTextDocument
hjk [Tue, 28 Sep 2010 07:10:33 +0000 (09:10 +0200)]
debugger: python dumpers for QTextCursor and QTextDocument
(cherry picked from commit 34e06215528927f5d1ccafd7e8babed210540546)

Reviewed-by: Friedemann Kleint
13 years agoQmlOutline: Show functions in outline
Kai Koehne [Mon, 27 Sep 2010 13:36:50 +0000 (15:36 +0200)]
QmlOutline: Show functions in outline

Reviewed-by: Christiaan Janssen
(cherry picked from commit e871b7e3302aaa27a723c0cfc1635e47eba5c09a)

13 years agoMaemo: Be more tolerant in case of missing tool chain.
Christian Kandeler [Mon, 27 Sep 2010 15:31:53 +0000 (17:31 +0200)]
Maemo: Be more tolerant in case of missing tool chain.
(cherry picked from commit ca8b342a17af567d103f3e56f1c8b29fb6499f7e)

13 years agoMaemo: Disable proxy use for device access.
Christian Kandeler [Mon, 27 Sep 2010 15:28:38 +0000 (17:28 +0200)]
Maemo: Disable proxy use for device access.

Workaround for proxy problems on Windows (Qt bug?).

Reviewed-by: kh1
(cherry picked from commit f3ac8e43fe0d48f6032c323084e009a3bd1d2e25)

13 years agoMaemo: Add deployment information to library wizard.
Christian Kandeler [Mon, 27 Sep 2010 12:54:08 +0000 (14:54 +0200)]
Maemo: Add deployment information to library wizard.

Reviewed-by: kh1
(cherry picked from commit f1cb362d0d0acc197b324fbe8a6dc111be1fd56f)

13 years agoMaemo: Initialize remote application path in run config widget.
Christian Kandeler [Mon, 27 Sep 2010 12:52:52 +0000 (14:52 +0200)]
Maemo: Initialize remote application path in run config widget.
(cherry picked from commit b73b0fb0cecf131c8b326070285fa7e118ed454e)

13 years agoL10n: Added missing blank in German translation
Robert Loehning [Mon, 27 Sep 2010 19:27:24 +0000 (21:27 +0200)]
L10n: Added missing blank in German translation

Reviewed-by: Alessandro Portale
13 years agoCMakeProject: Keep locator informed about our files
dt [Mon, 27 Sep 2010 19:34:22 +0000 (20:34 +0100)]
CMakeProject: Keep locator informed about our files

Task-Nr: QTCREATORBUG-2382

Reviewed-By: Alessandro Portale
13 years agoFixed compiler warnings.
Erik Verbruggen [Mon, 27 Sep 2010 16:05:24 +0000 (18:05 +0200)]
Fixed compiler warnings.
(cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed)

13 years agoC++: make InsertionPointLocator ready for re-use.
Erik Verbruggen [Mon, 27 Sep 2010 16:01:04 +0000 (18:01 +0200)]
C++: make InsertionPointLocator ready for re-use.
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)

13 years agoC++: Disabled CompleteSwitchCaseStatement: needs bugfixing.
Erik Verbruggen [Mon, 27 Sep 2010 15:59:12 +0000 (17:59 +0200)]
C++: Disabled CompleteSwitchCaseStatement: needs bugfixing.
(cherry picked from commit 3ff803d7e2543b64358755702d3c74318bc01736)

13 years agoAdded ignore for build products in tests.
Erik Verbruggen [Mon, 27 Sep 2010 15:57:00 +0000 (17:57 +0200)]
Added ignore for build products in tests.
(cherry picked from commit 6e1ef8df2faa3a88673094a619f6cefe60ffd2f2)

13 years agoC++: fixed possible null-pointer access.
Erik Verbruggen [Mon, 27 Sep 2010 15:52:40 +0000 (17:52 +0200)]
C++: fixed possible null-pointer access.

Task-number: QTCREATORBUG-2459
(cherry picked from commit d09b5e9d365e3ce54078fb172c93b9584908bcad)

13 years agodebugger: fix enabled state of 'start external'
hjk [Mon, 27 Sep 2010 16:00:21 +0000 (18:00 +0200)]
debugger: fix enabled state of 'start external'

Reviewed-by: Friedemann Kleint
13 years agodebugger: escape backslashs properly
hjk [Mon, 27 Sep 2010 15:59:17 +0000 (17:59 +0200)]
debugger: escape backslashs properly

Reviewed-by: Friedemann Kleint
13 years agoQt4RunConfiguration & CMakeRunConfiguration: Fix connects
dt [Mon, 27 Sep 2010 17:09:54 +0000 (18:09 +0100)]
Qt4RunConfiguration & CMakeRunConfiguration: Fix connects

Ups were wrong in the last commit

13 years agoversion bump 2.0.90 -> 2.0.91
hjk [Mon, 27 Sep 2010 14:57:34 +0000 (16:57 +0200)]
version bump 2.0.90 -> 2.0.91

13 years agofakevim: disable Shift-Up style keyboard selection in insert mode.
hjk [Mon, 27 Sep 2010 13:38:17 +0000 (15:38 +0200)]
fakevim: disable Shift-Up style keyboard selection in insert mode.

13 years agofakevim: fix anchor setting after %
hjk [Mon, 27 Sep 2010 13:25:18 +0000 (15:25 +0200)]
fakevim: fix anchor setting after %

13 years agorssfetcher: fix crashes on startup if no features are found
hjk [Mon, 27 Sep 2010 12:55:51 +0000 (14:55 +0200)]
rssfetcher: fix crashes on startup if no features are found

This incorporates the last hunk of qt-creator/merge_requests/180 by Nikita V.