summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2017-06-20Add move assignment operator to DbConnectionPoolerUwe Klotz
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-17Move initialization of database from Library to MainWindowUwe Klotz
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Add some comments on how to use the new connection pool API classesUwe Klotz
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-14Renaming: 'Repository' -> 'MixxxDb'Uwe Klotz
2017-06-12Delete unused function and reformattingUwe Klotz
2017-06-12Delete unused header fileUwe Klotz
2017-06-12Delete obsolete #include directivesUwe Klotz
2017-06-12Eliminate more explicit database() callsUwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Encapsulate database connection paramsUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Explicitly open/close database connectionsUwe Klotz
2017-06-12Move DbConnection into mixxx namespaceUwe Klotz
2017-06-12Reuse SqlStorage interface for TrackCollectionUwe Klotz
2017-06-12Improve database loggingUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-06-02Hotfix: Logger must not use any static data for initializationUwe Klotz
2017-05-28Fix Qt5 buildUwe Klotz
2017-05-28Restrict usage of C string functions to Qt4Uwe Klotz
2017-05-28Use QLatin1String to avoid null checkUwe Klotz
2017-05-28Prettify performance trace logsUwe Klotz
2017-05-28Add a function for profiling performance to the loggerUwe Klotz
2017-05-28Reduce precision of performance timer tracesUwe Klotz
2017-05-28Add log level "trace" for profiling messagesUwe Klotz
2017-05-28Restrict log context from QString to QLatin1StringUwe Klotz
2017-05-28Optimize string concatenation when creating loggersUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-27Add some convenience functions to mixxx::LoggerUwe Klotz
2017-05-26Remove support for log level Fatal from mixxx::LoggerUwe Klotz
2017-05-26Add a simple mixxx::LoggerUwe Klotz
2017-05-25Provide access to the current log levelUwe Klotz
2017-05-25Untangle dependencies between ControllerDebug and LoggingUwe Klotz
2017-05-01Merge pull request #1223 from daschuer/hint_roundingDaniel Schürmann
2017-04-17Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-17Also flush log on qCritical messages.RJ Ryan
2017-04-16Make logging more efficient.RJ Ryan
2017-04-15Use #include, not #import for IOKit headers.RJ Ryan
2017-04-15Fix the Qt5 build (mea culpa!).RJ Ryan
2017-04-15Fix some compiler warnings.RJ Ryan
2017-04-10Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-09Merge pull request #1229 from JosepMaJAZ/prevent-screensaverDaniel Schürmann
2017-04-08use only xlib methodfor useractivityJosepMaJAZ
2017-04-06fix for linux screensaver user activity and fallback method using xlibJosepMaJAZ
2017-04-02Merge remote-tracking branch 'upstream/master' into effect_xmlbe_
2017-04-01merge masterJosepMaJAZ