Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-31 | cosmetic: align code block | Jonathan Marshall | |
2012-03-31 | get rid of unused temporary in SetDetailsForMovie | Jonathan Marshall | |
2012-03-30 | Merge pull request #827 from jingai/gim_picinfo | jmarshallnz | |
Expose more PictureInfoTags. | |||
2012-03-30 | [fix] - add a optional parameter to the builtin setvolume called ↵ | Memphiz | |
"showvolumebar" for activating the volumebar on volume change. There are addons who don't want to bring up that volume indicator (e.x. tvtunes). This regains backward compatibility of that builtin. closes #12856 | |||
2012-03-30 | [fix] - fixed compilation on osx after daf711dbc76cdb47aede3f96b9491be0a94a38bd | Memphiz | |
2012-03-30 | fixed. Never, ever use same named classes in dyloaded libs, even namespace ↵ | davilla | |
guards will not protect you from the almighty sym match monster | |||
2012-03-30 | Merge pull request #832 from CutSickAss/patch-20 | alanwww1 (Attila) | |
Updated: Greek translation for core strings | |||
2012-03-30 | Expose more PictureInfoTags. | Jonathan Lane | |
Exposing some of the more useful picture info tags so skins etc can use them. | |||
2012-03-30 | updated: Hebrew translation for core strings (closes #12840 - thanks BuSHari) | alanwww1 | |
2012-03-30 | updated: Portuguese (Brazil) translation for Confluence strings (closes ↵ | alanwww1 | |
#12834 and #12833 - thanks Wanilton) | |||
2012-03-30 | updated: Japanese translation for core and Confluence strings (thanks to ↵ | alanwww1 | |
kohji405mi16) | |||
2012-03-30 | Updated: Greek translation for core strings | CutSickAss | |
2012-03-30 | Merge pull request #718 from Giftie/eject_on_rip | Arne Morten Kvarving | |
Add the option the eject the CD after ripping is down(full disc only) | |||
2012-03-30 | Merge pull request #394 from Montellese/db_string2type | Sascha Montellese | |
Moving members of CVideoInfoTag/CMusicInfoTag from CStdString to more appropriate types (std::vector<>, CDateTime, ...) | |||
2012-03-30 | jsonrpc: keep backwars-compatibility to JSON-RPC API v4 | montellese | |
2012-03-30 | [linux] fix build | montellese | |
2012-03-30 | fix collision of album-/artist-specific properties in CFileItem used by skins | montellese | |
2012-03-30 | replace CArtist::strIntruments (CStdString) with intruments ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | changed type of CSong::lastPlayed from CStdString to CDateTime | montellese | |
2012-03-30 | replace CArtist::strYearsActive (CStdString) with yearsActive ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | replace CAlbum/CArtist::strMoods/strStyles/strThemes (CStdString with ↵ | montellese | |
moods/styles/themes (std::vector<std::string>) | |||
2012-03-30 | replace CMusicInfoTag/CSong::(m_)strAlbumArtist (CStdString) with ↵ | montellese | |
(m_)albumArtist (std::vector<std::string>) | |||
2012-03-30 | replace CMusicInfoTag/CAlbum/CSong::(m_)strArtist (CStdString) with ↵ | montellese | |
(m_)artist (std::vector<std::string>) | |||
2012-03-30 | replace CMusicInfoTag/CAlbum/CArtist::(m_)strGenre (CStdString) with ↵ | montellese | |
(m_)genre (std::vector<std::string>) | |||
2012-03-30 | replace CMusicInfoTag::m_strLastPlayed (CStdString) with m_lastPlayed ↵ | montellese | |
(CDateTime) | |||
2012-03-30 | changed type of CVideoInfoTag::m_lastPlayed from CStdString to CDateTime | montellese | |
2012-03-30 | replace CVideoInfoTag::m_strFirstAired (CStdString) with m_firstAired ↵ | montellese | |
(CDateTime) | |||
2012-03-30 | replace CVideoInfoTag::m_strPremiered (CStdString) with m_premiered (CDateTime) | montellese | |
2012-03-30 | improvements for handling CDateTime | montellese | |
add Date and DateTime handling (via CDateTime) to CVideoDatabase's auto-mapping add GetDate/GetDateTime and SetDate/SetDateTime to XMLUtils | |||
2012-03-30 | replace CVideoInfoTag::m_strShowLink (CStdString) with m_showLink ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | replace CVideoInfoTag::m_strStudio (CStdString) with m_studio ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | replace CVideoInfoTag::m_strWritingCredits (CStdString) with ↵ | montellese | |
m_writingCredits (std::vector<std::string>) | |||
2012-03-30 | replace CVideoInfoTag::m_strDirector (CStdString) with m_director ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | replace CVideoInfoTag::m_strCountry (CStdString) with m_country ↵ | montellese | |
(std::vector<std::string>) | |||
2012-03-30 | better integrate CVideoInfoTag::m_set and ::m_setId | montellese | |
2012-03-30 | replace m_strGenre (CStdString) with m_genre (std::vector<std::string>) in ↵ | montellese | |
CVideoInfoTag | |||
2012-03-30 | Multiple improvements for handling std::vector<std::string> | montellese | |
add easier-to-use SplitString/Split and JoinString/Join methods to StringUtils add handling of std::vector<std::string> to CVideoDatabase's auto-mapping add overloaded << and >> to CArchive for std::vector<std::string> add constructor to CVariant taking a std::vector<std::string> add SetStringArray() and GetStringArray() to XMUtils don't add an empty string to an array in StringUtils::SplitString | |||
2012-03-30 | Memory leak when scanning for USB devices every second | CrHasher | |
2012-03-29 | Merge pull request #704 from Quentangle/default_season_attribute | jmarshallnz | |
Add defaultseason attribute to TV Show regex | |||
2012-03-30 | fix broken grouplist auto-wrapping after dd9aae3 | pieh | |
2012-03-29 | Merge pull request #826 from pieh/invalid_flag | Michal Piechowiak | |
Reset invalidated flag only if we processed control | |||
2012-03-29 | Merge pull request #672 from Montellese/videodb_dateadded | Sascha Montellese | |
VideoDatabase: add "dateAdded" field to files and path table | |||
2012-03-30 | jsonrpc: expose the new "dateadded" property for videos and provide it as a ↵ | montellese | |
sort method | |||
2012-03-30 | smartplaylists: make use of the new dateAdded field for videos | montellese | |
2012-03-30 | use the newly available CVideoInfoTag::m_dateAdded in SSortFileItem::ByDateAdded | montellese | |
2012-03-30 | use file/directory modification/creation time for the value of the ↵ | montellese | |
"dateAdded" field | |||
2012-03-29 | jsonrpc: fix "title" property not being filled correctly (empty) | montellese | |
The problem is that both CFileItem and CVideoInfoTag/CMusicInfoTag serialize a property named "title". Because of the first call to CFileItemHandler::FillDetails with the serialized CFileItem the "title" property is added to the result with an empty value. On the second call to CFileItemHandler::FillDetails with the serialized CVideoInfoTag/CMusicInfoTag (which contains the valid value for the "title" property) it ignores that value because "title" is already set (but empty) in the result. | |||
2012-03-29 | Merge pull request #823 from mikrohard/patch-1 | jmarshallnz | |
Scale teletext dialog using g_graphicsContext. | |||
2012-03-29 | refactor and clean up Makefiles | davilla | |
2012-03-29 | [gles] fixed. never, ever link to xbmc object that contain globals, when the ↵ | davilla | |
lib is loaded, any globals will be re-inited and creators called. This primes us for double destruction was well as messing with the golbal var state |