summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2021-07-31sqlite3_create_function: Add SQLITE_DETERMINISTIC flagUwe Klotz
2021-07-31sqlite3_create_function: Fix wrong text encoding argUwe Klotz
2021-07-20FwdSqlQuery: Use static assert instead of runtime DEBUG_ASSERTJan Holthuis
2021-07-19VersionStore: add BSDs to platform stringBe
2021-06-20Invert exists() checkDaniel Schürmann
2021-06-19Improve commentDaniel Schürmann
2021-06-19replace Yes/No with OK in the Sandbox dialogsDaniel Schürmann
2021-06-19User can't select an non existing File or Dir in the open file dialog. Abort.Daniel Schürmann
2021-06-19Don't use coninical path on path that may not exists, fixing lp1921541Daniel Schürmann
2021-06-06Make sure getSettingsPath() returns the correct directoryDaniel Schürmann
2021-05-25skin: Move legacy skin classes to skin/legacy/Jan Holthuis
2021-05-24Use std math functions and remove #defines from fpclassify.hUwe Klotz
2021-05-23fpclassify: Delete obsolete special case handling for MS VC++Uwe Klotz
2021-05-17added missing static keywordDaniel Schürmann
2021-05-15Merge remote-tracking branch 'upstream/2.3' into dirty-fixDaniel Schürmann
2021-05-14Merge pull request #3826 from Holzhaus/load-translationsDaniel Schürmann
2021-05-09only error in case of LinuxDaniel Schürmann
2021-05-09Switch back to .mixxx settings folder from ~/.local/share/MixxxDaniel Schürmann
2021-05-09fix white space issueDaniel Schürmann
2021-05-09Remove branch extension when version starts witch branch name.Daniel Schürmann
2021-05-09Fix some code stayle issuesDaniel Schürmann
2021-05-08Added GitInfoStore class depending on mixxx-lib to calculate the dirty stateDaniel Schürmann
2021-05-07CMake: Fetch latest Git information on build without reconfigJan Holthuis
2021-05-07CmdlineArgs: Move hardcoded manual URL to defs_urls.hJan Holthuis
2021-05-07CMake: Split version.h into version.h and versiondetails.hJan Holthuis
2021-05-06Translations: Use Debug instead of Warning loglevel for mixxx qt stringsJan Holthuis
2021-05-04Translations: Use default value when reading from configJan Holthuis
2021-05-04Translations: Simplify code (remove scope and redundant default constrs)Jan Holthuis
2021-05-04Translations: Use helper method for unified error handlingJan Holthuis
2021-05-04Translations: Improve locale override logicJan Holthuis
2021-05-04Translations: Print warning if translations failed to loadJan Holthuis
2021-05-01Merge pull request #3816 from Holzhaus/version-dateDaniel Schürmann
2021-04-30VersionStore: Use /// for documentation commentsJan Holthuis
2021-04-30DlgAbout: Add git commit date to about dialogJan Holthuis
2021-04-29Replace recursive QMutexes with QRecursiveMutexJan Holthuis
2021-04-28VersionStore: Replace applicationTitle() method with platform()Jan Holthuis
2021-04-28VersionStore: Fix quoting when logging build detailsJan Holthuis
2021-04-28DlgAbout: Show git-describe versionJan Holthuis
2021-04-27Restore pronting build flags featureDaniel Schürmann
2021-04-27remove unsused build ref guardDaniel Schürmann
2021-04-25rename buildBranch into gitBranchDaniel Schürmann
2021-04-25Include versiostore the right wayDaniel Schürmann
2021-04-25Don't cascade .arg()Daniel Schürmann
2021-04-24Rename _version.h to version.h and Version class to VersionStoreDaniel Schürmann
2021-04-19Merge pull request #2902 from Swiftb0y/enable-multple-cues-per-color-autoassignJan Holthuis
2021-04-19rangelist: debug assert on negative numbersSwiftb0y
2021-04-19rangelist: add debug assert testing invalid listsSwiftb0y
2021-04-19rangelist: separate declaration and definitionSwiftb0y
2021-04-15ColorPaletteEditorModel move rangelist to own fileSwiftb0y
2021-04-11config.h: Add MIXXX_ prefix to settings path/fileJan Holthuis