.. |
data
|
PLS playlists aren't really INI files - they don't follow the same rules with escaping characters, so parse them the old fashioned way.
|
2010-06-15 17:34:00 +00:00 |
CMakeLists.txt
|
Use this handy cmake variable
|
2010-06-25 12:34:04 +00:00 |
albumcoverfetcher_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
albumcovermanager_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
asxparser_test.cpp
|
ASF files aren't really XML - try to correct the mismatching case
|
2010-06-15 17:00:48 +00:00 |
database_test.cpp
|
Tidy unicode length detection & add Cyrillic FTS test.
|
2010-06-21 12:07:56 +00:00 |
fileformats_test.cpp
|
Add an m4a to fileformats_test
|
2010-06-10 12:38:26 +00:00 |
librarybackend_test.cpp
|
Use sqlite's Full Text Search on the songs table
|
2010-06-20 16:30:10 +00:00 |
librarymodel_test.cpp
|
Use sqlite's Full Text Search on the songs table
|
2010-06-20 16:30:10 +00:00 |
m3uparser_test.cpp
|
Make the M3U parser use the local 8-bit encoding instead of latin1. Yes I know the spec says m3us are always latin1 - you didn't expect anyone else to actually follow that did you? Fixes issue #364.
|
2010-06-02 20:06:47 +00:00 |
main.cpp
|
Use static version of qsqlite plugin on mac as well & disable qxt for mac.
|
2010-04-13 19:43:08 +00:00 |
mergedproxymodel_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
metatypes_env.h
|
The start of some code to automagically determine whether a URL is a playlist or a song, and load the songs in the playlist if it's a playlist. Still to do: timeout, forcing M3U for text/uri-list.
|
2010-06-15 13:24:17 +00:00 |
mock_backgroundthread.h
|
Add license headers to all our source files
|
2010-03-23 23:11:46 +00:00 |
mock_networkaccessmanager.cpp
|
Add license headers to all our source files
|
2010-03-23 23:11:46 +00:00 |
mock_networkaccessmanager.h
|
Add license headers to all our source files
|
2010-03-23 23:11:46 +00:00 |
mock_playlistitem.cpp
|
Store the playlist in the database. This is still quite slow.
|
2010-04-14 21:03:00 +00:00 |
mock_playlistitem.h
|
Fix tests
|
2010-05-18 20:56:28 +00:00 |
mock_settingsprovider.h
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
mock_sqldriver.h
|
Add license headers to all our source files
|
2010-03-23 23:11:46 +00:00 |
mock_taglib.cpp
|
Add license headers to all our source files
|
2010-03-23 23:11:46 +00:00 |
mock_taglib.h
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
organiseformat_test.cpp
|
Prepend a 0 to single-digit track numbers in the organiser. Fixes issue #438
|
2010-06-25 15:15:02 +00:00 |
playlist_test.cpp
|
Fix test
|
2010-06-23 15:16:44 +00:00 |
plsparser_test.cpp
|
PLS playlists aren't really INI files - they don't follow the same rules with escaping characters, so parse them the old fashioned way.
|
2010-06-15 17:34:00 +00:00 |
resources_env.h
|
Test we can load various popular file formats
|
2010-04-20 22:00:02 +00:00 |
scopedtransaction_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
song_test.cpp
|
Stop ASCII from voting, and add a failing test
|
2010-06-03 15:16:15 +00:00 |
songloader_test.cpp
|
Set a longer remote timeout on unit tests so they don't fail when they run on buildbit with high load.
|
2010-06-23 11:51:13 +00:00 |
songplaylistitem_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
test_utils.cpp
|
Fix some of the comments on r1148
|
2010-06-15 13:56:41 +00:00 |
test_utils.h
|
The start of some code to automagically determine whether a URL is a playlist or a song, and load the songs in the playlist if it's a playlist. Still to do: timeout, forcing M3U for text/uri-list.
|
2010-06-15 13:24:17 +00:00 |
translations_test.cpp
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |
xspfparser_test.cpp
|
Fix XML parsers to output file URLs.
|
2010-05-27 22:43:07 +00:00 |