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
9beb7afb
Commit
9beb7afb
authored
Apr 14, 2011
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GUI style fixes: spaces before ellipses and excess ellipses
parent
d1539ebb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
src/plugins/coreplugin/filemanager.cpp
src/plugins/coreplugin/filemanager.cpp
+1
-1
src/plugins/cppeditor/cppquickfixes.cpp
src/plugins/cppeditor/cppquickfixes.cpp
+2
-2
src/plugins/qmlprofiler/qmlprofilertool.cpp
src/plugins/qmlprofiler/qmlprofilertool.cpp
+1
-1
src/plugins/qt4projectmanager/qt-maemo/maemodeployconfigurationwidget.ui
...projectmanager/qt-maemo/maemodeployconfigurationwidget.ui
+1
-1
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.cpp
...ager/qt-maemo/maemodeviceconfigurationssettingswidget.cpp
+1
-1
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
...nager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
+3
-3
No files found.
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
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