since Qt5, \n \t printed as string to the mixxx.log
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
Bernd Binder |
Bug Description
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-
UPDATE:
after looking a little around in the scources of src/controllers
QDebug(QtDebugMsg) with QDebug(
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.
tags: | added: log |
tags: |
added: engine.log removed: log |
tags: |
added: qt5 removed: engine.log |
description: | updated |
tags: | added: easy |
Changed in mixxx: | |
assignee: | nobody → Bernd Binder (banad) |
Changed in mixxx: | |
status: | New → In Progress |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
seems like a simple bugfix that could go in 2.2?