-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move trackset-features into library subfolder #2715
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
085af01
Use QStringLiteral and value binding for library queries
xeruf 29b3b20
Move childModel to BaseTrackSetFeature
xeruf e566fae
Move all trackset-features into library subdirectory
xeruf d31825b
Clean up CapabilitiesFlags and apply clang format
xeruf e5861ed
Clean up HiddenTableModel::setTableModel
xeruf 5477354
Fix formatting in CreateFeature classes
xeruf f6e1eea
Inline anonymous method in CrateFeature
xeruf bd4a67d
Reformat long lines & clean up tablemodels
xeruf 132a958
Merge branch 'master' into refactor-basetrackset
xeruf 102ec4f
Move TrackSetTableModel into trackset folder
xeruf d2762e8
Use QStringLiteral for BansheePlaylistModel queries
xeruf d982438
Replace empty destructors with default
xeruf bc862ed
Replace weirdly formatted QStringLiteral by joined QStringList
xeruf 5815cb9
Reformat PlaylistDAO
xeruf 76f5fae
Embrace QStringLiteral in TrackSet features
xeruf d40ade3
Replace tr "[noun]" with "//:"
xeruf 9eb5ec6
Fix comment spaces in src/library
xeruf 4f032f7
clang-format
daschuer f8d44a4
Adjust reformattings
xeruf eb756ee
Merge branch 'master' into refactor-basetrackset
xeruf 8757571
Merge branch 'master' into refactor-basetrackset
xeruf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove these empty end-of-line comments that don't belong to the code and don't add any value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how else to get to a satisfactory result in this code, this is what the auto-formatter does otherwise:
This is the only alternative I found, but it is semantically very wrong because the type of one column is in the same line with the name of the next:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got to a satisfactory solution for the part below (bc862ed), but this doesn't work here because there's a different type for each column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using pre-commit? If you do you shouldn't get a single long line thanks to the line-length hook.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using pre-commit now. Still ending up with that long line ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daschuer