Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
cf3a418c
Commit
cf3a418c
authored
Oct 30, 2010
by
Tobias Hunger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling in comments
Krazy was complaining about those.
parent
af0413ec
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
34 additions
and
34 deletions
+34
-34
doc/pluginhowto/examples/dirmodelplugin/dirnavigationfactory.cpp
...ginhowto/examples/dirmodelplugin/dirnavigationfactory.cpp
+1
-1
src/libs/extensionsystem/iplugin.cpp
src/libs/extensionsystem/iplugin.cpp
+1
-1
src/libs/qmljs/qmljsinterpreter.h
src/libs/qmljs/qmljsinterpreter.h
+1
-1
src/libs/qmljsdebugclient/qpacketprotocol.cpp
src/libs/qmljsdebugclient/qpacketprotocol.cpp
+1
-1
src/plugins/classview/classviewmanager.cpp
src/plugins/classview/classviewmanager.cpp
+1
-1
src/plugins/classview/classviewparser.cpp
src/plugins/classview/classviewparser.cpp
+1
-1
src/plugins/classview/classviewparsertreeitem.cpp
src/plugins/classview/classviewparsertreeitem.cpp
+2
-2
src/plugins/coreplugin/editormanager/editormanager.cpp
src/plugins/coreplugin/editormanager/editormanager.cpp
+1
-1
src/plugins/debugger/debuggerplugin.cpp
src/plugins/debugger/debuggerplugin.cpp
+2
-2
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
+1
-1
src/plugins/debugger/pdb/pdbengine.cpp
src/plugins/debugger/pdb/pdbengine.cpp
+1
-1
src/plugins/debugger/qml/qmlcppengine.cpp
src/plugins/debugger/qml/qmlcppengine.cpp
+1
-1
src/plugins/debugger/watchdata.h
src/plugins/debugger/watchdata.h
+1
-1
src/plugins/fakevim/fakevimhandler.cpp
src/plugins/fakevim/fakevimhandler.cpp
+1
-1
src/plugins/projectexplorer/miniprojecttargetselector.cpp
src/plugins/projectexplorer/miniprojecttargetselector.cpp
+1
-1
src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp
+1
-1
src/plugins/qmldesigner/designercore/model/qmlmodelview.cpp
src/plugins/qmldesigner/designercore/model/qmlmodelview.cpp
+1
-1
src/plugins/qmljseditor/qmloutlinemodel.h
src/plugins/qmljseditor/qmloutlinemodel.h
+1
-1
src/plugins/qt4projectmanager/qt4nodes.cpp
src/plugins/qt4projectmanager/qt4nodes.cpp
+3
-3
src/plugins/qt4projectmanager/qt4project.cpp
src/plugins/qt4projectmanager/qt4project.cpp
+1
-1
src/plugins/qt4projectmanager/qtoutputformatter.cpp
src/plugins/qt4projectmanager/qtoutputformatter.cpp
+1
-1
tests/auto/debugger/tst_gdb.cpp
tests/auto/debugger/tst_gdb.cpp
+4
-4
tests/auto/icheckbuild/parsemanager.h
tests/auto/icheckbuild/parsemanager.h
+1
-1
tests/auto/qml/qmldesigner/common/statichelpers.cpp
tests/auto/qml/qmldesigner/common/statichelpers.cpp
+1
-1
tests/manual/cppquickfix/convertnumericliteral.cpp
tests/manual/cppquickfix/convertnumericliteral.cpp
+1
-1
tests/manual/qml-ast2dot/main.cpp
tests/manual/qml-ast2dot/main.cpp
+1
-1
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkolddevice.h
+1
-1
No files found.
doc/pluginhowto/examples/dirmodelplugin/dirnavigationfactory.cpp
View file @
cf3a418c
...
...
@@ -12,7 +12,7 @@ Core::NavigationView DirNavigationFactory::createWidget()
{
Core
::
NavigationView
view
;
// Create FileSystemModel and set the defaul
s
path as home path
// Create FileSystemModel and set the defaul
t
path as home path
FileSystemModel
*
model
=
new
FileSystemModel
;
model
->
setRootPath
(
QDir
::
homePath
());
...
...
src/libs/extensionsystem/iplugin.cpp
View file @
cf3a418c
...
...
@@ -262,7 +262,7 @@
IPlugin::SynchronousShutdown.
Returns IPlugin::AsynchronousShutdown if the plugin needs to perform
asynchonous actions before performing the shutdown.
asynch
r
onous actions before performing the shutdown.
\sa asynchronousShutdownFinished()
*/
...
...
src/libs/qmljs/qmljsinterpreter.h
View file @
cf3a418c
...
...
@@ -871,7 +871,7 @@ public:
LibraryImport
,
FileImport
,
DirectoryImport
,
UnknownFileImport
// refers a file/directoy that wasn't found
UnknownFileImport
// refers a file/directo
r
y that wasn't found
};
ImportInfo
();
...
...
src/libs/qmljsdebugclient/qpacketprotocol.cpp
View file @
cf3a418c
...
...
@@ -422,7 +422,7 @@ QPacket::~QPacket()
/*!
Creates a copy of \a other. The initial stream positions are shared, but the
two packets are otherwise independ
a
nt.
two packets are otherwise independ
e
nt.
*/
QPacket
::
QPacket
(
const
QPacket
&
other
)
:
QDataStream
(),
b
(
other
.
b
),
buf
(
0
)
...
...
src/plugins/classview/classviewmanager.cpp
View file @
cf3a418c
...
...
@@ -146,7 +146,7 @@ void Manager::initialize()
// internal manager state is changed
connect
(
this
,
SIGNAL
(
stateChanged
(
bool
)),
SLOT
(
onStateChanged
(
bool
)),
Qt
::
QueuedConnection
);
// connections to enable/dis
ba
le navi widget factory
// connections to enable/dis
ab
le navi widget factory
ProjectExplorer
::
SessionManager
*
sessionManager
=
ProjectExplorer
::
ProjectExplorerPlugin
::
instance
()
->
session
();
connect
(
sessionManager
,
SIGNAL
(
projectAdded
(
ProjectExplorer
::
Project
*
)),
...
...
src/plugins/classview/classviewparser.cpp
View file @
cf3a418c
...
...
@@ -573,7 +573,7 @@ void Parser::resetDataToCurrentState()
void
Parser
::
onResetDataDone
()
{
// internal data is reset
ted
, update a tree and send it back
// internal data is reset, update a tree and send it back
emitCurrentTree
();
}
...
...
src/plugins/classview/classviewparsertreeitem.cpp
View file @
cf3a418c
...
...
@@ -58,7 +58,7 @@ struct ParserTreeItemPrivate
//! symbol locations
QSet
<
SymbolLocation
>
symbolLocations
;
//! symbol information
s
//! symbol information
QHash
<
SymbolInformation
,
ParserTreeItem
::
Ptr
>
symbolInformations
;
//! An icon
...
...
@@ -190,7 +190,7 @@ void ParserTreeItem::add(const ParserTreeItem::ConstPtr &target)
// add locations
d_ptr
->
symbolLocations
=
d_ptr
->
symbolLocations
.
unite
(
target
->
d_ptr
->
symbolLocations
);
// add child
s
// add child
ren
// every target child
QHash
<
SymbolInformation
,
ParserTreeItem
::
Ptr
>::
const_iterator
cur
=
target
->
d_ptr
->
symbolInformations
.
constBegin
();
...
...
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
cf3a418c
...
...
@@ -1284,7 +1284,7 @@ QStringList EditorManager::getOpenFileNames() const
void
EditorManager
::
switchToPreferedMode
()
{
QString
preferedMode
;
// Figure out prefered mode for editor
// Figure out prefer
r
ed mode for editor
if
(
m_d
->
m_currentEditor
)
preferedMode
=
m_d
->
m_currentEditor
->
preferredModeType
();
...
...
src/plugins/debugger/debuggerplugin.cpp
View file @
cf3a418c
...
...
@@ -185,7 +185,7 @@
// `-+-+-+-+-+-+-+-+-+-+-+>-+
// +
// +
// #Interupt@InferiorRunOk# +
// #Inter
r
upt@InferiorRunOk# +
// + +
// InferiorStopRequested +
// #SpontaneousStop + +
...
...
@@ -2492,7 +2492,7 @@ void DebuggerPluginPrivate::sessionLoaded()
void
DebuggerPluginPrivate
::
aboutToUnloadSession
()
{
// Stop debugging the active project when switching sessions.
// Note that at startup, session switches may occur, which interfer
// Note that at startup, session switches may occur, which interfer
e
// with command-line debugging startup.
// FIXME ABC: Still wanted? Iterate?
//if (d->m_engine && state() != DebuggerNotReady
...
...
src/plugins/debugger/gdb/gdbengine.cpp
View file @
cf3a418c
...
...
@@ -4203,7 +4203,7 @@ void GdbEngine::handleGdbError(QProcess::ProcessError error)
{
const
QString
msg
=
errorMessage
(
error
);
showMessage
(
_
(
"HANDLE GDB ERROR: "
)
+
msg
);
// Show a message box for asynchron
e
ously reported issues.
// Show a message box for asynchronously reported issues.
switch
(
error
)
{
case
QProcess
::
FailedToStart
:
// This should be handled by the code trying to start the process.
...
...
src/plugins/debugger/pdb/pdbengine.cpp
View file @
cf3a418c
...
...
@@ -167,7 +167,7 @@ void PdbEngine::setupEngine()
connect
(
this
,
SIGNAL
(
outputReady
(
QByteArray
)),
SLOT
(
handleOutput2
(
QByteArray
)),
Qt
::
QueuedConnection
);
// We will stop immediatly, so setup a proper callback.
// We will stop immediat
e
ly, so setup a proper callback.
PdbCommand
cmd
;
cmd
.
callback
=
&
PdbEngine
::
handleFirstCommand
;
m_commands
.
enqueue
(
cmd
);
...
...
src/plugins/debugger/qml/qmlcppengine.cpp
View file @
cf3a418c
...
...
@@ -568,7 +568,7 @@ void QmlCppEngine::masterEngineStateChanged(const DebuggerState &newState)
break
;
// here, we shut down the qml engine first.
// but due to everything being asyncronous, we cannot guarantee
// but due to everything being async
h
ronous, we cannot guarantee
// that it is shut down completely before gdb engine is shut down.
case
InferiorShutdownRequested
:
if
(
d
->
m_activeEngine
==
d
->
m_qmlEngine
)
{
...
...
src/plugins/debugger/watchdata.h
View file @
cf3a418c
...
...
@@ -126,7 +126,7 @@ public:
quint64
address
;
// Displayed address
qint32
generation
;
// When updated?
bool
hasChildren
;
bool
valueEnabled
;
// Value will be
greyed out
or not
bool
valueEnabled
;
// Value will be
enabled
or not
bool
valueEditable
;
// Value will be editable
bool
error
;
bool
changed
;
...
...
src/plugins/fakevim/fakevimhandler.cpp
View file @
cf3a418c
...
...
@@ -3690,7 +3690,7 @@ void FakeVimHandler::Private::search(const SearchData &sd)
}
// Set Cursor. In contrast to the main editor we have the cursor
// position befor the anchor position.
// position befor
e
the anchor position.
setAnchorAndPosition
(
tc
.
position
(),
tc
.
anchor
());
// Making this unconditional feels better, but is not "vim like".
...
...
src/plugins/projectexplorer/miniprojecttargetselector.cpp
View file @
cf3a418c
...
...
@@ -582,7 +582,7 @@ void MiniProjectTargetSelector::updateAction()
QIcon
targetIcon
=
style
()
->
standardIcon
(
QStyle
::
SP_ComputerIcon
);
const
int
extrawidth
=
110
;
// Size of margins + icon width
// Some fudge numbers to ensure the menu does
n
t grow unbounded
// Some fudge numbers to ensure the menu does
no
t grow unbounded
int
maxLength
=
fontMetrics
().
averageCharWidth
()
*
140
;
if
(
project
)
{
...
...
src/plugins/qmldesigner/designercore/metainfo/metainfo.cpp
View file @
cf3a418c
...
...
@@ -390,7 +390,7 @@ void MetaInfoPrivate::parseQmlTypes()
if
(
m_q
->
hasNodeMetaInfo
(
qmlType
->
qmlTypeName
(),
qmlType
->
majorVersion
(),
qmlType
->
minorVersion
()))
continue
;
// we ignore the depr
i
cated Qt/ namespace
// we ignore the depr
e
cated Qt/ namespace
if
(
isDepricatedQtType
(
qmlType
->
qmlTypeName
()))
continue
;
...
...
src/plugins/qmldesigner/designercore/model/qmlmodelview.cpp
View file @
cf3a418c
...
...
@@ -391,7 +391,7 @@ void QmlModelView::activateState(const QmlModelState &state)
m_state
=
state
;
//This is hacky. m_state should be controlled by the instances
//### todo: If the state thumbnail code gets refactored.
// this is not nec
c
essary anymore.
// this is not necessary anymore.
NodeInstance
newStateInstance
=
instanceForModelNode
(
state
.
modelNode
());
...
...
src/plugins/qmljseditor/qmloutlinemodel.h
View file @
cf3a418c
...
...
@@ -51,7 +51,7 @@ public:
enum
ItemTypes
{
ElementType
,
ElementBindingType
,
// might contain elements as child
s
ElementBindingType
,
// might contain elements as child
ren
NonElementBindingType
// can be filtered out
};
...
...
src/plugins/qt4projectmanager/qt4nodes.cpp
View file @
cf3a418c
...
...
@@ -1476,7 +1476,7 @@ void Qt4ProFileNode::applyEvaluate(bool parseResult, bool async)
// probably all subfiles/projects have changed anyway ...
clear
();
m_projectType
=
projectType
;
// really emit here? or at the end? No
one
is connected to this signal at the moment
// really emit here? or at the end? No
body
is connected to this signal at the moment
// so we kind of can ignore that question for now
foreach
(
NodesWatcher
*
watcher
,
watchers
())
if
(
Qt4NodesWatcher
*
qt4Watcher
=
qobject_cast
<
Qt4NodesWatcher
*>
(
watcher
))
...
...
@@ -1540,7 +1540,7 @@ void Qt4ProFileNode::applyEvaluate(bool parseResult, bool async)
if
(
existingAtEnd
&&
newExactAtEnd
&&
newCumlativeAtEnd
)
break
;
// we are done, hurray!
// So this is one giant loop comparing 3 lists at once and sorting the comparis
i
on
// So this is one giant loop comparing 3 lists at once and sorting the comparison
// into mainly 2 buckets: toAdd and toRemove
// We need to distinguish between nodes that came from exact and cumalative
// parsing, since the update call is diffrent for them
...
...
@@ -1851,7 +1851,7 @@ QStringList Qt4ProFileNode::includePaths(ProFileReader *reader) const
paths
.
append
(
reader
->
absolutePathValues
(
QLatin1String
(
"INCLUDEPATH"
),
m_projectDir
));
// paths already contains moc dir and ui dir, due to corrrectly parsing uic.prf and moc.prf
// except if those directories don't exist at the time of parsing
// thus we add those directories manually (without checking for exist
a
nce)
// thus we add those directories manually (without checking for exist
e
nce)
paths
<<
mocDirPath
(
reader
)
<<
uiDirPath
(
reader
);
paths
.
removeDuplicates
();
return
paths
;
...
...
src/plugins/qt4projectmanager/qt4project.cpp
View file @
cf3a418c
...
...
@@ -770,7 +770,7 @@ void Qt4Project::decrementPendingEvaluateFutures()
qDebug
()
<<
" Oh update is pending start the timer"
;
m_asyncUpdateTimer
.
start
();
}
else
if
(
m_asyncUpdateState
!=
ShuttingDown
){
// After be
e
ing done, we need to call:
// After being done, we need to call:
updateFileList
();
updateCodeModels
();
if
(
debug
)
...
...
src/plugins/qt4projectmanager/qtoutputformatter.cpp
View file @
cf3a418c
...
...
@@ -210,7 +210,7 @@ void QtOutputFormatter::handleLink(const QString &href)
if
(
!
fileName
.
isEmpty
())
{
QFileInfo
fi
(
fileName
);
if
(
fi
.
isRelative
())
{
// Yeah fileName is relative, no suprise
// Yeah fileName is relative, no su
r
prise
ProjectExplorer
::
Project
*
pro
=
m_project
.
data
();
if
(
pro
)
{
QString
baseName
=
fi
.
fileName
();
...
...
tests/auto/debugger/tst_gdb.cpp
View file @
cf3a418c
...
...
@@ -456,9 +456,9 @@ void Thread::readStandardOutput()
return
;
//qWarning() << "WAKE UP: " << m_output;
//qDebug() << "\n2 ABOUT TO AQUIRE FREE ";
//qDebug() << "\n2 ABOUT TO A
C
QUIRE FREE ";
freeBytes
.
acquire
();
//qDebug() << "\n2 AQUIRED FREE ";
//qDebug() << "\n2 A
C
QUIRED FREE ";
buffer
=
m_output
;
m_output
.
clear
();
//m_waitCondition.wakeAll();
...
...
@@ -571,9 +571,9 @@ void tst_Gdb::check(const QByteArray &label, const QByteArray &expected0,
options
+=
",fancy"
;
writeToGdb
(
"bb "
+
options
+
" "
+
expanded
);
//qDebug() << "\n1 ABOUT TO AQUIRE USED ";
//qDebug() << "\n1 ABOUT TO A
C
QUIRE USED ";
usedBytes
.
acquire
();
//qDebug() << "\n1 AQUIRED USED ";
//qDebug() << "\n1 A
C
QUIRED USED ";
QByteArray
ba
=
buffer
;
buffer
.
clear
();
//qDebug() << "\n1 ABOUT TO RELEASE FREE ";
...
...
tests/auto/icheckbuild/parsemanager.h
View file @
cf3a418c
...
...
@@ -45,7 +45,7 @@
** chParseManager->parse(chFilelist);
**
** if(!chParseManager->checkAllMetadatas(iParseManager)){
** cout << "Folowing interface items are missing:" << endl;
** cout << "Fol
l
owing interface items are missing:" << endl;
** QStringList errorlist = chParseManager->getErrorMsg();
** foreach(QString msg, errorlist){
** cout << (const char *)msg.toLatin1() << endl;
...
...
tests/auto/qml/qmldesigner/common/statichelpers.cpp
View file @
cf3a418c
...
...
@@ -119,7 +119,7 @@ static bool compareTree(const ModelNode &node1, const ModelNode &node2)
return
false
;
}
// Compare list of child
s
// Compare list of child
ren
{
const
QList
<
ModelNode
>
childList1
=
node1
.
allDirectSubModelNodes
();
const
QList
<
ModelNode
>
childList2
=
node2
.
allDirectSubModelNodes
();
...
...
tests/manual/cppquickfix/convertnumericliteral.cpp
View file @
cf3a418c
...
...
@@ -10,7 +10,7 @@ int main()
0xFA0Bu
;
// uppercase X
0X856A
;
// negativ values
// negativ
e
values
-
199
;
-
017
;
// not integer, do nothing
...
...
tests/manual/qml-ast2dot/main.cpp
View file @
cf3a418c
...
...
@@ -219,7 +219,7 @@ protected: // visiting methods:
}
virtual
bool
visit
(
UiPublicMember
*
ast
)
{
// TODO: place the paramters...
// TODO: place the param
e
ters...
// UiParameterList *parameters;
terminal
(
ast
->
defaultToken
);
...
...
tests/manual/trk/trkolddevice.h
View file @
cf3a418c
...
...
@@ -103,7 +103,7 @@ private:
/* TrkWriteQueueDevice: Extends TrkDevice by write message queue allowing
* for queueing messages with a notification callback. If the message receives
* an ACK, the callback is invoked.
* The special message TRK_WRITE_QUEUE_NOOP_CODE code can be used for synchroni
s
ation.
* The special message TRK_WRITE_QUEUE_NOOP_CODE code can be used for synchroni
z
ation.
* The respective message will not be sent, the callback is just invoked. */
enum
{
TRK_WRITE_QUEUE_NOOP_CODE
=
0x7f
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment