Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-16 | changed: not going to execute these | spiff | |
2011-01-16 | added: mpaa rating support for json-rpc. Thanks giftie | blinkseb | |
2011-01-16 | changed: #11033 - Change "Set Content" to "Edit Content Settings" after ↵ | vdrfan | |
being set | |||
2011-01-15 | [WIN32] removed unused functions (GetNextFreeDriveLetter, MountShare, ↵ | CrystalP | |
UmountShare) | |||
2011-01-15 | fixed: length of "Dialogue:" is 9 characters, not 7. | CrystalP | |
2011-01-15 | [WIN32] removed unnecessary libs in linker options for Waveform visualization | CrystalP | |
2011-01-15 | fixed: multiple language sami subtitles broken with commit ↵ | taxigps | |
ea87f7e85744304bc4bab8a14088eb78fdc5677a (2) | |||
2011-01-15 | fixed: multiple language sami subtitles broken with commit ↵ | taxigps | |
ea87f7e85744304bc4bab8a14088eb78fdc5677a | |||
2011-01-14 | cosmetic | CrystalP | |
2011-01-14 | [WIN32] fixed: git revision in build setup file name. | CrystalP | |
refactored the git version extraction code to be shared between the update_git_rev.bat and BuildSetup.bat scripts. | |||
2011-01-14 | fixed: gles doesn't have glewGetExtension | bobo1on1 | |
2011-01-13 | configure.in: check for `nasm` only on `i486` | Paul Menzel | |
NASM is useful only on x86 architecture. There it should be listed which architectures are supported by NASM and which are not. Based on patch by Koen Kooi [1]. [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/recipes/xbmc/xbmc/0001-Only-check-for-nasm-on-i686-it-is-bogus-on-ARM-which.patch?id=0cc02ded7bd429208ccb0e0e0aa3e43aec8a4722 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org> Closes: Trac ticket #11020 | |||
2011-01-13 | changed: get rid of unnecessary headers/classes | spiff | |
2011-01-13 | cosmetics | taxigps | |
2011-01-12 | Remove unused functions and member variables from CKeyboardStat.cpp. Remove ↵ | John Rennie | |
unnecessary Reset, ResetState and GetKey functions and calls to them. Remove unused ProcessKeyboard function from CApplication. | |||
2011-01-12 | Remove commented out code for WM_KEYDOWN from Application.cpp | John Rennie | |
2011-01-12 | added: Ticket #10696 - support ass tag Italics, Bold and Color in srt subtitles | taxigps | |
2011-01-11 | added: gpu memory information in the log using GL_NVX_gpu_memory_info (when ↵ | bobo1on1 | |
available), this might provide useful information when VDPAU is failing | |||
2011-01-11 | parse extradata field populated by FFMpeg and set subpicture screen size ↵ | Voyager-xbmc | |
information accordingly (ticket #11006) (slightly edited by CrystalP in merge) | |||
2011-01-11 | fixed: typo in setAudioStream, it should be "<" not "<=" | amet | |
2011-01-11 | fixed: handle non language audio streams in ↵ | amet | |
xbmc.Player().getAvailableAudioStreams() | |||
2011-01-10 | [WIN32] VS has stdint.h now, use it. | CrystalP | |
2011-01-11 | added: xbmc.Player().getAvailableAudioStreams() and ↵ | amet | |
xbmc.Player().setAudioStream() usage: - xbmc.Player().getAvailableAudioStreams() returns a language list of all available audio streams for the currently playing movie. e.g ['Italian', 'English', 'German'] - xbmc.Player().setAudioStream(1) sets Audio stream to 'English' | |||
2011-01-11 | added: DVD Player function GetAudioStreamLanguage | amet | |
2011-01-11 | added: python imports, PyList_New and PyList_Append | amet | |
2011-01-10 | fix missing include in xbmc/lib/cmyth/librefmem/Makefile. thanks sitzm for ↵ | Lars Op den Kamp | |
reporting it. closed #11049 | |||
2011-01-10 | cosmetics | spiff | |
2011-01-10 | added: multiple selection support in the python filebrowser dialog. see the ↵ | spiff | |
pydocs for details, ticket #10894, thanks to fellbeast | |||
2011-01-10 | added: import PyTuple_New and PyTuple_SetItem. part of ticket #10894, thanks ↵ | spiff | |
to fellbeast | |||
2011-01-10 | added: support for multi-file selections in the file browser. part of ticket ↵ | spiff | |
#10894 (some cosmetic changes by me) - thanks to fellbeast | |||
2011-01-10 | updated: [Confluence] Chinese (Simple) translation | taxigps | |
2011-01-09 | [WIN32] extract git rev number | CrystalP | |
2011-01-09 | [WIN32] fix libcmyth build | CrystalP | |
2011-01-09 | log output of libcmyth to xbmc.log. thanks to PhracturedBlue. closes #10596 | Lars Op den Kamp | |
2011-01-09 | [WIN32] fixed: directories in release mode for libhdhomerun | CrystalP | |
2011-01-08 | added: slider for vertical shift of video image (thanks Aardvark) ticket #10113 | bobo1on1 | |
2011-01-08 | [WIN32] fixed release build. comment it for now to not forget it to change ↵ | WiSo | |
to git somehow. | |||
2011-01-08 | changed: allow logging off, even if the login screen is not enable. this ↵ | spiff | |
changes the meaning of 'enable login screen' to 'enable login screen on initial startup'. credit bruing (small mod my me), ticket #10708 | |||
2011-01-08 | added: system.profilecount info integer. returns the number of defined ↵ | spiff | |
profiles. thanks to bruing | |||
2011-01-07 | [WIN32] .gitignore dl'd mingw environment + ffmpeg build files | CrystalP | |
2011-01-08 | Changed: [Confluence] Removed the second progress bar from the video scan ↵ | Jezz_X | |
dialog until it actually works again | |||
2011-01-08 | Fixed: [Confluence] Removed a skin setting that hasn't done anything for a ↵ | Jezz_X | |
long time and cleared the language string | |||
2011-01-07 | [WIN32] fixed initial ffmpeg build | CrystalP | |
Was failing in make distclean due to missing config.mak on first run. | |||
2011-01-08 | Fixed: [Confluence] Text alignment in the Home menu was not quite right | Jezz_X | |
2011-01-07 | fixed: compiler warning. "iType may be used uninitialized" | spiff | |
2011-01-07 | [WIN32] updated libbluray dll, headers and how to build | WiSo | |
2011-01-07 | [WIN32] removed old mingw build env. Use ↵ | WiSo | |
project\BuildDependencies\DownloadMingwBuildEnv.bat to download and install the new one. | |||
2011-01-07 | added: ticket #10327 - add weather to list of available startup windows. ↵ | spiff | |
thanks to einhänder | |||
2011-01-07 | added: ticket #10298 - advancedsetting to toggle whether or not we flatten ↵ | spiff | |
movie sets in the library nodes. default to false. thanks to heldchen | |||
2011-01-07 | [WIN32] rebuild libdvdnav with new mingw env | WiSo | |