summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)Author
2019-01-06move CachingReader classes to their own folderBe
2019-01-06move EngineChannel classes to their own folderBe
2019-01-06Merge remote-tracking branch 'upstream/master' into ↵Be
engine_function_pointer_connections
2019-01-06move EngineControls to their own folderBe
2019-01-06move EngineFilter classes to their own folderBe
2019-01-06Merge remote-tracking branch 'upstream/master' into end_of_trackDaniel Schürmann
Conflicts: src/mixer/playermanager.cpp
2019-01-06Added new VisualsManager classDaniel Schürmann
2019-01-04Improve check for SoundTouch libUwe Klotz
2019-01-04Improve error message if libSoundTouch dev components are missingUwe Klotz
2019-01-01Happy New Year 2019!Sébastien Blaisot
2018-12-31Remove usr/lib/mixxx from mixxx.install now that VAMP support is removed.RJ Skerry-Ryan
2018-12-30Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-28Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
lp1737537_analysis_revamp
2018-12-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-25Merge pull request #1926 from ninomp/ubuntubuildfixDaniel Schürmann
Fix build on Ubuntu caused by incorrect order of libraries
2018-12-25Improve commentNino Miškić-Pletenac
2018-12-25update AppVeyor to use Qt 5.12 on WindowsBe
2018-12-24link wtsapi32 on Windows static buildsBe
This seems to be required now for Qt 5.12.
2018-12-24Remove duplicate -lvamp-hostsdk and -ldl from LIBSNino Miškić-Pletenac
2018-12-24Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
lp1737537_analysis_revamp
2018-12-22update Windows build environmentBe
2018-12-20update Windows build environment with Qt 5.12Be
2018-12-20update macOS build environment with Qt 5.12Be
2018-12-20Merge remote-tracking branch 'upstream/2.2'Be
2018-12-20give a useful error message when Qt5X11Extras is not installedBe
2018-12-17Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
lp1737537_analysis_revamp
2018-12-16Merge remote-tracking branch 'upstream/2.2' into 2.2S.Brandt
2018-12-16[WIX] Again, rebuild wxl files from latest po filesS.Brandt
In ZSH: ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
2018-12-16[WIX] Again, pull latest translations from Transifex after manually filling ↵S.Brandt
strings from translations memory. They were lost in a previous commit 343246a21e03f09990d5522bae5001174a622c26 ``tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=1`` The template and the translations became out-of-sync, since a manual push to TF following https://github.com/mixxxdj/mixxx/pull/1899 I do not exactly know what the issue was, probably it does not work well that strings in the language files were manually changed, but not the timestamp. Anyway, now the template and the translations are n-sync again. Back to normal. In the future , we should NOT accept manual edits to translation files. Either use the TF online editor or one of the many available text translation softwares, see https://mixxx.org/wiki/doku.php/internationalization#offline_translation_software
2018-12-16[WIX] Rebuild wxl files from latest po filesS.Brandt
In ZSH: ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
2018-12-16Fetch newer translations for the application and [WIX] from TransifexS.Brandt
`tx pull -a -f --parallel --minimum-perc 1``
2018-12-16[WIX] Update translation templateS.Brandt
``./wxl2pot.py -l Language mixxx_en-us.wxl po/mixxx.pot`
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
Conflicts: build/debian/control build/depends.py res/skins/Tango/loop_jump_controls_left.xml res/skins/Tango/loop_jump_controls_right.xml src/engine/enginebuffer.cpp src/preferences/broadcastprofile.cpp src/preferences/dialog/dlgpreflibrary.cpp
2018-12-11Just replace 'qtkeychain' with 'qt5keychain'Uwe Klotz
2018-12-09Replace qtkeychain with qt5keychainUwe Klotz
...to remove Qt4 dependencies when building on Fedora!
2018-12-05add libqt5x11extras5-dev to Debian dependenciesBe
2018-11-30Fix Windows buildNino Miškić-Pletenac
2018-11-29Fix build on Ubuntu caused by incorrect order of librariesNino Miškić-Pletenac
This fixes https://bugs.launchpad.net/mixxx/+bug/1804411.
2018-11-28hack around Xlib deadlockBe
adapted code from https://gitlab.freedesktop.org/xorg/lib/libx11/issues/25#note_17248 https://bugs.launchpad.net/mixxx/+bug/1805559
2018-11-22Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into ↵Uwe Klotz
lp1737537_analysis_revamp
2018-11-20Translation changed from Windows XP-> Windows 7Pradyuman
2018-11-20Updated 501 to 601Pradyuman
2018-11-20solution win xp installationPradyuman
2018-11-16Translation changed from Windows XP-> Windows 7Pradyuman
2018-11-15Updated 501 to 601Pradyuman
2018-11-15Merge pull request #1 from legendary-acp/legendary-acpPradyuman
solution win xp installation
2018-11-13solution win xp installationPradyuman
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
Conflicts: SConscript src/defs_version.h src/sources/soundsourceproxy.cpp
2018-10-30Run for i in po/*.po; do destfile=zh-TW.po; /path/to/po2wxl.py -l Language ↵RJ Skerry-Ryan
-f -p 1 po/zh-TW.po mixxx_zh-TW.wxl; done