|
From: Tapio V. <aa...@us...> - 2011-01-25 10:24:04
|
Module: editor Branch: master Commit: d43a7a7ad327ac6fb27be3c4567c3a6d02869047 Author: Tapio Vierros <tap...@gm...> Date: Tue Jan 25 12:10:19 2011 +0200 Massive QTfication. * Almost all std::strings replaced by QStrings. * Files can now be loaded from non-ascii paths. * No codec auto-detection yet (so some lyrics may be b0rked). * SongParser, including TXT, now uses Qt's I/O stuff. --- editorapp.cc | 36 +++++++------- notegraphwidget.cc | 6 +- notelabel.cc | 4 +- notelabel.hh | 4 +- notes.cc | 19 ++++--- notes.hh | 15 +++--- song.cc | 6 ++- song.hh | 88 ++++++++++++++++--------------- songparser-txt.cc | 92 +++++++++++++++++---------------- songparser-xml.cc | 23 +++------ songparser.cc | 145 +++++++++++++++++++++++----------------------------- songparser.hh | 30 ++++------- songwriter-ini.cc | 2 +- songwriter-xml.cc | 12 ++-- 14 files changed, 227 insertions(+), 255 deletions(-) |