summaryrefslogtreecommitdiffstats
path: root/src/library/searchquery.cpp
AgeCommit message (Expand)Author
2021-01-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-05-27clang-formatDaniel Schürmann
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2019-10-20Add more typecasts from std::vector::size_type to intJan Holthuis
2018-12-02Merge remote-tracking branch 'upstream/master' into 1788086Daniel Schürmann
2018-11-16Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2018-11-16Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-13fix typosDaniel Schürmann
2018-11-11improve commentsDaniel Schürmann
2018-11-11Dont decompose charactere when the base character is a space, fixing lp1802730Daniel Schürmann
2018-11-10check for all whitespace charactersDaniel Schürmann
2018-11-08Allow tosearch for whole words by adding a tailing space. lp1784141Daniel Schürmann
2018-10-22Added NullNumeric filter nodeDaniel Schürmann
2018-10-17Fix building after mergeDaniel Schürmann
2018-10-16Merge remote-tracking branch 'upstream/master' into 1788086Daniel Schürmann
2018-10-15Merge branch 'master' into qt5-legacyRJ Skerry-Ryan
2018-10-08rename kExpliciteEmpty to kMissingFieldSearchTermDaniel Schürmann
2018-10-08Search for Null or EmptyDaniel Schürmann
2018-10-04Improved query for tracks without crateDaniel Schürmann
2018-10-04use a constant for ""Daniel Schürmann
2018-10-04Use CATETABLE_IDDaniel Schürmann
2018-10-04Use the first column esplicitDaniel Schürmann
2018-10-04Fix typoDaniel Schürmann
2018-10-04NullTextFilterNode::match matches also invalid valuesDaniel Schürmann
2018-09-17Merge remote-tracking branch 'upstream/2.1' into 2.2Be
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-09-06Allow "" to filter for explicite empty filedsDaniel Schürmann
2018-09-02Escape crate names filter, fixing lp1789728Daniel Schürmann
2018-04-06More misc. typosluz.paz
2017-06-02Merge pull request #1263 from gramanas/CrateFilterDaniel Schürmann
2017-06-02Add crate filter in library searchgramanas
2017-03-11Show native separators in user visible stringsDaniel Schürmann
2017-01-31Use constants for special SQL charactersUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz
2017-01-28Rename debug assertion macroUwe Klotz
2015-12-31Rename BPM functions and apply some refactoringUwe Klotz
2015-11-15Improve function names and documentation of PlayCounterUwe Klotz
2015-11-10Wrap times played count and played flag into PlayCounterUwe Klotz
2015-06-09Consistent wrapping of SQL expressions into paranthesesUwe Klotz
2015-06-09Fix (or comment) fragile design of Numeric-/DurationFilterNodeUwe Klotz
2015-06-09Replace plain pointers with std::unique_ptr to avoid memory leaksUwe Klotz
2015-06-09Fix memory leak in NotNodeUwe Klotz
2014-11-20Search query parser updates.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-09-04fix wrong parsing of '2m'Max Linke
2014-09-04REF: use init method in NumericFilterNodeMax Linke