aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-31cosmetic: align code blockJonathan Marshall
2012-03-31get rid of unused temporary in SetDetailsForMovieJonathan Marshall
2012-03-30Merge pull request #827 from jingai/gim_picinfojmarshallnz
2012-03-30[fix] - add a optional parameter to the builtin setvolume called "showvolumeb...Memphiz
2012-03-30[fix] - fixed compilation on osx after daf711dbc76cdb47aede3f96b9491be0a94a38bdMemphiz
2012-03-30fixed. Never, ever use same named classes in dyloaded libs, even namespace gu...davilla
2012-03-30Merge pull request #832 from CutSickAss/patch-20alanwww1 (Attila)
2012-03-30Expose more PictureInfoTags.Jonathan Lane
2012-03-30updated: Hebrew translation for core strings (closes #12840 - thanks BuSHari)alanwww1
2012-03-30updated: Portuguese (Brazil) translation for Confluence strings (closes #1283...alanwww1
2012-03-30updated: Japanese translation for core and Confluence strings (thanks to kohj...alanwww1
2012-03-30Updated: Greek translation for core stringsCutSickAss
2012-03-30Merge pull request #718 from Giftie/eject_on_ripArne Morten Kvarving
2012-03-30Merge pull request #394 from Montellese/db_string2typeSascha Montellese
2012-03-30jsonrpc: keep backwars-compatibility to JSON-RPC API v4montellese
2012-03-30[linux] fix buildmontellese
2012-03-30fix collision of album-/artist-specific properties in CFileItem used by skinsmontellese
2012-03-30replace CArtist::strIntruments (CStdString) with intruments (std::vector<std:...montellese
2012-03-30changed type of CSong::lastPlayed from CStdString to CDateTimemontellese
2012-03-30replace CArtist::strYearsActive (CStdString) with yearsActive (std::vector<st...montellese
2012-03-30replace CAlbum/CArtist::strMoods/strStyles/strThemes (CStdString with moods/s...montellese
2012-03-30replace CMusicInfoTag/CSong::(m_)strAlbumArtist (CStdString) with (m_)albumAr...montellese
2012-03-30replace CMusicInfoTag/CAlbum/CSong::(m_)strArtist (CStdString) with (m_)artis...montellese
2012-03-30replace CMusicInfoTag/CAlbum/CArtist::(m_)strGenre (CStdString) with (m_)genr...montellese
2012-03-30replace CMusicInfoTag::m_strLastPlayed (CStdString) with m_lastPlayed (CDateT...montellese
2012-03-30changed type of CVideoInfoTag::m_lastPlayed from CStdString to CDateTimemontellese
2012-03-30replace CVideoInfoTag::m_strFirstAired (CStdString) with m_firstAired (CDateT...montellese
2012-03-30replace CVideoInfoTag::m_strPremiered (CStdString) with m_premiered (CDateTime)montellese
2012-03-30improvements for handling CDateTimemontellese
2012-03-30replace CVideoInfoTag::m_strShowLink (CStdString) with m_showLink (std::vecto...montellese
2012-03-30replace CVideoInfoTag::m_strStudio (CStdString) with m_studio (std::vector<st...montellese
2012-03-30replace CVideoInfoTag::m_strWritingCredits (CStdString) with m_writingCredits...montellese
2012-03-30replace CVideoInfoTag::m_strDirector (CStdString) with m_director (std::vecto...montellese
2012-03-30replace CVideoInfoTag::m_strCountry (CStdString) with m_country (std::vector<...montellese
2012-03-30better integrate CVideoInfoTag::m_set and ::m_setIdmontellese
2012-03-30replace m_strGenre (CStdString) with m_genre (std::vector<std::string>) in CV...montellese
2012-03-30Multiple improvements for handling std::vector<std::string>montellese
2012-03-30Memory leak when scanning for USB devices every secondCrHasher
2012-03-29Merge pull request #704 from Quentangle/default_season_attributejmarshallnz
2012-03-30fix broken grouplist auto-wrapping after dd9aae3pieh
2012-03-29Merge pull request #826 from pieh/invalid_flagMichal Piechowiak
2012-03-29Merge pull request #672 from Montellese/videodb_dateaddedSascha Montellese
2012-03-30jsonrpc: expose the new "dateadded" property for videos and provide it as a s...montellese
2012-03-30smartplaylists: make use of the new dateAdded field for videosmontellese
2012-03-30use the newly available CVideoInfoTag::m_dateAdded in SSortFileItem::ByDateAddedmontellese
2012-03-30use file/directory modification/creation time for the value of the "dateAdded...montellese
2012-03-29jsonrpc: fix "title" property not being filled correctly (empty)montellese
2012-03-29Merge pull request #823 from mikrohard/patch-1jmarshallnz
2012-03-29refactor and clean up Makefilesdavilla
2012-03-29[gles] fixed. never, ever link to xbmc object that contain globals, when the ...davilla