vuplus_xbmc
13 years agofixed: ticket #10896 - memory leak watching videos with libass subtitles. thanks...
spiff_ [Mon, 13 Dec 2010 20:15:40 +0000 (20:15 +0000)]
fixed: ticket #10896 - memory leak watching videos with libass subtitles. thanks to evetsso!

(cherry picked from commit 99b4db4d04c9ae35b124e268a29d8c378d94ba10)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35636 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: #10876 - skin addon (auto-)update when using the same skin causes funkiness...
jmarshallnz [Mon, 13 Dec 2010 19:45:59 +0000 (19:45 +0000)]
fixed: #10876 - skin addon (auto-)update when using the same skin causes funkiness on win32.  We now unload the skin prior to install.

(cherry picked from commit 0d58f4ce1e8c3a48a5c36131e860d02cb7812858)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35634 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: Don't remove a job from the processing queue until OnJobComplete has been...
jmarshallnz [Mon, 13 Dec 2010 19:45:26 +0000 (19:45 +0000)]
fixed: Don't remove a job from the processing queue until OnJobComplete has been done - this function may be time consuming or may lock while waiting on app thread.  Other jobs queued up and waited on by app thread could then cause deadlocks.

(cherry picked from commit d3af3e0a1dc53df86f1b790bee6b5390ba65b205)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35633 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoadded: UnloadSkin builtin function, and allow ApplicationMessenger::ExecBuiltIn to...
jmarshallnz [Mon, 13 Dec 2010 19:44:51 +0000 (19:44 +0000)]
added: UnloadSkin builtin function, and allow ApplicationMessenger::ExecBuiltIn to wait on the builtin before returning

(cherry picked from commit a249081ab2e3d4b2b5348607df6a3513522bc40f)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35632 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: Ensure CGUIWindow::Initialize returns false if the window manager isn't...
jmarshallnz [Mon, 13 Dec 2010 19:44:12 +0000 (19:44 +0000)]
changed: Ensure CGUIWindow::Initialize returns false if the window manager isn't configured, and also ensure dialogs don't pop up.

(cherry picked from commit 783ee034e3985868d9a8fecc38c137867d24aa8a)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35631 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: crash in the fadelabel control if the font couldn't be found - thanks to Voyag...
jmarshallnz [Mon, 13 Dec 2010 19:43:24 +0000 (19:43 +0000)]
fixed: crash in the fadelabel control if the font couldn't be found - thanks to Voyager-xbmc

(cherry picked from commit f1eae555b9972059b045e5ada62fd4d5f18a4fbf)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35630 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerge r35623, [osx] we want basename, not the path
davilla [Sun, 12 Dec 2010 21:12:48 +0000 (21:12 +0000)]
merge r35623, [osx] we want basename, not the path

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35624 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: browse for path is rule with video xsp's should show video sources
spiff_ [Sun, 12 Dec 2010 13:59:18 +0000 (13:59 +0000)]
fixed: browse for path is rule with video xsp's should show video sources

(cherry picked from commit 34eb767374efde11b531d8d1d1893e1481431e6e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35620 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: libvdpau 0.4 installs a callback on the Display*, we need to keep a static...
bobo1on1 [Sat, 11 Dec 2010 01:57:59 +0000 (01:57 +0000)]
fixed: libvdpau 0.4 installs a callback on the Display*, we need to keep a static handle to libvdpau around so we don't segfault on XCloseDisplay()

(cherry picked from commit 30b611e4e50cde4f3d1b4e63ed3c72cba0dfbebd)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35615 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: syncing web interface trunk -> dharma
malard [Fri, 10 Dec 2010 00:23:18 +0000 (00:23 +0000)]
changed: syncing web interface trunk -> dharma

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35611 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerge r35608, [osx] fixed, figure out correct dylib names to match what linker uses
davilla [Thu, 9 Dec 2010 23:15:37 +0000 (23:15 +0000)]
merge r35608, [osx] fixed, figure out correct dylib names to match what linker uses

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35610 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: ticket #10790, #10791 - korean translation. thanks to airplanez
spiff_ [Wed, 8 Dec 2010 21:28:34 +0000 (21:28 +0000)]
updated: ticket #10790, #10791 - korean translation. thanks to airplanez
updated: ticket #10795 - turkish translation. thanks to queep
updated: ticket #10804 - polish translation. thanks to kolabor
updated: ticket #10818 - dutch translation. thanks to idioteque
updated: ticket #10842 - romanian translation. thanks to danny3
updated: ticket #10848 - spanish translation. thanks to poxitron

(cherry picked from commit 668d5a86f488bc33153569485a05d895a7877750)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35606 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: ticket #10852 - spanish translation. thanks to poxitron
spiff_ [Wed, 8 Dec 2010 21:25:34 +0000 (21:25 +0000)]
updated: ticket #10852 - spanish translation. thanks to poxitron

(cherry picked from commit 5d7b7e89f9d998ec4c7ff6750c1b57f1d8e57b8e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35605 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years ago[WIN32] merged r35603 from trunk
wiso [Wed, 8 Dec 2010 19:54:58 +0000 (19:54 +0000)]
[WIN32] merged r35603 from trunk

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35604 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: if upnp client wasn't started, xbmc could crash in GetFriendlyName()
elupus [Wed, 8 Dec 2010 15:55:30 +0000 (15:55 +0000)]
fixed: if upnp client wasn't started, xbmc could crash in GetFriendlyName()

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35602 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: allow 8 second skew between streams in mov before attempting to seek
elupus [Wed, 8 Dec 2010 14:04:48 +0000 (14:04 +0000)]
changed: allow 8 second skew between streams in mov before attempting to seek

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35599 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged r35594, use versions from http://code.google.com/p/xbmc-port-depends, the...
davilla [Wed, 8 Dec 2010 01:37:33 +0000 (01:37 +0000)]
merged r35594, use versions from code.google.com/p/xbmc-port-depends, the official install method

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35595 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerge -> fixed, trac #10830, OGG files can be played but don't get scanned, this...
davilla [Wed, 8 Dec 2010 01:12:37 +0000 (01:12 +0000)]
merge -> fixed, trac #10830, OGG files can be played but don't get scanned, this has been broke a long time

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35593 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agosimpler regex - credits TheUni
lcapriotti [Tue, 7 Dec 2010 16:21:53 +0000 (16:21 +0000)]
simpler regex - credits TheUni

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35590 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofix inverse logic
lcapriotti [Tue, 7 Dec 2010 16:09:57 +0000 (16:09 +0000)]
fix inverse logic

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoremove distro description customisation
lcapriotti [Tue, 7 Dec 2010 16:03:02 +0000 (16:03 +0000)]
remove distro description customisation

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35588 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged: trunk r35585 & r35586 - fixed: Video files played from an URL source would...
arnova [Tue, 7 Dec 2010 12:49:29 +0000 (12:49 +0000)]
merged: trunk r35585 & r35586 - fixed: Video files played from an URL source would in some cases show an URL encoded playing title

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35587 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoBackport: r35583
lcapriotti [Mon, 6 Dec 2010 09:46:26 +0000 (09:46 +0000)]
Backport: r35583

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35584 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()
jmarshallnz [Mon, 6 Dec 2010 07:28:26 +0000 (07:28 +0000)]
fixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()

(cherry picked from commit 3fc4ef73814f62bce7f619487ffa6e87ad30be01)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35582 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: #10702 - removed confusing default scraper options - still available via advan...
jmarshallnz [Mon, 6 Dec 2010 07:27:49 +0000 (07:27 +0000)]
fixed: #10702 - removed confusing default scraper options - still available via advancedsettings.xml

(cherry picked from commit 73dff59784476120936cbcf2e89f55be7288c429)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35581 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: #10799 - "order by" has no effect in album type smartplaylists. Thanks to...
jmarshallnz [Mon, 6 Dec 2010 07:27:15 +0000 (07:27 +0000)]
fixed: #10799 - "order by" has no effect in album type smartplaylists.  Thanks to fiveisalive

(cherry picked from commit 4878c225496b822611d7c3b47c233ff17003741b)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35580 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: crash due to race condition in prompting for skin change after install
jmarshallnz [Thu, 2 Dec 2010 08:38:48 +0000 (08:38 +0000)]
fixed: crash due to race condition in prompting for skin change after install

(cherry picked from commit 3a808bfe9f37417f36186e600704d22f68ac87b1)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35571 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged: r33362 from trunk
jmarshallnz [Thu, 2 Dec 2010 08:38:05 +0000 (08:38 +0000)]
merged: r33362 from trunk
fixed: Remove hack of pushing up set content dialog on press of Info where content hasn't been set - means that Info as default select action works for non-library items.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35570 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged: trunk r35547 - fixed: Ticket #10745 - Item stays highlighted after play finis...
arnova [Thu, 2 Dec 2010 07:44:06 +0000 (07:44 +0000)]
merged: trunk r35547 - fixed: Ticket #10745 - Item stays highlighted after play finishes in file manager (thanks Jmarshall!)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35569 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agobump version strings for rc2. Dharma_rc2
theuni [Thu, 2 Dec 2010 04:38:34 +0000 (04:38 +0000)]
bump version strings for rc2.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years ago[live] use stable dharma repo for included add-ons
theuni [Thu, 2 Dec 2010 04:38:25 +0000 (04:38 +0000)]
[live] use stable dharma repo for included add-ons

Fixed-up backport of r35563.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35565 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: move to final dharma add-on repository. Goodbye dharma-pre.
theuni [Thu, 2 Dec 2010 04:38:16 +0000 (04:38 +0000)]
changed: move to final dharma add-on repository. Goodbye dharma-pre.

(cherry picked from commit 518bf4b92b7f33b38a6bc70e56e952c0ed366bdf)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35564 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years ago[live] added: avahi-daemon package. Fixed up backport of r35560.
theuni [Wed, 1 Dec 2010 19:58:45 +0000 (19:58 +0000)]
[live] added: avahi-daemon package. Fixed up backport of r35560.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35561 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years ago[WIN32] fixed: charset conversion in WASAPI init (ticket #10792)
CrystalPT [Wed, 1 Dec 2010 04:34:08 +0000 (04:34 +0000)]
[WIN32] fixed: charset conversion in WASAPI init (ticket #10792)

(cherry picked from commit 4a2990045dd9b44caec7c967aecc83c64f3004e2)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35557 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: broken xml in allmusic artists scraper
theuni [Wed, 1 Dec 2010 04:33:07 +0000 (04:33 +0000)]
fixed: broken xml in allmusic artists scraper

(cherry picked from commit 2901f6e28dbd4b4663bc0104162c618f2c265806)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35556 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoBackport ipv6 disabling script. Squashed 3 commits.
theuni [Wed, 1 Dec 2010 04:01:44 +0000 (04:01 +0000)]
Backport ipv6 disabling script. Squashed 3 commits.

disable IPv6 from within XBMC via advancedsettings

(cherry picked from commit 4adc0fb8907751e2b39d58aeab5403266cab7ac4)

proper initial commit

(cherry picked from commit 875600bebfe514c7b87b5b0573a73cd0cf315f1e)

skip if advsetting is in place

(cherry picked from commit d177ec063a4af8b310d80675b7ff8d678b380deb)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35554 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged: r35545,r35546 from trunk:
jmarshallnz [Tue, 30 Nov 2010 19:05:54 +0000 (19:05 +0000)]
merged: r35545,r35546 from trunk:
added: [osx] Cocoa_ShowCursor to complement Cocoa_HideCursor (cherry picked from commit 1762b2e9e8fa8ff59bbf222d2a99cbbe2dc2e99b)
fixed: Ensure the mouse cursor is really hidden when in fullscreen (and that it comes back again when not).  Ideally this can be cleaned up once we move away from SDL (cherry picked from commit ed432147a55fd8b4057824e716cadd5302e90fb5)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35551 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerged: r35543,r35544,r35548 from trunk
jmarshallnz [Tue, 30 Nov 2010 19:05:13 +0000 (19:05 +0000)]
merged: r35543,r35544,r35548 from trunk
fixed: #10643 - can't add local folders to "favourites" menu on win32. (cherry picked from commit 69dad5c7907b0e1f5b2eb0837b1aad0387f83a4f)
added: unit tests for Paramify() and SplitExecFunction() (cherry picked from commit 3f1b0b45194e9c9cd5f39a7cf9791a943c4d81a6)
changed: Simplify the escape character tracking in SplitExecFunction (cherry picked from commit 1a740e14b491968a54a11f5ec630e9ee2c68446f)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35550 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: Save the addonupdate/notification settings under the <general> tab rather...
jmarshallnz [Tue, 30 Nov 2010 04:52:06 +0000 (04:52 +0000)]
changed: Save the addonupdate/notification settings under the <general> tab rather than <defaultvideosettings>, and default them both to on.

(cherry picked from commit 6a6d6d7d046d9f8669fefa92cd688d3f2dd96c06)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35540 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: #10781 - Disallow more than 100 settings per category from addons.
jmarshallnz [Tue, 30 Nov 2010 04:51:34 +0000 (04:51 +0000)]
fixed: #10781 - Disallow more than 100 settings per category from addons.

(cherry picked from commit c7319b971a8e95e5f905278142ade0d707c1b39e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35539 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: Ensure id=2 (view as button) in windowxml scripts is handled internally -...
jmarshallnz [Tue, 30 Nov 2010 04:51:01 +0000 (04:51 +0000)]
fixed: Ensure id=2 (view as button) in windowxml scripts is handled internally - no longer sends an onclick message to the script.

(cherry picked from commit 0f659929021909730a21b7f925fb1477eb8676a4)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35538 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agosync scripts with git 3392eedd
theuni [Tue, 30 Nov 2010 00:47:27 +0000 (00:47 +0000)]
sync scripts with git 3392eedd

(cherry picked from commit 866b7e93d19ba3fa7162835965e0ad411d7fbee6)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35531 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: only prompt to set content if the path is saved.
theuni [Tue, 30 Nov 2010 00:19:19 +0000 (00:19 +0000)]
fixed: only prompt to set content if the path is saved.

(cherry picked from commit 8c6022f4fd116bb4c20b41d7afb99fbac97940af)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35529 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoremoved: last traces of libshout.
theuni [Tue, 30 Nov 2010 00:19:12 +0000 (00:19 +0000)]
removed: last traces of libshout.

(cherry picked from commit c3611f1fd570d34800ecb1f848fd959e1811b7a4)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35528 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: don't ask to remove content from the library when removing rss and livetv...
theuni [Tue, 30 Nov 2010 00:19:02 +0000 (00:19 +0000)]
fixed: don't ask to remove content from the library when removing rss and livetv sources. may be others that need this as well

(cherry picked from commit 2d1c30c8f699f58ce74175499cc67921a81963d2)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35527 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: don't show the set content dialog for rss sources
theuni [Tue, 30 Nov 2010 00:18:55 +0000 (00:18 +0000)]
fixed: don't show the set content dialog for rss sources

(cherry picked from commit 27d6fa911fd0258c94ff7e5cf24256dbca0d86e0)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35526 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: channel layout from ffmpeg is int64_t
bobo1on1 [Mon, 29 Nov 2010 22:12:45 +0000 (22:12 +0000)]
fixed: channel layout from ffmpeg is int64_t

(cherry picked from commit 571fabe155bf8d3d7042c75f7d1f0c9fa2c3307b)

fixed: rebuild the channelmap when the layout changes
fixed: no need to build a channel map when just requesting the number of channels
fixed: init the channelmap in constructor to an empty one

(cherry picked from commit 153fb81a91eed115232b724889937f0916c1c8fc)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35523 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: calling JSON-RPC System.GetInfoLabels or System.GetInfoBooleans while closing...
blinkseb [Mon, 29 Nov 2010 16:45:48 +0000 (16:45 +0000)]
fixed: calling JSON-RPC System.GetInfoLabels or System.GetInfoBooleans while closing made XBMC crashes.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35521 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated script.rss.editor to 1.6.0 from official repo
ametovic [Mon, 29 Nov 2010 10:13:17 +0000 (10:13 +0000)]
updated script.rss.editor to 1.6.0 from official repo

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35515 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: music videos album node had an invalid sql query.
jmarshallnz [Mon, 29 Nov 2010 08:18:22 +0000 (08:18 +0000)]
fixed: music videos album node had an invalid sql query.

(cherry picked from commit e5ff5ea7f04ea2b91c943ae7880031315e40eac0)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35512 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: clear item vector when content type is changed to none
spiff_ [Sun, 28 Nov 2010 11:59:42 +0000 (11:59 +0000)]
fixed: clear item vector when content type is changed to none

(cherry picked from commit 5c04cf9fc90f355ec6e44aab52ff97f1b4d306f1)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35502 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: ticket #10766 - hungarian translation. thanks to alanwww1
spiff_ [Sun, 28 Nov 2010 10:00:22 +0000 (10:00 +0000)]
updated: ticket #10766 - hungarian translation. thanks to alanwww1
updated: ticket #10769, #10770 - turkish translation. thanks to queep
updated: ticket #10773 - dutch translation. thanks to adje
updated: ticket #10780 - japanese translation. thanks to kyouhei

(cherry picked from commit 8541b9e2a5c44fcff428b76295c60d981841db9e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35500 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoSquashed 3 commits: Add a setting to disable ipv6. ipv6 enabled by default
theuni [Sat, 27 Nov 2010 19:54:03 +0000 (19:54 +0000)]
Squashed 3 commits: Add a setting to disable ipv6. ipv6 enabled by default

fixed: Disable ipv6 for libcurl. It is known to cause long timeouts with some hardware in linux.

(cherry picked from commit 837b8662d6fd3b8003863e842fa3a06b1587fb72)

[changed] on second thought, this probably only breaks for a tiny set of users. Let's enable ipv6 by default and let affected users disable.

(cherry picked from commit eb64b9c978476f0eedbdeb719e3fabf7034abd99)

fixed build

(cherry picked from commit 91982515b4b94a0a53576b315398031e034d6266)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35495 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: force http protocol in fileshoutcast in case we were called with a shout:...
theuni [Sat, 27 Nov 2010 17:47:44 +0000 (17:47 +0000)]
fixed: force http protocol in fileshoutcast in case we were called with a shout:// url

(cherry picked from commit 3dde06817f748e38d34aaf1a1ba83eae5a0e4ec6)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35492 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: we better increase this iterator
theuni [Sat, 27 Nov 2010 17:47:37 +0000 (17:47 +0000)]
fixed: we better increase this iterator

(cherry picked from commit c4e647a861a312bd7a582d3b9ccf840e5d42c96b)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35491 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: mark a few httpheader functions as const
theuni [Sat, 27 Nov 2010 17:47:30 +0000 (17:47 +0000)]
fixed: mark a few httpheader functions as const

(cherry picked from commit 986b4a3da2d4bdb80345dc39efa06c5f4e01c5fd)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35490 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofinish removal of libshout from xcode project
theuni [Sat, 27 Nov 2010 17:47:23 +0000 (17:47 +0000)]
finish removal of libshout from xcode project

Manual backport of r35485

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35489 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agodelete libshout - now unused
theuni [Sat, 27 Nov 2010 17:47:16 +0000 (17:47 +0000)]
delete libshout - now unused

Fixed up backport of r35469.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35488 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: ditch libshout and replace with curl-based code
theuni [Sat, 27 Nov 2010 17:46:55 +0000 (17:46 +0000)]
changed: ditch libshout and replace with curl-based code

Fixed up Backport of r35468.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35487 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoRevert "changed: revert r31212 as a bandaid solution for cross fade issues with shout...
theuni [Sat, 27 Nov 2010 17:46:35 +0000 (17:46 +0000)]
Revert "changed: revert r31212 as a bandaid solution for cross fade issues with shoutcast (ticket #10373). real solution is to get rid of libshout"

Reverts Dharma r34297
This reverts commit 75f92dc223491e2c92a146da387f60bcdfad1ac0.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35486 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: VorbisTag didn't respect "Description" tag. Thanks to ppmcbiggs (#10729)
jmarshallnz [Fri, 26 Nov 2010 21:37:34 +0000 (21:37 +0000)]
fixed: VorbisTag didn't respect "Description" tag.  Thanks to ppmcbiggs (#10729)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35478 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoBackport to Dharma
elupus [Fri, 26 Nov 2010 21:04:00 +0000 (21:04 +0000)]
Backport to Dharma
r35472 fixed: don't use alsa hw_params after they have been freed
r35475 fixed: memleak in mpegts demuxer on some malformed (??) mpegts files with too large pes packets

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35476 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: don't ask to remove content on new sources without content type set
spiff_ [Fri, 26 Nov 2010 19:15:18 +0000 (19:15 +0000)]
fixed: don't ask to remove content on new sources without content type set

(cherry picked from commit a3c7af1ecb7de9b5f23b030b25e85a265ba0e4ff)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35471 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: use local changelog in the add-on info dialog unless an update is available...
spiff_ [Thu, 25 Nov 2010 23:22:00 +0000 (23:22 +0000)]
fixed: use local changelog in the add-on info dialog unless an update is available online

(cherry picked from commit c6f57f11aa27a834a83c43527863de47c6fb83ee)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35467 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: ogg/flac from http sources didn't work
spiff_ [Thu, 25 Nov 2010 23:20:44 +0000 (23:20 +0000)]
fixed: ogg/flac from http sources didn't work

(cherry picked from commit 4b694841815fe1ed54d20c77e601180a6a582e83)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35466 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: avoid initing the ogg codec twice if it's a vorbis file
spiff_ [Thu, 25 Nov 2010 23:17:09 +0000 (23:17 +0000)]
fixed: avoid initing the ogg codec twice if it's a vorbis file

(cherry picked from commit 14a92dbee3a9934f189dacfaeab3f53076445e7e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35465 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agorefactor: move the ogg flac/vorbis shenanigans to a separate function
spiff_ [Thu, 25 Nov 2010 23:15:24 +0000 (23:15 +0000)]
refactor: move the ogg flac/vorbis shenanigans to a separate function

(cherry picked from commit d53b684ec95a650e9e46711f19044170af2b9260)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35464 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agomerge r35456, [chd] fixed regression with bcm70012, thanks bokbokan
davilla [Thu, 25 Nov 2010 16:56:01 +0000 (16:56 +0000)]
merge r35456, [chd] fixed regression with bcm70012, thanks bokbokan

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35457 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: disabled broken software upscaling completely, crashes when someone turns...
bobo1on1 [Wed, 24 Nov 2010 22:13:13 +0000 (22:13 +0000)]
fixed: disabled broken software upscaling completely, crashes when someone turns it on, software upscaling has been removed from trunk so this is a dharma only commit

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35451 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoMoved Announcement ApplicationStop before anything have begun stopping.
topfs2 [Tue, 23 Nov 2010 23:00:36 +0000 (23:00 +0000)]
Moved Announcement ApplicationStop before anything have begun stopping.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35446 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoRemoved Resume announcement and moved Wake to the end of the awakening of xbmc, i...
topfs2 [Tue, 23 Nov 2010 23:00:25 +0000 (23:00 +0000)]
Removed Resume announcement and moved Wake to the end of the awakening of xbmc, i.e. when it is announced xbmc is up and running again

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35445 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: auto play next item didn't work for music add-ons
spiff_ [Tue, 23 Nov 2010 22:44:37 +0000 (22:44 +0000)]
fixed: auto play next item didn't work for music add-ons

(cherry picked from commit 810901a1f6e0de5114e0e0c80e90245c2dc37193)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35442 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: ticket #10692 - network servers (web+upnp) do not survive profile logout
spiff_ [Tue, 23 Nov 2010 22:42:17 +0000 (22:42 +0000)]
fixed: ticket #10692 - network servers (web+upnp) do not survive profile logout

(cherry picked from commit a7e0c70e87d4dc69690d32afbc8c44ac886761a0)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35441 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: ticket #10747 - joystick still send event to xbmc when using emulator trough...
spiff_ [Tue, 23 Nov 2010 22:41:09 +0000 (22:41 +0000)]
fixed: ticket #10747 - joystick still send event to xbmc when using emulator trough launcher plugin

(cherry picked from commit 745e4aa1e34f142b3eac37d881819f66969264b8)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35440 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: ticket #10720 - romanian translation. thanks to danny3
spiff_ [Tue, 23 Nov 2010 22:40:19 +0000 (22:40 +0000)]
updated: ticket #10720 - romanian translation. thanks to danny3
updated: ticket #10718 - polish translation. thanks to kolabor
updated: ticket #10637 - dutch translation. thanks to adje
updated: ticket #10515 - ukranian translation. thanks to issh
updated: ticket #10746 - norwegian translation. thanks to ventech

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35439 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: Forgot to change lang id..
spiff_ [Tue, 23 Nov 2010 22:36:43 +0000 (22:36 +0000)]
updated: Forgot to change lang id..

(cherry picked from commit c1a3e83240e7143555f5b60574d79d6e52539fb7)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35438 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: More stuff translated to Swedish
spiff_ [Tue, 23 Nov 2010 22:35:48 +0000 (22:35 +0000)]
updated: More stuff translated to Swedish

(cherry picked from commit db82c49ec38ac36bfeb3200476d79c80815cad65)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35437 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: Forgot to change country id
spiff_ [Tue, 23 Nov 2010 22:31:45 +0000 (22:31 +0000)]
updated: Forgot to change country id

(cherry picked from commit 863e8cdf00151768825e54bb1a440ce3b3a1d213)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35436 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: More Swedish translations
spiff_ [Tue, 23 Nov 2010 22:30:26 +0000 (22:30 +0000)]
updated: More Swedish translations

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35435 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: Swedish translations
spiff_ [Tue, 23 Nov 2010 22:24:40 +0000 (22:24 +0000)]
updated: Swedish translations

(cherry picked from commit 4980a0cac0e8fb35933650e050634d0ebf8603ed)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35434 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoKeys in SetAnnouncementFlags should be same casing as the returned object from GetAnn...
topfs2 [Tue, 23 Nov 2010 03:30:37 +0000 (03:30 +0000)]
Keys in SetAnnouncementFlags should be same casing as the returned object from GetAnnouncementFlags

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35427 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoFixed: Bad spelling. See it helps being in a native english country for a while
topfs2 [Tue, 23 Nov 2010 03:30:30 +0000 (03:30 +0000)]
Fixed: Bad spelling. See it helps being in a native english country for a while

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35426 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoMade Permission return an object to be consistant with announcementflags
topfs2 [Tue, 23 Nov 2010 03:30:23 +0000 (03:30 +0000)]
Made Permission return an object to be consistant with announcementflags

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35425 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoFixed: Enum when transform not flag
topfs2 [Tue, 23 Nov 2010 03:30:16 +0000 (03:30 +0000)]
Fixed: Enum when transform not flag

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35424 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoReturn an object of the GetAnnouncementFlags instead to be consistent with the SetAnn...
topfs2 [Tue, 23 Nov 2010 00:13:56 +0000 (00:13 +0000)]
Return an object of the GetAnnouncementFlags instead to be consistent with the SetAnnouncementFlags

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35419 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoFixed: Announce everything by default in TCPServer
topfs2 [Mon, 22 Nov 2010 18:15:23 +0000 (18:15 +0000)]
Fixed: Announce everything by default in TCPServer

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35416 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoFixed: Should be able to set more than one announcement flag
topfs2 [Mon, 22 Nov 2010 14:44:43 +0000 (14:44 +0000)]
Fixed: Should be able to set more than one announcement flag

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35412 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoFixed: Announcement flag needs to be honoured in TCPServer
topfs2 [Mon, 22 Nov 2010 14:44:35 +0000 (14:44 +0000)]
Fixed: Announcement flag needs to be honoured in TCPServer

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35411 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agosync with git
spiff_ [Sat, 20 Nov 2010 21:08:25 +0000 (21:08 +0000)]
sync with git

(cherry picked from commit 3cbbfa6d12c06d9ba73f034f4816c55afa4882e9)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35365 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: ticket #10675 - Smart Playlists not working as expected
spiff_ [Sat, 20 Nov 2010 21:05:26 +0000 (21:05 +0000)]
fixed: ticket #10675 - Smart Playlists not working as expected

(cherry picked from commit a795f12654eb292e4a31423b77c2ebb77ff20bea)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35364 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agochanged: removed recently added script by author request. will be replaced by a fork...
spiff_ [Sat, 20 Nov 2010 21:04:32 +0000 (21:04 +0000)]
changed: removed recently added script by author request. will be replaced by a fork shortly

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35363 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoadded: support EAC3 served from tvheadend
elupus [Fri, 19 Nov 2010 23:53:05 +0000 (23:53 +0000)]
added: support EAC3 served from tvheadend

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35346 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: calculation in CDVDClock might wrap on int64_t, fixes unpause weirdness
bobo1on1 [Fri, 19 Nov 2010 19:20:53 +0000 (19:20 +0000)]
fixed: calculation in CDVDClock might wrap on int64_t, fixes unpause weirdness

(cherry picked from commit 3dbec20eab629f98ce1b0da3b71214591befc90e)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35341 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years ago[metadata.common.imdb.com] sync with git
nadasb [Fri, 19 Nov 2010 11:42:07 +0000 (11:42 +0000)]
[metadata.common.imdb.com] sync with git

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35335 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: #10712/#10713 - Icelandic translations. thanks kristjan
vdrfan [Fri, 19 Nov 2010 07:32:18 +0000 (07:32 +0000)]
updated: #10712/#10713 - Icelandic translations. thanks kristjan

(cherry picked from commit 4c824ed1f658545821fb030807265f486255d767)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35332 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoadded: TexturePacker: show original file when a dupe is detected. Acked by JM.
theuni [Fri, 19 Nov 2010 07:10:59 +0000 (07:10 +0000)]
added: TexturePacker: show original file when a dupe is detected. Acked by JM.

(cherry picked from commit 175bf7bb3d8f8a32aa874a49e3cfa55e96f2d36d)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35330 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: overly-aggressive TexturePacker dupecheck. Acked by JM.
theuni [Fri, 19 Nov 2010 07:10:51 +0000 (07:10 +0000)]
fixed: overly-aggressive TexturePacker dupecheck. Acked by JM.

(cherry picked from commit b958900ffcf070c316e7a9a08e0736846f460088)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35329 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agoupdated: sync scrapers with git b1cf8b08a Dharma_rc1
theuni [Thu, 18 Nov 2010 03:04:56 +0000 (03:04 +0000)]
updated: sync scrapers with git b1cf8b08a

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35325 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agobump version strings for rc1. Also set PPA to build as release. All other platforms...
theuni [Thu, 18 Nov 2010 02:39:29 +0000 (02:39 +0000)]
bump version strings for rc1. Also set PPA to build as release. All other platforms are handled at build time.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35324 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

13 years agofixed: Build issue on dharma
jmarshallnz [Thu, 18 Nov 2010 01:50:43 +0000 (01:50 +0000)]
fixed: Build issue on dharma

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35323 568bbfeb-2a22-0410-94d2-cc84cf5bfa90