summaryrefslogtreecommitdiffstats
path: root/src/library/dao/directorydao.cpp
AgeCommit message (Expand)Author
2020-08-23Add missing const qualifiers to members and methodsUwe Klotz
2020-02-08Rename mergedTrackRef() -> updatedTrackRef()Uwe Klotz
2020-02-08Simplify string concatenationUwe Klotz
2020-01-12Fix relocating moved tracks in external collectionsUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-09-21Replace += with append() and insert()Uwe Klotz
2019-09-21Move transaction boundaries from DirectoryDAO into TrackCollectionUwe Klotz
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-08-06Add several more typo fixesluz.paz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-01-31Use constants for special SQL charactersUwe Klotz
2017-01-31Reduce code duplicationUwe Klotz
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2014-11-18Code fascism.RJ Ryan
2014-10-28Merge remote-tracking branch 'cardinot/coverArtSupport' intoRJ Ryan
2014-10-27add covers to directory relocationMax Linke
2014-04-22directorydao - cosmetic fix @kain88-de suggestionMarcos CARDINOT
2014-04-17Unchecked return value: checks query to select track locationsMarcos CARDINOT
2014-01-18Fix test case on windowskain88-de
2013-12-14fix launchpad bug #1259077Max Linke
2013-12-05change algorithm to detect child folderskain88
2013-12-05Do sql commands in a transaction + small refactorkain88
2013-11-16minor clean upskain88
2013-11-15Fix directorydao:replace functionkain88
2013-11-14directoryDao now handles parent dirs correctlykain88
2013-09-15check for child dir in addDirectoryMax Linke
2013-09-13return more error codes in direcotryDAOMax Linke
2013-07-12Add TODO for error reporting.RJ Ryan
2013-07-12Remove use of instr in favor of LIKE. instr isn't supported on the most popul...RJ Ryan
2013-07-12Cleanups to DirectoryDao.RJ Ryan
2013-07-07also update BaseTrackCacheMax Linke
2013-06-30relocate seems to work, their still is a problem with loaded tracksMax Linke
2013-06-29more clean upMax Linke
2013-06-29if we already track the parent directory do not add new dirMax Linke
2013-06-29prepend request add/remove/... signalsMax Linke
2013-06-29removed main_dirIdMax Linke
2013-06-25address rryans style commentsMax Linke
2013-06-22try to fix relocate queryMax Linke
2013-06-19merge with master branchMax Linke