Summary Period: 2003-06-26 to 2003-02-01 (Commits 1-42 of 242)
bubbadoe 26/06/03 15:41 |
Lots and lots of debugging + bugfixes, changes. Majors: - musicbrainz ('cddb') support - fixed exporting of cd's - meta information on 'unknown track' - ... |
4157 lines of code changed in: aboutdiag.ui (+2 -2), audiocd.cpp (+49 -13), audiocd.h (+5 -3), cd.cpp (+32 -16), cd.h (+5 -1), createcol.ui (+5 -5), createcol.ui.h (+1 -1), creditsdiag.ui (+111 -7), dbase.cpp (+160 -48), dbase.h (+15 -9), dirscanner.cpp (+35 -20), dirscanner.h (+1), domo.conf (del), domo.pro (+16 -5), domomainwindow.cpp (+173 -157), domomainwindow.h (+8 -16), domomainwindowbase.ui (+2804 -2822), domomainwindowbase.ui.h (+7 -31), main.cpp (+19 -2), makefile (+83 -30), mp3cd.cpp (+10 -7), mp3cd.h (+2 -2), preferencediag.ui (+9 -9), preferencediag.ui.h (+5 -3), readerm3u.cpp (+3 -3), setupdialog.cpp (+1 -1), setupdialogbase.ui (+1 -1), splittrackdiag.ui (+203 -153), stringmanip.cpp (+209 -219), stringmanip.h (+14 -5), todo (+5 -1), track.cpp (+8 -5), track.h (+1 -1), trackinfo.ui (+4 -4), unknowntrackdiag.ui (+139 -52), writerhtml.cpp (+4), writerm3u.cpp (+2), writertxt.cpp (+6 -3) | |
bubbadoe 25/06/03 12:03 |
corrected capitalized header includes |
3 lines of code changed in: dirscanner.cpp (+1 -1), rcman.cpp (+1 -1), setupdialog.cpp (+1 -1) | |
bubbadoe 23/06/03 10:44 |
added pref.ui.h and removed binary domo |
73 lines of code changed in: domo (del), preferencediag.ui.h (new 73) | |
bubbadoe 23/06/03 10:42 |
preferences linked with settings |
1618 lines of code changed in: dbase.cpp (+4), dbase.h (+2 -1), domo (+949 -930), domo.conf (+6 -4), domomainwindow.cpp (+23 -11), domomainwindowbase.ui (+436 -522), main.cpp (+21 -5), preferencediag.ui (+134 -21), settings.cpp (+32), settings.h (+10 -2), todo (+1) | |
bubbadoe 21/06/03 17:01 |
added license/(C) comment at the beginning of each file + some minor updates |
2398 lines of code changed in: audiocd.cpp (+21), audiocd.h (+21), cd.cpp (+21), cd.h (+21), collection.cpp (+21), collection.h (+21), compare.cpp (+21), compare.h (+21), createcol.ui.h (+21), datacd.cpp (+21), datacd.h (+21), dbase.cpp (+21), dbase.h (+21), dirscanner.cpp (+21), dirscanner.h (+21), domo (+806 -818), domo.conf (+1 -1), domoglobals.h (+21), domomainwindow.cpp (+21), domomainwindow.h (+21), domomainwindowbase.ui (+281 -281), domomainwindowbase.ui.h (+21), file.cpp (+21), file.h (+21), filechooser.cpp (+21), filechooser.h (+68 -47), ireader.cpp (+21), ireader.h (+21), iwriter.cpp (+21), iwriter.h (+21), log.cpp (+21), log.h (+21), main.cpp (+20), moviecd.cpp (+21), moviecd.h (+21), mp3cd.cpp (+21), mp3cd.h (+21), rcman.cpp (+21), rcman.h (+21), readerm3u.cpp (+21), readerm3u.h (+24 -3), readertxt.cpp (+21), readertxt.h (+21), readerxml.cpp (+21), readerxml.h (+21), settings.cpp (+21), settings.h (+21), setupdialog.cpp (+21), setupdialog.h (+21), stringmanip.cpp (+21), stringmanip.h (+21), textistream.cpp (+21), textistream.h (+21), textostream.cpp (+21), textostream.h (+21), todo (+1), track.cpp (+21), track.h (+21), writerhtml.cpp (+21), writerhtml.h (+21), writerm3u.cpp (+21), writerm3u.h (+21), writertxt.cpp (+21), writertxt.h (+21) | |
bubbadoe 21/06/03 11:38 |
more updates + bugfixes |
1061 lines of code changed in: collection.cpp (+8 -8), collection.h (+4 -4), dbase.cpp (+21), dbase.h (+2 -1), domo (+799 -833), domo.conf (+1 -1), domomainwindow.cpp (+74 -95), domomainwindow.h (+9 -14), domomainwindowbase.ui (+139 -167), domomainwindowbase.ui.h (-10), readerxml.cpp (+4 -4), todo (-4) | |
bubbadoe 21/06/03 01:02 |
Lots and lots of updating, tweaking, correcting done, main thing changed is: completely rewritten dbase.cpp -> now uses qsqlcursor. Reasonable amount of testing done. Fixed txt/html 'short' output bug |
2234 lines of code changed in: Filechooser.cw (+4 -4), audiocd.cpp (+8), audiocd.h (+21 -38), cd.cpp (+10 -3), cd.h (+9 -1), collection.cpp (+38 -14), collection.h (+5 -5), compare.cpp (+8 -8), confirmdialog.ui (new 2), createcol.ui (+177 -204), datacd.cpp (+8 -1), datacd.h (+10 -16), dbase.cpp (+435 -602), dbase.h (+76 -73), dirscanner.cpp (+3 -3), domo (+1016 -1120), domo.conf (+3 -3), domo.pro (+2 -1), domoglobals.h (+3 -3), domomainwindow.cpp (+28 -12), makefile (+81 -24), moviecd.cpp (+8), moviecd.h (+2 -10), mp3cd.cpp (+10 -4), mp3cd.h (+5 -22), preferencediag.ui (+96 -163), rcman.cpp (+12 -11), settings.cpp (+1 -1), setupdialog.cpp (+3 -45), setupdialogbase.ui (+141 -252), stringmanip.cpp (+2 -2), stringmanip.h (+1 -1), todo (-5), track.cpp (+3 -1), writerhtml.cpp (+1 -1), writertxt.cpp (+2 -2) | |
bubbadoe 19/06/03 22:31 |
updated todo |
2 lines of code changed in: todo (+2) | |
bubbadoe 17/06/03 18:40 |
Replaced QSqlDatabase code in setupdialog by Dbase code + fixed some bugs in setup routine + misc tweaking |
1128 lines of code changed in: dbase.cpp (+10 -6), dbase.h (+2 -4), domo (+1045 -1235), domoglobals.h (+1 -1), main.cpp (+3 -1), setupdialog.cpp (+60 -22), setupdialog.h (+7 -3) | |
bubbadoe 17/06/03 15:44 |
added credits dialog |
1266 lines of code changed in: aboutdiag.ui (+2 -2), creditsdiag.ui (new 44), domo (+1156 -1168), domo.conf (+1 -1), domo.pro (+2 -1), domomainwindowbase.ui (+21 -5), domomainwindowbase.ui.h (+13), makefile (+27 -6) | |
bubbadoe 17/06/03 11:38 |
added gpl.txt |
341 lines of code changed in: gpl.txt (new 340), todo (+1) | |
bubbadoe 17/06/03 11:34 |
renamed logo's, added about dialog + misc tweaking |
1448 lines of code changed in: aboutdiag.ui (new 108), domo (+1156 -1220), domo.conf (+5 -2), domo.pro (+3 -1), domologo.png (new 0), domologo2.png (del), domomainwindowbase.ui (+11 -115), domomainwindowbase.ui.h (+7 -1), goritechlogo.bmp (new 0), logo2.bmp (del), makefile (+151 -189), settings.cpp (+5 -2), todo (+2 -5), track.cpp (-30), track.h (-1) | |
bubbadoe 16/06/03 20:55 |
Resoucses dir no longer choosable by user, Export dir is, some xtra tweaking done |
2033 lines of code changed in: cd.cpp (+2 -2), dbase.cpp (+28 -31), domo (+1285 -1461), domo.conf (+1 -1), domoglobals.h (+1), domomainwindow.cpp (+5 -2), domomainwindowbase.ui (+238 -162), preferencediag.ui (+125 -291), setupdialog.cpp (+3 -2), setupdialogbase.ui (+343 -710), todo (-4), writertxt.cpp (+2 -1) | |
bubbadoe 16/06/03 19:02 |
Track info dialog works now, updated resizing of dialogs + misc tweaking |
4961 lines of code changed in: cd.cpp (+5), collection.cpp (+8 -53), collection.h (+9 -44), dbase.cpp (+18 -22), domo (+1140 -1254), domo.conf (+1 -1), domomainwindowbase.ui (+2799 -2806), splittrackdiag.ui (+190 -157), todo (+14), trackinfo.ui (+558 -471), unknowntrackdiag.ui (+219 -202) | |
bubbadoe 15/06/03 20:20 |
Beta1: Slightly updated version, no more database errors |
1408 lines of code changed in: domo (+1406 -1315), domo.conf (+1 -1), domomainwindow.cpp (+1 -2), main.cpp (-11) | |
bubbadoe 12/06/03 19:15 |
slight update/tweaking |
1317 lines of code changed in: audiocd.cpp (-2), audiocd.h (+3), dbase.cpp (-42), dbase.h (+1 -2), domo (+1223 -1272), domo.conf (+2), domoglobals.h (+3 -2), domomainwindow.cpp (+5 -7), main.cpp (+12 -3), settings.cpp (+48 -31), settings.h (+4 -1), stringmanip.cpp (+1), stringmanip.h (+5 -5), todo (+1 -7), track.cpp (+6 -1), writertxt.cpp (+3 -1) | |
bubbadoe 11/06/03 18:00 |
Lots of debugging done, removed bugs, cleaned up includes, removed root user/pass fields |
2570 lines of code changed in: audiocd.cpp (-15), cd.cpp (-7), cd.h (+3), collection.cpp (-6), compare.cpp (+21 -26), compare.h (+1 -1), credits (+2 -2), datacd.cpp (-22), datacd.h (+3), dbase.cpp (+19 -72), dbase.h (+5 -2), dirscanner.cpp (+1 -31), domo (+1349 -1280), domo.conf (+1 -2), domoglobals.h (+16 -19), domomainwindow.cpp (+68 -59), domomainwindow.h (+4), domomainwindowbase.ui (+700 -722), file.cpp (-17), file.h (+4 -1), filechooser.cpp (+113 -109), ireader.cpp (-15), iwriter.cpp (+14 -11), iwriter.h (+4 -9), log.cpp (+2 -2), log.h (+2 -2), main.cpp (+22 -14), makefile (+1 -1), moviecd.cpp (-22), moviecd.h (+3 -1), mp3cd.cpp (-22), mp3cd.h (+3 -1), preferencediag.ui (-55), rcman.cpp (-18), readerm3u.cpp (-15), readertxt.cpp (-26), readertxt.h (-5), readerxml.cpp (-45), readerxml.h (+3 -3), settings.cpp (+7 -50), settings.h (+3 -15), setupdialog.cpp (+27 -35), setupdialog.h (+29 -31), setupdialogbase.ui (+106 -182), stringmanip.cpp (+7 -23), stringmanip.h (+3 -4), textistream.cpp (-3), textistream.h (+2 -2), textostream.cpp (+6 -4), textostream.h (+2 -2), todo (+2 -5), track.cpp (-27), track.h (+4 -1), writerhtml.cpp (-20), writerhtml.h (+5 -5), writerm3u.cpp (-21), writerm3u.h (+3 -3), writertxt.cpp (-15) | |
bubbadoe 10/06/03 19:54 |
added logos |
327 lines of code changed in: domologo2.png (new 0), domomainwindowbase.ui (+92 -86), logo2.bmp (new 0), setupdialogbase.ui (+235 -213) | |
bubbadoe 10/06/03 11:59 |
added credits file |
8 lines of code changed in: credits (new 8) | |
bubbadoe 09/06/03 21:48 |
tweaked setup/pref dialog |
1114 lines of code changed in: domo (+988 -942), preferencediag.ui (+36 -99), setupdialog.cpp (+6 -16), setupdialogbase.ui (+84 -168) | |
bubbadoe 09/06/03 17:40 |
slight UI tweaking/debugging |
1821 lines of code changed in: Filechooser.cw (+1 -1), domo (+1087 -1052), domomainwindow.cpp (+20 -15), domomainwindowbase.ui (+709 -696), iwriter.cpp (+1), textostream.cpp (+3 -1) | |
bubbadoe 09/06/03 14:58 |
corrected dirscanner.h, rewrote exportToFile() (basic testing done) + misc tweaking |
1772 lines of code changed in: cd.cpp (+3), dirscanner.cpp (+5 -5), domo (+1067 -1164), domomainwindow.cpp (+115 -189), domomainwindowbase.ui (+537 -590), file.cpp (+1), iwriter.cpp (+6), iwriter.h (+1), makefile (+1 -1), textostream.cpp (+26), textostream.h (+6 -4), todo (+2), track.cpp (+1 -1), writertxt.cpp (+1 -1) | |
bubbadoe 08/06/03 21:31 |
Removed mp3info, id3lib does all header stuff now (some testing done), fixed some includes Domo runs but with lots of dbase widget warnings |
1671 lines of code changed in: audiocd.h (+3 -4), cd.h (+3 -3), compare.h (+5), datacd.h (+3 -3), dbase.cpp (+7), dbase.h (+4 -2), dirscanner.cpp (+70 -48), domo (+1442 -1130), domo.conf (+4 -3), domo.pro (+1 -2), domoglobals.h (+13 -6), domomainwindow.cpp (+1 -1), file.h (+3 -3), log.cpp (+1), makefile (+85 -32), moviecd.h (+3 -4), mp3cd.h (+4 -3), mp3info.cpp (del), mp3info.h (del), setupdialog.cpp (+11 -49), todo (+5), track.h (+3 -3) | |
bubbadoe 06/06/03 19:15 |
added log.* tiny tweakings done here and there, added virtual to writertxt constructor |
1255 lines of code changed in: dirscanner.cpp (+20 -10), dirscanner.h (+4), domo (+1061 -1106), domo.pro (+4 -2), iwriter.h (+4 -4), log.cpp (new 48), log.h (new 29), makefile (+45 -12), readertxt.cpp (+1 -3), settings.cpp (+15), settings.h (+7 -2), setupdialog.cpp (+3 -1), todo (+6), writertxt.cpp (+6), writertxt.h (+2 -1) | |
bubbadoe 06/06/03 15:53 |
*** empty log message *** |
2 lines of code changed in: todo (+2) | |
bubbadoe 03/06/03 20:08 |
*** empty log message *** |
1 lines of code changed in: todo (+1 -2) | |
bubbadoe 03/06/03 20:02 |
added a few 'delete' stmts to dirscanner (not tested), settings now uses readertxt (tested) and writertxt(not tested), little tweaking done |
1194 lines of code changed in: collection.h (+3 -3), dirscanner.cpp (+3), domo (+992 -998), domomainwindow.cpp (+2), main.cpp (+2), readertxt.h (+3 -4), settings.cpp (+66 -87), settings.h (+108 -108), stringmanip.cpp (+7 -5), stringmanip.h (+3 -2), writertxt.h (+5 -5) | |
bubbadoe 03/06/03 18:17 |
Removed fileoperations.*, updated main.cpp (clean shutdown when no database is found), updated setupdialog.ui (added GPL license, removed spelling errors) |
1627 lines of code changed in: Filechooser.cw (+1 -1), domo (+1296 -1250), domo.pro (-2), fileoperations.cpp (del), fileoperations.h (del), main.cpp (+15 -8), makefile (+2 -17), setupdialogbase.ui (+310 -67), track.cpp (+3 -10) | |
bubbadoe 21/05/03 22:57 |
slight code cleanup, nothing changed really |
1125 lines of code changed in: domo (+1080 -1072), iwriter.cpp (+8 -8), makefile (+24 -16), textostream.cpp (+8), textostream.h (+3), todo (+2), writerhtml.cpp (-1), writerhtml.h (-1), writertxt.h (-1) | |
bubbadoe 21/05/03 16:12 |
modified todo |
1 lines of code changed in: todo (+1) | |
bubbadoe 17/04/03 18:53 |
removed some dup. code in Track (makeTrack now uses Stringmanip) - |
1033 lines of code changed in: domo (+1028 -1023), stringmanip.h (+1 -22), todo (+3 -1), track.cpp (+1 -54) | |
bubbadoe 17/04/03 18:23 |
Resource files should support comments (#) but not tested yet. Done some debugging in export section, export in long format works but export in short format gives either empty files, files with only one entry or even an assertion failiure in domomainwindow.cpp - |
1267 lines of code changed in: domo (+1179 -1208), domoglobals.h (+6 -1), domomainwindow.cpp (+21 -15), domomainwindow.h (-1), mp3cd.cpp (+3 -2), readerm3u.cpp (+2 -7), readertxt.cpp (+21 -22), textistream.cpp (+19 -4), textistream.h (+8 -6), todo (+4 -2), track.cpp (+4 -2) | |
bubbadoe 16/04/03 21:48 |
*** empty log message *** |
14 lines of code changed in: todo (+14 -6) | |
bubbadoe 03/04/03 22:06 |
Genrelist filled properly, little code cleanup done, no more segfaults on quit |
1185 lines of code changed in: dirscanner.cpp (+1), dirscanner.h (+3 -3), domo (+1142 -1073), domomainwindow.cpp (+26 -30), domomainwindow.h (+1 -1), rcman.cpp (+6 -2), rcman.h (+6 -4) | |
bubbadoe 03/04/03 18:08 |
Added textisstream.* -> input no longer works through c++ stl filestreams |
85 lines of code changed in: textistream.cpp (new 60), textistream.h (new 25) | |
bubbadoe 03/04/03 18:05 |
Since last commit: lots of refactoring that I cant remember :s,resource management works, however, genrelist is still not filled in properly - |
1728 lines of code changed in: dirscanner.cpp (+9 -1), dirscanner.h (+6 -3), domo (+1171 -1161), domo.pro (+4 -2), domomainwindow.cpp (+28 -21), domomainwindow.h (+11 -6), fileoperations.cpp (+14 -12), ireader.cpp (+26 -59), ireader.h (+16 -18), iwriter.cpp (+7 -1), iwriter.h (+4 -7), makefile (+16 -6), rcman.cpp (+17 -4), rcman.h (+1 -1), readerm3u.cpp (+8 -21), readerm3u.h (+3 -8), readertxt.cpp (+39 -65), stringmanip.cpp (+25 -2), stringmanip.h (+1 -1), unknowntrackdiag.ui (+319 -319), writerm3u.cpp (+3 -3) | |
bubbadoe 03/02/03 23:33 |
*** empty log message *** |
1 lines of code changed in: .cvsignore (+1) | |
bubbadoe 03/02/03 23:31 |
compiles... |
404 lines of code changed in: dirscanner.cpp (new 404) | |
bubbadoe 03/02/03 23:30 |
splitted Fileoperations.h into dirscanner and rcman, domo still uses fileoperations |
1067 lines of code changed in: dirscanner.h (new 84), domo (+947 -916), domo.pro (+4 -2), makefile (+15 -3), rcman.cpp (+8), rcman.h (+9 -2) | |
bubbadoe 03/02/03 22:31 |
got rid of most warnings, should compile |
1091 lines of code changed in: domo (+1090 -1127), setupdialogbase.ui (+1 -1) | |
bubbadoe 01/02/03 16:12 |
*** empty log message *** |
2018 lines of code changed in: Filechooser.cw (new 24), Mp3CDList.m3u (del), audiocd.cpp (+1 -1), cd.cpp (+2 -2), collection.cpp (+2 -2), datacd.cpp (+4 -4), domo (+1052 -1041), domo.pro (+4 -3), domomainwindowbase.ui (+15 -15), fileoperations.cpp (+1 -1), makefile (+34 -27), moviecd.cpp (+6 -6), mp3cd.cpp (+2 -2), mp3info.cpp (+493 -493), mp3info.h (+104 -104), preferencediag.ui (+12 -6), rcman.cpp (new 125), rcman.h (new 65), readertxt.cpp (+61 -1), readertxt.h (+10), track.cpp (+1 -1) | |
bubbadoe 01/02/03 13:33 |
Initial revision |
18514 lines of code changed in: .cvsignore (new 6), Mp3CDList.m3u (new 0), audiocd.cpp (new 151), audiocd.h (new 80), cd.cpp (new 217), cd.h (new 74), collection.cpp (new 198), collection.h (new 118), compare.cpp (new 558), compare.h (new 115), createcol.ui (new 283), createcol.ui.h (new 10), datacd.cpp (new 67), datacd.h (new 64), dbase.cpp (new 1017), dbase.h (new 142), domo (new 1206), domo.conf (new 3), domo.pro (new 73), domoglobals.h (new 26), domomainwindow.cpp (new 1347), domomainwindow.h (new 102), domomainwindowbase.ui (new 3947), domomainwindowbase.ui.h (new 168), file.cpp (new 363), file.h (new 143), filechooser.cpp (new 109), filechooser.h (new 47), fileoperations.cpp (new 12), fileoperations.h (new 0), ireader.cpp (new 100), ireader.h (new 54), iwriter.cpp (new 103), iwriter.h (new 55), main.cpp (new 66), makefile (new 81), moviecd.cpp (new 69), moviecd.h (new 67), mp3cd.cpp (new 118), mp3cd.h (new 76), mp3info.cpp (new 493), mp3info.h (new 104), preferencediag.ui (new 1031), readerm3u.cpp (new 132), readerm3u.h (new 45), readertxt.cpp (new 89), readertxt.h (new 54), readerxml.cpp (new 49), readerxml.h (new 3), settings.cpp (new 337), settings.h (new 108), setupdialog.cpp (new 334), setupdialog.h (new 31), setupdialogbase.ui (new 1098), splittrackdiag.ui (new 252), stringmanip.cpp (new 587), stringmanip.h (new 70), textostream.cpp (new 39), textostream.h (new 27), todo (new 12), track.cpp (new 457), track.h (new 122), trackinfo.ui (new 807), unknowntrackdiag.ui (new 319), writerhtml.cpp (new 125), writerhtml.h (new 59), writerm3u.cpp (new 88), writerm3u.h (new 45), writertxt.cpp (new 108), writertxt.h (new 54), writerxml.cpp (new 0), writerxml.h (new 0) | |
Generated by StatCvs v0.1.3