OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSeparate std out and std err handling.
con [Wed, 8 Dec 2010 13:52:53 +0000 (14:52 +0100)]
Separate std out and std err handling.

13 years agoRun external tools.
con [Wed, 8 Dec 2010 11:08:21 +0000 (12:08 +0100)]
Run external tools.

Most of the output handling, error handling etc is missing atm.

13 years agoAdd tag for passing content to tool via std in.
con [Wed, 8 Dec 2010 11:08:57 +0000 (12:08 +0100)]
Add tag for passing content to tool via std in.

Not handled yet.

13 years agoFix xml parse error handling.
con [Wed, 8 Dec 2010 11:07:06 +0000 (12:07 +0100)]
Fix xml parse error handling.

13 years agoVariable manager uses "update request" mechanism.
con [Wed, 8 Dec 2010 11:03:33 +0000 (12:03 +0100)]
Variable manager uses "update request" mechanism.

For now that removes the CURRENT_DOCUMENT variable and derivates.

13 years agoRead external tools from resources and show them in menu.
con [Thu, 11 Nov 2010 14:47:23 +0000 (15:47 +0100)]
Read external tools from resources and show them in menu.

13 years agoExternal tools need a uid, e.g. for keyboard shortcuts.
con [Thu, 11 Nov 2010 13:57:29 +0000 (14:57 +0100)]
External tools need a uid, e.g. for keyboard shortcuts.

13 years agoRemove debug output
con [Thu, 11 Nov 2010 13:40:59 +0000 (14:40 +0100)]
Remove debug output

13 years agoRead localized description, name and category from external tools
con [Thu, 11 Nov 2010 13:26:14 +0000 (14:26 +0100)]
Read localized description, name and category from external tools

13 years agoImplement an external tool container + xml parsing.
con [Wed, 10 Nov 2010 07:49:19 +0000 (08:49 +0100)]
Implement an external tool container + xml parsing.

13 years agoShip some example external tools.
con [Tue, 9 Nov 2010 16:32:19 +0000 (17:32 +0100)]
Ship some example external tools.

13 years agofakevim: work on 'dumb' completion
hjk [Fri, 18 Feb 2011 14:31:31 +0000 (15:31 +0100)]
fakevim: work on 'dumb' completion

13 years agodebugger: save two pixels worth of vertical space in the log input pane
hjk [Fri, 18 Feb 2011 10:17:54 +0000 (11:17 +0100)]
debugger: save two pixels worth of vertical space in the log input pane

13 years agoLicense header fix.
Christian Kamm [Fri, 18 Feb 2011 14:18:17 +0000 (15:18 +0100)]
License header fix.

13 years agoCompiled helpers: Use only ones that are newer than all source files.
Christian Kamm [Fri, 18 Feb 2011 13:43:33 +0000 (14:43 +0100)]
Compiled helpers: Use only ones that are newer than all source files.

Reviewed-by: Kai Koehne
13 years agotests: add licence headers
Bill King [Fri, 18 Feb 2011 13:48:16 +0000 (14:48 +0100)]
tests: add licence headers

13 years agoDebuggingHelpers: Don't use (s) for plural form
Kai Koehne [Fri, 18 Feb 2011 13:03:36 +0000 (14:03 +0100)]
DebuggingHelpers: Don't use (s) for plural form

13 years agoQMakeStep: Make UI expand horizontally
Kai Koehne [Fri, 18 Feb 2011 12:28:51 +0000 (13:28 +0100)]
QMakeStep: Make UI expand horizontally

This is in line with the other buildstep UIs.

13 years agoQmlJsDebug: Compile fix (MacOSX)
Kai Koehne [Fri, 18 Feb 2011 12:09:47 +0000 (13:09 +0100)]
QmlJsDebug: Compile fix (MacOSX)

13 years agoDebuggingHelpers: Improve log
Kai Koehne [Thu, 10 Feb 2011 14:24:49 +0000 (15:24 +0100)]
DebuggingHelpers: Improve log

13 years agoQmlJSDebug: Move qmljsdebug into a static library
Kai Koehne [Wed, 12 Jan 2011 15:24:00 +0000 (16:24 +0100)]
QmlJSDebug: Move qmljsdebug into a static library

Reviewed-by: dt
13 years agoQmlJSDebug: Avoid use of Q_PRIVATE_SLOTS macro
Kai Koehne [Wed, 12 Jan 2011 11:27:12 +0000 (12:27 +0100)]
QmlJSDebug: Avoid use of Q_PRIVATE_SLOTS macro

Causes headaches because of a bug in qmake that sometimes still tries
to compile the _moc file individually, resulting in not defined errors.

13 years agoApplicationLauncher/Win: Fix capitalization of working directory path
Kai Koehne [Fri, 18 Feb 2011 09:50:34 +0000 (10:50 +0100)]
ApplicationLauncher/Win: Fix capitalization of working directory path

QtDeclarative checks for the capitalization of .qml files. This might fail
for relative pathes if the working directory is not capitalized like on disk
(QTBUG-17529).

Task-number: QTCREATORBUG-3722
Reviewed-by: dt
13 years agoQmlProject: Add copyright header
Kai Koehne [Fri, 18 Feb 2011 10:48:13 +0000 (11:48 +0100)]
QmlProject: Add copyright header

13 years agoQmlJsEditor: Add copyright header
Kai Koehne [Fri, 18 Feb 2011 10:47:15 +0000 (11:47 +0100)]
QmlJsEditor: Add copyright header

13 years agoQmlDump: Add copyright header
Kai Koehne [Fri, 18 Feb 2011 10:24:23 +0000 (11:24 +0100)]
QmlDump: Add copyright header

13 years agoQmlDebug: Remove assert
Kai Koehne [Fri, 18 Feb 2011 10:23:40 +0000 (11:23 +0100)]
QmlDebug: Remove assert

Removing an object watch might fail if e.g. the app crashes in between.

13 years agoDebugger/Tooltips: Fix a crash when closing all from unpinned tips.
Friedemann Kleint [Fri, 18 Feb 2011 09:57:40 +0000 (10:57 +0100)]
Debugger/Tooltips: Fix a crash when closing all from unpinned tips.

Leave event would close the widget.

13 years agoMore copyright fixes
Tobias Hunger [Fri, 18 Feb 2011 09:36:52 +0000 (10:36 +0100)]
More copyright fixes

13 years agoL10n: Update German translations.
Friedemann Kleint [Fri, 18 Feb 2011 09:01:52 +0000 (10:01 +0100)]
L10n: Update German translations.

Fix build configurations among other things.

Task-number: QTCREATORBUG-3821

13 years agoL10n: Tr-fixes for build configurations.
Friedemann Kleint [Fri, 18 Feb 2011 08:59:49 +0000 (09:59 +0100)]
L10n: Tr-fixes for build configurations.

Remove duplicate code, proper messages, linguist comments.

Task-number: QTCREATORBUG-3821

13 years agoL10n: Translation fixes.
Friedemann Kleint [Fri, 18 Feb 2011 08:59:33 +0000 (09:59 +0100)]
L10n: Translation fixes.

13 years agodebugger: make output format of non-printable characters customizable
hjk [Thu, 17 Feb 2011 18:00:33 +0000 (19:00 +0100)]
debugger: make output format of non-printable characters customizable

13 years agodebugger: even less peep-hole feeling for the watchers
hjk [Thu, 17 Feb 2011 15:48:18 +0000 (16:48 +0100)]
debugger: even less peep-hole feeling for the watchers

13 years agoFix license headers
Tobias Hunger [Thu, 17 Feb 2011 16:53:52 +0000 (17:53 +0100)]
Fix license headers

13 years agotests: Add a failing test to make sure diagnostic reporting is working.
Bill King [Thu, 17 Feb 2011 15:59:35 +0000 (16:59 +0100)]
tests: Add a failing test to make sure diagnostic reporting is working.

13 years agoRemove dock widget handles from debugger tool bar.
con [Thu, 17 Feb 2011 14:43:54 +0000 (15:43 +0100)]
Remove dock widget handles from debugger tool bar.

Otherwise it's possible to remove the tool bar without ever getting it
back.

13 years agoFix compilation and rpath with the ssh class move.
con [Thu, 17 Feb 2011 14:43:21 +0000 (15:43 +0100)]
Fix compilation and rpath with the ssh class move.

13 years agodebugger: remove obstructing frame around l&w item delegates
hjk [Thu, 17 Feb 2011 15:31:43 +0000 (16:31 +0100)]
debugger: remove obstructing frame around l&w item delegates

13 years agoQmlDebug: QmlAdapter ws changes
Kai Koehne [Thu, 17 Feb 2011 14:57:26 +0000 (15:57 +0100)]
QmlDebug: QmlAdapter ws changes

13 years agoQmlDebug: Move QDDEngineDebug instance to ClientProxy
Kai Koehne [Thu, 17 Feb 2011 12:56:45 +0000 (13:56 +0100)]
QmlDebug: Move QDDEngineDebug instance to ClientProxy

Only the ClientProxy uses it anyway.

Reviewed-by: Thorbjorn Lindeijer
13 years agoTests: Fix a crash bug.
Bill King [Thu, 17 Feb 2011 15:08:17 +0000 (16:08 +0100)]
Tests: Fix a crash bug.

13 years agoTests: cleanup output so that it appears inline with associated test.
Bill King [Thu, 17 Feb 2011 15:07:47 +0000 (16:07 +0100)]
Tests: cleanup output so that it appears inline with associated test.

13 years agodoc: update core file paragraph
hjk [Thu, 17 Feb 2011 14:34:28 +0000 (15:34 +0100)]
doc: update core file paragraph

Task-number: QTCREATORBUG-3813

13 years agodebugger: allow attaching to core files on windows
hjk [Thu, 17 Feb 2011 14:27:00 +0000 (15:27 +0100)]
debugger: allow attaching to core files on windows

Seems it's not only theoretically possible but people actually want to use it

Task-number: QTCREATORBUG-3813

13 years agodebugger: merge a few #ifdef Q_OS_WIN's
hjk [Thu, 17 Feb 2011 14:21:35 +0000 (15:21 +0100)]
debugger: merge a few #ifdef Q_OS_WIN's

13 years agodebugger: raise the break dock in the default layout
hjk [Thu, 17 Feb 2011 13:29:37 +0000 (14:29 +0100)]
debugger: raise the break dock in the default layout

13 years agoUpdating symbianplugin components
Timo Rouvinen [Thu, 17 Feb 2011 13:45:30 +0000 (14:45 +0100)]
Updating symbianplugin components

Merge-request: 254
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
13 years agoDebugger default layout was hiding the debugger tool bar.
con [Thu, 17 Feb 2011 13:30:49 +0000 (14:30 +0100)]
Debugger default layout was hiding the debugger tool bar.

13 years agodebugger: better formatting of assembler lines
hjk [Thu, 17 Feb 2011 11:50:13 +0000 (12:50 +0100)]
debugger: better formatting of assembler lines

13 years agodebugger: add dead code for potential improvements of the QScriptValue dumper
hjk [Wed, 16 Feb 2011 17:43:42 +0000 (18:43 +0100)]
debugger: add dead code for potential improvements of the QScriptValue dumper

Looks there is no way to proceed without inferior calls right now.

13 years agoDebugger: Enable deleting changed breakpoints in non-dbg state.
Friedemann Kleint [Thu, 17 Feb 2011 12:49:47 +0000 (13:49 +0100)]
Debugger: Enable deleting changed breakpoints in non-dbg state.

Do not start a synchronization if the breakpoint is not owned.

13 years agoDebugger: Change UseFullPath setting to an enumeration.
Friedemann Kleint [Thu, 17 Feb 2011 12:00:11 +0000 (13:00 +0100)]
Debugger: Change UseFullPath setting to an enumeration.

Introducing EngineDefault such that CDB/LLDB can use full paths
by default and gdb can use short paths.

Reviewed-by: hjk
13 years agotests: Remove unused testcase
Bill King [Thu, 17 Feb 2011 12:01:08 +0000 (13:01 +0100)]
tests: Remove unused testcase

13 years agoQmlJSInspector: Make string translatable
Thorbjørn Lindeijer [Thu, 17 Feb 2011 11:54:52 +0000 (12:54 +0100)]
QmlJSInspector: Make string translatable

13 years agoQmlJSInspector: Code cosmetics
Thorbjørn Lindeijer [Thu, 17 Feb 2011 11:27:54 +0000 (12:27 +0100)]
QmlJSInspector: Code cosmetics

13 years agoQmlJSInspector: Fixed the border around the color icon
Thorbjørn Lindeijer [Thu, 17 Feb 2011 11:21:40 +0000 (12:21 +0100)]
QmlJSInspector: Fixed the border around the color icon

It was being drawn one pixel too large, showing some garbage pixels.

13 years agotests: Don't run the gdb test on win32-msvc. It makes no sense.
Bill King [Thu, 17 Feb 2011 11:13:33 +0000 (12:13 +0100)]
tests: Don't run the gdb test on win32-msvc. It makes no sense.

13 years agotests: code cleanup
Bill King [Thu, 17 Feb 2011 11:13:06 +0000 (12:13 +0100)]
tests: code cleanup

13 years agoQmlJSInspector: Fixed position of crumble path menu
Thorbjørn Lindeijer [Thu, 17 Feb 2011 10:44:02 +0000 (11:44 +0100)]
QmlJSInspector: Fixed position of crumble path menu

These buttons are not in a regular layout so they were not being resized
down to the available size. Just specify a fixed height on all levels
now, and make sure it is consistent.

13 years agoPluginmanager: Test if there are tests to run, if so, then quit when done.
Bill King [Thu, 17 Feb 2011 10:37:34 +0000 (11:37 +0100)]
Pluginmanager: Test if there are tests to run, if so, then quit when done.

Double testing, only enable the codeblock when tests are found to be run,
also, only send the quit message if there are tests found to be run.

13 years agoAdded tests for the DiagnosticClient.
Erik Verbruggen [Thu, 17 Feb 2011 10:20:33 +0000 (11:20 +0100)]
Added tests for the DiagnosticClient.

13 years agoDebugger: Enable moving tooltips.
Friedemann Kleint [Thu, 17 Feb 2011 09:57:04 +0000 (10:57 +0100)]
Debugger: Enable moving tooltips.

13 years agoPluginManager: revert auto-quitting change.
Bill King [Thu, 17 Feb 2011 09:38:04 +0000 (10:38 +0100)]
PluginManager: revert auto-quitting change.

13 years agoCode cosmetics
Thorbjørn Lindeijer [Wed, 16 Feb 2011 17:03:47 +0000 (18:03 +0100)]
Code cosmetics

13 years agoQmlJSInspector: Moved the property filter back into the QML observer dock
Thorbjørn Lindeijer [Wed, 16 Feb 2011 17:01:50 +0000 (18:01 +0100)]
QmlJSInspector: Moved the property filter back into the QML observer dock

Changed around the way the background is drawn on the crumble path, so
that the background extends below the filter line edit.

Reviewed-by: Kai Koehne
13 years agoDebugger: Reduce tooltip flicker.
Friedemann Kleint [Thu, 17 Feb 2011 09:08:57 +0000 (10:08 +0100)]
Debugger: Reduce tooltip flicker.

Move tooltip-request handling from DebuggerPlugin into
DebuggerToolTipManager.

Request tooltip only if position changed and close
standard tooltip on success.

13 years agoDo not run tests by default
Daniel Molkentin [Wed, 16 Feb 2011 22:02:52 +0000 (23:02 +0100)]
Do not run tests by default

Requested-By: hjk
13 years agoDoc: Added a missing image, removed unnecessary search field.
David Boddie [Wed, 16 Feb 2011 17:38:16 +0000 (18:38 +0100)]
Doc: Added a missing image, removed unnecessary search field.

13 years agoTests: Simplify the simplifytest.
Bill King [Wed, 16 Feb 2011 16:37:08 +0000 (17:37 +0100)]
Tests: Simplify the simplifytest.

13 years agoPluginmanager: Test before adding plugin to tests list.
Bill King [Wed, 16 Feb 2011 16:09:05 +0000 (17:09 +0100)]
Pluginmanager: Test before adding plugin to tests list.

13 years agoPluginManager: add -test all capability for internal testing.
Bill King [Wed, 16 Feb 2011 12:40:44 +0000 (13:40 +0100)]
PluginManager: add -test all capability for internal testing.

13 years agoPluginmanager: quit after -test testing has completed.
Bill King [Wed, 16 Feb 2011 12:39:00 +0000 (13:39 +0100)]
Pluginmanager: quit after -test testing has completed.

13 years agoTests: More autotest cleanup.
Bill King [Wed, 16 Feb 2011 12:01:58 +0000 (13:01 +0100)]
Tests: More autotest cleanup.

13 years agoDoc: Attempted to fix table a header alignment problem.
David Boddie [Wed, 16 Feb 2011 14:52:07 +0000 (15:52 +0100)]
Doc: Attempted to fix table a header alignment problem.

Task-number: QTBUG-13591

13 years ago"Html" -> "HTML"
Alessandro Portale [Wed, 16 Feb 2011 14:01:24 +0000 (15:01 +0100)]
"Html" -> "HTML"

13 years agoDoc: Ensured that style and scripts are included in online docs.
David Boddie [Wed, 16 Feb 2011 13:54:02 +0000 (14:54 +0100)]
Doc: Ensured that style and scripts are included in online docs.

13 years agoQmlDebug: Remove dead code
Kai Koehne [Wed, 16 Feb 2011 13:37:37 +0000 (14:37 +0100)]
QmlDebug: Remove dead code

13 years agoQmlDebug: Improve 'Failed to connect to debugger ...' dialog
Kai Koehne [Wed, 16 Feb 2011 13:35:26 +0000 (14:35 +0100)]
QmlDebug: Improve 'Failed to connect to debugger ...' dialog

Task-number: QTCREATORBUG-3795

13 years agoQmlDebugger: Remove unused code
Kai Koehne [Wed, 16 Feb 2011 12:57:30 +0000 (13:57 +0100)]
QmlDebugger: Remove unused code

13 years agoCodePaster: New pastebin.com format strings.
Friedemann Kleint [Wed, 16 Feb 2011 13:31:26 +0000 (14:31 +0100)]
CodePaster: New pastebin.com format strings.

dff->diff.

13 years agoDebugger[CDB]: Fix stepping.
Friedemann Kleint [Wed, 16 Feb 2011 13:13:07 +0000 (14:13 +0100)]
Debugger[CDB]: Fix stepping.

Started out in assembly mode, regression introduced by
a9982cac70d50a185c6f7018617394095d4df58a
(Debugger[CDB]: Enable engine restart)

13 years agoDebugger[CDB]: Dump out class name and geometry of a HWND.
Friedemann Kleint [Wed, 16 Feb 2011 12:56:11 +0000 (13:56 +0100)]
Debugger[CDB]: Dump out class name and geometry of a HWND.

using CDB's KnownStruct-handling.

13 years agoDoc: Style - show navigation, fix list items, reduce contents size.
David Boddie [Wed, 16 Feb 2011 13:12:29 +0000 (14:12 +0100)]
Doc: Style - show navigation, fix list items, reduce contents size.

Task-number: QTBUG-13594
Reviewed-by: Leena Miettinen
13 years agoIntroduced a QML-specific debugger tool bar
Thorbjørn Lindeijer [Wed, 16 Feb 2011 09:47:06 +0000 (10:47 +0100)]
Introduced a QML-specific debugger tool bar

This one has the common debugger actions as well as the QML Observer
specific part. This makes sure those actions are generally available and
not only from the QML Observer dock widget.

The filter in the tool bar should still be moved back.

Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
13 years agodebugger: replace action(ExecuteCommand) be a direct function call
hjk [Wed, 16 Feb 2011 11:41:06 +0000 (12:41 +0100)]
debugger: replace action(ExecuteCommand) be a direct function call

13 years agodebugger: add a line edit to the log input pane
hjk [Wed, 16 Feb 2011 11:12:09 +0000 (12:12 +0100)]
debugger: add a line edit to the log input pane

That should make the possibility to use it as input more obvious.

13 years agoMIME: A magic may have many match elements
Leandro Melo [Wed, 16 Feb 2011 10:55:07 +0000 (11:55 +0100)]
MIME: A magic may have many match elements

Reviewed-by: Friedemann Kleint
13 years agoCode cosmetics
Thorbjørn Lindeijer [Wed, 16 Feb 2011 09:02:30 +0000 (10:02 +0100)]
Code cosmetics

13 years agoCompile fix Mac gcc 4.2.1
Friedemann Kleint [Wed, 16 Feb 2011 10:25:24 +0000 (11:25 +0100)]
Compile fix Mac gcc 4.2.1

13 years agoQmlInspector: custom editors for different property types
Christiaan Janssen [Mon, 14 Feb 2011 10:28:43 +0000 (11:28 +0100)]
QmlInspector: custom editors for different property types

Reviewed-by: Kai Koehne
13 years agodebugger: improve QScriptValue dumper
hjk [Tue, 15 Feb 2011 17:47:36 +0000 (18:47 +0100)]
debugger: improve QScriptValue dumper

13 years agoDoc: update gdb requirements
hjk [Tue, 15 Feb 2011 14:56:18 +0000 (15:56 +0100)]
Doc: update gdb requirements

13 years agoL10n: First German translation for 2.2.
Friedemann Kleint [Tue, 15 Feb 2011 15:12:30 +0000 (16:12 +0100)]
L10n: First German translation for 2.2.

13 years agoL10n: tr()-Fixes for 2.2
Friedemann Kleint [Tue, 15 Feb 2011 15:05:52 +0000 (16:05 +0100)]
L10n: tr()-Fixes for 2.2

13 years agoDoc: fix capitalization
Leena Miettinen [Tue, 15 Feb 2011 14:56:54 +0000 (15:56 +0100)]
Doc: fix capitalization

Reviewed-by: Alessandro Portale
13 years agoDoc: fix for the online style
Leena Miettinen [Tue, 15 Feb 2011 14:55:11 +0000 (15:55 +0100)]
Doc: fix for the online style

13 years agoEnv: Add method to get the difference between two Envs
Tobias Hunger [Tue, 15 Feb 2011 14:32:20 +0000 (15:32 +0100)]
Env: Add method to get the difference between two Envs

Add a method returning the difference between two Environments.

Reviewed-by: dt
13 years agoImprove restoration of last session
Tobias Hunger [Tue, 15 Feb 2011 14:25:44 +0000 (15:25 +0100)]
Improve restoration of last session

* Prefer command line arguments on session management to
  settings.

Reviewed-by: thorbjorn
13 years agoFix available buildconfigurations for all cases
dt [Thu, 10 Feb 2011 10:59:10 +0000 (11:59 +0100)]
Fix available buildconfigurations for all cases