Age | Commit message (Expand) | Author |
2011-03-01 | [WIN32] added scripts to download our custom fribidi lib from google code (wi... | WiSo |
2011-03-01 | updated: spanish translation. thanks to poxitron, closes #11164 | spiff |
2011-03-01 | updated: korean translation. thanks to airplanez, closes #11095 | spiff |
2011-03-01 | updated: romanian translation. thanks to adiroiban, closes #10930 | spiff |
2011-03-01 | added: Japanese translation for confluence. thanks to kyouhei, closes #11230 | spiff |
2011-03-01 | updated: catalan translation. thanks to dsoms, closes #11172 | spiff |
2011-03-01 | updated: japanese translation. thanks to kyouhei, closes #11136 | spiff |
2011-03-01 | updated: italian translation. thanks to fbi1970, closes #11079 | spiff |
2011-03-01 | Revert "fixed: test for stacked paths before checking if item is in RAR/ZIP" | vdrfan |
2011-03-01 | JSONRPC: VideoLibrary.GetMovies returns (all) movies only and no moviesets | montellese |
2011-03-01 | Merge remote branch 'vdrfan/upnp_mp4_fix' | vdrfan |
2011-03-01 | cosmetics, remove some debug logging | amet |
2011-02-28 | fixed: Subtitles would disappear when stalled/paused | arnova |
2011-02-28 | fixed: let the upnp server report mp4 as supported audio format (closes #11267) | vdrfan |
2011-02-27 | changed: removed executable bit of FEH.py and xbmc-standalone.sh.in | vdrfan |
2011-02-27 | fixed: xbmc-standalone command line args (fixes #9879) | vdrfan |
2011-02-27 | fixed: fps in system info was shown as Hz, even though expressing fps as hert... | bobo1on1 |
2011-02-27 | fixed: test for stacked paths before checking if item is in RAR/ZIP | vdrfan |
2011-02-27 | cosmetic: fixed indentation | vdrfan |
2011-02-27 | added: Windows Television (.wtv) to list of known audio and video file extens... | vdrfan |
2011-02-26 | [WIN32] added mktemp to msys | WiSo |
2011-02-26 | [WIN32] changed: use msys automake instead of mingw as it includes binaries w... | WiSo |
2011-02-26 | linux: VAAPI fix from bug #10928 http://trac.xbmc.org/ticket/10928 | Yuriy Romanenko |
2011-02-26 | cosmetic: fixed deprecated conversion from string constant to ‘char*’ | vdrfan |
2011-02-26 | cosmetic: fixed comparison between signed and unsigned integer expressions | vdrfan |
2011-02-26 | cosmetic: fixed too few arguments for format | vdrfan |
2011-02-26 | Merge backup_on_update_library branch, allowing a separate .db file per datab... | Jonathan Marshall |
2011-02-26 | no need for a bool and an integer to check the number of times a database is ... | Jonathan Marshall |
2011-02-26 | use separate database files per version for sqlite connections, allowing bett... | Jonathan Marshall |
2011-02-26 | don't allow custom names for sqlite databases, as we'll use the name in the f... | Jonathan Marshall |
2011-02-26 | factors the database connection out of database opening, allowing connection ... | Jonathan Marshall |
2011-02-26 | removes unnecessary logging in sqlitedataset | Jonathan Marshall |
2011-02-26 | adds create boolean to the connect() routine in the database wrapper, to allo... | Jonathan Marshall |
2011-02-26 | factors out the update of database version to a separate function | Jonathan Marshall |
2011-02-26 | fixes possibility of CDatabase::m_iRefCount going negative | Jonathan Marshall |
2011-02-25 | Fix link errors when doing an update build. | althekiller |
2011-02-24 | fixed: #11254 - 'Set movieset thumb' brings up wrong dialog (thanks spiff) | vdrfan |
2011-02-23 | changed: sonames to match ffmpeg library names on linux | Anssi Hannula |
2011-02-23 | added: option to internal ffmpeg allowing to change soname | Anssi Hannula |
2011-02-23 | changed: swscale library name to include major only on linux/osx | Anssi Hannula |
2011-02-23 | updated: ffmpeg win32 build script patch to reflect tree state | Anssi Hannula |
2011-02-23 | fixes #10917: queue only unwatched videos if "Hide watched" is active and que... | montellese |
2011-02-23 | fixed: VerifyGLState compile issues with GLES | Phaeodaria |
2011-02-23 | updated: .gitignore. credit jcarroll | spiff |
2011-02-23 | fixed: wrong season count used by ListItem.Property(TotalSeasons) | vdrfan |
2011-02-22 | [WIN32] fixed: we still use the wrapper for getenv, _environ and __p__environ... | WiSo |
2011-02-22 | added: advanced setting <jsonrpc><tcpport>9090</tcpport></jsonrpc> to be able... | montellese |
2011-02-22 | fixes #11165: Return InvalidParams instead of BadPermission on Files.Download... | montellese |
2011-02-22 | Took jmarshall suggestion and modified the Referenced::ref<T> smart pointer's... | Jim Carroll |
2011-02-22 | forgot a ';' on the Win32 GL build. | Jim Carroll |