aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-20Revert "[ios] dpkg-deb -info can seq fault and abort the buildbot, info is ↵davilla
not really required so comment it out" This reverts commit c31aca24e63b1b70a6e207f360f134f460cbe2d7. buildbot needs this info, opps.
2012-09-20[test] add comments about ↵montellese
TestFileOperationJob.ActionCreateFolder/ActionDeleteFolder failing
2012-09-20[test] fix TestFileOperationJob.ActionCopy/ActionMove/ActionReplace/ActionDeletemontellese
2012-09-20Revert "Fix actions for move/copy when destination set is actually a file."montellese
This reverts commit 2f1a04eba386227f243c8bde17771bc32bdf79e6. It breaks addon installation.
2012-09-20Revert "Fix test case for new handling of ActionCopy."montellese
This reverts commit d327ce6ef6fa4b882a31482ba28d83583b04618c.
2012-09-21fix+cosmetic: don't allocate the vfsstream on the constructor, this was a ↵Chris Roberts
stupid idea as we need to set readwrite depending on load/save
2012-09-19[ios] dpkg-deb -info can seq fault and abort the buildbot, info is not ↵davilla
really required so comment it out
2012-09-19fix multiimage never refreshing in LOAD_ON_GUI_INIT/KEEP_IN_MEMORY windows - ↵pieh
now textures will refresh when multiimage is used after ::FreeResources
2012-09-19fix defaultcontrol for containers after f2e9d06, initial static items ↵pieh
processing is now done after CGUIBaseContainer::AllocResources
2012-09-19fix showing texture from stale path if infolabel changed value to empty ↵pieh
after ::FreeResources and before next usage of control
2012-09-19jsonrpc: remove "artistid" property from songs and albumsmontellese
2012-09-19remove unneeded includepieh
2012-09-19fix win32 buildpieh
2012-09-19[OSS] AddPackets must return INT_MAX on failureFneufneu
2012-09-19Add back in the missing 'read' function.Jim Carroll
2012-09-19Merge pull request #1432 from opdenkamp/fetchurlLars Op den Kamp
[pvr] expose CFile methods to PVR add-ons
2012-09-19updated .gitignore so it doesn't include /addons/pvr.*Lars Op den Kamp
2012-09-19also match device id 2548:1002 (new firmware version)Lars Op den Kamp
2012-09-19removed no longer needed ifdefsLars Op den Kamp
2012-09-18fixed - space after \ in libid3tag's Makefile.amLars Op den Kamp
2012-09-18Merge pull request #1430 from opdenkamp/build-pvr-addonsLars Op den Kamp
[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons
2012-09-18Merge pull request #1442 from ronie/buttontranslatorLars Op den Kamp
ButtonTranslator: add extendedprogressdialog and remove duplicate entries
2012-09-18[cec] default value for sending devices to standby when the screensaver is ↵Lars Op den Kamp
activated set to false
2012-09-18[cec] fixed - don't send standby commands when the cec adapter is being disabledLars Op den Kamp
2012-09-18[osx/ios] fixed, exclude .git dirs from packagingdavilla
2012-09-18[droid] fix startup, don't include alsaCory Fields
Most devices won't be able to use alsa directly, so disable by default.
2012-09-18ButtonTranslator: add extendedprogressdialog and remove duplicate entriesronie
2012-09-18[fix] prevent 'deallocating' from running more than once.Jim Carroll
2012-09-18added CanOpenDirectory() to AddonCallbacksAddonLars Op den Kamp
2012-09-18[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵Lars Op den Kamp
so these can be built and run within the tree.
2012-09-18deallocating needs to unhook the Interceptor or it may call methods on a ↵Jim Carroll
deleted window.
2012-09-17turn back off trace logging.Jim Carroll
2012-09-17[cosmetic] Added some additional TRACE points and a note about the use of ↵Jim Carroll
OnDeinitWindow since I keep forgetting it myself.
2012-09-17Removed the windowCleared flag since it wasn't being used. Moved most of the ↵Jim Carroll
destructor into deallocating so it will be able to execute prior to child classes being partly destroyed. Take into account the newly separated delayed call and MakePendingCalls.
2012-09-17Use the newly separated MakePendingCalls and delayed call correctly in the ↵Jim Carroll
sleep call.
2012-09-17Separated the MakePendingCalls from the delayed call functionality.Jim Carroll
2012-09-17Moved the OnAction handling for Show_Internal to the mixin. Added the ↵Jim Carroll
OnDeinitWindow to the WindowXML class. changed a few upcalls to skip the interceptor.
2012-09-17Merge pull request #1433 from amejia1/testsuiteAndres Mejia
Fixes for CFileOperationJob and CCPUInfo classes
2012-09-18added documentation for libXBMC_addon.h methodsLars Op den Kamp
2012-09-17Merge pull request #1440 from tutifrutas/masterJim Carroll
Wrong Type given for PlayPlaylist for Python API
2012-09-18expose CFile operations to add-onsLars Op den Kamp
2012-09-18Update xbmc/interfaces/swig/AddonModuleXbmc.itutifrutas
fixed wrong type for PlayPlaylist
2012-09-17dvdplayer: remove invalid special case for isbetterstream for pvrJoakim Plate
This can cause dvdplayer to change streams for no apparent reason.
2012-09-17pulse: if PA internal buffer would grow, reported cache could go negativeJoakim Plate
2012-09-17pulse: current cached time and total available cache was reported too largeJoakim Plate
This lead to a reduction in AQ in dvdplayer, since player assumed more data cached in audio renderer than there actually was.
2012-09-17dvdplayer: fix missing GetBufferSize() for AE passthrough codecJoakim Plate
This caused player to be unable to calculate what demux packet timestamp belong to what decoded audio frame. It only caused an issue when passthrough audio frames where split over multiple packets.
2012-09-17[codec] fixed ffmpeg passthrough log message.gimli
2012-09-17Merge pull request #1428 from FernetMenta/audio3Joakim Plate
[AE] correct BitsPerSample for bitstreaming formats
2012-09-17fix: correctly put the right replaygain info into the right tags when readingChris Roberts
2012-09-17Merge pull request #1281 from jmarshallnz/plugins_drop_progressjmarshallnz
Plugins drop progress dialog