.. |
data
|
Add a parser for a weird playlist format that looks like a cross between ASX and PLS. I don't know what it's called...
|
2010-07-10 18:39:41 +00:00 |
CMakeLists.txt
|
Add cmake options for more libraries.
|
2010-09-22 13:05:51 +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 |
asxiniparser_test.cpp
|
Add a parser for a weird playlist format that looks like a cross between ASX and PLS. I don't know what it's called...
|
2010-07-10 18:39:41 +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_librarybackend.h
|
Fix test and fix song loader infinite loop.
|
2010-08-31 21:24:57 +00:00 |
mock_networkaccessmanager.cpp
|
Fix compiling with Clang.
|
2010-07-27 13:21:28 +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
|
Separate out UniversalEncodingHandler.
|
2010-08-03 19:29:49 +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
|
Replace slashes with underscores when organising files. Fixes issue #503
|
2010-07-24 13:56:49 +00:00 |
playlist_test.cpp
|
Fix test and fix song loader infinite loop.
|
2010-08-31 21:24:57 +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
|
Separate out UniversalEncodingHandler.
|
2010-08-03 19:29:49 +00:00 |
songloader_test.cpp
|
Fix test and fix song loader infinite loop.
|
2010-08-31 21:24:57 +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 |