OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoAbi: Add operator !=
Tobias Hunger [Thu, 10 Mar 2011 13:43:44 +0000 (14:43 +0100)]
Abi: Add operator !=

Reviewed-by: dt
13 years agoCMakeProjectManager: waitForFinished()
dt [Thu, 10 Mar 2011 13:15:38 +0000 (14:15 +0100)]
CMakeProjectManager: waitForFinished()

silences a qt warning.

13 years agoTrailing whitespace...
dt [Thu, 10 Mar 2011 12:51:41 +0000 (13:51 +0100)]
Trailing whitespace...

13 years agoQmlJS: Fix implicit "." import when . has a QML module.
Christian Kamm [Thu, 10 Mar 2011 13:49:38 +0000 (14:49 +0100)]
QmlJS: Fix implicit "." import when . has a QML module.

Reviewed-by: Erik Verbruggen
13 years agoCMakeProject: Better order of include directories
dt [Thu, 10 Mar 2011 12:48:49 +0000 (13:48 +0100)]
CMakeProject: Better order of include directories

Project directories should come before system directories.

Task-Nr: QTCREATORBUG-3959

13 years agodon't create a temp file just for mime type detection
Oswald Buddenhagen [Wed, 9 Mar 2011 11:17:56 +0000 (12:17 +0100)]
don't create a temp file just for mime type detection

13 years agomime type matching optimization
Oswald Buddenhagen [Wed, 9 Mar 2011 10:40:10 +0000 (11:40 +0100)]
mime type matching optimization

given that checking for a match is expensive and determining the
priority is cheap, it makes sense to match only if the priority is known
to be high enough.

Reviewed-by: Leandro Melo
13 years agoadd mime type detection for stand-alone byte arrays
Oswald Buddenhagen [Wed, 9 Mar 2011 10:37:51 +0000 (11:37 +0100)]
add mime type detection for stand-alone byte arrays

Reviewed-by: Leandro Melo
13 years agoclean up DEPENDPATH insanity
Oswald Buddenhagen [Wed, 9 Mar 2011 21:00:08 +0000 (22:00 +0100)]
clean up DEPENDPATH insanity

simply add
  CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.

13 years agoremove "Automatically generated by qmake ..." blurbs
Oswald Buddenhagen [Wed, 9 Mar 2011 21:04:10 +0000 (22:04 +0100)]
remove "Automatically generated by qmake ..." blurbs

they are a bit misleading (and embarrassing ...)

13 years agoremove dead files from project
Oswald Buddenhagen [Wed, 9 Mar 2011 21:22:45 +0000 (22:22 +0100)]
remove dead files from project

13 years agoRemoved incorrect warning message from codagdbadapter
Tom Sutcliffe [Wed, 9 Mar 2011 15:00:18 +0000 (16:00 +0100)]
Removed incorrect warning message from codagdbadapter

13 years agoAdding locking to SymbianDeviceManager
Tom Sutcliffe [Wed, 9 Mar 2011 14:59:55 +0000 (15:59 +0100)]
Adding locking to SymbianDeviceManager

13 years agoQmlDebugger: hiding "this" from debugger when empty
Christiaan Janssen [Wed, 9 Mar 2011 15:06:19 +0000 (16:06 +0100)]
QmlDebugger: hiding "this" from debugger when empty

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: crashfix
Thomas Hartmann [Wed, 9 Mar 2011 14:32:51 +0000 (15:32 +0100)]
QmlDesigner.propertyEditor: crashfix

Better safe then sorry.

13 years agoQmlDesigner.propertyEditor: adding more tooltips
Thomas Hartmann [Wed, 9 Mar 2011 12:06:38 +0000 (13:06 +0100)]
QmlDesigner.propertyEditor: adding more tooltips

Adding missing tooltips

Task-number: QTCREATORBUG-3525

13 years agoQmlDesigner.documentController: hourglass for loading loading progress
Thomas Hartmann [Wed, 9 Mar 2011 10:58:20 +0000 (11:58 +0100)]
QmlDesigner.documentController: hourglass for loading loading progress

Task-number: QTCREATORBUG-3733

13 years agoSymbian: Some small fixes in CODA debugging
Pawel Polanski [Wed, 9 Mar 2011 11:06:20 +0000 (12:06 +0100)]
Symbian: Some small fixes in CODA debugging

13 years agoSymbian: Some of the windows error messages are a bit too obscure
Pawel Polanski [Wed, 9 Mar 2011 10:07:29 +0000 (11:07 +0100)]
Symbian: Some of the windows error messages are a bit too obscure

13 years agoCODA: Fixed timeout for info button
Pawel Polanski [Wed, 9 Mar 2011 10:01:20 +0000 (11:01 +0100)]
CODA: Fixed timeout for info button

13 years agoAvoid error message with external vi on Ubuntu.
con [Wed, 9 Mar 2011 10:48:19 +0000 (11:48 +0100)]
Avoid error message with external vi on Ubuntu.

Ubuntu comes with only a stripped down version of vim by default which
doesn't support setting the column. So we don't do it.

Task-number: QTCREATORBUG-3850

13 years agoRevert "F1+F1 behavior was broken if there was no context help found."
con [Wed, 9 Mar 2011 10:37:59 +0000 (11:37 +0100)]
Revert "F1+F1 behavior was broken if there was no context help found."

This reverts commit 9eccbbee5c575e4d5a952321859af773ad32720a.

After a bit more discussion and considering
2c4eb25168b62e39aba2045977bc1069ebb8d3d7 this wasn't a good idea after
all.

13 years agoF1+F1 behavior was broken if there was no context help found.
con [Wed, 9 Mar 2011 10:16:55 +0000 (11:16 +0100)]
F1+F1 behavior was broken if there was no context help found.

If on F1 no documentation was found, the focus was not set to the side
bar, making it impossible to press F1 again to get into help mode.
The fix also makes sure that the "blank" page is not set to the help
mode in this case, to avoid a big white empty area.

13 years agorevalidate when the expected kind changes
Oswald Buddenhagen [Tue, 8 Mar 2011 17:28:58 +0000 (18:28 +0100)]
revalidate when the expected kind changes

otherwise the initial value set before the kind was set will be
displayed as validated by the default kind's rules.

13 years agodon't validate executable paths & working dirs in build & run configs
Oswald Buddenhagen [Tue, 8 Mar 2011 17:26:15 +0000 (18:26 +0100)]
don't validate executable paths & working dirs in build & run configs

it's well within expectations that they do not exist at the time of
configuration (especially when shadow building).
additionally, keeping the validation info (macros and environment)
up-to-date would require a notification infrastructure which is just not
worth the effort.

13 years agode-arcanize code
Oswald Buddenhagen [Tue, 8 Mar 2011 16:24:19 +0000 (17:24 +0100)]
de-arcanize code

no need to make a dummyfied derived class when using another flag is
just fine.

13 years agoremove dead code
Oswald Buddenhagen [Tue, 8 Mar 2011 11:00:59 +0000 (12:00 +0100)]
remove dead code

13 years agoQmlDesigner.model: bugfix
Thomas Hartmann [Tue, 8 Mar 2011 17:34:11 +0000 (18:34 +0100)]
QmlDesigner.model: bugfix

We use Qt now instead of Qt Quick

13 years agoQmlDesigner.navigator: better support for positioners
Thomas Hartmann [Tue, 8 Mar 2011 17:33:38 +0000 (18:33 +0100)]
QmlDesigner.navigator: better support for positioners

The properties x and y get removed when putting an item
into an positioner.

13 years agoQmlDesigner.dragTool: behaivour/usabilty fix
Thomas Hartmann [Tue, 8 Mar 2011 15:58:35 +0000 (16:58 +0100)]
QmlDesigner.dragTool: behaivour/usabilty fix

The user should be able to drop an item everywhere, also outside
the root item. The item is created in the scene when the animation is over.
Also the animation is shorter now.

13 years agoQmlDesigner.formEditor: allow selection of non movable items
Thomas Hartmann [Tue, 8 Mar 2011 15:54:29 +0000 (16:54 +0100)]
QmlDesigner.formEditor: allow selection of non movable items

Some items are not movable, but the user should still be able
to select them in the form editor.

Best example are items inside a positioner.

13 years agoQmlDesigner.qmlPuppet: allows specifying alternative to qmlpuppet
Thomas Hartmann [Tue, 8 Mar 2011 15:52:12 +0000 (16:52 +0100)]
QmlDesigner.qmlPuppet: allows specifying alternative to qmlpuppet

This allows the user to specify another qmlpuppet then the one
delivered with QtCreator. For example a pupper build with mingw.

The enviroment variable QTCREATOR_QMLPUPPET_PATH is used.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.documentcontroller: detach node instance view in edit mode
Thomas Hartmann [Tue, 8 Mar 2011 15:49:35 +0000 (16:49 +0100)]
QmlDesigner.documentcontroller: detach node instance view in edit mode

This patch detaches the node instance view in edit node.

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>