Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenFlipper
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
OpenFlipper
Merge requests
!129
Python command line scripting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Python command line scripting
Python_command_line_scripting
into
master
Overview
0
Commits
4
Pipelines
0
Changes
5
Merged
Jan Möbius
requested to merge
Python_command_line_scripting
into
master
6 years ago
Overview
0
Commits
4
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a4b815b3
4 commits,
6 years ago
5 files
+
343
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
5
Search (e.g. *.vue) (Ctrl+P)
Core/Core.cc
+
1
−
0
Options
@@ -1549,6 +1549,7 @@ QList<int> Core::objectList (QString _selection, QStringList _types)
foreach
(
QString
s
,
_types
)
if
(
!
s
.
isEmpty
())
ids
=
typeId
(
s
);
if
(
_selection
==
"source"
)
selection
=
PluginFunctions
::
SOURCE_OBJECTS
;
else
if
(
_selection
==
"target"
)
Loading