vuplus_xbmc
10 years agoMerge pull request #3453 from Montellese/settings_custom_controls
Sascha Montellese [Sun, 3 Nov 2013 15:06:56 +0000 (07:06 -0800)]
Merge pull request #3453 from Montellese/settings_custom_controls

settings: custom setting controls

10 years ago[Confluence] fix position of right aligned label
ronie [Sun, 3 Nov 2013 14:47:25 +0000 (15:47 +0100)]
[Confluence] fix position of right aligned label

10 years agoMerge pull request #3544 from jmarshallnz/confluence_gotham_positioning
ronie [Sun, 3 Nov 2013 14:43:53 +0000 (06:43 -0800)]
Merge pull request #3544 from jmarshallnz/confluence_gotham_positioning

Confluence gotham positioning

10 years agoadds new files to xcode projects
Jonathan Marshall [Tue, 29 Oct 2013 21:57:44 +0000 (10:57 +1300)]
adds new files to xcode projects

10 years ago[win32] update VS project files
montellese [Thu, 17 Oct 2013 15:26:23 +0000 (17:26 +0200)]
[win32] update VS project files

10 years agosettings: refactor setting controls into custom registerable controls
montellese [Thu, 17 Oct 2013 15:26:02 +0000 (17:26 +0200)]
settings: refactor setting controls into custom registerable controls

10 years agoMerge pull request #3415 from Montellese/fileitemlistmodifier
Sascha Montellese [Sun, 3 Nov 2013 14:02:35 +0000 (06:02 -0800)]
Merge pull request #3415 from Montellese/fileitemlistmodifier

Generic CFileItemList modifiers

10 years agoMerge pull request #3413 from Montellese/jsonrpc_playlist_additems
Sascha Montellese [Sun, 3 Nov 2013 11:23:28 +0000 (03:23 -0800)]
Merge pull request #3413 from Montellese/jsonrpc_playlist_additems

jsonrpc: add support for multiple items to Playlist.Add/Insert

10 years agojsonrpc: add support for multiple items to Playlist.Add/Insert
montellese [Sat, 12 Oct 2013 12:38:09 +0000 (14:38 +0200)]
jsonrpc: add support for multiple items to Playlist.Add/Insert

10 years agofix build after 9dda8b3bb09543455da27899a6f9df0b6cb086d8
montellese [Sun, 3 Nov 2013 10:54:32 +0000 (11:54 +0100)]
fix build after 9dda8b3bb09543455da27899a6f9df0b6cb086d8

10 years agoMerge pull request #3520 from Montellese/jsonrpc_season
Sascha Montellese [Sun, 3 Nov 2013 10:41:52 +0000 (02:41 -0800)]
Merge pull request #3520 from Montellese/jsonrpc_season

jsonrpc: improve season support

10 years agoMerge pull request #3480 from micahg/master
Martijn Kaijser [Sun, 3 Nov 2013 10:24:46 +0000 (02:24 -0800)]
Merge pull request #3480 from micahg/master

Add http cookie passthrough to FFMPEG

10 years agojsonrpc: add VideoLibrary.SetSeasonDetails
montellese [Tue, 29 Oct 2013 15:35:39 +0000 (16:35 +0100)]
jsonrpc: add VideoLibrary.SetSeasonDetails

10 years agojsonrpc: add VideoLibrary.GetSeasonDetails
montellese [Tue, 29 Oct 2013 14:14:34 +0000 (15:14 +0100)]
jsonrpc: add VideoLibrary.GetSeasonDetails

10 years agojsonrpc: return "seasonid" in VideoLibrary.GetSeasons
montellese [Tue, 29 Oct 2013 13:26:49 +0000 (14:26 +0100)]
jsonrpc: return "seasonid" in VideoLibrary.GetSeasons

10 years agovideodb: add SetDetailsForSeason()
montellese [Tue, 29 Oct 2013 15:35:15 +0000 (16:35 +0100)]
videodb: add SetDetailsForSeason()

10 years agovideodb: add GetSeasonInfo()
montellese [Tue, 29 Oct 2013 14:14:07 +0000 (15:14 +0100)]
videodb: add GetSeasonInfo()

10 years agoMerge pull request #3519 from Montellese/jsonrpc_art_removal
Sascha Montellese [Sun, 3 Nov 2013 10:10:03 +0000 (02:10 -0800)]
Merge pull request #3519 from Montellese/jsonrpc_art_removal

jsonrpc: add possibility to remove artwork from video items

10 years agoMerge pull request #3347 from MartijnKaijser/old_renderers
Martijn Kaijser [Sun, 3 Nov 2013 09:22:43 +0000 (01:22 -0800)]
Merge pull request #3347 from MartijnKaijser/old_renderers

remove old unused XBOX renderer files

10 years agojsonrpc: add possibility to remove artwork from video items
montellese [Tue, 29 Oct 2013 12:50:10 +0000 (13:50 +0100)]
jsonrpc: add possibility to remove artwork from video items

10 years agovideodb: add RemoveArtForItem()
montellese [Tue, 29 Oct 2013 12:48:28 +0000 (13:48 +0100)]
videodb: add RemoveArtForItem()

10 years agojsonrpc: cleanup JSON-RPC API definition
montellese [Sun, 3 Nov 2013 09:14:54 +0000 (10:14 +0100)]
jsonrpc: cleanup JSON-RPC API definition

10 years ago[osx/ios/atv2] - sync xcode project
Memphiz [Sun, 13 Oct 2013 14:00:09 +0000 (16:00 +0200)]
[osx/ios/atv2] - sync xcode project

10 years ago[win32] update VS project files
montellese [Wed, 7 Aug 2013 07:00:48 +0000 (09:00 +0200)]
[win32] update VS project files

10 years agoCGUIMediaWindow: make use of CFileItemListModification
montellese [Wed, 17 Jul 2013 14:07:21 +0000 (16:07 +0200)]
CGUIMediaWindow: make use of CFileItemListModification

10 years agoadd CFileItemListModification to handle all IFileItemListModifier implementations
montellese [Wed, 7 Aug 2013 15:10:08 +0000 (17:10 +0200)]
add CFileItemListModification to handle all IFileItemListModifier implementations

10 years agoadd IFileItemListModifier interface and CSmartPlaylistFileItemListModifier implementation
montellese [Tue, 6 Aug 2013 14:13:51 +0000 (16:13 +0200)]
add IFileItemListModifier interface and CSmartPlaylistFileItemListModifier implementation

10 years agofix CGUIMediaWindow::OnPrepareFileItems overrides
montellese [Wed, 17 Jul 2013 14:04:40 +0000 (16:04 +0200)]
fix CGUIMediaWindow::OnPrepareFileItems overrides

10 years agoCGUIMediaWindow: add UpdateFilterPath() method extracted from Update()
montellese [Wed, 17 Jul 2013 14:05:43 +0000 (16:05 +0200)]
CGUIMediaWindow: add UpdateFilterPath() method extracted from Update()

10 years agoMerge pull request #3541 from FernetMenta/aefixes
Rainer Hochecker [Sun, 3 Nov 2013 07:32:02 +0000 (00:32 -0700)]
Merge pull request #3541 from FernetMenta/aefixes

ActiveAE: exclude volume, mute, gui sounds from viz

10 years agoMerge pull request #3490 from popcornmix/avoid_max_vol_after_seek
Martijn Kaijser [Sun, 3 Nov 2013 01:14:11 +0000 (18:14 -0700)]
Merge pull request #3490 from popcornmix/avoid_max_vol_after_seek

[Players] Avoid jumping volume to maximum after trickplay

10 years agoset default BusyDialogDelay to 500ms
Martijn Kaijser [Sun, 3 Nov 2013 01:04:46 +0000 (02:04 +0100)]
set default BusyDialogDelay to 500ms

10 years agoMerge pull request #3499 from jmarshallnz/json_textures
jmarshallnz [Sat, 2 Nov 2013 23:51:37 +0000 (16:51 -0700)]
Merge pull request #3499 from jmarshallnz/json_textures

Expose the texture cache to JSON-RPC.

10 years agoMerge pull request #3543 from koying/fixdroidassets
Martijn Kaijser [Sat, 2 Nov 2013 23:36:01 +0000 (16:36 -0700)]
Merge pull request #3543 from koying/fixdroidassets

FIX: [droid] cleanup assets before build and reinstall (possible fix for #14565)

10 years agoMerge pull request #3297 from t-nelson/pivos_video_busy_dialog_delay_as
Martijn Kaijser [Sat, 2 Nov 2013 23:14:27 +0000 (16:14 -0700)]
Merge pull request #3297 from t-nelson/pivos_video_busy_dialog_delay_as

Add "busydialogdelayms" advanced setting.

10 years agoMerge pull request #3545 from smspillaz/fix-tests-20131102
jmarshallnz [Sat, 2 Nov 2013 22:59:07 +0000 (15:59 -0700)]
Merge pull request #3545 from smspillaz/fix-tests-20131102

Fix Tests for November 2, 2013

10 years ago[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTexture
Jonathan Marshall [Sat, 26 Oct 2013 07:53:26 +0000 (20:53 +1300)]
[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTexture

10 years ago[textures] move image wrapping functions into a separate class
Jonathan Marshall [Mon, 28 Oct 2013 22:21:27 +0000 (11:21 +1300)]
[textures] move image wrapping functions into a separate class

10 years ago[textures] Adds GetTextures() to return textures with filtering ability.
Jonathan Marshall [Sat, 26 Oct 2013 07:48:16 +0000 (20:48 +1300)]
[textures] Adds GetTextures() to return textures with filtering ability.

10 years ago[textures] adds ClearCachedImage() to clear a texture by id
Jonathan Marshall [Sat, 26 Oct 2013 07:46:53 +0000 (20:46 +1300)]
[textures] adds ClearCachedImage() to clear a texture by id

10 years ago[smartplaylist] use statics in CDatabaseQueryRule for operator localisation and enum...
Jonathan Marshall [Mon, 28 Oct 2013 08:38:58 +0000 (21:38 +1300)]
[smartplaylist] use statics in CDatabaseQueryRule for operator localisation and enum querying

10 years ago[smartplaylist] move CDatabaseQueryRule to a new file
Jonathan Marshall [Mon, 28 Oct 2013 08:37:59 +0000 (21:37 +1300)]
[smartplaylist] move CDatabaseQueryRule to a new file

10 years ago[smartplaylist] adds generic GetWhereClause to CDatabaseQueryRuleCombination
Jonathan Marshall [Sat, 26 Oct 2013 02:24:53 +0000 (15:24 +1300)]
[smartplaylist] adds generic GetWhereClause to CDatabaseQueryRuleCombination

10 years ago[smartplaylist] introduce base CDatabaseQueryRuleCombination class
Jonathan Marshall [Sat, 26 Oct 2013 02:24:24 +0000 (15:24 +1300)]
[smartplaylist] introduce base CDatabaseQueryRuleCombination class

10 years ago[smartplaylist] use a factory for rule/combination creation
Jonathan Marshall [Sat, 26 Oct 2013 01:55:38 +0000 (14:55 +1300)]
[smartplaylist] use a factory for rule/combination creation

10 years ago[smartplaylist] remove ISmartPlaylistRule which is unused
Jonathan Marshall [Sat, 26 Oct 2013 01:54:43 +0000 (14:54 +1300)]
[smartplaylist] remove ISmartPlaylistRule which is unused

10 years ago[smartplaylist] store CDatabaseQueryRule pointers in CSmartPlaylistRuleCombination
Jonathan Marshall [Sat, 26 Oct 2013 01:53:26 +0000 (14:53 +1300)]
[smartplaylist] store CDatabaseQueryRule pointers in CSmartPlaylistRuleCombination

10 years ago[smartplaylist] don't allow CSmartPlaylist access to the combination privates
Jonathan Marshall [Sat, 26 Oct 2013 02:40:16 +0000 (15:40 +1300)]
[smartplaylist] don't allow CSmartPlaylist access to the combination privates

10 years ago[smartplaylist] store rules and combinations using pointers so we can extend
Jonathan Marshall [Sat, 26 Oct 2013 02:39:29 +0000 (15:39 +1300)]
[smartplaylist] store rules and combinations using pointers so we can extend

10 years ago[smartplaylist] remove unused AddCombination
Jonathan Marshall [Sat, 26 Oct 2013 00:33:40 +0000 (13:33 +1300)]
[smartplaylist] remove unused AddCombination

10 years ago[smartplaylist] introduce base class for database query rules, and move various funct...
Jonathan Marshall [Fri, 25 Oct 2013 22:48:12 +0000 (11:48 +1300)]
[smartplaylist] introduce base class for database query rules, and move various functions there

10 years ago[smartplaylist] cosmetic: indenting
Jonathan Marshall [Fri, 25 Oct 2013 22:46:35 +0000 (11:46 +1300)]
[smartplaylist] cosmetic: indenting

10 years ago[smartplaylist] factor out the formatting of where clauses
Jonathan Marshall [Fri, 25 Oct 2013 22:40:11 +0000 (11:40 +1300)]
[smartplaylist] factor out the formatting of where clauses

10 years ago[smartplaylist] move the ++it into the for()
Jonathan Marshall [Fri, 25 Oct 2013 22:33:14 +0000 (11:33 +1300)]
[smartplaylist] move the ++it into the for()

10 years ago[smartplaylist] split out GetOperatorString for re-use
Jonathan Marshall [Fri, 25 Oct 2013 22:00:04 +0000 (11:00 +1300)]
[smartplaylist] split out GetOperatorString for re-use

10 years ago[smartplaylist] split negate string from operator string derivation
Jonathan Marshall [Fri, 25 Oct 2013 21:52:45 +0000 (10:52 +1300)]
[smartplaylist] split negate string from operator string derivation

10 years ago[smartplaylist] factor out the parameter string formatting
Jonathan Marshall [Fri, 25 Oct 2013 21:28:37 +0000 (10:28 +1300)]
[smartplaylist] factor out the parameter string formatting

10 years ago[smartplaylist] factor out operator special casing and boolean queries
Jonathan Marshall [Fri, 25 Oct 2013 21:16:22 +0000 (10:16 +1300)]
[smartplaylist] factor out operator special casing and boolean queries

10 years ago[smartplaylist] move m_field to an integer to allow easier extension
Jonathan Marshall [Fri, 25 Oct 2013 21:09:08 +0000 (10:09 +1300)]
[smartplaylist] move m_field to an integer to allow easier extension

10 years ago[smartplaylist] FieldYear is already NUMERIC_FIELD, so no need to check
Jonathan Marshall [Fri, 25 Oct 2013 20:56:36 +0000 (09:56 +1300)]
[smartplaylist] FieldYear is already NUMERIC_FIELD, so no need to check

10 years ago[smartplaylist] no need to clear a vector in the constructor
Jonathan Marshall [Fri, 25 Oct 2013 20:54:43 +0000 (09:54 +1300)]
[smartplaylist] no need to clear a vector in the constructor

10 years ago[smartplaylist] move GetFieldType to virtual const, accepting an integer
Jonathan Marshall [Fri, 25 Oct 2013 20:50:43 +0000 (09:50 +1300)]
[smartplaylist] move GetFieldType to virtual const, accepting an integer

10 years agoMerge pull request #3535 from Karlson2k/vfs_add_02
Karlson2k [Sat, 2 Nov 2013 20:00:50 +0000 (13:00 -0700)]
Merge pull request #3535 from Karlson2k/vfs_add_02

VFS addition - 02

10 years agofixed build, ios/android. missing include
S. Davilla [Sat, 2 Nov 2013 19:43:59 +0000 (15:43 -0400)]
fixed build, ios/android. missing include

10 years agoVFS: add implementation of GetContentCharset() for FileCache
Karlson2k [Thu, 31 Oct 2013 15:21:57 +0000 (19:21 +0400)]
VFS: add implementation of GetContentCharset() for FileCache

10 years agoCFile: add GetContentMimeType() and GetContentCharset() functions
Karlson2k [Thu, 31 Oct 2013 15:12:06 +0000 (19:12 +0400)]
CFile: add GetContentMimeType() and GetContentCharset() functions

10 years agoVFS: add virtual IFile::GetContentCharset() and implementation for CurlFile
Karlson2k [Thu, 31 Oct 2013 15:02:10 +0000 (19:02 +0400)]
VFS: add virtual IFile::GetContentCharset() and implementation for CurlFile

10 years agoMerge pull request #3536 from davilla/joystick
davilla [Sat, 2 Nov 2013 16:59:55 +0000 (09:59 -0700)]
Merge pull request #3536 from davilla/joystick

Android Joystick Handling

10 years agofixed, SM_TEXTURE_RGBA_OES requries GL_OES_EGL_image_external, check for presence
S. Davilla [Sat, 2 Nov 2013 15:51:57 +0000 (11:51 -0400)]
fixed, SM_TEXTURE_RGBA_OES requries GL_OES_EGL_image_external, check for presence

10 years agofix broken linux build
S. Davilla [Sat, 2 Nov 2013 15:51:03 +0000 (11:51 -0400)]
fix broken linux build

10 years agoMerge pull request #3548 from koying/fixdroidamcwhitelist
Chris Browet [Sat, 2 Nov 2013 14:34:11 +0000 (07:34 -0700)]
Merge pull request #3548 from koying/fixdroidamcwhitelist

FIX: [mediacodec] fix surface rendering white list detection

10 years agoFIX: [droid] joystick debugging spam
Chris "Koying" Browet [Sat, 2 Nov 2013 13:08:35 +0000 (14:08 +0100)]
FIX: [droid] joystick debugging spam

10 years agoFIX: [mediacodec] fix surface rendering white list detection
Chris "Koying" Browet [Sun, 27 Oct 2013 07:04:46 +0000 (08:04 +0100)]
FIX: [mediacodec] fix surface rendering white list detection

10 years agoMerge pull request #3547 from koying/quickpr
Chris Browet [Sat, 2 Nov 2013 13:35:48 +0000 (06:35 -0700)]
Merge pull request #3547 from koying/quickpr

FIX: [droid] wrong path in gdb.setup

10 years agoFIX: [droid] wrong path in gdb.setup
Chris "Koying" Browet [Sat, 2 Nov 2013 13:14:06 +0000 (14:14 +0100)]
FIX: [droid] wrong path in gdb.setup

10 years agoMerge pull request #3428 from oceanheart99/issue/3428
Chris Browet [Sat, 2 Nov 2013 13:06:37 +0000 (06:06 -0700)]
Merge pull request #3428 from oceanheart99/issue/3428

Memory leak when playing stream with xbmc in android platform

10 years agoMerge pull request #3533 from Karlson2k/curlfile_update_05
Karlson2k [Sat, 2 Nov 2013 12:22:38 +0000 (05:22 -0700)]
Merge pull request #3533 from Karlson2k/curlfile_update_05

CurlFile: add implementation of base virtual function GetContent()

10 years agoCurlFile: add implementation of base virtual function GetContent()
Karlson2k [Thu, 31 Oct 2013 13:56:36 +0000 (17:56 +0400)]
CurlFile: add implementation of base virtual function GetContent()

10 years agoMerge pull request #3412 from blinkseb/external_libass
Martijn Kaijser [Sat, 2 Nov 2013 11:49:38 +0000 (04:49 -0700)]
Merge pull request #3412 from blinkseb/external_libass

[Win32] Convert libass to external dependency

10 years agoMerge pull request #3307 from da-anda/3d-interfaces
Sascha Montellese [Sat, 2 Nov 2013 10:22:59 +0000 (03:22 -0700)]
Merge pull request #3307 from da-anda/3d-interfaces

[3D] allow interfaces to change the stereoscopic mode of the gui

10 years agoBump JsonRPC api version
Franz Koch [Tue, 8 Oct 2013 10:12:31 +0000 (12:12 +0200)]
Bump JsonRPC api version

10 years ago[3D] add initial support for stereoscopics handling to JSONrpc
Franz Koch [Tue, 8 Oct 2013 10:13:18 +0000 (12:13 +0200)]
[3D] add initial support for stereoscopics handling to JSONrpc

10 years ago[3D] add support to change the stereomode via builtins
Franz Koch [Mon, 7 Oct 2013 23:58:02 +0000 (01:58 +0200)]
[3D] add support to change the stereomode via builtins

10 years agoFixed exception in recent libass version.
Sébastien Brochet [Sat, 12 Oct 2013 12:22:59 +0000 (14:22 +0200)]
Fixed exception in recent libass version.

10 years agoUse libass from external dependencies
Sébastien Brochet [Sat, 12 Oct 2013 12:22:38 +0000 (14:22 +0200)]
Use libass from external dependencies

10 years agoRemove libass from repository
Sébastien Brochet [Sat, 12 Oct 2013 12:21:47 +0000 (14:21 +0200)]
Remove libass from repository

10 years agoMerge pull request #3512 from t-nelson/settings_lock_precision
Sascha Montellese [Sat, 2 Nov 2013 07:21:34 +0000 (00:21 -0700)]
Merge pull request #3512 from t-nelson/settings_lock_precision

settings: improve settings locking precision

10 years agoFix TestHttpHeader test and build failures:
Sam Spilsbury [Sat, 2 Nov 2013 05:19:46 +0000 (13:19 +0800)]
Fix TestHttpHeader test and build failures:

1. We don't use CStdString anymore
2. The http header is now in the exact same order as the input
3. We don't put the charset in the mimetype anymore

10 years agoDrop isBidiCharset check, its not in the API anymore
Sam Spilsbury [Sat, 2 Nov 2013 05:19:42 +0000 (13:19 +0800)]
Drop isBidiCharset check, its not in the API anymore

10 years agoChange the CPU temperature fetch command for testing purposes so that it always works...
Sam Spilsbury [Sat, 2 Nov 2013 05:19:37 +0000 (13:19 +0800)]
Change the CPU temperature fetch command for testing purposes so that it always works, even on VMs

10 years agoOnly build libwayland_test.a if building tests with wayland
Sam Spilsbury [Sat, 2 Nov 2013 05:19:30 +0000 (13:19 +0800)]
Only build libwayland_test.a if building tests with wayland

10 years agoPR: fixup PR comments
davilla [Sat, 2 Nov 2013 02:16:08 +0000 (22:16 -0400)]
PR: fixup PR comments

10 years agoAdd http cookie passthrough to FFMPEG
Micah Galizia [Tue, 22 Oct 2013 21:14:39 +0000 (17:14 -0400)]
Add http cookie passthrough to FFMPEG

cleanup after code review

add release

fix comments

10 years ago[confluence] use <left> and <top> rather than <posx>
Jonathan Marshall [Wed, 30 Oct 2013 03:05:32 +0000 (16:05 +1300)]
[confluence] use <left> and <top> rather than <posx>

10 years ago[confluence] use <right> rather than <posx> for right aligned labels
Jonathan Marshall [Sun, 20 Oct 2013 08:28:46 +0000 (21:28 +1300)]
[confluence] use <right> rather than <posx> for right aligned labels

10 years ago[confluence] don't specify positioning of labels in defaults.xml
Jonathan Marshall [Sun, 20 Oct 2013 08:05:43 +0000 (21:05 +1300)]
[confluence] don't specify positioning of labels in defaults.xml

10 years ago[confluence] no need to use &quot; inside XML values
Jonathan Marshall [Sun, 20 Oct 2013 07:43:29 +0000 (20:43 +1300)]
[confluence] no need to use &quot; inside XML values

10 years ago[confluence] cosmetic - whitespace cleanup
Jonathan Marshall [Sun, 20 Oct 2013 07:38:19 +0000 (20:38 +1300)]
[confluence] cosmetic - whitespace cleanup

10 years agoMerge pull request #3451 from jmarshallnz/control_positioning
jmarshallnz [Fri, 1 Nov 2013 22:42:52 +0000 (15:42 -0700)]
Merge pull request #3451 from jmarshallnz/control_positioning

Control positioning

10 years agoMerge pull request #2973 from LS80/master
Martijn Kaijser [Fri, 1 Nov 2013 22:21:54 +0000 (15:21 -0700)]
Merge pull request #2973 from LS80/master

System.Platform boolean condition for RPi