OSDN Git Service

qt-creator-jp/qt-creator-jp.git
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.

13 years agoQApplication::aboutToQuit signal is used for the plugin manager's shutdown
Denis Mingulov [Mon, 27 Sep 2010 12:58:12 +0000 (14:58 +0200)]
QApplication::aboutToQuit signal is used for the plugin manager's shutdown

Merge-request: 179
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoRunConfigurations: Rename a few misnamed functions
dt [Mon, 27 Sep 2010 14:11:26 +0000 (15:11 +0100)]
RunConfigurations: Rename a few misnamed functions

13 years agoQt4RunConfiguration: Those 3 do not need to be slots
dt [Mon, 27 Sep 2010 14:06:09 +0000 (15:06 +0100)]
Qt4RunConfiguration: Those 3 do not need to be slots

13 years agoApplicationRC: make exectuable() and co. return expanded values
dt [Mon, 27 Sep 2010 14:04:58 +0000 (15:04 +0100)]
ApplicationRC: make exectuable() and co. return expanded values

13 years agoQt4ProjectManager: Remove run dependency on QmlJSEditor
dt [Mon, 27 Sep 2010 10:18:39 +0000 (11:18 +0100)]
Qt4ProjectManager: Remove run dependency on QmlJSEditor

The Qt4ProjectManager still depends on the QMLJsEditor for building.
Since the Qt4ProjectManager does cope correctly with not
finding a ModelManager, the Qt4ProjectManager will continue to work even
without the qmljseditor.

Note: The load order between qt4projectmanager and qmljseditor is undefined
now. This is not a problem for this particular patch, but might break
future code in subtle ways.

13 years agoRevert "Remove the QmlJSEditor dependency from Qt4ProjectManager."
dt [Mon, 27 Sep 2010 10:16:43 +0000 (11:16 +0100)]
Revert "Remove the QmlJSEditor dependency from Qt4ProjectManager."

This reverts commit f8c50013822bcf4119b88dada985c6d58fe27999.

13 years agoQmlDesigner.Model: check ids for qml keywords
Thomas Hartmann [Mon, 27 Sep 2010 12:42:51 +0000 (14:42 +0200)]
QmlDesigner.Model: check ids for qml keywords

ids are now checked if they are a qml keyword

13 years agoQtQuickToolBar: support for .sci files
Thomas Hartmann [Mon, 27 Sep 2010 12:36:45 +0000 (14:36 +0200)]
QtQuickToolBar: support for .sci files

sci files are now supportted for BorderImage

13 years agodebugger: make watchers more robust in the presence of \ in the expression
hjk [Mon, 27 Sep 2010 12:01:46 +0000 (14:01 +0200)]
debugger: make watchers more robust in the presence of \ in the expression

13 years agoCustom wizard: Add validation rules.
Friedemann Kleint [Mon, 27 Sep 2010 11:52:34 +0000 (13:52 +0200)]
Custom wizard: Add validation rules.

Add XML-elements allowing for Javascript-based
validation rules along with error messages.
Rubber-stamped-by: Erik Verbruggen <erik.verbruggen@nokia.com>
13 years agodebugger: activate new compiled QDate and QTime dumpers
hjk [Mon, 27 Sep 2010 11:31:26 +0000 (13:31 +0200)]
debugger: activate new compiled QDate and QTime dumpers

13 years agodebugger: python and c++ dumpers for QDate and QTime
hjk [Mon, 27 Sep 2010 10:50:54 +0000 (12:50 +0200)]
debugger: python and c++ dumpers for QDate and QTime

13 years agodebugger: add a manual QDate and QTime test
hjk [Mon, 27 Sep 2010 10:40:14 +0000 (12:40 +0200)]
debugger: add a manual QDate and QTime test

13 years agoLibrary header files are not exported anymore (SymbianOS)
Pawel Polanski [Mon, 27 Sep 2010 10:56:37 +0000 (12:56 +0200)]
Library header files are not exported anymore (SymbianOS)

13 years agoDebugger: Move dialogs settings out of the global settings namespace.
Friedemann Kleint [Mon, 27 Sep 2010 10:23:34 +0000 (12:23 +0200)]
Debugger: Move dialogs settings out of the global settings namespace.

Add legacy to retrieve old values.

13 years agoQt4Project: Remove dead code
dt [Mon, 27 Sep 2010 12:04:00 +0000 (13:04 +0100)]
Qt4Project: Remove dead code

13 years agoAdded ignore for build products.
Erik Verbruggen [Mon, 27 Sep 2010 08:43:56 +0000 (10:43 +0200)]
Added ignore for build products.

13 years agoC++ indenter: Fix member initializer indent being hardcoded to 4.
Christian Kamm [Mon, 27 Sep 2010 08:38:50 +0000 (10:38 +0200)]
C++ indenter: Fix member initializer indent being hardcoded to 4.

Task-number: QTCREATORBUG-2456

13 years agoSnippets: Show snippets after "corresponding" keywords.
Leandro Melo [Mon, 27 Sep 2010 08:28:49 +0000 (10:28 +0200)]
Snippets: Show snippets after "corresponding" keywords.

In some cases snippets have a description. Due to the sorting this
already places them after keywords. So this is just to be consistent
for all cases.

13 years agoSnippets: Add more templates.
Leandro Melo [Mon, 27 Sep 2010 08:27:59 +0000 (10:27 +0200)]
Snippets: Add more templates.

13 years agoQmlJS indenter: Fix break/continue/throw in if statement without braces.
Christian Kamm [Mon, 27 Sep 2010 08:29:46 +0000 (10:29 +0200)]
QmlJS indenter: Fix break/continue/throw in if statement without braces.

Reviewed-by: Roberto Raggi
13 years agodebugger: somewhat more restrictive enabling of debugger related actions
hjk [Fri, 24 Sep 2010 11:31:19 +0000 (13:31 +0200)]
debugger: somewhat more restrictive enabling of debugger related actions

13 years agoTaskWindow: Fix connecting to both clicked and activated
dt [Mon, 13 Sep 2010 13:11:24 +0000 (14:11 +0100)]
TaskWindow: Fix connecting to both clicked and activated

Not really visible to the user, but lead to double activation on clicking.

13 years agoCMake: Set up environment for cmake correctly
dt [Mon, 13 Sep 2010 13:09:46 +0000 (14:09 +0100)]
CMake: Set up environment for cmake correctly

Task-Nr: QTCREATORBUG-1130

13 years agoQmlJS indenter: Fix problem with object literals.
Christian Kamm [Mon, 27 Sep 2010 08:12:50 +0000 (10:12 +0200)]
QmlJS indenter: Fix problem with object literals.

Reviewed-by: Roberto Raggi
13 years agoInitialize correct member. Fixes potential crash on startup.
Daniel Molkentin [Sat, 25 Sep 2010 06:52:28 +0000 (08:52 +0200)]
Initialize correct member. Fixes potential crash on startup.

Task-number: QTCREATORBUG-2454

13 years agoSnippets: Check if file exists.
Leandro Melo [Fri, 24 Sep 2010 19:11:31 +0000 (21:11 +0200)]
Snippets: Check if file exists.

13 years agoRemoved unused pngs.
Leandro Melo [Fri, 24 Sep 2010 18:20:05 +0000 (20:20 +0200)]
Removed unused pngs.