vuplus_xbmc
10 years ago[epg] fix: incorrect return value in GetSelectedItem()
xhaggi [Fri, 22 Nov 2013 09:51:32 +0000 (10:51 +0100)]
[epg] fix: incorrect return value in GetSelectedItem()

10 years ago[pvr] support for past epg data in timeline view
xhaggi [Thu, 21 Nov 2013 23:04:27 +0000 (00:04 +0100)]
[pvr] support for past epg data in timeline view

10 years agoCUtf8Utils::RFindValidUtf8Char: fix check of unsigned variable
Karlson2k [Thu, 28 Nov 2013 15:04:05 +0000 (19:04 +0400)]
CUtf8Utils::RFindValidUtf8Char: fix check of unsigned variable

10 years agoCArchive: fix improper reading of wstrings introduced in 3bf304e9323e5f2eb3cbee5a45f2...
Karlson2k [Thu, 28 Nov 2013 13:53:15 +0000 (17:53 +0400)]
CArchive: fix improper reading of wstrings introduced in 3bf304e9323e5f2eb3cbee5a45f201426cbee84b

10 years agoCArchive: cosmetics: use uint8_t instead of BYTE
Karlson2k [Thu, 28 Nov 2013 12:03:48 +0000 (16:03 +0400)]
CArchive: cosmetics: use uint8_t instead of BYTE
m_pBuffer is pointer to uint8_t

10 years agoMerge pull request #3707 from popcornmix/omx_cosmetic
huceke [Thu, 28 Nov 2013 04:58:02 +0000 (20:58 -0800)]
Merge pull request #3707 from popcornmix/omx_cosmetic

[rbp/omxplayer] [Cosmetics] Remove unused code paths

10 years agoMerge pull request #3704 from popcornmix/tiled_thumb
huceke [Thu, 28 Nov 2013 04:47:51 +0000 (20:47 -0800)]
Merge pull request #3704 from popcornmix/tiled_thumb

[rbp] Fix bug with CPicture::CreateTiledThumb and texture pipeline

10 years agoMerge pull request #3667 from Karlson2k/pcre_reports_more_01
jmarshallnz [Thu, 28 Nov 2013 04:31:15 +0000 (20:31 -0800)]
Merge pull request #3667 from Karlson2k/pcre_reports_more_01

Put more data to log on RegExp UTF-8 errors

10 years agoMerge pull request #3719 from Karlson2k/carchive_cleanup_01
Karlson2k [Thu, 28 Nov 2013 00:10:27 +0000 (16:10 -0800)]
Merge pull request #3719 from Karlson2k/carchive_cleanup_01

CArchive cleanup and fix

10 years agoCArchive: finally remove include of StdString.h
Karlson2k [Wed, 27 Nov 2013 23:35:30 +0000 (03:35 +0400)]
CArchive: finally remove include of StdString.h

10 years agoCPUInfo: removal of CStdString
Karlson2k [Wed, 27 Nov 2013 20:09:48 +0000 (00:09 +0400)]
CPUInfo: removal of CStdString

10 years agoCTemperature: simple removal of CStdString
Karlson2k [Wed, 27 Nov 2013 20:09:18 +0000 (00:09 +0400)]
CTemperature: simple removal of CStdString

10 years agoadd missing include for "StdString.h"
Karlson2k [Wed, 27 Nov 2013 20:08:08 +0000 (00:08 +0400)]
add missing include for "StdString.h"

10 years agoCArchive: remove CStdStringW, fix wide string stream in
Karlson2k [Wed, 27 Nov 2013 19:02:59 +0000 (23:02 +0400)]
CArchive: remove CStdStringW, fix wide string stream in
"str.c_str()+(i*BUFFER_MAX)" was double shift buffer pointer

10 years agoCArchive: remove overloads for CStdString as redundant (handled by std::string)
Karlson2k [Wed, 27 Nov 2013 17:57:52 +0000 (21:57 +0400)]
CArchive: remove overloads for CStdString as redundant (handled by std::string)

10 years agoMerge pull request #3630 from ace20022/ext_subs_flags
Andreas Zelend [Wed, 27 Nov 2013 12:31:52 +0000 (04:31 -0800)]
Merge pull request #3630 from ace20022/ext_subs_flags

[Fix][Util] Allow any combination of flags for external subtitles

10 years agoMerge pull request #3694 from xhaggi/epg
Lars Op den Kamp [Tue, 26 Nov 2013 22:07:23 +0000 (14:07 -0800)]
Merge pull request #3694 from xhaggi/epg

[epg] fix: incorrect timeline grid for first program of channels (Trac #11479)

10 years agoMerge pull request #3715 from DoraXBMC/master
Sascha Montellese [Tue, 26 Nov 2013 21:55:10 +0000 (13:55 -0800)]
Merge pull request #3715 from DoraXBMC/master

jsonrpc: fixed uninitialized boolean in ProfilesOperations.cpp

10 years agoMerge pull request #3687 from xhaggi/fix-channel-numbers
Lars Op den Kamp [Tue, 26 Nov 2013 21:51:08 +0000 (13:51 -0800)]
Merge pull request #3687 from xhaggi/fix-channel-numbers

[pvr] fix: no channel numbers in channel-osd if continue last channel

10 years agoMerge pull request #3706 from wsoltys/iso_name
wsoltys [Tue, 26 Nov 2013 20:03:59 +0000 (12:03 -0800)]
Merge pull request #3706 from wsoltys/iso_name

fixed: some cd names were displayed as weird characters.

10 years ago[] Fixed uninitialized boolean in ProfilesOperations.cpp.
DoraXBMC [Tue, 26 Nov 2013 19:10:47 +0000 (21:10 +0200)]
[] Fixed uninitialized boolean in ProfilesOperations.cpp.

10 years agoMerge pull request #3711 from koying/fixstfkitkat
Chris Browet [Tue, 26 Nov 2013 14:07:21 +0000 (06:07 -0800)]
Merge pull request #3711 from koying/fixstfkitkat

FIX: [stagefright] fixup kitkat; remove hardcoded api limitation

10 years agoFIX: [stagefright] fixup kitkat; remove hardcoded api limitation
Chris "Koying" Browet [Mon, 25 Nov 2013 11:47:40 +0000 (12:47 +0100)]
FIX: [stagefright] fixup kitkat; remove hardcoded api limitation

10 years agoCharsetConverter: fix wrong locking of mutex
Karlson2k [Mon, 25 Nov 2013 21:40:41 +0000 (01:40 +0400)]
CharsetConverter: fix wrong locking of mutex

10 years ago[rbp/omxplayer] Cosmetic: Remove redundant conditional code
popcornmix [Sat, 23 Nov 2013 13:52:16 +0000 (13:52 +0000)]
[rbp/omxplayer] Cosmetic: Remove redundant conditional code

We are avoiding disabling ports when creating clock component, then immediately disabling ports...

10 years ago[rbp/omxplayer] Cosmetic: Remove unused portSettingsChanged parameter from tunnel...
popcornmix [Sat, 23 Nov 2013 14:04:53 +0000 (14:04 +0000)]
[rbp/omxplayer] Cosmetic: Remove unused portSettingsChanged parameter from tunnel establish

10 years ago[rbp/omxplayer] Cosmetic: Remove option to deinit a component without freeing it
popcornmix [Sat, 23 Nov 2013 13:47:49 +0000 (13:47 +0000)]
[rbp/omxplayer] Cosmetic: Remove option to deinit a component without freeing it

We always free a component when deiniting, so remove the option to avoid a way of leaking resources

10 years agoadd missing startpos option to pydocs
Martijn Kaijser [Mon, 25 Nov 2013 11:57:56 +0000 (12:57 +0100)]
add missing startpos option to pydocs

10 years agoMerge pull request #3697 from Montellese/getmatchingsource_skin_path
Sascha Montellese [Mon, 25 Nov 2013 07:37:40 +0000 (23:37 -0800)]
Merge pull request #3697 from Montellese/getmatchingsource_skin_path

allow access to special://skin through the webserver's VFS handler

10 years agoMerge pull request #3703 from popcornmix/clock_leak
huceke [Mon, 25 Nov 2013 07:00:05 +0000 (23:00 -0800)]
Merge pull request #3703 from popcornmix/clock_leak

[rbp/omxplayer] Fix leak when playing multiple files from playlist

10 years agofixed: some cd names were displayed as weird characters. Don't play buffer games...
wsoltys [Sun, 24 Nov 2013 18:05:59 +0000 (19:05 +0100)]
fixed: some cd names were displayed as weird characters. Don't play buffer games just use the label we've obtain already.

10 years agoosx: do not use cvBufferRef until we understand the failure modes better
S. Davilla [Sun, 24 Nov 2013 16:35:21 +0000 (08:35 -0800)]
osx: do not use cvBufferRef until we understand the failure modes better

10 years ago[WIN32] removed double include. replaced one CStdString by std::string and removed...
wsoltys [Sun, 24 Nov 2013 13:31:44 +0000 (14:31 +0100)]
[WIN32] removed double include. replaced one CStdString by std::string and removed bogus _T macro.

10 years ago[WIN32] fixed crash when looking at the system storage info. fixes #14716
wsoltys [Sun, 24 Nov 2013 13:01:29 +0000 (14:01 +0100)]
[WIN32] fixed crash when looking at the system storage info. fixes #14716

10 years ago[Confluence] update tvtunes code
ronie [Sun, 24 Nov 2013 12:28:31 +0000 (13:28 +0100)]
[Confluence] update tvtunes code

10 years agoMerge pull request #3683 from basrieter/strm_length_fix
Joakim Plate [Sun, 24 Nov 2013 10:10:21 +0000 (02:10 -0800)]
Merge pull request #3683 from basrieter/strm_length_fix

Fixed: read up to 4095 chars per line from a strm/m3u file

The buffer was already accepting this size.

10 years agoFixed: read up to 4095 chars per line from a strm/m3u file (and use the full buffer)
Bas Rieter [Tue, 19 Nov 2013 12:29:44 +0000 (13:29 +0100)]
Fixed: read up to 4095 chars per line from a strm/m3u file (and use the full buffer)

10 years ago[musicdb] fix: no longer force people to the musicbrainz scraper for MBID tagged...
night199uk [Sat, 23 Nov 2013 16:33:34 +0000 (00:33 +0800)]
[musicdb] fix: no longer force people to the musicbrainz scraper for MBID tagged music (allow local info only, etc)

10 years ago[rbp] Fix bug with CPicture::CreateTiledThumb and texture pipeline
popcornmix [Mon, 18 Nov 2013 14:49:40 +0000 (14:49 +0000)]
[rbp] Fix bug with CPicture::CreateTiledThumb and texture pipeline

The decode to texture pipeline results in the decoded pixels not being available to xbmc.
The pixels are required for CPicture::CreateTiledThumb, so provide an extra parameter to request that

10 years ago[rbp/omxplayer] Fix leak when playing multiple files from playlist
popcornmix [Sat, 23 Nov 2013 13:41:36 +0000 (13:41 +0000)]
[rbp/omxplayer] Fix leak when playing multiple files from playlist

When omxplayer plays a second file from a playlist (i.e. without being shut down) a clock component gets leaked.
Eventually enough of these leaked components will stop further playback

10 years ago[Confluence] cosmetics
ronie [Sat, 23 Nov 2013 13:33:10 +0000 (14:33 +0100)]
[Confluence] cosmetics

10 years ago[lang] update of skin.confluence language files
alanwww1 [Sat, 23 Nov 2013 08:28:31 +0000 (09:28 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Sat, 23 Nov 2013 08:28:15 +0000 (09:28 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Sat, 23 Nov 2013 08:27:33 +0000 (09:27 +0100)]
[lang] update of internal addon language files

10 years agoallow access to special://skin through the webserver's VFS handler
montellese [Fri, 22 Nov 2013 09:03:36 +0000 (10:03 +0100)]
allow access to special://skin through the webserver's VFS handler

10 years ago[pvr] fix: no channel numbers in channel-osd if continue last channel
xhaggi [Tue, 19 Nov 2013 18:35:59 +0000 (19:35 +0100)]
[pvr] fix: no channel numbers in channel-osd if continue last channel

10 years agoMerge pull request #3700 from stefansaraev/fixaddons
jmarshallnz [Fri, 22 Nov 2013 19:20:01 +0000 (11:20 -0800)]
Merge pull request #3700 from stefansaraev/fixaddons

fix addon uninstall yesno dialog behaviour

10 years agofix addon uninstall yesno dialog behaviour
Stefan Saraev [Fri, 22 Nov 2013 17:22:28 +0000 (19:22 +0200)]
fix addon uninstall yesno dialog behaviour

introduced in 333025f

addon uninstall yesno dialog behaviour is broken:
yes = does nothing. no = uninstalls the addon

10 years agoStringUtils::TrimLeft: fix: if string contains only trim chars then string must be...
Karlson2k [Thu, 21 Nov 2013 14:42:06 +0000 (18:42 +0400)]
StringUtils::TrimLeft: fix: if string contains only trim chars then string must be erased instead of left untouched

10 years agoCharsetDetection::GetBomEncoding: fix: remove unused leftover parameter
Karlson2k [Thu, 21 Nov 2013 21:47:14 +0000 (01:47 +0400)]
CharsetDetection::GetBomEncoding: fix: remove unused leftover parameter

10 years agoMerge pull request #3663 from elupus/dvdlocks
Joakim Plate [Thu, 21 Nov 2013 21:50:33 +0000 (13:50 -0800)]
Merge pull request #3663 from elupus/dvdlocks

Some cleanups in gui/player callbacks

10 years agodon't constantly hammer demuxer to get stream count
popcornmix [Mon, 18 Nov 2013 17:54:31 +0000 (17:54 +0000)]
don't constantly hammer demuxer to get stream count

Note this could cause regressions in files where streams show
up during playback, but i think the demuxer signals such
situations now.

10 years ago[Fix][Util] Allow any combination of flags, e.g., forced and default, for external...
ace20022 [Mon, 11 Nov 2013 16:13:35 +0000 (17:13 +0100)]
[Fix][Util] Allow any combination of flags, e.g., forced and default, for external subtitles.

10 years agoMerge pull request #3691 from Montellese/tvshows_playcount
jmarshallnz [Thu, 21 Nov 2013 19:01:39 +0000 (11:01 -0800)]
Merge pull request #3691 from Montellese/tvshows_playcount

videodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)

10 years ago[epg] fix: incorrect timeline grid for first program of channels (Trac
xhaggi [Thu, 21 Nov 2013 17:20:27 +0000 (18:20 +0100)]
[epg] fix: incorrect timeline grid for first program of channels (Trac
#11479)

10 years agoMerge pull request #3686 from ace20022/fix_subs_auto_regr
Andreas Zelend [Thu, 21 Nov 2013 07:11:51 +0000 (23:11 -0800)]
Merge pull request #3686 from ace20022/fix_subs_auto_regr

[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.

10 years agoMerge pull request #3644 from Voyager1/dvd-folder-nopl
jmarshallnz [Wed, 20 Nov 2013 20:08:58 +0000 (12:08 -0800)]
Merge pull request #3644 from Voyager1/dvd-folder-nopl

Playback of a DVD as files in a folder should not create a playlist

10 years agoMerge pull request #3633 from Memphiz/cmdline
Memphiz [Wed, 20 Nov 2013 20:07:34 +0000 (12:07 -0800)]
Merge pull request #3633 from Memphiz/cmdline

[osx] - fixed linkage of libxbmc.so, xbmc.bin and xbmc-test

10 years ago[Fix][OMXPlayer] This fixes a regression introduced in 50a1d3c.
ace20022 [Wed, 20 Nov 2013 10:43:06 +0000 (11:43 +0100)]
[Fix][OMXPlayer] This fixes a regression introduced in 50a1d3c.

If subs got disabled by OpenDefaultStreams they could not be turned on by the osd toggle.

10 years agovideodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)
montellese [Wed, 20 Nov 2013 08:24:29 +0000 (09:24 +0100)]
videodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)

10 years agofix CUtil::GetMatchingSource() after 7260bcce93057497d290bdb928bf8c5cf5a0ad9e
montellese [Wed, 20 Nov 2013 07:31:58 +0000 (08:31 +0100)]
fix CUtil::GetMatchingSource() after 7260bcce93057497d290bdb928bf8c5cf5a0ad9e

10 years ago[fix] Playback of a DVD as files in a folder should not create a playlist of those...
Voyager1 [Wed, 13 Nov 2013 23:40:20 +0000 (00:40 +0100)]
[fix] Playback of a DVD as files in a folder should not create a playlist of those files

10 years agoCFileItem - factor out determination of optical media math
Voyager1 [Sat, 16 Nov 2013 12:11:37 +0000 (13:11 +0100)]
CFileItem - factor out determination of optical media math

10 years ago[fix] play from here in a DVD container folder only queue main file instead of all...
Voyager1 [Sat, 16 Nov 2013 11:26:55 +0000 (12:26 +0100)]
[fix] play from here in a DVD container folder only queue main file instead of all files

10 years agoMerge pull request #3653 from ace20022/langCodes
jmarshallnz [Tue, 19 Nov 2013 18:56:04 +0000 (10:56 -0800)]
Merge pull request #3653 from ace20022/langCodes

[Fix] Languages codes: Reduce log messages

10 years ago[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.
ace20022 [Tue, 19 Nov 2013 16:23:34 +0000 (17:23 +0100)]
[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.

If subs got disabled by OpenDefaultStreams they could not be turned on by the osd toggle.

10 years agoMerge pull request #3681 from FernetMenta/aefixes
Peter Frühberger [Tue, 19 Nov 2013 13:30:55 +0000 (05:30 -0800)]
Merge pull request #3681 from FernetMenta/aefixes

ActiveAE fixes after audio settings refactoring

10 years agoMerge pull request #3679 from koying/fixamc
Chris Browet [Tue, 19 Nov 2013 09:59:56 +0000 (01:59 -0800)]
Merge pull request #3679 from koying/fixamc

Various MediaCodec fixes

10 years agoActiveAE: fix broken transcode for SPDIF if hidden channel layout has more than 2...
Rainer Hochecker [Mon, 18 Nov 2013 20:43:36 +0000 (21:43 +0100)]
ActiveAE: fix broken transcode for SPDIF if hidden channel layout has more than 2 channels

10 years agoActiveAE: fix stereo upmix, got broken with new audio settings
Rainer Hochecker [Mon, 18 Nov 2013 16:21:53 +0000 (17:21 +0100)]
ActiveAE: fix stereo upmix, got broken with new audio settings

10 years ago[subs] need to use the view rect, not the video destination rect, and make sure compu...
Jonathan Marshall [Tue, 19 Nov 2013 09:26:02 +0000 (22:26 +1300)]
[subs] need to use the view rect, not the video destination rect, and make sure computations are done in screen space

10 years ago[subs] fix incorrect matrix specification
Jonathan Marshall [Tue, 19 Nov 2013 09:25:16 +0000 (22:25 +1300)]
[subs] fix incorrect matrix specification

10 years agoMerge pull request #3638 from Voyager1/fix-dvd-subs
Voyager1 [Tue, 19 Nov 2013 06:42:13 +0000 (22:42 -0800)]
Merge pull request #3638 from Voyager1/fix-dvd-subs

[dvdplayer] Fix streams for DVDs sync with lang settings gui

10 years ago[rbp/omxplayer] Fix DVD subtitles' visibility in various situations.
popcornmix [Mon, 18 Nov 2013 20:29:03 +0000 (20:29 +0000)]
[rbp/omxplayer] Fix DVD subtitles' visibility in various situations.

10 years ago[rbp/omxplayer] Fix streams for DVDs sync with lang settings gui
popcornmix [Mon, 18 Nov 2013 20:24:48 +0000 (20:24 +0000)]
[rbp/omxplayer] Fix streams for DVDs sync with lang settings gui

10 years ago[subtitles core] set correct icon
amet [Mon, 18 Nov 2013 21:44:31 +0000 (01:44 +0400)]
[subtitles core] set correct icon

10 years ago[osx/ios/atv2] - sync xcode project
Memphiz [Mon, 18 Nov 2013 18:36:54 +0000 (19:36 +0100)]
[osx/ios/atv2] - sync xcode project

10 years ago[Fix][DVDInputStreamNavigator] Disable subtitles if requested by the user via a dvd...
ace20022 [Thu, 14 Nov 2013 14:50:36 +0000 (15:50 +0100)]
[Fix][DVDInputStreamNavigator] Disable subtitles if requested by the user via a dvd menu.

10 years ago[dvdplayer] Fix DVD subtitles' visibility in various situations.
Voyager1 [Wed, 13 Nov 2013 18:33:11 +0000 (19:33 +0100)]
[dvdplayer] Fix DVD subtitles' visibility in various situations.

10 years ago[dvdplayer] Fix streams for DVDs sync with lang settings gui
Voyager1 [Tue, 12 Nov 2013 18:15:09 +0000 (19:15 +0100)]
[dvdplayer] Fix streams for DVDs sync with lang settings gui

10 years agofixes PVR channel icon scan
Jonathan Marshall [Mon, 18 Nov 2013 19:08:45 +0000 (08:08 +1300)]
fixes PVR channel icon scan

10 years agoMerge pull request #3673 from Karlson2k/fix_cpu_name_01
jmarshallnz [Mon, 18 Nov 2013 19:05:46 +0000 (11:05 -0800)]
Merge pull request #3673 from Karlson2k/fix_cpu_name_01

CPUInfo: additional cleanup for CPU string

10 years agoFIX: [mediacodec] cosmetic
Chris "Koying" Browet [Mon, 18 Nov 2013 16:53:28 +0000 (17:53 +0100)]
FIX: [mediacodec] cosmetic

10 years agoFIX: [mediacodec] bail out if we don't support the color format
Chris "Koying" Browet [Mon, 18 Nov 2013 12:28:21 +0000 (13:28 +0100)]
FIX: [mediacodec] bail out if we don't support the color format

10 years agoFIX: [mediacodec] add qcom to white list (solves green screen issue)
Chris "Koying" Browet [Mon, 18 Nov 2013 11:01:03 +0000 (12:01 +0100)]
FIX: [mediacodec] add qcom to white list (solves green screen issue)

10 years agoMerge pull request #3664 from koying/quickpr
Chris Browet [Mon, 18 Nov 2013 10:11:09 +0000 (02:11 -0800)]
Merge pull request #3664 from koying/quickpr

FIX: [droid] do not package non-standard joystick keymap

10 years agoMerge pull request #3658 from koying/fixdroidmousewheel
Chris Browet [Mon, 18 Nov 2013 10:09:29 +0000 (02:09 -0800)]
Merge pull request #3658 from koying/fixdroidmousewheel

FIX: [droid] Handle mouse wheel

10 years agoCPUInfo: additional cleanup for CPU string
Karlson2k [Mon, 18 Nov 2013 09:35:45 +0000 (13:35 +0400)]
CPUInfo: additional cleanup for CPU string

10 years agofix incorrect time interval comparison in 8e2f2de2015684246603224d4ad8fc9035178307
Karlson2k [Mon, 18 Nov 2013 09:21:06 +0000 (13:21 +0400)]
fix incorrect time interval comparison in 8e2f2de2015684246603224d4ad8fc9035178307

10 years agoMerge pull request #3626 from jmarshallnz/subs_ui_scaling
jmarshallnz [Mon, 18 Nov 2013 05:56:53 +0000 (21:56 -0800)]
Merge pull request #3626 from jmarshallnz/subs_ui_scaling

Fix subtitle scaling for text based subs during windowed video playback

10 years ago[subs] scale subs rendered with our UI stuff correctly when in windowed mode
Jonathan Marshall [Tue, 12 Nov 2013 09:09:10 +0000 (22:09 +1300)]
[subs] scale subs rendered with our UI stuff correctly when in windowed mode

10 years ago[transforms] extend the UI transform with the font scaling amounts
Jonathan Marshall [Thu, 14 Nov 2013 06:46:15 +0000 (19:46 +1300)]
[transforms] extend the UI transform with the font scaling amounts

10 years ago[transforms] cleanup the transform stack to eliminate unnecessary copies.
Jonathan Marshall [Thu, 14 Nov 2013 06:39:58 +0000 (19:39 +1300)]
[transforms] cleanup the transform stack to eliminate unnecessary copies.

10 years agoDon't flicker infomanager strings.
Trent Nelson [Sun, 17 Nov 2013 23:55:24 +0000 (18:55 -0500)]
Don't flicker infomanager strings.

Just use the old values unless we're really busy.

10 years agoMerge pull request #3670 from jmarshallnz/find_fixes
jmarshallnz [Sun, 17 Nov 2013 23:40:24 +0000 (15:40 -0800)]
Merge pull request #3670 from jmarshallnz/find_fixes

Find fixes

10 years agoURIUtils::RemoveExtension didn't account for slashes after an extension, so could...
Jonathan Marshall [Sun, 17 Nov 2013 23:30:34 +0000 (12:30 +1300)]
URIUtils::RemoveExtension didn't account for slashes after an extension, so could chop everything after the period in paths like /some/path.foo/some/other/folders/

10 years ago[pvr] fixes GetDirectoryFromPath() - don't consider slashes as first character
Jonathan Marshall [Sun, 17 Nov 2013 23:27:21 +0000 (12:27 +1300)]
[pvr] fixes GetDirectoryFromPath() - don't consider slashes as first character

10 years ago[addons] fix TranslateSingleString to be more robust to badly formatted strings
Jonathan Marshall [Sun, 17 Nov 2013 23:26:29 +0000 (12:26 +1300)]
[addons] fix TranslateSingleString to be more robust to badly formatted strings

10 years agoRegExp: put more data to log on UTF-8 errors
Karlson2k [Sun, 17 Nov 2013 20:32:47 +0000 (00:32 +0400)]
RegExp: put more data to log on UTF-8 errors

10 years agoAdd Utf8Utils.h/.cpp with class for UTF-8 string manipulations
Karlson2k [Sun, 17 Nov 2013 15:45:10 +0000 (19:45 +0400)]
Add Utf8Utils.h/.cpp with class for UTF-8 string manipulations