OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.formEditor: fixes rootFormEditorItem()
Thomas Hartmann [Tue, 8 Mar 2011 13:11:06 +0000 (14:11 +0100)]
QmlDesigner.formEditor: fixes rootFormEditorItem()

Previous implementation was broken.

13 years agoQmlDesigner.propertyEditor: fix updates of anchor states
Thomas Hartmann [Tue, 8 Mar 2011 13:10:25 +0000 (14:10 +0100)]
QmlDesigner.propertyEditor: fix updates of anchor states

Ancors work in the property editor, again.

TaskNumber: QTCREATORBUG-3958

13 years agoQmlDesigner.nodeInstanceServer: fix anchors
Thomas Hartmann [Tue, 8 Mar 2011 13:04:57 +0000 (14:04 +0100)]
QmlDesigner.nodeInstanceServer: fix anchors

The previous check does not make sense for me.

TaskNumber: QTCREATORBUG-3958

13 years agoQmlDesigner.subComponentManager: remove the need for a QDeclarativeEngine
Thomas Hartmann [Tue, 8 Mar 2011 12:56:03 +0000 (13:56 +0100)]
QmlDesigner.subComponentManager: remove the need for a QDeclarativeEngine

There were cases where a QDeclarativeEngine was crashing.

Reviewed-by: Kai Koehne
13 years agoCODA: Proper cleanup of CodaDevice in codagdbadapter
Pawel Polanski [Tue, 8 Mar 2011 15:13:09 +0000 (16:13 +0100)]
CODA: Proper cleanup of CodaDevice in codagdbadapter

13 years agoCODA: Added help link page for CODA
Pawel Polanski [Tue, 8 Mar 2011 14:09:19 +0000 (15:09 +0100)]
CODA: Added help link page for CODA

13 years agoValgrind: Fix coding style issues.
Friedemann Kleint [Tue, 8 Mar 2011 12:56:52 +0000 (13:56 +0100)]
Valgrind: Fix coding style issues.

Header specification, remove internal classes from exported
headers, fully qualify signals,slots.

13 years agoQmlInspector: break selection loop on cursor change
Christiaan Janssen [Tue, 8 Mar 2011 10:36:02 +0000 (11:36 +0100)]
QmlInspector: break selection loop on cursor change

Reviewed-by: Kai Koehne
13 years agoQmlJsDebug: Fix regression in list of breakpoints
Kai Koehne [Tue, 8 Mar 2011 12:10:46 +0000 (13:10 +0100)]
QmlJsDebug: Fix regression in list of breakpoints

Allow more than one breakpoint per compilation unit.

13 years agoCODA: Added timeout for info button for CODA
Pawel Polanski [Tue, 8 Mar 2011 11:48:28 +0000 (12:48 +0100)]
CODA: Added timeout for info button for CODA

13 years agoDebugger: Output warnings when preferred debugger is not set up.
Friedemann Kleint [Tue, 8 Mar 2011 11:37:13 +0000 (12:37 +0100)]
Debugger: Output warnings when preferred debugger is not set up.

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

13 years agoValgrind: Fix breakage caused by tr()-fix.
Friedemann Kleint [Tue, 8 Mar 2011 11:36:12 +0000 (12:36 +0100)]
Valgrind: Fix breakage caused by tr()-fix.

Breakage introduced by 5c3596e935f045c610653ea299c9ae23ced99f9d.

13 years agoDoc: obtaining a Forum Nokia account for using Remote Compiler
Leena Miettinen [Tue, 8 Mar 2011 08:52:36 +0000 (09:52 +0100)]
Doc: obtaining a Forum Nokia account for using Remote Compiler
(cherry picked from commit fd5aece4be960f876e7c98e3c282be57dd1aec2b)

13 years agoadd scoped editing of pro-files
Oswald Buddenhagen [Mon, 7 Mar 2011 20:23:51 +0000 (21:23 +0100)]
add scoped editing of pro-files

only simple textual scopes like "unix" are supported. no negation, no
complex scopes, no scope nesting.

13 years agoimprove ProWriter editing capabilities
Oswald Buddenhagen [Wed, 2 Mar 2011 15:10:29 +0000 (16:10 +0100)]
improve ProWriter editing capabilities

- completely replacing existing value lists
- creating assignments instead of appendings
- writing value lists as a single line

13 years agosome ProWriter API cleanup
Oswald Buddenhagen [Wed, 2 Mar 2011 14:31:22 +0000 (15:31 +0100)]
some ProWriter API cleanup

detach the special handling of files from generic values

13 years agofix ProWriter test
Oswald Buddenhagen [Wed, 2 Mar 2011 13:49:21 +0000 (14:49 +0100)]
fix ProWriter test

finally ...

13 years agofix line number after leading comment-only lines
Oswald Buddenhagen [Mon, 7 Mar 2011 11:00:14 +0000 (12:00 +0100)]
fix line number after leading comment-only lines

13 years agoFix Qt Creator version in documentation again.
con [Mon, 7 Mar 2011 19:38:17 +0000 (20:38 +0100)]
Fix Qt Creator version in documentation again.

13 years agoFile menu: make session manager a toplevel entry
hjk [Mon, 7 Mar 2011 18:07:38 +0000 (19:07 +0100)]
File menu: make session manager a toplevel entry

Whether the "Recent sessions..." entry makes sense given that it's now
immediately available in the item below, too, might still be disputed.

Rubberstamped-by: con
13 years agoQuieten warning when Qt version is not found
Tobias Hunger [Mon, 7 Mar 2011 16:54:57 +0000 (17:54 +0100)]
Quieten warning when Qt version is not found

13 years agoMark up invalid qmake pathes in red
Tobias Hunger [Mon, 7 Mar 2011 16:51:17 +0000 (17:51 +0100)]
Mark up invalid qmake pathes in red

13 years agoOvi Store Wizard: Fixed a translation which was broken up in mid sentence.
Primrose Mbanefo [Mon, 7 Mar 2011 16:44:04 +0000 (17:44 +0100)]
Ovi Store Wizard: Fixed a translation which was broken up in mid sentence.

13 years agoL10n: tr()-Fixes.
Friedemann Kleint [Mon, 7 Mar 2011 16:20:10 +0000 (17:20 +0100)]
L10n: tr()-Fixes.

13 years agoDoc: publish Qt Symbian apps to Ovi Store
Leena Miettinen [Mon, 7 Mar 2011 15:57:10 +0000 (16:57 +0100)]
Doc: publish Qt Symbian apps to Ovi Store

Reviewed-by: primrose mbanefo
13 years agoQmlDebug: Fix stack elements that are unselectable
Kai Koehne [Mon, 7 Mar 2011 15:29:27 +0000 (16:29 +0100)]
QmlDebug: Fix stack elements that are unselectable

13 years agoQtQuickApp: Remove QMLJSDEBUGGER define from custom .pro file
Kai Koehne [Mon, 7 Mar 2011 11:21:39 +0000 (12:21 +0100)]
QtQuickApp: Remove QMLJSDEBUGGER define from custom .pro file

The qmljsdebugger-lib.pri is only included in 2.2 if the user explicitly
selected it in the Project Settings.

Reviewed-by: Christiaan Janssen
13 years agoAdded some sort of progress indicator for info button
Pawel Polanski [Mon, 7 Mar 2011 15:18:17 +0000 (16:18 +0100)]
Added some sort of progress indicator for info button

13 years agoCODA: Added info button to WLan mode
Pawel Polanski [Thu, 3 Mar 2011 12:25:04 +0000 (13:25 +0100)]
CODA: Added info button to WLan mode

13 years agoRemoved m_codaSocketIODevice from CodaGdbAdapter
Tom Sutcliffe [Fri, 4 Mar 2011 13:12:57 +0000 (14:12 +0100)]
Removed m_codaSocketIODevice from CodaGdbAdapter

because it served no useful purpose and was causing a crash

13 years agoFix for crash when stopping running an app over CODA TCP
Tom Sutcliffe [Fri, 4 Mar 2011 12:43:25 +0000 (13:43 +0100)]
Fix for crash when stopping running an app over CODA TCP

13 years agoDoc: add the link to install QtWebKit
Leena Miettinen [Mon, 7 Mar 2011 13:19:14 +0000 (14:19 +0100)]
Doc: add the link to install QtWebKit

Rewrote the introduction.

Task-number: QTSDK-587

Reviewed-by: Jerome Pasion
13 years agoDoc: fix link
Leena Miettinen [Mon, 7 Mar 2011 10:48:20 +0000 (11:48 +0100)]
Doc: fix link

13 years agoDoc: change SDK name
Leena Miettinen [Mon, 7 Mar 2011 10:47:59 +0000 (11:47 +0100)]
Doc: change SDK name

13 years agoTests: rewrite boost test inclusion properly.
Bill King [Mon, 7 Mar 2011 11:59:26 +0000 (12:59 +0100)]
Tests: rewrite boost test inclusion properly.

13 years agoDebugger: Fix QTC_ASSERT in options page finish().
Friedemann Kleint [Mon, 7 Mar 2011 10:05:03 +0000 (11:05 +0100)]
Debugger: Fix QTC_ASSERT in options page finish().

13 years agoDebugger: New breakpoint types in CDB.
Friedemann Kleint [Mon, 7 Mar 2011 10:02:07 +0000 (11:02 +0100)]
Debugger: New breakpoint types in CDB.

Emulate exec() by breaking on CreateProcessW().

13 years agoCorrect funny code line.
con [Mon, 7 Mar 2011 09:23:00 +0000 (10:23 +0100)]
Correct funny code line.

The patch speaks for itself.

13 years agoMIME types: Move button in UI
Leandro Melo [Mon, 7 Mar 2011 09:13:39 +0000 (10:13 +0100)]
MIME types: Move button in UI

And add a surrounding group box.

13 years agoDebugger[CDB]: Do path mapping in both directions.
Friedemann Kleint [Mon, 7 Mar 2011 08:24:44 +0000 (09:24 +0100)]
Debugger[CDB]: Do path mapping in both directions.

For breakpoints and reported stacktraces. Make mapping more precise,
check for slashes.

13 years agoL10n: Fix placeholder error in German translation.
Friedemann Kleint [Mon, 7 Mar 2011 08:24:25 +0000 (09:24 +0100)]
L10n: Fix placeholder error in German translation.

13 years agoL10n: Update German translations.
Tilman Vogel [Fri, 4 Mar 2011 19:48:48 +0000 (20:48 +0100)]
L10n: Update German translations.

Signed-off-by: Tilman Vogel <tilman.vogel@web.de>
Merge-request: 264
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agodebugger: mention changed values in the status bar on watchpoint hit
hjk [Fri, 4 Mar 2011 18:49:03 +0000 (19:49 +0100)]
debugger: mention changed values in the status bar on watchpoint hit

13 years agodebugger: more details for special breakpoints in breakpoint view
hjk [Fri, 4 Mar 2011 18:38:58 +0000 (19:38 +0100)]
debugger: more details for special breakpoints in breakpoint view

13 years agodebugger: add possibility to break on fork, vfork, exec, syscall
hjk [Fri, 4 Mar 2011 18:26:11 +0000 (19:26 +0100)]
debugger: add possibility to break on fork, vfork, exec, syscall

13 years agodebugger: fix fallback path to the CLI break
hjk [Fri, 4 Mar 2011 17:08:56 +0000 (18:08 +0100)]
debugger: fix fallback path to the CLI break

The filenames have to be quoted differently.

13 years agoDebugger[CDB]: Add source mapping in stack parser.
Friedemann Kleint [Fri, 4 Mar 2011 16:28:15 +0000 (17:28 +0100)]
Debugger[CDB]: Add source mapping in stack parser.

13 years agodebugger: add manual test for boost::optional
hjk [Fri, 4 Mar 2011 16:22:58 +0000 (17:22 +0100)]
debugger: add manual test for boost::optional

13 years agodebugger: add dumper for boost::shared_ptr
hjk [Fri, 4 Mar 2011 15:49:25 +0000 (16:49 +0100)]
debugger: add dumper for boost::shared_ptr

13 years agoOvi store wizard: Reject vendor names containing Nokia
Leena Miettinen [Fri, 4 Mar 2011 16:16:03 +0000 (17:16 +0100)]
Ovi store wizard: Reject vendor names containing Nokia

And UI text review

Reviewed-by: primrose mbanefo
13 years agoDebugger: Add a flexible widget for source path substitutions.
Friedemann Kleint [Fri, 4 Mar 2011 15:21:57 +0000 (16:21 +0100)]
Debugger: Add a flexible widget for source path substitutions.

Add a new widget to edit the mappings. Rework common options
page to use the standard pattern to allow for complex data types,
introduce GlobalOptions class.

13 years agoTaskList: add *.tasks.txt to the globbing pattern
Bill King [Fri, 4 Mar 2011 15:03:35 +0000 (16:03 +0100)]
TaskList: add *.tasks.txt to the globbing pattern

13 years agoassign DEL as shortcut to 'suppress error'
Milian Wolff [Fri, 4 Mar 2011 15:00:04 +0000 (16:00 +0100)]
assign DEL as shortcut to 'suppress error'

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoproperly remember last used directory + history for 'add suppression file' dialog...
Milian Wolff [Fri, 4 Mar 2011 15:00:04 +0000 (16:00 +0100)]
properly remember last used directory + history for 'add suppression file' dialog in memcheck settings

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agofix painting issue that could happen when filter was removed and selected widget...
Milian Wolff [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
fix painting issue that could happen when filter was removed and selected widget is supposed to get hidden

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAnalyzer Run Config: Turn tabs into group boxes
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Analyzer Run Config: Turn tabs into group boxes

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAnalyzer Run Config: Update summary text
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Analyzer Run Config: Update summary text

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoDo not show Analyzer mode if no tools were added
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Do not show Analyzer mode if no tools were added

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoSimplify analyzer config widgets
Kevin Funk [Fri, 4 Mar 2011 15:00:03 +0000 (16:00 +0100)]
Simplify analyzer config widgets

Interconnect signal/slots directly instead of adding other slots in the
config widgets class.

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoRename: debuggeArguments() -> debuggeeArguments()
Kevin Funk [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
Rename: debuggeArguments() -> debuggeeArguments()

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoonly enable remove button for suppressions when a suppression file is selected
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
only enable remove button for suppressions when a suppression file is selected

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoset numcallers minimum to 5
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
set numcallers minimum to 5

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agomake analyzer toolbar managed, preventing it from being moved around
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
make analyzer toolbar managed, preventing it from being moved around

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agohide progress bar on finish
Milian Wolff [Fri, 4 Mar 2011 15:00:02 +0000 (16:00 +0100)]
hide progress bar on finish

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agofix leaks of singletons
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
fix leaks of singletons

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoremove obsolete code that tracked build manager status (and failed to do so)
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
remove obsolete code that tracked build manager status (and failed to do so)

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agocleanup code and follow coding style
Milian Wolff [Fri, 4 Mar 2011 15:00:01 +0000 (16:00 +0100)]
cleanup code and follow coding style

Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoexamples: fix some krazy warnings
hjk [Fri, 4 Mar 2011 14:36:20 +0000 (15:36 +0100)]
examples: fix some krazy warnings

13 years agoCompilefix
Thomas Hartmann [Fri, 4 Mar 2011 14:23:51 +0000 (15:23 +0100)]
Compilefix

13 years agoQmlDesigner: single-char QString operations for efficiency
Thomas Hartmann [Fri, 4 Mar 2011 14:17:00 +0000 (15:17 +0100)]
QmlDesigner: single-char QString operations for efficiency

13 years agoQmlDesigner.statesEditor: usability fix
Thomas Hartmann [Fri, 4 Mar 2011 13:54:30 +0000 (14:54 +0100)]
QmlDesigner.statesEditor: usability fix

If the user aborts state renaming or gives the state the same
name again there is no MessageBox shown anymore.

13 years agoQmlDesigner.propertyEditor: fix gradient editing
Thomas Hartmann [Fri, 4 Mar 2011 13:10:33 +0000 (14:10 +0100)]
QmlDesigner.propertyEditor: fix gradient editing

This fixes some glitches that were introduced by refactoring the code.

13 years agoQmlDesigner.model: bugfix for states
Thomas Hartmann [Fri, 4 Mar 2011 13:09:59 +0000 (14:09 +0100)]
QmlDesigner.model: bugfix for states

Ids can have the same name as a property.
We did not take care of this case.
See task for details.

Task-number: QTCREATORBUG-3699

13 years agoAdd valgrind suppression syntax highlighting file.
Milian Wolff [Fri, 4 Mar 2011 11:15:19 +0000 (12:15 +0100)]
Add valgrind suppression syntax highlighting file.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrind memcheck tool plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:19 +0000 (12:15 +0100)]
Add valgrind memcheck tool plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrind base tool plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add valgrind base tool plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd analyzer base plugin.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add analyzer base plugin.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd libvalgrind tests.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add libvalgrind tests.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrindfake emulation/testing tool.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add valgrindfake emulation/testing tool.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd libvalgrind.
Mike McQuaid [Fri, 4 Mar 2011 11:15:18 +0000 (12:15 +0100)]
Add libvalgrind.

Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoMake it possible to add tools again.
con [Fri, 4 Mar 2011 08:08:12 +0000 (09:08 +0100)]
Make it possible to add tools again.

Moving from tool button to push button was removing the button's
"clicked" feature. I opted for adding a "Add Tool" item to the button's
menu, because adding a separate "Add Category" push button grabs huge
amount of horizontal space.

Task-number: QTCREATORBUG-3913

13 years agoUpdate changes
con [Thu, 3 Mar 2011 15:47:19 +0000 (16:47 +0100)]
Update changes

13 years agoProvide way to show a variable chooser widget.
con [Thu, 3 Mar 2011 19:50:25 +0000 (20:50 +0100)]
Provide way to show a variable chooser widget.

For the Qt Creator variables, currently used in the external tools.
The variable chooser looks if the current focus widget has a variable
support property set and is a line edit, text edit or plain text edit.
For line edits it adds a little icon button that shows the chooser.

13 years agoRename the "external tools menu" category to "uncategorized".
con [Thu, 3 Mar 2011 17:33:43 +0000 (18:33 +0100)]
Rename the "external tools menu" category to "uncategorized".

Also shows an explaining tool tip now.

13 years agoFix "External Tools Menu" item in tools preferences again.
con [Thu, 3 Mar 2011 17:29:49 +0000 (18:29 +0100)]
Fix "External Tools Menu" item in tools preferences again.

It was showing an empty string if you hadn't a tool in it from the
beginning now.

13 years agoReport failures to find ABIs of Qt versions
Tobias Hunger [Thu, 3 Mar 2011 16:01:45 +0000 (17:01 +0100)]
Report failures to find ABIs of Qt versions

Give a reason why the Qt version is not valid when we were not
able to detect the ABIs used by the Qt version.

13 years agoHelp: Fix leaking side bar widget and find placeholder.
Friedemann Kleint [Thu, 3 Mar 2011 15:46:57 +0000 (16:46 +0100)]
Help: Fix leaking side bar widget and find placeholder.

Breakage introduced by d28dc2d98929cc3ba9e6b80b10751bb4534775da.

Reviewed-by: con
13 years agoAdd "Clone of" to displayname when cloning toolchains
Tobias Hunger [Thu, 3 Mar 2011 15:46:51 +0000 (16:46 +0100)]
Add "Clone of" to displayname when cloning toolchains

13 years agoGit: Update for git 1.7.4
Tobias Hunger [Thu, 3 Mar 2011 15:33:24 +0000 (16:33 +0100)]
Git: Update for git 1.7.4

Handle git status output as done by git 1.7.4. Thanks to BogDan Vatra
for pointing out this issue.

TaskNumber: QTCREATORBUG-3697

13 years agoDetect ABIs of static libs
Tobias Hunger [Thu, 3 Mar 2011 10:29:07 +0000 (11:29 +0100)]
Detect ABIs of static libs

13 years agoUI text: rename locator filter
Leena Miettinen [Thu, 3 Mar 2011 15:23:15 +0000 (16:23 +0100)]
UI text: rename locator filter

Reviewed-by: con
13 years agoDoc: r and rm locator filters
Leena Miettinen [Thu, 3 Mar 2011 15:22:11 +0000 (16:22 +0100)]
Doc: r and rm locator filters

Reviewed-by: con
13 years agoDoc: using text editing macros
Leena Miettinen [Thu, 3 Mar 2011 15:18:35 +0000 (16:18 +0100)]
Doc: using text editing macros

Reviewed-by: con
13 years agoDoc: fix a typo
Leena Miettinen [Thu, 3 Mar 2011 13:04:11 +0000 (14:04 +0100)]
Doc: fix a typo

13 years agoDoc: use the term 'Qt creator variables' where applicable
Leena Miettinen [Thu, 3 Mar 2011 13:03:19 +0000 (14:03 +0100)]
Doc: use the term 'Qt creator variables' where applicable

Reviewed-by: con
13 years agoadd API to query build type (unknown, release, debug) to BuildConfiguration
Milian Wolff [Thu, 3 Mar 2011 15:12:00 +0000 (16:12 +0100)]
add API to query build type (unknown, release, debug) to BuildConfiguration

Merge-request: 261
Reviewed-by: dt <qtc-committer@nokia.com>
13 years agoI thought that I've removed that
Pawel Polanski [Thu, 3 Mar 2011 14:26:48 +0000 (15:26 +0100)]
I thought that I've removed that

13 years agoEmpty line fix. Writting this comment took me a lot longer
Pawel Polanski [Thu, 3 Mar 2011 14:25:06 +0000 (15:25 +0100)]
Empty line fix. Writting this comment took me a lot longer

13 years agoIpAddressLineEdit has been refactored
Pawel Polanski [Thu, 3 Mar 2011 14:20:09 +0000 (15:20 +0100)]
IpAddressLineEdit has been refactored

13 years agoTask lists: Improve documentation.
Friedemann Kleint [Thu, 3 Mar 2011 12:37:52 +0000 (13:37 +0100)]
Task lists: Improve documentation.

Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>