aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-01Merge pull request #2438 from Memphiz/airplayrestorevolumeMartijn Kaijser
[airplay/airtunes] - backup volume on airplay/airtunes volume change and...
2013-04-01Merge pull request #2439 from Memphiz/airtunesvolumeMartijn Kaijser
[AirTunes] - add volume control using libshairport
2013-04-01Merge pull request #2514 from Montellese/touch_generic_multi_swipeSascha Montellese
[touch/generic] support swipe gesture detection for multiple pointers
2013-04-01Merge pull request #2512 from Montellese/droid_swipe_varianceSascha Montellese
[touch] allow swipe gestures with a perpendicular movement of up to 20 degrees
2013-04-01Merge pull request #2213 from koying/droidfixkeyboardMartijn Kaijser
FIX: [droid] fix keyboard mappings
2013-04-01Merge pull request #2321 from herrnst/timeformatMartijn Kaijser
change timeformat hh:mm:ss to not return AM/PM anymore, introduce 'h:mm:ss xx' and 'hh:mm:ss xx' for that purpose
2013-04-01Merge pull request #2467 from koying/chgdroidapi14Martijn Kaijser
CHG: [droid] set minimum API to 14 (ICS)
2013-04-01Merge pull request #2055 from skyblaster/patch-1Arne Morten Kvarving
Add subtitle control to PS3 BD Remote keymap
2013-04-01Merge pull request #2367 from NHellFire/LircmapArne Morten Kvarving
[Lircmap.xml] Added some missing keys for devinput
2013-03-31Merge pull request #2484 from nuka1195/DialogProgressBGMartijn Kaijser
[python] adds a background progress dialog
2013-03-31Merge pull request #2510 from MartijnKaijser/version_aprilMartijn Kaijser
[release] version bump to 13.0 alpha3 as we start new merge window.
2013-04-01[jenkins] - bump ios/atv2 builds to default to ios sdk 4.3 which comes with ↵Memphiz
xcode 3.2.6 which is the minimum required version as of our own readme
2013-03-31[WIN32] added make-xbmc.bat to just build debug or release builds with jenkins.Gotham_alpha2WiSo
2013-03-31[WIN32] fixed: depends also need XBMC_PATH setWiSo
2013-03-31[WIN32] added download-depends.bat and download-msys.bat to the jenkins ↵WiSo
build scripts.
2013-03-31fixed: typosspiff
2013-03-31fixed: avoid spurious dependencies for utils/CharsetConverter.hspiff
from 200 files rebuilt to 56 (144 spurious)
2013-03-31fixed: selection of correct item after searchesspiff
need to strip the options off the videodb items as the selitem do not have them applied closes #14054
2013-03-31[WIN32] fixed typo in bzip2 dependencies.WiSo
2013-03-31fixed: linux package namesspiff
closes #13994
2013-03-31fixed: disable slideshow/recursive slideshow buttons in addons listingspiff
closes #10513
2013-03-31change timeformat hh:mm:ss to not return AM/PM anymore, introduce 'h:mm:ss ↵Daniel Scheller
xx' and 'hh:mm:ss xx' for that purpose
2013-03-30[osx/ios] cosmetic cleanup of project viewsS. Davilla
2013-03-30fixed compiler warningS. Davilla
2013-03-30[ios] cosmetics, move Default-568h@2x.png to where it belongs in the project ↵S. Davilla
view
2013-03-30not going to execute thesespiff
2013-03-30Merge pull request #2448 from ace20022/fix_wma_tagsArne Morten Kvarving
[Fix] Fix wma tags "year" and "artist"
2013-03-30Merge pull request #2499 from MartijnKaijser/versioncheckMartijn Kaijser
[addons] add version check script that notifies user if there's a newer ...
2013-03-30[touch] allow swipe gestures with a perpedicular movement of up to 20 degreesmontellese
This allows gestures to be recognised as vertical/horizontal swipes even if the swipe movement is a bit diagonal (up to 20 degrees from the horizontal or vertical movement) which improves swipe gesture recognition a lot especially because most swipe gestures tend to move up/down a bit at the end of the gesture.
2013-03-29Merge pull request #2515 from arnova/curl_seek_regression_fixulion
fixed: Some (live) streams no longer played since the Curl seek fix (fix...
2013-03-29Merge pull request #2511 from fritsch/ae-free-soundsdavilla
AE: Stop playing sounds when going to Suspend for all platforms (fixes #14211)
2013-03-29fixed: Some (live) streams no longer played since the Curl seek fix (fixes ↵arnova
#14224)
2013-03-29[touch/generic] support swipe gesture detection for multiple pointersmontellese
2013-03-29[WIN32] added a prepare-env script for jenkins to clean the environment a ↵wsoltys
little but keep the build deps.
2013-03-29[touch] fix missing call to OnTouchGestureStart() from ↵montellese
CGenericTouchInputHandler if only the secondary pointer moved
2013-03-29AE: Stop playing sounds when going to Suspend for all platforms (fixes #14211)fritsch
2013-03-28depends: update .gitignore for depends for osx and ios buildsMemphiz
2013-03-28[jenkins] - don't clean the pvr addons in first place - when skipping ↵Memphiz
depends build they wouldn't get reinstalled and we would ship without them
2013-03-28[osx] - fix missed adaption to the osx package scriptMemphiz
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser
2013-03-28[addons] add version check script that notifies user if there's a newer ↵Martijn Kaijser
version released compared to what he is running
2013-03-28[droid] add files generated during packaging to gitignoremontellese
2013-03-27Merge pull request #2506 from uNiversaI/patch-1Arne Morten Kvarving
Typo in README.raspberrypi
2013-03-27Typo in README.raspberrypiuNiversaI
Like tittle says.
2013-03-27[jenkins] - add the branchname to the package namesMemphiz
2013-03-27[WIN32] fixed: copy and rename the pdb file to the build setup directory ↵wsoltys
that jenkins can grab it as well.
2013-03-26Guard against failed memory allocation in ↵Garrett Brown
CGUIDialogVideoBookmarks::AddBookmark()
2013-03-26Delete settings category if it already exists in CSettingsGroup::AddCategory()Garrett Brown
2013-03-26AE: possible segfault after suspend / resume (m_sink might be gone)fritsch
2013-03-26[jenkins] - welcome jenkins support for osx/ios/atv2/android to mainline :o) ↵Memphiz
- add buildsteps for usage with jenkins