aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj
AgeCommit 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 7aeff92Matthias Kortstiege
2015-10-03[input] xcode sync for InputCodingTableKoreanMatthias Kortstiege
2015-09-18[xcode] sync project fileMatthias Kortstiege
2015-09-18Merge pull request #7610 from AchimTuran/library.kodi.audioengineAchimTuran
Library.kodi.audioengine
2015-09-17[library.kodi.audioengine] Adapt project filesAchim 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-13Merge pull request #8011 from Montellese/unify_musicMartijn Kaijser
Unify music library and files view
2015-09-12builtins: adapt xcode projectRainer Hochecker
2015-09-11Merge pull request #6174 from AlwinEsch/radio-rds-supportAlwin Esch
[pvr] Radio RDS support
2015-09-10bye bye GUIWindowMusicSongsArne Morten Kvarving
2015-09-10[osx/ios] xcode sync for PR7800Matthias Kortstiege
2015-09-10Merge pull request #7960 from ace20022/gif2015Andreas Zelend
Add proper gif support (next try)
2015-09-10removed, LockFree. Also not used since water made to wineS. 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 codeAlwin Esch
2015-09-04[osx/ios] xcode sync for repository updaterMatthias Kortstiege
2015-09-01[peripherals] nuke PeripheralManagerMatthias Kortstiege
2015-08-23[video] nuke GUIDialogFileStackingMatthias Kortstiege
2015-08-19[gui] drop video/music overlay dialogsxhaggi
2015-08-14refactor video item refreshing into CVideoLibraryRefreshingJobmontellese
2015-08-11filesystem: add CXbtManager, CXbtDirectory and CXBtFile to implement xbt://montellese
2015-08-10[osx/ios] xcode syncMatthias Kortstiege
2015-08-09Merge pull request #5326 from taxigps/keyboard_layoutsMartijn Kaijser
[keyboard] support coding input method for chinese
2015-08-08Merge pull request #7544 from tamland/context_menu_groupstamland
[addons] extend context menu system
2015-08-06[keyboard] support codingtable input and add Chinese BaiduPY/BasePY layoutstaxigps
2015-07-29[splash] introduce splash also as regular windowMatthias Kortstiege
2015-07-28[osx/ios/atv2] - synced xcode projectMemphiz
2015-07-19[adsp] Add basic audio dsp addon handling structureAlwinEsch
2015-07-15Clean up ApplicationMessengerPä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-15Reworked initialization for win32Pä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-13pictures: add CPictureScalingAlgorithm helper classmontellese
2015-07-12added: support for image resource addonsArne Morten Kvarving
currently very simple, just a collection of files. The collection can have a type attribute.
2015-07-08[cleanup] DVDInputStreamTV is now unusedStefan Saraev
2015-07-08[cleanup] remove slingboxStefan Saraev
2015-07-08Drop internal HDHomeRun supporthudokkow
2015-07-06[airtunes] - add support for remote controlling the client via DACPMemphiz
2015-07-06[xcode] sync xcode for move sysinfo out of infomanagerMatthias 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 memcpypopcornmix
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 rfftMemphiz
2015-05-09OS X Kodi.app script target transformed into a real app bundle targetHofi
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-08Fixed OS X i386 Xcode builds on x86_64 build machinesHofi
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-18Merge pull request #6557 from tamland/uisound_addonstamland
UI sounds addons
2015-04-10[xcode] sort IActionListerner.h alphabeticallyxhaggi
2015-04-01Merge pull request #6798 from stefansaraev/replaytvMartijn Kaijser
[replaytv] remove replaytv support
2015-04-01Merge pull request #6810 from Montellese/musicdb_singlesSascha Montellese
musicdb: cleanup detection of Singles
2015-04-01[replaytv] remove replaytv supportStefan Saraev