OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSymbian: Fix error reporting.
Friedemann Kleint [Thu, 21 Apr 2011 11:54:52 +0000 (13:54 +0200)]
Symbian: Fix error reporting.

13 years agoDebugger/Stack layout view: Exclude Dereferenced Pointers.
Friedemann Kleint [Thu, 21 Apr 2011 11:39:40 +0000 (13:39 +0200)]
Debugger/Stack layout view: Exclude Dereferenced Pointers.

by WatchData::referencingAddress as they are outside
the address range.

13 years agoDebugger: Improve register check for memory layout.
Friedemann Kleint [Thu, 21 Apr 2011 11:04:43 +0000 (13:04 +0200)]
Debugger: Improve register check for memory layout.

13 years agoQmlJS: Fix object literal indent in property initializers.
Christian Kamm [Thu, 21 Apr 2011 10:56:37 +0000 (12:56 +0200)]
QmlJS: Fix object literal indent in property initializers.

13 years agoDebugger: Add option to show the stack memory layout.
Friedemann Kleint [Thu, 21 Apr 2011 10:32:36 +0000 (12:32 +0200)]
Debugger: Add option to show the stack memory layout.

Show all variables. Mark registers as well in variable memory view
(showing stack pointers, etc).

13 years agoQmlDebugger: synchronize watches when deleted
Christiaan Janssen [Thu, 21 Apr 2011 10:25:06 +0000 (12:25 +0200)]
QmlDebugger: synchronize watches when deleted

Reviewed-by: Kai Koehne
13 years agoQmlJS: Fix indent of object literals.
Christian Kamm [Thu, 21 Apr 2011 10:21:23 +0000 (12:21 +0200)]
QmlJS: Fix indent of object literals.

Reviewed-by: Roberto Raggi
13 years agoFix the qmljs indenter autotest.
Christian Kamm [Thu, 21 Apr 2011 09:37:14 +0000 (11:37 +0200)]
Fix the qmljs indenter autotest.

Reviewed-by: Bill King
13 years agouse environment from build config also when starting external processes
Oswald Buddenhagen [Thu, 21 Apr 2011 09:36:37 +0000 (11:36 +0200)]
use environment from build config also when starting external processes

this uses QProcessEnvironment directly, which is somewhat inefficient,
but it has no big impact, and it can be optimized on the qt side.

Task-number: QTCREATORBUG-2866

13 years agouse QProcess in profile evaluator if not bootstrapped
Oswald Buddenhagen [Wed, 20 Apr 2011 20:26:01 +0000 (22:26 +0200)]
use QProcess in profile evaluator if not bootstrapped

this avoids the nasty console popups under windows

Task-number: QTCREATORBUG-1788

13 years agofix return statement in #if 0'd code
Oswald Buddenhagen [Wed, 20 Apr 2011 20:26:25 +0000 (22:26 +0200)]
fix return statement in #if 0'd code

13 years agoQmlJS: Add semantic errors to task window.
Christian Kamm [Thu, 21 Apr 2011 09:09:29 +0000 (11:09 +0200)]
QmlJS: Add semantic errors to task window.

Task-number: QTCREATORBUG-4103
Reviewed-by: Leandro Melo
13 years agoQmlJS: Fix library-by-path imports.
Christian Kamm [Wed, 20 Apr 2011 08:46:04 +0000 (10:46 +0200)]
QmlJS: Fix library-by-path imports.

Fixes the problem 5426c3ac2cdf898ca1190a7746ba506ff24abc50 and
7b25f438c67c7cf395ccd2cd846e5d413f6d9222 worked around.

Reviewed-by: Erik Verbruggen
13 years agoMaemo: Fix directory deployment issues.
Christian Kandeler [Thu, 21 Apr 2011 09:10:47 +0000 (11:10 +0200)]
Maemo: Fix directory deployment issues.

13 years agoMaemo: Fix issue with cached device configuration.
Christian Kandeler [Thu, 21 Apr 2011 08:53:25 +0000 (10:53 +0200)]
Maemo: Fix issue with cached device configuration.

External functions need to access the real device config,
internal ones need the cached one during deployment.

Task-number: QTCREATORBUG-4514

13 years agoMaemo: Make QML debugging engine aware of early inferior exit.
Christian Kandeler [Thu, 21 Apr 2011 07:38:58 +0000 (09:38 +0200)]
Maemo: Make QML debugging engine aware of early inferior exit.

13 years agoMaemo: Fix misleading error message.
Christian Kandeler [Thu, 21 Apr 2011 07:37:52 +0000 (09:37 +0200)]
Maemo: Fix misleading error message.

13 years agostruct -> class
Christian Kandeler [Wed, 20 Apr 2011 13:16:33 +0000 (15:16 +0200)]
struct -> class

13 years agoQmlJS: Don't warn about function exp statements.
Christian Kamm [Thu, 21 Apr 2011 07:43:24 +0000 (09:43 +0200)]
QmlJS: Don't warn about function exp statements.

Reviewed-by: Roberto Raggi
13 years agoDebugger: Fix up titles/tooltips of memory views.
Friedemann Kleint [Thu, 21 Apr 2011 07:10:31 +0000 (09:10 +0200)]
Debugger: Fix up titles/tooltips of memory views.

13 years agouse environment from build configuration in the project evaluator
Oswald Buddenhagen [Wed, 20 Apr 2011 19:16:17 +0000 (21:16 +0200)]
use environment from build configuration in the project evaluator

Task-number: QTCREATORBUG-2866

13 years agoeliminate m_filevaluemap by using source tagging
Oswald Buddenhagen [Wed, 20 Apr 2011 16:19:33 +0000 (18:19 +0200)]
eliminate m_filevaluemap by using source tagging

instead of having a second value map per included file, simply tag all
values with the project file they are coming from. a lot cleaner and
marginally faster.

13 years agoQmlDebugger: keeping watches when changing stack frames
Christiaan Janssen [Wed, 20 Apr 2011 14:47:47 +0000 (16:47 +0200)]
QmlDebugger: keeping watches when changing stack frames

Reviewed-by: Kai Koehne
13 years agoBin editor: Improve tooltip.
Friedemann Kleint [Wed, 20 Apr 2011 15:02:21 +0000 (17:02 +0200)]
Bin editor: Improve tooltip.

Fix endianness.
Show binary, octal for single bytes, float and double.
Use HTML tables for formatting.

13 years agoGCCE: use default debugger
Tobias Hunger [Wed, 20 Apr 2011 14:13:15 +0000 (16:13 +0200)]
GCCE: use default debugger

13 years agoQmlDebugger: don't show editor tooltip while debugging
Christiaan Janssen [Wed, 20 Apr 2011 12:27:34 +0000 (14:27 +0200)]
QmlDebugger: don't show editor tooltip while debugging

Reviewed-by: Kai Koehne
13 years agoVCS: Use the configuration page in all the checkout wizards
Tobias Hunger [Wed, 20 Apr 2011 13:49:06 +0000 (15:49 +0200)]
VCS: Use the configuration page in all the checkout wizards

Task-number: QTCREATORBUG-3752

13 years agoVCS: Add WizardPage asking to configure the VCS
Tobias Hunger [Wed, 20 Apr 2011 13:48:35 +0000 (15:48 +0200)]
VCS: Add WizardPage asking to configure the VCS

13 years agoVCS: Add id to IVersionControl
Tobias Hunger [Wed, 20 Apr 2011 13:46:48 +0000 (15:46 +0200)]
VCS: Add id to IVersionControl

... and all derived classes

13 years agoProjectModel: Only claim editable if editable
dt_ [Wed, 20 Apr 2011 13:31:20 +0000 (15:31 +0200)]
ProjectModel: Only claim editable if editable

Task-Nr: QTCREATORBUG-4545

13 years agoQt4ProjectManager: Be more careful in detecing incompatible builds
dt [Tue, 19 Apr 2011 17:24:30 +0000 (19:24 +0200)]
Qt4ProjectManager: Be more careful in detecing incompatible builds

Task-Nr: QTCREATORBUG-4555

Reviewed-By: hunger
13 years agoCompile Mac.
Friedemann Kleint [Wed, 20 Apr 2011 11:50:47 +0000 (13:50 +0200)]
Compile Mac.

13 years agoCompile fix MSVC / Qt 4.8 (QStringBuilder ambiguities).
Friedemann Kleint [Wed, 20 Apr 2011 11:49:26 +0000 (13:49 +0200)]
Compile fix MSVC / Qt 4.8 (QStringBuilder ambiguities).

13 years agoMerge remote branch 'origin/2.2'
con [Wed, 20 Apr 2011 09:07:25 +0000 (11:07 +0200)]
Merge remote branch 'origin/2.2'

13 years agoDoc: restructure the Manual
Leena Miettinen [Wed, 20 Apr 2011 09:01:58 +0000 (11:01 +0200)]
Doc: restructure the Manual

Pull out coding topics to separate HTML files.
Put advanced topics to a separate section.

Reviewed-by: con
13 years agoDoc: change topic titles to better reflect their content
Leena Miettinen [Wed, 20 Apr 2011 08:59:41 +0000 (10:59 +0200)]
Doc: change topic titles to better reflect their content

Reviewed-by: con
13 years agoDoc: remove subscription instructions and just link to the lists page
Leena Miettinen [Wed, 20 Apr 2011 08:58:48 +0000 (10:58 +0200)]
Doc: remove subscription instructions and just link to the lists page

Reviewed-by: con
13 years agoFix compiler warnings.
Friedemann Kleint [Wed, 20 Apr 2011 08:48:43 +0000 (10:48 +0200)]
Fix compiler warnings.

13 years agoMaemo: Make "Copy to sysroot" widget a bit more flexible.
Christian Kandeler [Wed, 20 Apr 2011 08:22:45 +0000 (10:22 +0200)]
Maemo: Make "Copy to sysroot" widget a bit more flexible.

13 years agoWinDebugInterface: Remove windows.h from header, resource cleanup.
Friedemann Kleint [Wed, 20 Apr 2011 08:12:17 +0000 (10:12 +0200)]
WinDebugInterface: Remove windows.h from header, resource cleanup.

Proper termination.

13 years agoMaemo: Replace manual copying to sysroot by "make install".
Christian Kandeler [Wed, 20 Apr 2011 07:41:09 +0000 (09:41 +0200)]
Maemo: Replace manual copying to sysroot by "make install".

13 years agoQmlDesigner.NodeInstances: Track lost commands
Marco Bubke [Tue, 19 Apr 2011 15:13:08 +0000 (17:13 +0200)]
QmlDesigner.NodeInstances: Track lost commands

13 years agoQmlDesigner.PropertyEditor: More property panes
Marco Bubke [Mon, 18 Apr 2011 12:44:22 +0000 (14:44 +0200)]
QmlDesigner.PropertyEditor: More property panes

13 years agoQmlDebugger: breakpoints in symlinked qmlprojects
Christiaan Janssen [Tue, 19 Apr 2011 14:27:12 +0000 (16:27 +0200)]
QmlDebugger: breakpoints in symlinked qmlprojects

Task-number: QTCREATORBUG-4405

Reviewed-by: Kai Koehne
13 years agoGCCE: Do not pick up bullseye as GCCE
Tobias Hunger [Tue, 19 Apr 2011 14:52:11 +0000 (16:52 +0200)]
GCCE: Do not pick up bullseye as GCCE

Do not pick up bullseye as a GCCE.

Task-number: QTCREATORBUG-4608

13 years agoUse non-native separators internally
Tobias Hunger [Tue, 19 Apr 2011 14:30:24 +0000 (16:30 +0200)]
Use non-native separators internally

13 years agoFix autodetection of 32bit-only compilers
Tobias Hunger [Tue, 19 Apr 2011 14:09:23 +0000 (16:09 +0200)]
Fix autodetection of 32bit-only compilers

... on 64bit platforms.

13 years agoDebugger: Fix memory editing.
Friedemann Kleint [Tue, 19 Apr 2011 10:56:23 +0000 (12:56 +0200)]
Debugger: Fix memory editing.

Typing characters > 127 caused signedness problems
(causing large uints to be passed to the debuggers).

Reviewed-by: hjk
13 years agoWin: Fix QThread is destroyed while still running warning
Tobias Hunger [Tue, 19 Apr 2011 13:48:28 +0000 (15:48 +0200)]
Win: Fix QThread is destroyed while still running warning

13 years agoFix more krazy warnings.
Friedemann Kleint [Tue, 19 Apr 2011 13:42:14 +0000 (15:42 +0200)]
Fix more krazy warnings.

13 years agoMaemo: Get rid of some Debian control file entries.
Christian Kandeler [Tue, 19 Apr 2011 13:32:34 +0000 (15:32 +0200)]
Maemo: Get rid of some Debian control file entries.

According to the Harmattan people, support for them has been dropped
and they are afraid users could get confused.

13 years agoSSH: Tighter state checking during key exchange.
Christian Kandeler [Tue, 19 Apr 2011 12:39:32 +0000 (14:39 +0200)]
SSH: Tighter state checking during key exchange.

This will also make it easier for us to initiate a re-exchange
if we ever want to implement that.

13 years agoSSH: Fix typo.
Christian Kandeler [Tue, 19 Apr 2011 12:20:25 +0000 (14:20 +0200)]
SSH: Fix typo.

13 years agoSSH: Fix SFTP test for large files.
Christian Kandeler [Tue, 19 Apr 2011 12:20:03 +0000 (14:20 +0200)]
SSH: Fix SFTP test for large files.

13 years agoSSH: Fix SFTP download of large files.
Christian Kandeler [Tue, 19 Apr 2011 12:19:27 +0000 (14:19 +0200)]
SSH: Fix SFTP download of large files.

13 years agoSSH: Implement key re-exchange support.
Christian Kandeler [Tue, 19 Apr 2011 08:57:12 +0000 (10:57 +0200)]
SSH: Implement key re-exchange support.

Correct protocol-wise, but possibly buggy (fails with dropbear).

13 years agoDebugger: Allow for debugging executables from command line.
Friedemann Kleint [Tue, 19 Apr 2011 12:30:13 +0000 (14:30 +0200)]
Debugger: Allow for debugging executables from command line.

On Windows or if file is executable.

13 years agoDebugger[CDB]: Interrupt to fetch memory if required.
Friedemann Kleint [Tue, 19 Apr 2011 11:57:25 +0000 (13:57 +0200)]
Debugger[CDB]: Interrupt to fetch memory if required.

13 years agoWin: Try to start debug listener
Tobias Hunger [Tue, 19 Apr 2011 11:52:48 +0000 (13:52 +0200)]
Win: Try to start debug listener

Try to start debug listener if it is not yet running. This can
happen when e.g. a external debug listener was closed in the
meantime.

13 years agoWin: Make sure we do not leak resources
Tobias Hunger [Tue, 19 Apr 2011 11:52:24 +0000 (13:52 +0200)]
Win: Make sure we do not leak resources

13 years agoAdd missing \n to message to outputwindow
Tobias Hunger [Tue, 19 Apr 2011 11:47:01 +0000 (13:47 +0200)]
Add missing \n to message to outputwindow

13 years agodebugger: prevent endless loop in resolution of some types
hjk [Tue, 19 Apr 2011 09:28:02 +0000 (11:28 +0200)]
debugger: prevent endless loop in resolution of some types

Reviewed-by: Friedemann Kleint
13 years agofix krazy warnings
hjk [Tue, 19 Apr 2011 09:37:11 +0000 (11:37 +0200)]
fix krazy warnings

13 years agodebugger: deactivate thread window operations during stepping
hjk [Mon, 18 Apr 2011 14:40:59 +0000 (16:40 +0200)]
debugger: deactivate thread window operations during stepping

13 years agoDebugger: Use bin editor widget for standalone-memory views.
Friedemann Kleint [Tue, 19 Apr 2011 10:17:48 +0000 (12:17 +0200)]
Debugger: Use bin editor widget for standalone-memory views.

Remove MemoryViewWidget/RegisterMemoryViewWidget
in favour of MemoryView/RegisterMemoryView based on the bin
editor widget.

13 years agoBin-Editor: Markup/Make widget usable as standalone-view.
Friedemann Kleint [Tue, 19 Apr 2011 10:15:18 +0000 (12:15 +0200)]
Bin-Editor: Markup/Make widget usable as standalone-view.

Add markup for displaying class layouts in the debugger.
Add a factory registered with the plugin manager
for creation of widgets by soft-dependent plugins.

13 years agoToolChain: Update build environment when changing tool chains
Tobias Hunger [Tue, 19 Apr 2011 09:43:28 +0000 (11:43 +0200)]
ToolChain: Update build environment when changing tool chains

13 years agoGCCE: Update version number when switching compiler
Tobias Hunger [Tue, 19 Apr 2011 09:42:51 +0000 (11:42 +0200)]
GCCE: Update version number when switching compiler

Task-number: QTCREATORBUG-4589

13 years agoWin: Get debug output from several GUI apps at once
Tobias Hunger [Tue, 19 Apr 2011 09:14:57 +0000 (11:14 +0200)]
Win: Get debug output from several GUI apps at once

Get debug output for all GUI applications at once. This should
stop the "Cannot retrieve debugging output".

Task-number: QTCREATORBUG-4569

13 years agoQmlDebugger: fixed shutdown combined engine
Christiaan Janssen [Mon, 18 Apr 2011 14:49:41 +0000 (16:49 +0200)]
QmlDebugger: fixed shutdown combined engine

Task-number: QTCREATORBUG-4451

Reviewed-by: Kai Koehne
13 years agoFix adding new files to existing projects VCS
Tobias Hunger [Mon, 18 Apr 2011 14:24:29 +0000 (16:24 +0200)]
Fix adding new files to existing projects VCS

13 years agodebugger: enable latin1 or utf8 char[] display
hjk [Mon, 18 Apr 2011 14:15:39 +0000 (16:15 +0200)]
debugger: enable latin1 or utf8 char[] display

13 years agodebugger: add module and target id information to thread display
hjk [Mon, 18 Apr 2011 13:07:58 +0000 (15:07 +0200)]
debugger: add module and target id information to thread display

13 years agodebugger: no need to set breakpoints on core files
hjk [Mon, 18 Apr 2011 12:30:52 +0000 (14:30 +0200)]
debugger: no need to set breakpoints on core files

13 years agofix setResult(QDataStream *)
Oswald Buddenhagen [Mon, 18 Apr 2011 13:40:10 +0000 (15:40 +0200)]
fix setResult(QDataStream *)

it was apparent only with qt 4.8

13 years agoQmlDump: Ensure that qmldump is found in QtSDK
Kai Koehne [Mon, 18 Apr 2011 12:13:18 +0000 (14:13 +0200)]
QmlDump: Ensure that qmldump is found in QtSDK

We ship a precompiled qmldump in the Qt SDK because the Qt versions
don't have private headers. However, the logic in buildablehelperlibrary
by default rejects any build that is older than the latest changes to the
qmldump source code files; allow Qt Creator to pick up the (maybe
outdated) qmldump nevertheless if no private headers are installed.

Reviewed-by: ckamm
Task-number: QTCREATORBUG-4578

13 years agoimprove file change notification suppression in saveFile()
Oswald Buddenhagen [Fri, 15 Apr 2011 19:23:21 +0000 (21:23 +0200)]
improve file change notification suppression in saveFile()

for one, entirely stop monitoring the own IFile.
second, expect changes on the filename - in case other IFiles use it as
well.
these two ensure that nothing weird happens, especially if we show a dialog
and thus enter an event loop.

13 years agomake m_changedFiles a set - for simplicity (and performance).
Oswald Buddenhagen [Fri, 15 Apr 2011 13:06:00 +0000 (15:06 +0200)]
make m_changedFiles a set - for simplicity (and performance).

13 years agorename misnamed variable
Oswald Buddenhagen [Fri, 15 Apr 2011 09:19:16 +0000 (11:19 +0200)]
rename misnamed variable

13 years agominor optimization: QList::removeOne() returns a bool
Oswald Buddenhagen [Thu, 14 Apr 2011 18:13:08 +0000 (20:13 +0200)]
minor optimization: QList::removeOne() returns a bool

13 years agoprovide default implementation of IFile::reloadBehavior()
Oswald Buddenhagen [Fri, 15 Apr 2011 09:53:46 +0000 (11:53 +0200)]
provide default implementation of IFile::reloadBehavior()

there only two classes of files anyway: regularly editable ones which may
ask for interaction, and "background" files which always operate silently.
the regular case is the more complex one, so put that into the base class.

13 years agode-inline functions from IFile
Oswald Buddenhagen [Fri, 15 Apr 2011 09:49:11 +0000 (11:49 +0200)]
de-inline functions from IFile

13 years agoremove empty line truncation from pro editors
Oswald Buddenhagen [Wed, 13 Apr 2011 09:32:26 +0000 (11:32 +0200)]
remove empty line truncation from pro editors

it's bogus. and the ProWriter will take care not to add stray empty lines now.

13 years agouse somewhat less arcane error message box
Oswald Buddenhagen [Wed, 30 Mar 2011 14:21:31 +0000 (16:21 +0200)]
use somewhat less arcane error message box

13 years agounify i/o error reporting in the model
Oswald Buddenhagen [Wed, 30 Mar 2011 13:57:28 +0000 (15:57 +0200)]
unify i/o error reporting in the model

- use Utils::FileSaver
- as a side effect, don't rewrite the desktop file with the same content
  if it already exists
- pop up message boxes on errors - this is likely to be more visible
  than qWarning()s/nothing
  - this is implemented in a somewhat strange way with the model itself
    doing the gui interaction, but that seems to be the simplest
    solution given the qt class design

13 years agoreplace in-place-rewriting of files with a read/modify/write cycle
Oswald Buddenhagen [Wed, 30 Mar 2011 13:18:52 +0000 (15:18 +0200)]
replace in-place-rewriting of files with a read/modify/write cycle

easier to handle errors that way

13 years agoadd/unify i/o error handling
Oswald Buddenhagen [Wed, 30 Mar 2011 13:15:15 +0000 (15:15 +0200)]
add/unify i/o error handling

lots of use of Utils::FileSaver and Utils::FileReader

Task-number: QTCREATORBUG-1619

13 years agoadd errorString output argument to IFile::reload() & IEditor::open()
Oswald Buddenhagen [Mon, 4 Apr 2011 13:24:13 +0000 (15:24 +0200)]
add errorString output argument to IFile::reload() & IEditor::open()

add/unify read error handling in all affected classes

13 years agoadd errorString output argument to IFile::save()
Oswald Buddenhagen [Wed, 30 Mar 2011 11:45:16 +0000 (13:45 +0200)]
add errorString output argument to IFile::save()

this centralizes error reporting (in fact, in most cases it adds any in
the first place).

Task-number: QTCREATORBUG-1619

13 years agoabort commit if commit message cannot be saved
Oswald Buddenhagen [Wed, 30 Mar 2011 10:43:17 +0000 (12:43 +0200)]
abort commit if commit message cannot be saved

13 years agoremove superfluous argument
Oswald Buddenhagen [Wed, 30 Mar 2011 11:46:57 +0000 (13:46 +0200)]
remove superfluous argument

no need to pass in the current file name

13 years agofile manager: introduce saveFile() and remove blockFileChange() & unblockFileChange()
Oswald Buddenhagen [Wed, 30 Mar 2011 10:38:12 +0000 (12:38 +0200)]
file manager: introduce saveFile() and remove blockFileChange() & unblockFileChange()

this replaces the ever-repeating idiom block/save/unblock with a single
call.

13 years agoadd fileutils: classes for error-checked reading and writing of files
Oswald Buddenhagen [Wed, 30 Mar 2011 10:06:05 +0000 (12:06 +0200)]
add fileutils: classes for error-checked reading and writing of files

the internal use of SaveFile ensures that we don't leave truncated
pre-existing files behind if the disk is full or something else bad
happens.

Task-number: QTCREATORBUG-1619

13 years agoadd Utils::SaveFile: class for atomic saving of files
Oswald Buddenhagen [Wed, 30 Mar 2011 10:07:47 +0000 (12:07 +0200)]
add Utils::SaveFile: class for atomic saving of files

inspired by KSaveFile

13 years agoremove redundant error check
Oswald Buddenhagen [Mon, 4 Apr 2011 13:34:04 +0000 (15:34 +0200)]
remove redundant error check

no point in checking for file's existence before opening it - the
errorString is verbose enough.

13 years agobetter error messages
Oswald Buddenhagen [Mon, 4 Apr 2011 13:37:31 +0000 (15:37 +0200)]
better error messages

it's only qWarning()s, but anyway ...

13 years agouse QFile::open()'s return value instead of using weird isOpen() checks
Oswald Buddenhagen [Mon, 4 Apr 2011 13:36:39 +0000 (15:36 +0200)]
use QFile::open()'s return value instead of using weird isOpen() checks

13 years agodon't re-implement QDir::canonicalFilePath() by hand
Oswald Buddenhagen [Mon, 4 Apr 2011 12:55:03 +0000 (14:55 +0200)]
don't re-implement QDir::canonicalFilePath() by hand

13 years agomake addOutput() signal const
Oswald Buddenhagen [Mon, 4 Apr 2011 13:31:30 +0000 (15:31 +0200)]
make addOutput() signal const

it doesn't change the emitting object

13 years agoGUI style fixes: spaces before ellipses and excess ellipses
Oswald Buddenhagen [Thu, 14 Apr 2011 18:32:13 +0000 (20:32 +0200)]
GUI style fixes: spaces before ellipses and excess ellipses