summaryrefslogtreecommitdiffstats
path: root/res/schema.xml
AgeCommit message (Collapse)Author
2020-03-16res/schema.xml: Fix cue colors from previous schema migrationsJan Holthuis
2020-03-13Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-09res/schema.xml: Add comment regarding hotcue palette to schemaJan Holthuis
2020-03-07Use #FF8C00 instead of #FF8000 as "no color" replacementJan Holthuis
Color taken from: https://github.com/mixxxdj/mixxx/pull/2031#issuecomment-466168921
2020-03-06Use orange (not in palette) for "no color" schema migration and new cuesJan Holthuis
2020-03-06res/schema.xml: Remove useless alpha channelJan Holthuis
2020-03-04res/schema.xml: Fix comment of hotcue color migration (s/RGBA/RGB/)Jan Holthuis
2020-02-28Migrate hotcue color id to RGBA in DBFerran Pujol Camins
2020-02-21Use dynamic temporary database tablesEvan Dekker
2020-02-20Add Rekordbox track colorsEvan Dekker
2020-02-11Use std::optional<RgbColor> for track colorsUwe Klotz
2020-02-11lp1100882: Add support for track colorsJan Holthuis
This adds a new column for color-coding tracks. Since opening a color picker when left-clicking a cell might be clunky and does now allow changing multiple tracks at once, a right-click context menu entry was used instead. Launchpad issue: https://bugs.launchpad.net/mixxx/+bug/1100882
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
This reverts commit 35da91b786eb7979d4cacf1c7e650978c33ea499, reversing changes made to 7b1f4d106b14b5be9bee1a2e3d192c07a5ec5055.
2019-11-12Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-12library.cpp conflict resolvedEvan Dekker
2019-11-11Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-02Migrate hotcue color id to RGBA in DBFerran Pujol Camins
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
This was introduced in PR #1242 but is no longer used.
2019-08-03Addressed SQL case and pooled DB connectionEvan Dekker
2019-08-01Addressed minor remarksEvan Dekker
2019-05-24Rekordbox library feature that reads tracks, playlists and folders from ↵Evan Dekker
removable devices
2018-05-03Merge branch 'master' into silencedetectionNino Miškić-Pletenac
2018-04-23Don't reset and preserve 'replaygain_peak' of FLAC filesUwe Klotz
2018-04-23Hide developer comments during db schema upgradeUwe Klotz
2018-04-22Use case-insensitive string compare for file typeUwe Klotz
2018-04-22Reset wrong replay gain info for all FLAC filesUwe Klotz
2017-05-13Introduce source field to cueNino Miškić-Pletenac
2016-08-22Add comment for cue color in database schemeFerran Pujol Camins
2016-08-22Rewrite cue default color in database schema to decimalFerran Pujol Camins
2016-08-17Change cue color database type to integer (QRgb)Ferran Pujol Camins
2016-08-14Modify database shcema to support cue colors.Ferran Pujol Camins
2016-06-25Revert DB schema update and reuse existing duration columnUwe Klotz
For newly created DB files use the correct type for the schema. Existing DB files are backwards compatible according to the documentation: https://www.sqlite.org/datatype3.html "Any column in an SQLite version 3 database, except an INTEGER PRIMARY KEY column, may be used to store a value of any storage class."
2016-06-25Enhance precision of track duration from int to doubleUwe Klotz
2016-01-02Add new column "tracktotal" to Mixxx libraryUwe Klotz
2015-10-31DB schema v25: Complete replay gain support incl. peak amplitudeUwe Klotz
2014-10-29Change CoverInfo hash to an integer.RJ Ryan
2014-10-28Default coverart_source and coverart_type to 0 instead of NULL.RJ Ryan
2014-10-27Massive cover art refactor.RJ Ryan
* Move cover search out of the CoverArtCache workers. * Get rid of dedicated table for cover art (and add more columns to library table) * Delete CoverArtDAO and test. * Add cover scanning to LibraryScanner. * Load and store cover art in TrackInfoObject via TrackDAO. * Hook cover columns up to cached TrackInfoObjects in BaseTrackCache. * Get rid of "ID3TAG" string to identify metadata. Use CoverInfo::Type instead. * Add source tracking for cover provenance (user-selected vs. auto-selected) so we know whether it's safe to change a cover without losing user data. * Add helper for reloading cover art from file. * Use relative paths to cover art so FILE art is not broken by folder moves.
2014-10-20Renaming 'md5' column to 'hash'Marcos CARDINOT
2014-10-11fixing the database schema - adding constraint to the cover_art fieldMarcos CARDINOT
2014-08-07Cosmetic fix - database schema - removing tabs (using only spaces)Marcos CARDINOT
2014-07-22coverdao - fixing bug with the database schema: making LOCATION not uniqueMarcos CARDINOT
Currently we are identifying covers by looking for md5hash and it must be unique (obvious reasons). In cases when the user overwrite the cover file in the trackdir, it will have the same location but an different md5hash. In this way, coverdao would try to store the new cover (new md5hash) but it would not be possible since it would have the same location as the old image... so, as the md5hash already is unique, we do not need to mantain unique locations as well...
2014-07-03Fixing bug in schema.xml - missing commaMarcos CARDINOT
2014-07-03Update schema.xml - add md5_hash column to cover_art tableMarcos CARDINOT
2014-05-04remove default value for library.cover_art in dbMarcos CARDINOT
2014-05-04schema.xml - use cover_art instead coverArtMarcos CARDINOT
2014-04-29Fix table name in schema.xml + update required schema versionMarcos CARDINOT
2014-04-28update schema.xml - insert coverArt tableMarcos CARDINOT
2013-11-16clean up diffkain88
2013-11-16Merge remote-tracking branch 'upstream/master' into multiplyFolderskain88
Conflicts: res/schema.xml src/dlgpreferences.cpp src/dlgprefplaylist.cpp src/dlgprefplaylist.h src/dlgprefrecord.cpp src/library/library.cpp src/library/library.h src/library/libraryscanner.cpp src/library/libraryscanner.h src/library/promotracksfeature.cpp src/library/trackcollection.cpp