Activity log for bug #1797746

Date Who What changed Old value New value Message
2018-10-14 07:43:23 Bernd Binder bug added bug
2018-10-14 07:43:23 Bernd Binder attachment added mixxx.log https://bugs.launchpad.net/bugs/1797746/+attachment/5200793/+files/mixxx.log
2018-10-14 08:05:22 Bernd Binder tags log
2018-10-14 08:06:32 Bernd Binder tags log engine.log
2018-10-15 07:41:41 Bernd Binder tags engine.log qt5
2018-10-16 19:36:25 Bernd Binder description since Qt5, \n \t (etc.) are printed as string to mixxx.log and are not interpreted as TAB or LF anymore in ubuntu mate 18.04 and 16.04. I don't know, if this is a bug or a feature of Qt5, because i am a ecma-midi-script-coder and have no clue about c++ or qt5. But for scripting, the correct formated output is important an this isn't since switching to Qt5 the case. For example, look to the output of print("\t \s \n ") and printObject(OBJECT), when mixxx is called from a terminal with "mixxx --developer --controllerDebug". since Qt5 \n, \t, \s, (etc.) are printed as string to mixxx.log and are not interpreted as TAB or LF anymore in ubuntu mate 18.04 and 16.04. I don't know, if this is a bug or a feature of Qt5, because i am a ecma-midi-script-coder and have no clue about c++ or qt5. But for scripting, the correct formated output is important an this isn't since switching to Qt5 the case. For example, look to the output of print("\t \s \n ") and printObject(OBJECT), when mixxx is called from a terminal with "mixxx --developer --controllerDebug". UPDATE: after looking a little around in the scources of src/controllers/controllerdebug.h, replacing in line 36, QDebug(QtDebugMsg) with QDebug(QtDebugMsg).noquote() and do a new compile, the output to mixxx.log would be as normal as with qt4. So I think, it is a bug and this would be a fix.
2018-10-17 18:30:27 Bernd Binder tags qt5 easy qt5
2018-10-17 18:32:38 Bernd Binder mixxx: assignee Bernd Binder (banad)
2018-10-17 18:55:28 Bernd Binder mixxx: status New In Progress
2018-10-19 22:29:49 RJ Skerry-Ryan tags easy qt5 controllers easy qt5
2018-10-19 22:29:57 RJ Skerry-Ryan mixxx: importance Undecided Low
2018-10-19 22:31:06 RJ Skerry-Ryan mixxx: milestone 2.2.0
2018-10-21 08:53:19 Bernd Binder mixxx: status In Progress Fix Committed
2018-10-22 23:40:35 Bernd Binder mixxx: status Fix Committed Fix Released
2018-10-22 23:56:13 Be mixxx: status Fix Released Fix Committed
2018-12-25 06:25:05 Daniel Schürmann mixxx: status Fix Committed Fix Released
2022-10-08 21:04:43 Swiftb0y bug watch added https://github.com/mixxxdj/mixxx/issues/9469
2022-10-08 21:04:44 Swiftb0y lock status Unlocked Comment-only