aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-16changed: not going to execute thesespiff
2011-01-16added: mpaa rating support for json-rpc. Thanks giftieblinkseb
2011-01-16changed: #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-15fixed: length of "Dialogue:" is 9 characters, not 7.CrystalP
2011-01-15[WIN32] removed unnecessary libs in linker options for Waveform visualizationCrystalP
2011-01-15fixed: multiple language sami subtitles broken with commit ↵taxigps
ea87f7e85744304bc4bab8a14088eb78fdc5677a (2)
2011-01-15fixed: multiple language sami subtitles broken with commit ↵taxigps
ea87f7e85744304bc4bab8a14088eb78fdc5677a
2011-01-14cosmeticCrystalP
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-14fixed: gles doesn't have glewGetExtensionbobo1on1
2011-01-13configure.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-13changed: get rid of unnecessary headers/classesspiff
2011-01-13cosmeticstaxigps
2011-01-12Remove 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-12Remove commented out code for WM_KEYDOWN from Application.cppJohn Rennie
2011-01-12added: Ticket #10696 - support ass tag Italics, Bold and Color in srt subtitlestaxigps
2011-01-11added: 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-11parse extradata field populated by FFMpeg and set subpicture screen size ↵Voyager-xbmc
information accordingly (ticket #11006) (slightly edited by CrystalP in merge)
2011-01-11fixed: typo in setAudioStream, it should be "<" not "<="amet
2011-01-11fixed: handle non language audio streams in ↵amet
xbmc.Player().getAvailableAudioStreams()
2011-01-10[WIN32] VS has stdint.h now, use it.CrystalP
2011-01-11added: 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-11added: DVD Player function GetAudioStreamLanguageamet
2011-01-11added: python imports, PyList_New and PyList_Appendamet
2011-01-10fix missing include in xbmc/lib/cmyth/librefmem/Makefile. thanks sitzm for ↵Lars Op den Kamp
reporting it. closed #11049
2011-01-10cosmeticsspiff
2011-01-10added: multiple selection support in the python filebrowser dialog. see the ↵spiff
pydocs for details, ticket #10894, thanks to fellbeast
2011-01-10added: import PyTuple_New and PyTuple_SetItem. part of ticket #10894, thanks ↵spiff
to fellbeast
2011-01-10added: support for multi-file selections in the file browser. part of ticket ↵spiff
#10894 (some cosmetic changes by me) - thanks to fellbeast
2011-01-10updated: [Confluence] Chinese (Simple) translationtaxigps
2011-01-09[WIN32] extract git rev numberCrystalP
2011-01-09[WIN32] fix libcmyth buildCrystalP
2011-01-09log output of libcmyth to xbmc.log. thanks to PhracturedBlue. closes #10596Lars Op den Kamp
2011-01-09[WIN32] fixed: directories in release mode for libhdhomerunCrystalP
2011-01-08added: slider for vertical shift of video image (thanks Aardvark) ticket #10113bobo1on1
2011-01-08[WIN32] fixed release build. comment it for now to not forget it to change ↵WiSo
to git somehow.
2011-01-08changed: 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-08added: 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 filesCrystalP
2011-01-08Changed: [Confluence] Removed the second progress bar from the video scan ↵Jezz_X
dialog until it actually works again
2011-01-08Fixed: [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 buildCrystalP
Was failing in make distclean due to missing config.mak on first run.
2011-01-08Fixed: [Confluence] Text alignment in the Home menu was not quite rightJezz_X
2011-01-07fixed: compiler warning. "iType may be used uninitialized"spiff
2011-01-07[WIN32] updated libbluray dll, headers and how to buildWiSo
2011-01-07[WIN32] removed old mingw build env. Use ↵WiSo
project\BuildDependencies\DownloadMingwBuildEnv.bat to download and install the new one.
2011-01-07added: ticket #10327 - add weather to list of available startup windows. ↵spiff
thanks to einhänder
2011-01-07added: 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 envWiSo