Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-04 | [ios] - removed, atv2 support. time to make way for something new. hint, ↵ | S. Davilla | |
hint :) - backport from mrmc fork | |||
2015-10-03 | [input] fix ios build after 7aeff92 | Matthias Kortstiege | |
2015-10-03 | [input] xcode sync for InputCodingTableKorean | Matthias Kortstiege | |
2015-09-18 | [xcode] sync project file | Matthias Kortstiege | |
2015-09-18 | Merge pull request #7610 from AchimTuran/library.kodi.audioengine | AchimTuran | |
Library.kodi.audioengine | |||
2015-09-17 | [library.kodi.audioengine] Adapt project files | Achim Turan | |
2015-09-15 | [ios/osx] - move those explicit dylib references from the xcode project to ↵ | S. Davilla | |
the xcconfig files (this leaves out the extension and fixes linking so that it now also finds tbd files) | |||
2015-09-13 | Merge pull request #8011 from Montellese/unify_music | Martijn Kaijser | |
Unify music library and files view | |||
2015-09-12 | builtins: adapt xcode project | Rainer Hochecker | |
2015-09-11 | Merge pull request #6174 from AlwinEsch/radio-rds-support | Alwin Esch | |
[pvr] Radio RDS support | |||
2015-09-10 | bye bye GUIWindowMusicSongs | Arne Morten Kvarving | |
2015-09-10 | [osx/ios] xcode sync for PR7800 | Matthias Kortstiege | |
2015-09-10 | Merge pull request #7960 from ace20022/gif2015 | Andreas Zelend | |
Add proper gif support (next try) | |||
2015-09-10 | removed, LockFree. Also not used since water made to wine | S. Davilla | |
2015-09-09 | [TextureManager] Use new gif implementation and remove now obsolete ↵ | ace20022 | |
AnimatedGif class. | |||
2015-09-09 | [gif] Add proper gif implementation using giflib 4/5. | ace20022 | |
2015-09-08 | [depends] Add giflib. | ace20022 | |
2015-09-08 | [pvr] Radio RDS - Add handling code | Alwin Esch | |
2015-09-04 | [osx/ios] xcode sync for repository updater | Matthias Kortstiege | |
2015-09-01 | [peripherals] nuke PeripheralManager | Matthias Kortstiege | |
2015-08-23 | [video] nuke GUIDialogFileStacking | Matthias Kortstiege | |
2015-08-19 | [gui] drop video/music overlay dialogs | xhaggi | |
2015-08-14 | refactor video item refreshing into CVideoLibraryRefreshingJob | montellese | |
2015-08-11 | filesystem: add CXbtManager, CXbtDirectory and CXBtFile to implement xbt:// | montellese | |
2015-08-10 | [osx/ios] xcode sync | Matthias Kortstiege | |
2015-08-09 | Merge pull request #5326 from taxigps/keyboard_layouts | Martijn Kaijser | |
[keyboard] support coding input method for chinese | |||
2015-08-08 | Merge pull request #7544 from tamland/context_menu_groups | tamland | |
[addons] extend context menu system | |||
2015-08-06 | [keyboard] support codingtable input and add Chinese BaiduPY/BasePY layouts | taxigps | |
2015-07-29 | [splash] introduce splash also as regular window | Matthias Kortstiege | |
2015-07-28 | [osx/ios/atv2] - synced xcode project | Memphiz | |
2015-07-19 | [adsp] Add basic audio dsp addon handling structure | AlwinEsch | |
2015-07-15 | Clean up ApplicationMessenger | Pär Björklund | |
ApplicationMessenger had become a place to stick all kinds of convenience methods and depending on just about everything. This PR cleans this up and returns it back to a messaging class. Removed the bool parameters and used naming from Win32 API with SendMsg for blocking and PostMsg for non-blocking messaging. | |||
2015-07-15 | Reworked initialization for win32 | Pär Björklund | |
Moved error reporting to a separate class with implementations for win32 and posix currently Reworked exception handling, no longer ignores 9 exceptions, just logs and rethrows. | |||
2015-07-13 | pictures: add CPictureScalingAlgorithm helper class | montellese | |
2015-07-12 | added: support for image resource addons | Arne Morten Kvarving | |
currently very simple, just a collection of files. The collection can have a type attribute. | |||
2015-07-08 | [cleanup] DVDInputStreamTV is now unused | Stefan Saraev | |
2015-07-08 | [cleanup] remove slingbox | Stefan Saraev | |
2015-07-08 | Drop internal HDHomeRun support | hudokkow | |
2015-07-06 | [airtunes] - add support for remote controlling the client via DACP | Memphiz | |
2015-07-06 | [xcode] sync xcode for move sysinfo out of infomanager | Matthias Kortstiege | |
2015-07-03 | [PVR] Series recording support (incl. PVR addon API version bump to 1.9.7) | Kai Sommerfeld | |
2015-06-14 | [utils] Disable fast_memcpy which is slower than memcpy | popcornmix | |
The default glibc memcpy is likely to be better tuned than this code which hasn't been touched for four years. In a test with software video decode on Pi2 the skipped frames went from 189 to 172 when fast_memcpy was disabled. | |||
2015-05-10 | [fft/viz] - replaced our buggy fft implementation with rfft | Memphiz | |
2015-05-09 | OS X Kodi.app script target transformed into a real app bundle target | Hofi | |
The goal was to create a bundled target that can be started and debugged from Xcode just like the standalone Kodi binary. Kept all of the 4 original build script steps, so the build process itself does not changed at all, only the following changes made: - XBMC_DEPENDS added to App-OSX.xcconfig common config file instead of defining per target - otool -L calls replaced by otool -LX to eliminate the first summary line from the output result, that could cause the parsing of the result fail | |||
2015-05-08 | Fixed OS X i386 Xcode builds on x86_64 build machines | Hofi | |
Without assigning App-OSX.xcconfig to Kodi.app target building i386 target will not fix dependent libraries when bundling the Kodi.app with copyframeworks-osx.command copyframeworks-osx.command uses XBMC_DEPENDS that composed like $(XBMC_DEPENDS_ROOT)/$(SDK_NAME)_$(CURRENT_ARCH)-target CURRENT_ARCH not set correctly, without assigning App-OSX.xcconfig the ONLY_ACTIVE_ARCH is not set and the builder machine architecture will be used instead of the targeted architecture. | |||
2015-04-18 | Merge pull request #6557 from tamland/uisound_addons | tamland | |
UI sounds addons | |||
2015-04-10 | [xcode] sort IActionListerner.h alphabetically | xhaggi | |
2015-04-01 | Merge pull request #6798 from stefansaraev/replaytv | Martijn Kaijser | |
[replaytv] remove replaytv support | |||
2015-04-01 | Merge pull request #6810 from Montellese/musicdb_singles | Sascha Montellese | |
musicdb: cleanup detection of Singles | |||
2015-04-01 | [replaytv] remove replaytv support | Stefan Saraev | |