Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
9beb7afb
Commit
9beb7afb
authored
Apr 14, 2011
by
Oswald Buddenhagen
Browse files
GUI style fixes: spaces before ellipses and excess ellipses
parent
d1539ebb
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/filemanager.cpp
View file @
9beb7afb
...
...
@@ -819,7 +819,7 @@ FileManager::ReadOnlyAction
QPushButton
*
saveAsButton
=
0
;
if
(
displaySaveAsButton
)
saveAsButton
=
msgBox
.
addButton
(
tr
(
"Save as
..."
),
QMessageBox
::
ActionRole
);
saveAsButton
=
msgBox
.
addButton
(
tr
(
"Save as..."
),
QMessageBox
::
ActionRole
);
msgBox
.
setDefaultButton
(
vcsButton
?
vcsButton
:
makeWritableButton
);
msgBox
.
exec
();
...
...
src/plugins/cppeditor/cppquickfixes.cpp
View file @
9beb7afb
...
...
@@ -1522,7 +1522,7 @@ private:
:
CppQuickFixOperation
(
state
,
priority
)
,
binaryAST
(
binaryAST
)
{
setDescription
(
QApplication
::
translate
(
"CppTools::QuickFix"
,
"Add
l
ocal Declaration"
));
setDescription
(
QApplication
::
translate
(
"CppTools::QuickFix"
,
"Add
L
ocal Declaration"
));
}
virtual
void
performChanges
(
CppRefactoringFile
*
currentFile
,
CppRefactoringChanges
*
)
...
...
@@ -1612,7 +1612,7 @@ private:
,
m_name
(
newName
)
{
setDescription
(
QApplication
::
translate
(
"CppTools::QuickFix"
,
"Convert to Camel Case
...
"
));
"Convert to Camel Case"
));
}
virtual
void
performChanges
(
CppRefactoringFile
*
,
CppRefactoringChanges
*
)
...
...
src/plugins/qmlprofiler/qmlprofilertool.cpp
View file @
9beb7afb
...
...
@@ -229,7 +229,7 @@ void QmlProfilerTool::initialize(ExtensionSystem::IPlugin * /*plugin*/)
Core
::
ActionContainer
*
manalyzer
=
am
->
actionContainer
(
Analyzer
::
Constants
::
M_DEBUG_ANALYZER
);
const
Core
::
Context
globalcontext
(
Core
::
Constants
::
C_GLOBAL
);
d
->
m_attachAction
=
new
QAction
(
tr
(
"Attach
..."
),
manalyzer
);
d
->
m_attachAction
=
new
QAction
(
tr
(
"Attach..."
),
manalyzer
);
Core
::
Command
*
command
=
am
->
registerAction
(
d
->
m_attachAction
,
Constants
::
ATTACH
,
globalcontext
);
command
->
setAttribute
(
Core
::
Command
::
CA_UpdateText
);
...
...
src/plugins/qt4projectmanager/qt-maemo/maemodeployconfigurationwidget.ui
View file @
9beb7afb
...
...
@@ -102,7 +102,7 @@
<item>
<widget
class=
"QPushButton"
name=
"addIconButton"
>
<property
name=
"text"
>
<string>
Add Launcher Icon
...
</string>
<string>
Add Launcher Icon...
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.cpp
View file @
9beb7afb
...
...
@@ -397,7 +397,7 @@ void MaemoDeviceConfigurationsSettingsWidget::finishDeployment()
{
m_keyDeployer
->
stopDeployment
();
m_ui
->
deployKeyButton
->
disconnect
();
m_ui
->
deployKeyButton
->
setText
(
tr
(
"Deploy Public Key
..."
));
m_ui
->
deployKeyButton
->
setText
(
tr
(
"
&
Deploy Public Key..."
));
connect
(
m_ui
->
deployKeyButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
deployKey
()));
}
...
...
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
View file @
9beb7afb
...
...
@@ -415,7 +415,7 @@
<string>
Click here if you do not have an SSH key yet.
</string>
</property>
<property
name=
"text"
>
<string>
&
Generate SSH Key
...
</string>
<string>
&
Generate SSH Key...
</string>
</property>
</widget>
</item>
...
...
@@ -431,7 +431,7 @@
<string>
This will enable you to log into the device without a password.
</string>
</property>
<property
name=
"text"
>
<string>
&
Deploy Public Key
...
</string>
<string>
&
Deploy Public Key...
</string>
</property>
</widget>
</item>
...
...
@@ -447,7 +447,7 @@
<string>
Click here to see which processes are running on the device.
</string>
</property>
<property
name=
"text"
>
<string>
Remote Processes
...
</string>
<string>
Remote Processes...
</string>
</property>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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