Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
443
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Merge requests
!5465
macosx: Add multiple selection support for library table views
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
macosx: Add multiple selection support for library table views
claucambra/vlc:work/multiple-selection
into
master
Overview
1
Commits
13
Pipelines
3
Changes
11
Merged
Claudio Cambra
requested to merge
claucambra/vlc:work/multiple-selection
into
master
9 months ago
Overview
1
Commits
13
Pipelines
3
Changes
11
Expand
Signed-off-by: Claudio Cambra
developer@claudiocambra.com
0
0
Merge request reports
Compare
master
version 1
97363569
9 months ago
master (base)
and
latest version
latest version
a44480e8
13 commits,
9 months ago
version 1
97363569
13 commits,
9 months ago
11 files
+
107
−
60
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
modules/gui/macosx/UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib
+
1
−
1
Options
@@ -144,7 +144,7 @@
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"699"
height=
"198"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<subviews>
<tableView
verticalHuggingPriority=
"750"
allowsExpansionToolTips=
"YES"
columnAutoresizingStyle=
"lastColumnOnly"
tableStyle=
"fullWidth"
columnReordering=
"NO"
multipleSelection=
"NO"
autosaveColumns=
"NO"
rowHeight=
"50"
viewBased=
"YES"
id=
"eEJ-WA-0aM"
customClass=
"VLCLibraryTableView"
>
<tableView
verticalHuggingPriority=
"750"
allowsExpansionToolTips=
"YES"
columnAutoresizingStyle=
"lastColumnOnly"
tableStyle=
"fullWidth"
columnReordering=
"NO"
autosaveColumns=
"NO"
rowHeight=
"50"
viewBased=
"YES"
id=
"eEJ-WA-0aM"
customClass=
"VLCLibraryTableView"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"699"
height=
"188"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
heightSizable=
"YES"
/>
<size
key=
"intercellSpacing"
width=
"3"
height=
"2"
/>
Loading