lp://staging/~mixxxdevelopers/mixxx/features_library
Created by
RJ Skerry-Ryan
and last modified
- Get this branch:
- bzr branch lp://staging/~mixxxdevelopers/mixxx/features_library
Members of
Mixxx Development Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Albert Santoni: Approve
-
Diff: 2332 lines (+1056/-419)32 files modifiedmixxx/build/depends.py (+4/-1)
mixxx/res/schema.xml (+18/-0)
mixxx/src/library/basesqltablemodel.cpp (+227/-5)
mixxx/src/library/basesqltablemodel.h (+10/-1)
mixxx/src/library/cratetablemodel.cpp (+22/-66)
mixxx/src/library/cratetablemodel.h (+0/-2)
mixxx/src/library/dao/trackdao.cpp (+32/-9)
mixxx/src/library/dao/trackdao.h (+4/-0)
mixxx/src/library/legacylibraryimporter.cpp (+10/-3)
mixxx/src/library/libraryscanner.cpp (+23/-13)
mixxx/src/library/librarytablemodel.cpp (+31/-83)
mixxx/src/library/librarytablemodel.h (+0/-2)
mixxx/src/library/missingtablemodel.cpp (+7/-58)
mixxx/src/library/missingtablemodel.h (+1/-1)
mixxx/src/library/playlisttablemodel.cpp (+5/-62)
mixxx/src/library/playlisttablemodel.h (+0/-51)
mixxx/src/library/rhythmboxtrackmodel.cpp (+3/-0)
mixxx/src/library/stardelegate.cpp (+114/-0)
mixxx/src/library/stardelegate.h (+56/-0)
mixxx/src/library/stareditor.cpp (+95/-0)
mixxx/src/library/stareditor.h (+61/-0)
mixxx/src/library/starrating.cpp (+74/-0)
mixxx/src/library/starrating.h (+62/-0)
mixxx/src/library/trackcollection.cpp (+4/-1)
mixxx/src/mixxx.cpp (+2/-2)
mixxx/src/player.cpp (+2/-0)
mixxx/src/trackinfoobject.cpp (+74/-0)
mixxx/src/trackinfoobject.h (+19/-0)
mixxx/src/widget/wlibrarytableview.cpp (+8/-1)
mixxx/src/widget/wstatuslight.cpp (+70/-39)
mixxx/src/widget/wstatuslight.h (+10/-12)
mixxx/src/widget/wtracktableview.cpp (+8/-7)
Related bugs
Bug #611871: Missing column for 'key code' in library | Wishlist | Fix Released | |
Bug #625565: Rating columns for library does not exist | Wishlist | Fix Released |
Related blueprints
Branch information
Recent revisions
- 2512. By raffitea
-
If Mixxx starts the first time or the header states have been cleared due to database schema evolution we gonna hide all columns that may contain a potential large number of NULL values.
- 2510. By raffitea
-
Improved library performance on large collections by a factor of 3..
Fixes Bug #672762 - 2506. By raffitea
-
Added support for 'key' information in Vorbis comments.
(All tested with Rapid Evolution) - 2505. By raffitea
-
* added 'key' column from lp:raffitea/mixxx/library_improvements
* In soundsource.h: Version bump of MIXXX_SOUNDSOURCE_API_ VERSION
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mixxxdevelopers/mixxx/trunk