Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
team1920-SpeechComparison
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
msdt
team1920-SpeechComparison
Merge requests
!35
Sc 107/default extention file selection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sc 107/default extention file selection
SC-107/default-extention-file-selection
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Ghost User
requested to merge
SC-107/default-extention-file-selection
into
master
5 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
What's new:
Automatically goes to the correct dir, depending if you look for shadows or source files!
Has .csv as default instead of .txt
Added .TextGrid as option
Title of file selection window dependent on whether you look for source or shadow files
File selection function has no code duplication anymore
Layout of code in some other files is fixed to meet PEP standards
0
0
Merge request reports
Viewing commit
1d892863
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1d892863
Title of selection window dependent on which button was pressed.
· 1d892863
Vriezen, E.C. (Emma)
authored
5 years ago
mvc/controller.py
+
1
−
1
Options
@@ -76,7 +76,7 @@ class ControllerClass:
file_paths
=
askopenfilenames
(
initialdir
=
datapath
,
# If not found, then not a problem.
title
=
""
,
title
=
"
Select
"
+
file_type
+
"
files
"
,
defaultextension
=
'
.csv
'
,
filetypes
=
((
"
Comma-separated values
"
,
"
*.csv
"
),
(
"
TextGrid
"
,
"
*.TextGrid
"
),
Loading