OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSharing TcfTrkDevice connections between multiple clients
Tom Sutcliffe [Mon, 7 Feb 2011 13:14:57 +0000 (14:14 +0100)]
Sharing TcfTrkDevice connections between multiple clients

13 years agoPossible fix for assert crash on posix
Tom Sutcliffe [Fri, 4 Feb 2011 15:28:56 +0000 (16:28 +0100)]
Possible fix for assert crash on posix

13 years agoIn progress: making TcfTrkDevice connections persistant
Tom Sutcliffe [Fri, 4 Feb 2011 11:08:19 +0000 (12:08 +0100)]
In progress: making TcfTrkDevice connections persistant

13 years agoMaemo: Tighter integration of packaging meta data.
Christian Kandeler [Mon, 7 Feb 2011 16:51:58 +0000 (17:51 +0100)]
Maemo: Tighter integration of packaging meta data.

Optionally add packaging files to project file and version control
on target creation and remove them on target removal.

Task-number: QTCREATORBUG-3703

13 years agoRefactoring. Unduplicating code.
Alessandro Portale [Mon, 7 Feb 2011 16:49:50 +0000 (17:49 +0100)]
Refactoring. Unduplicating code.

The loop to generate the "DEPLOYMENTFOLDERS" part in the main
.pro file is now in the base class AbstractMobileApp.

13 years agoFix compilation for Unix.
Christian Kandeler [Mon, 7 Feb 2011 16:40:30 +0000 (17:40 +0100)]
Fix compilation for Unix.

13 years agoMaemo: Replace boolean type by more fine-grained one.
Christian Kandeler [Mon, 7 Feb 2011 15:03:13 +0000 (16:03 +0100)]
Maemo: Replace boolean type by more fine-grained one.

We want to differentiate between "packaging files successfully created"
and "packaging files were already there".

13 years agoText editor: Clear undo/redo stack after loading chunks
Leandro Melo [Mon, 7 Feb 2011 16:18:05 +0000 (17:18 +0100)]
Text editor: Clear undo/redo stack after loading chunks

Reviewed-by: Thorbjorn Lindeijer
13 years agoQmlJS Debugging: Log activitiy of QDeclarativeEngine in debugger log
Kai Koehne [Mon, 7 Feb 2011 15:30:05 +0000 (16:30 +0100)]
QmlJS Debugging: Log activitiy of QDeclarativeEngine in debugger log

However ignore messages for watches, because they otherwise flood the log.

13 years agoSymbian: tcftrk renamed to Coda
Pawel Polanski [Mon, 7 Feb 2011 13:26:34 +0000 (14:26 +0100)]
Symbian: tcftrk renamed to Coda

13 years agofancymainwaindow: replace m_dockWidgetActiveState by dynamic property
hjk [Mon, 7 Feb 2011 14:17:30 +0000 (15:17 +0100)]
fancymainwaindow: replace m_dockWidgetActiveState by dynamic property

13 years agofancymainwindow: remove m_dockWidgets member
hjk [Mon, 7 Feb 2011 14:05:07 +0000 (15:05 +0100)]
fancymainwindow: remove m_dockWidgets member

Use QMainWindow::dockWidgets() instead.

Done by Milian Wolff

13 years agodebugger: remove the local 'cached' of QDockWidget * in DebuggerMainWindow
hjk [Mon, 7 Feb 2011 13:43:59 +0000 (14:43 +0100)]
debugger: remove the local 'cached' of QDockWidget * in DebuggerMainWindow

13 years agodebugger: make libptracepreload.so link
hjk [Mon, 7 Feb 2011 13:22:54 +0000 (14:22 +0100)]
debugger: make libptracepreload.so link

13 years agoThe macros plugin use a directory in userResourcePath.
Nicolas Arnaud-Cormos [Mon, 7 Feb 2011 10:34:02 +0000 (11:34 +0100)]
The macros plugin use a directory in userResourcePath.

It is not possible to manage different directory for the macro plugin, it uses the user resource path per default.
This change cleans a lot of code, specially we don't need any specific settings for the macro plugin, and the option page is more simple.

Merge-request: 240
Reviewed-by: con <qtc-committer@nokia.com>
13 years agoAdd a save macro menu item, and remove the 'show save dialog' option in macro plugin
Nicolas Arnaud-Cormos [Mon, 7 Feb 2011 10:34:01 +0000 (11:34 +0100)]
Add a save macro menu item, and remove the 'show save dialog' option in macro plugin

Merge-request: 240
Reviewed-by: con <qtc-committer@nokia.com>
13 years agochange menu name for macros plugin
Nicolas Arnaud-Cormos [Mon, 7 Feb 2011 10:34:00 +0000 (11:34 +0100)]
change menu name for macros plugin

Merge-request: 240
Reviewed-by: con <qtc-committer@nokia.com>
13 years agoMore "qml[standalone]app" -> "qtquickapp" renaming
Alessandro Portale [Mon, 7 Feb 2011 11:47:07 +0000 (12:47 +0100)]
More "qml[standalone]app" -> "qtquickapp" renaming

13 years agoC++: Fix Bind run on QtPropertyDeclarationAST.
Christian Kamm [Mon, 7 Feb 2011 11:17:20 +0000 (12:17 +0100)]
C++: Fix Bind run on QtPropertyDeclarationAST.

Also adjust findusages test to account for QtProperty symbol.

Reviewed-by: Erik Verbruggen
13 years agoDebugger: Make breakpoint capabilities more fine-grained.
Friedemann Kleint [Mon, 7 Feb 2011 10:26:22 +0000 (11:26 +0100)]
Debugger: Make breakpoint capabilities more fine-grained.

Diffentiate between different condition parts in Breakpoint dialog.
Fix up  3a100e8d7c64d6b84bf4c1849b6097cc1e3a5139 for CDB.

13 years agoFixed regression in tst_Codegen.
Erik Verbruggen [Mon, 7 Feb 2011 10:25:29 +0000 (11:25 +0100)]
Fixed regression in tst_Codegen.

13 years agoDebugger: Make breakpoint capabilities more fine-grained.
Friedemann Kleint [Mon, 7 Feb 2011 10:04:31 +0000 (11:04 +0100)]
Debugger: Make breakpoint capabilities more fine-grained.

Handle in editBreakpoint().

Acked-by: hjk
13 years agoSymbian: ensure a process is really stopped after being suspended and then stopped
Pawel Polanski [Mon, 7 Feb 2011 10:04:30 +0000 (11:04 +0100)]
Symbian: ensure a process is really stopped after being suspended and then stopped

13 years agoDebugger: Ensure breakpoints to simple JS expressions are hit
Kai Koehne [Mon, 7 Feb 2011 09:55:22 +0000 (10:55 +0100)]
Debugger: Ensure breakpoints to simple JS expressions are hit

Prevent QDeclarativeEngine to handle simple bindings on their own by
setting the QML_DISABLE_OPTIMIZER environment variable. This ensures
that every binding is actually updated through the JavaScript engine,
and therefore checked for breakpoints.

Task-number: QTCREATORBUG-3595

13 years agoSymbian: Do not resume the crashed thread
Pawel Polanski [Mon, 7 Feb 2011 09:12:47 +0000 (10:12 +0100)]
Symbian: Do not resume the crashed thread

13 years agoSymbian: Finish CODA's RunControl when usb cable is unplugged
Pawel Polanski [Mon, 7 Feb 2011 08:45:54 +0000 (09:45 +0100)]
Symbian: Finish CODA's RunControl when usb cable is unplugged

13 years agoText editor: Clear buffer when no longer needed
Leandro Melo [Mon, 7 Feb 2011 07:48:10 +0000 (08:48 +0100)]
Text editor: Clear buffer when no longer needed

13 years agoText editor: Make it easier for some compilers
Leandro Melo [Mon, 7 Feb 2011 07:40:24 +0000 (08:40 +0100)]
Text editor: Make it easier for some compilers

13 years agoUpdate html5 boilerplate code if outdated or changed.
Alessandro Portale [Sun, 6 Feb 2011 18:32:39 +0000 (19:32 +0100)]
Update html5 boilerplate code if outdated or changed.

13 years agoRename: bool "uncommentNextLine" -> "commentOutNextLine"
Alessandro Portale [Sun, 6 Feb 2011 18:27:57 +0000 (19:27 +0100)]
Rename: bool "uncommentNextLine" -> "commentOutNextLine"

13 years agoRenaming: QmlStandaloneApp* -> QtQuickApp*
Alessandro Portale [Sun, 6 Feb 2011 15:23:02 +0000 (16:23 +0100)]
Renaming: QmlStandaloneApp* -> QtQuickApp*

13 years agoHtml5 app wizard. First steps.
Alessandro Portale [Sat, 5 Feb 2011 22:08:59 +0000 (23:08 +0100)]
Html5 app wizard. First steps.

Task-Number: QTCREATORBUG-3284

13 years agoC++ editor: Better control to stop the semantic highlighter
Leandro Melo [Fri, 4 Feb 2011 15:26:10 +0000 (16:26 +0100)]
C++ editor: Better control to stop the semantic highlighter

Done-by: Roberto Raggi
Reviewed-by: Leandro Melo
Reviewed-by: mae
13 years agoText editor: Remove unused member
Leandro Melo [Fri, 4 Feb 2011 14:00:43 +0000 (15:00 +0100)]
Text editor: Remove unused member

Reviewed-by: mae
13 years agoText editor: Progress bar for large files
Leandro Melo [Fri, 4 Feb 2011 13:55:50 +0000 (14:55 +0100)]
Text editor: Progress bar for large files

Reviewed-by: mae
13 years agoText editor: Convert encoding and fill doc. by chunks
Leandro Melo [Fri, 4 Feb 2011 12:12:58 +0000 (13:12 +0100)]
Text editor: Convert encoding and fill doc. by chunks

Task-number: QTCREATORBUG-876
Task-number: QTCREATORBUG-3560

Reviewed-by: mae
13 years agoDo word wrap in general Qt project build settings warning label.
con [Fri, 4 Feb 2011 15:59:48 +0000 (16:59 +0100)]
Do word wrap in general Qt project build settings warning label.

Task-number: QTCREATORBUG-1497

13 years agoFix linkification of Asserts and QML errors for Symbian Output
Kai Koehne [Fri, 4 Feb 2011 15:41:16 +0000 (16:41 +0100)]
Fix linkification of Asserts and QML errors for Symbian Output

On Symbian Qt errors are prefixed with '[Qt Message] '

Task-number: QTCREATORBUG-3694

13 years agoMaemo/MeeGo: Don't make .ssh/authorized_keys executable
Thorbjørn Lindeijer [Fri, 4 Feb 2011 15:16:01 +0000 (16:16 +0100)]
Maemo/MeeGo: Don't make .ssh/authorized_keys executable

Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoDebugger: Fully qualify signals.
Friedemann Kleint [Fri, 4 Feb 2011 15:09:45 +0000 (16:09 +0100)]
Debugger: Fully qualify signals.

Fix up debcc270eee3d4b9482b5a264188ffddc3b64773

13 years agoDebugger: Fully qualify signals.
Friedemann Kleint [Fri, 4 Feb 2011 15:07:58 +0000 (16:07 +0100)]
Debugger: Fully qualify signals.

13 years agodebugger: spell fix
hjk [Fri, 4 Feb 2011 14:35:09 +0000 (15:35 +0100)]
debugger: spell fix

13 years agodebugger: automatically update breakpoints after manually loading symbols
hjk [Fri, 4 Feb 2011 14:32:30 +0000 (15:32 +0100)]
debugger: automatically update breakpoints after manually loading symbols

13 years agoMaemo: Use per-target device configuration model.
Christian Kandeler [Fri, 4 Feb 2011 14:04:20 +0000 (15:04 +0100)]
Maemo: Use per-target device configuration model.

Now if you have e.g. a Meego target, only Meego device configurations
are selectable in that target's deploy configuration.
Naturally, now the "default" attribute of a device configuration
is per Maemo version.

13 years agoMaemo: Add per-target device configurations list model.
Christian Kandeler [Fri, 4 Feb 2011 11:27:35 +0000 (12:27 +0100)]
Maemo: Add per-target device configurations list model.

This will make it impossible for a user to deploy to an
incompatible device. Not used yet.

13 years agoMaemo: Add missing Q_OBJECT macro to class.
Christian Kandeler [Fri, 4 Feb 2011 11:28:36 +0000 (12:28 +0100)]
Maemo: Add missing Q_OBJECT macro to class.

13 years agoDebugger: Documentation work on qtcreatorcdbext/Debugger.
Friedemann Kleint [Fri, 4 Feb 2011 14:08:31 +0000 (15:08 +0100)]
Debugger: Documentation work on qtcreatorcdbext/Debugger.

Add comments, introduce internal switch in
doc/api/qtcreator-api.qdocconf.

13 years agocoding style: incorporate some of the Qt guide lines
hjk [Fri, 4 Feb 2011 14:16:27 +0000 (15:16 +0100)]
coding style: incorporate some of the Qt guide lines

13 years agoMore compact template files update message
Alessandro Portale [Fri, 4 Feb 2011 14:04:44 +0000 (15:04 +0100)]
More compact template files update message

The content of the update dialog is nor shorter and should not
be cropped on OSX.

Task-number: QTCREATORBUG-3135

13 years agoSend contextAboutToChange before current context object is updated.
con [Fri, 4 Feb 2011 13:59:41 +0000 (14:59 +0100)]
Send contextAboutToChange before current context object is updated.

Task-number: QTCREATORBUG-3597

13 years agoDisable undo/redo in compile output window.
con [Fri, 4 Feb 2011 13:51:55 +0000 (14:51 +0100)]
Disable undo/redo in compile output window.

Since it is read-only. Makes you think why it is enabled by default for
read-only text edits, but anyhow.

Task-number: QTCREATORBUG-3625

13 years agoUpdate "paste snippet" action state depending on editor.
con [Fri, 4 Feb 2011 13:44:21 +0000 (14:44 +0100)]
Update "paste snippet" action state depending on editor.

13 years agoSome debugger actions were enabled in states where they wouldn't work.
con [Fri, 4 Feb 2011 13:36:50 +0000 (14:36 +0100)]
Some debugger actions were enabled in states where they wouldn't work.

Reviewed-by: hjk
13 years agoQmlJSDebugger: Beautify header
Kai Koehne [Wed, 12 Jan 2011 10:10:50 +0000 (11:10 +0100)]
QmlJSDebugger: Beautify header

Remove spurious semicolons

13 years agoDebugger: Make error warning a real sentence.
Kai Koehne [Tue, 18 Jan 2011 12:27:00 +0000 (13:27 +0100)]
Debugger: Make error warning a real sentence.

Separate the two warnings by a '. '.

13 years agoMerge remote branch 'origin/2.1'
con [Fri, 4 Feb 2011 11:48:29 +0000 (12:48 +0100)]
Merge remote branch 'origin/2.1'

13 years agodcoding-style: some reformatting and minor additions.
hjk [Fri, 4 Feb 2011 11:44:43 +0000 (12:44 +0100)]
dcoding-style: some reformatting and minor additions.

[Like splitting complex 'if']

13 years agodebugger: compile fix for arch linux
hjk [Fri, 4 Feb 2011 09:26:12 +0000 (10:26 +0100)]
debugger: compile fix for arch linux

13 years agos:// end of namespace :// namespace :g for consistency
hjk [Fri, 4 Feb 2011 08:52:39 +0000 (09:52 +0100)]
s:// end of namespace :// namespace :g  for consistency

We use the latter style everywhere else to signify the end of a namespace block.

13 years agoqt4projectmanager: style
hjk [Fri, 4 Feb 2011 08:47:35 +0000 (09:47 +0100)]
qt4projectmanager: style

13 years agoVersion bump.
con [Fri, 4 Feb 2011 11:45:27 +0000 (12:45 +0100)]
Version bump.

13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
con [Fri, 4 Feb 2011 10:46:45 +0000 (11:46 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoMerge remote branch 'origin/2.1'
con [Fri, 4 Feb 2011 10:46:30 +0000 (11:46 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/debugger/debuggeractions.cpp

13 years agoDebugger: Add 'command[s]' to breakpoints, polish BP dialogs.
Friedemann Kleint [Fri, 4 Feb 2011 10:33:45 +0000 (11:33 +0100)]
Debugger: Add 'command[s]' to breakpoints, polish BP dialogs.

Add commands (CDB, gdb with '\n' delimiter for multiple),
rearrange dialogs, make ignore count a spin box.

13 years agoSSH: Suppress annoying warning about unknown request type.
Christian Kandeler [Fri, 4 Feb 2011 10:28:57 +0000 (11:28 +0100)]
SSH: Suppress annoying warning about unknown request type.

Seems to be an OpenSSH extension.

13 years agoMaemo: Nicer process list for non-Fremantle systems.
Christian Kandeler [Fri, 4 Feb 2011 10:26:09 +0000 (11:26 +0100)]
Maemo: Nicer process list for non-Fremantle systems.

13 years agoMaemo: Use rpm for listing packages on Meego devices.
Christian Kandeler [Fri, 4 Feb 2011 09:34:29 +0000 (10:34 +0100)]
Maemo: Use rpm for listing packages on Meego devices.

13 years agoSymbian: running process is identified by its UID3 instead of the its name
Pawel Polanski [Fri, 4 Feb 2011 10:07:15 +0000 (11:07 +0100)]
Symbian: running process is identified by its UID3 instead of the its name

13 years agoDon't show msg boxes while saving ui forms
Jarek Kobus [Fri, 4 Feb 2011 08:34:10 +0000 (09:34 +0100)]
Don't show msg boxes while saving ui forms

Currently creator assumes that "save" is synchronous
and doesn't enter internal event loop.

Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Task-number: QTCREATORBUG-3678

13 years agoqt4projectmanager: compile fix on non-windows
hjk [Fri, 4 Feb 2011 08:44:17 +0000 (09:44 +0100)]
qt4projectmanager: compile fix on non-windows

13 years agoopeneditorsview: add double quotes around file names in context menu
hjk [Fri, 4 Feb 2011 08:39:16 +0000 (09:39 +0100)]
openeditorsview: add double quotes around file names in context menu

13 years agodebugger: don't try to extract address of temporary expressions
hjk [Thu, 3 Feb 2011 17:23:07 +0000 (18:23 +0100)]
debugger: don't try to extract address of temporary expressions

They don't "live" in the inferior, so there is no real address.

13 years agoDebugger: Fix breakpoint dialog.
Friedemann Kleint [Fri, 4 Feb 2011 08:11:24 +0000 (09:11 +0100)]
Debugger: Fix breakpoint dialog.

Update model once a breakpoint is added, set initial
state of dialog.

13 years agoQmlDesigner.NodeInstances: Render faster
Marco Bubke [Thu, 3 Feb 2011 20:48:21 +0000 (21:48 +0100)]
QmlDesigner.NodeInstances: Render faster

13 years agoQmlDesigner.NodeInstances: Add breakpad to qmlpuppet
Marco Bubke [Thu, 3 Feb 2011 20:47:42 +0000 (21:47 +0100)]
QmlDesigner.NodeInstances: Add breakpad to qmlpuppet

13 years agoQmlDesigner.FormEditor: Resize only for hovering
Marco Bubke [Thu, 3 Feb 2011 17:49:14 +0000 (18:49 +0100)]
QmlDesigner.FormEditor: Resize only for hovering

13 years agoAnother rename of the wizard auto test
Alessandro Portale [Thu, 3 Feb 2011 18:47:26 +0000 (19:47 +0100)]
Another rename of the wizard auto test

13 years agoRefactoring the template code updater. Reusable for html5
Alessandro Portale [Thu, 3 Feb 2011 18:46:41 +0000 (19:46 +0100)]
Refactoring the template code updater. Reusable for html5

Less static functions, more ploymorphism.

13 years agoDoc: IDE support for adding and removing subprojects
Leena Miettinen [Thu, 3 Feb 2011 17:00:18 +0000 (18:00 +0100)]
Doc: IDE support for adding and removing subprojects

Reviewed-by: Jarek Kobus
13 years agoDoc: project wizards
Leena Miettinen [Thu, 3 Feb 2011 16:41:06 +0000 (17:41 +0100)]
Doc: project wizards

Reviewed-by: dt
13 years agoAutotests: change to make tests run in-place
Bill King [Thu, 3 Feb 2011 16:56:33 +0000 (17:56 +0100)]
Autotests: change to make tests run in-place

This change sets the path temporarily on win32 so that the testcases when
executed with "make check" find the necessary dll's in the main build directory.

13 years agoMerge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Bill King [Thu, 3 Feb 2011 16:54:01 +0000 (17:54 +0100)]
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline

13 years agoautotests: reduce noise.
Bill King [Thu, 3 Feb 2011 16:52:59 +0000 (17:52 +0100)]
autotests: reduce noise.

13 years agoFix forward declaration.
Christian Kandeler [Thu, 3 Feb 2011 16:43:13 +0000 (17:43 +0100)]
Fix forward declaration.

13 years agoWork around silly gcc warning.
Christian Kandeler [Thu, 3 Feb 2011 16:41:28 +0000 (17:41 +0100)]
Work around silly gcc warning.

13 years agoMaemo: Display OS type in device configuration widget.
Christian Kandeler [Thu, 3 Feb 2011 16:35:02 +0000 (17:35 +0100)]
Maemo: Display OS type in device configuration widget.

13 years agoMaemo: Remove ability to change device type.
Christian Kandeler [Thu, 3 Feb 2011 16:19:06 +0000 (17:19 +0100)]
Maemo: Remove ability to change device type.

It's a fundamental attribute of the device. It makes no sense to
change it.

13 years agoMaemo: Replace line edits with path choosers in device config wizard.
Christian Kandeler [Thu, 3 Feb 2011 16:06:58 +0000 (17:06 +0100)]
Maemo: Replace line edits with path choosers in device config wizard.

13 years agoMaemo: Use device configuration wizard.
Christian Kandeler [Thu, 3 Feb 2011 15:09:35 +0000 (16:09 +0100)]
Maemo: Use device configuration wizard.

Needs patch choosers instead of line edits.

13 years agoQmlDesigner.NodeInstances: Remove qDebugs
Marco Bubke [Thu, 3 Feb 2011 15:42:40 +0000 (16:42 +0100)]
QmlDesigner.NodeInstances: Remove qDebugs

13 years agoQmlDesigner.NodeInstances: Go back to base state if a instance is removed
Marco Bubke [Thu, 3 Feb 2011 15:40:24 +0000 (16:40 +0100)]
QmlDesigner.NodeInstances: Go back to base state if a instance is removed

Sometimes the informations are not updated if a property change is removed
in a state.

13 years agodebugger: some infrastructure for gdb's target-async
hjk [Thu, 3 Feb 2011 15:49:28 +0000 (16:49 +0100)]
debugger: some infrastructure for gdb's target-async

13 years agodebugger: code cosmetics
hjk [Thu, 3 Feb 2011 13:17:23 +0000 (14:17 +0100)]
debugger: code cosmetics

13 years agoDebugger[CDB]: Refactor breakpoint handling.
Friedemann Kleint [Thu, 3 Feb 2011 15:26:23 +0000 (16:26 +0100)]
Debugger[CDB]: Refactor breakpoint handling.

Add a command to list breakpoints enabling id access.
Implemented breakpoint handling similar to gdb using breakpoint
ids (no longer delete and re-set all breakpoints on a change).
Save the module that is reported back in the session so that
it can be re-used for the next start. Keep a per-debugger-session
cache of fileName->Module for adding breakpoints to accelerate
setting breakpoints in the same file.
Polish the breakpoint tooltip.

13 years agoWizards: change terminology
Leena Miettinen [Thu, 3 Feb 2011 14:53:47 +0000 (15:53 +0100)]
Wizards: change terminology

Reviewed-by: dt
13 years agoDoc: GLSL shader wizards
Leena Miettinen [Tue, 1 Feb 2011 11:31:10 +0000 (12:31 +0100)]
Doc: GLSL shader wizards

Reviewed-by: Erik Verbruggen
13 years agoMoved Content-Type http-equiv inside the head
Alessandro Portale [Thu, 3 Feb 2011 14:51:39 +0000 (15:51 +0100)]
Moved Content-Type http-equiv inside the head

13 years agoAdding a Content-Type http-equiv
Alessandro Portale [Thu, 3 Feb 2011 14:50:23 +0000 (15:50 +0100)]
Adding a Content-Type http-equiv

13 years agoQmlDesigner: Fix problem with QtWebKit/WebView.
Christian Kamm [Thu, 3 Feb 2011 14:04:22 +0000 (15:04 +0100)]
QmlDesigner: Fix problem with QtWebKit/WebView.

Done-with: Marco Bubke

13 years agoMaemo: Continue implementing device configuration wizard.
Christian Kandeler [Thu, 3 Feb 2011 13:17:13 +0000 (14:17 +0100)]
Maemo: Continue implementing device configuration wizard.

Pretty much complete now, but still not used.