aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05added getter/setter for Reflection::spacingAlexander Sulfrian2-0/+13
2013-01-05added Reflection class (descendant of Drawable)Alexander Sulfrian2-0/+88
2013-01-05added drawable abstract base classAlexander Sulfrian2-0/+117
2013-01-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian2-7/+18
2013-01-05added try ... catch for each line and warn if error at lineAlexander Sulfrian1-27/+33
2013-01-05sort includesAlexander Sulfrian1-2/+4
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian6-6/+115
2013-01-05removed invalid commentAlexander Sulfrian1-1/+1
2013-01-05added missing getter for song header valuesAlexander Sulfrian2-48/+40
2013-01-05moved todo items downAlexander Sulfrian2-9/+9
2013-01-05parse all special headersAlexander Sulfrian2-19/+13
2013-01-05added functions for parsing float, int and bool headersAlexander Sulfrian2-0/+60
2013-01-05changed handling of empty list detectionAlexander Sulfrian1-4/+2
2013-01-05added calculations to swap from relative mode to absolute beat timesAlexander Sulfrian2-4/+20
2013-01-05added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2-0/+31
2013-01-05remove typoAlexander Sulfrian1-1/+1
2013-01-05added string constructor and operator= to locale independent float classAlexander Sulfrian2-11/+22
2013-01-05removed more memory leaksAlexander Sulfrian2-0/+12
2013-01-05fix memory leakAlexander Sulfrian1-0/+6
2013-01-05added complete song structureAlexander Sulfrian9-103/+486
2013-01-05cut big function for parsing song lines in some smallerAlexander Sulfrian2-70/+91
2013-01-05added parsing of song lyric linesAlexander Sulfrian3-10/+85
2013-01-05added class for locale independent parsing of floatAlexander Sulfrian2-0/+140
2013-01-05Added get methods and made a comment more clearRobin Nehls3-1/+122
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian9-12/+305
2013-01-05added wrapper for easily getting istreams from files with proper cleanupAlexander Sulfrian2-0/+92
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian8-0/+434
2013-01-05major refactor of stats structureAlexander Sulfrian6-526/+895
2013-01-05little refactor of the headerAlexander Sulfrian1-5/+6
2013-01-05converted initialation and update of table at startAlexander Sulfrian1-89/+117
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian2-0/+34
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian2-0/+28
2013-01-05sqlite3_step have to returen SQLITE_ROW for fetching dataAlexander Sulfrian1-2/+2
2013-01-05added warpper for sqlite_prepare, sqlite3_step and sqlite3_finalizeAlexander Sulfrian2-12/+14
2013-01-05added sqlite3_prepare_v2 wrapper with propper loggingAlexander Sulfrian2-18/+30
2013-01-05added doxygen commentsAlexander Sulfrian1-0/+33
2013-01-05added doxygen configAlexander Sulfrian1-0/+1510
2013-01-05added original pascal code of database init as TODOAlexander Sulfrian1-0/+95
2013-01-05make localtime threadsafe using localtime_rAlexander Sulfrian1-3/+4
2013-01-05added logging using log4cxxAlexander Sulfrian2-8/+13
2013-01-05implement get_stat_reset, format_date; added some testsAlexander Sulfrian1-28/+28
2013-01-05added possibility to test private methodsAlexander Sulfrian1-3/+9
2013-01-05Added initialisation to prevend segfaultsRobin Nehls1-3/+5
2013-01-05Added check to ringbuffer if a given targetbuffer is NULLRobin Nehls1-0/+8
2013-01-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian2-0/+493
2013-01-05disabled (defined out) not working code to be able to compile all filesAlexander Sulfrian2-0/+8
2013-01-05converted UMenuBackgroundColorAlexander Sulfrian3-73/+23
2013-01-05explicit set public scope of implemented methodAlexander Sulfrian1-0/+1
2013-01-05converted UMenuBackgroundNoneAlexander Sulfrian2-48/+23
2013-01-05refactor MenuBackgrund base classAlexander Sulfrian1-5/+5