vuplus_xbmc
12 years agoMerge pull request #592 from davilla/hack-curl-unload
davilla [Sun, 1 Jan 2012 16:17:18 +0000 (08:17 -0800)]
Merge pull request #592 from davilla/hack-curl-unload

[hack] force curl to not unload, this hack fixes ssl from slipping out when python unloads

12 years agofix: clear weather values while fetching values for another city and weather location...
amet [Sun, 1 Jan 2012 15:25:52 +0000 (19:25 +0400)]
fix: clear weather values while fetching values for another city and weather location would get stuck to None in some rare cases

12 years agoMerge pull request #589 from CrystalP/fix-deviceforwindow
CrystalP [Sat, 31 Dec 2011 17:26:22 +0000 (09:26 -0800)]
Merge pull request #589 from CrystalP/fix-deviceforwindow

Add an event to catch window moves, and related changes:
- clean up event list
- windows implementation to recreate the D3D device when the window changes screen in non-fullscreen windowed mode.

12 years agoMerge pull request #597 from cptspiff/rsscache
Arne Morten Kvarving [Sat, 31 Dec 2011 11:38:30 +0000 (03:38 -0800)]
Merge pull request #597 from cptspiff/rsscache

fixed: use a time based, not a persistent, cache for rss feeds

12 years agoupdated: Spanish (Mexico) translation (closes #12388 - thanks Juanjo)
vdrfan [Sat, 31 Dec 2011 11:27:37 +0000 (12:27 +0100)]
updated: Spanish (Mexico) translation (closes #12388 - thanks Juanjo)

12 years agoWindows-specific code to detect window movement and recreate D3D device when the...
CrystalP [Fri, 16 Dec 2011 04:07:04 +0000 (23:07 -0500)]
Windows-specific code to detect window movement and recreate D3D device when the window moves from one screen to another

12 years agoMake sure the D3D adapter is for the same screen as the XBMC window
CrystalP [Sun, 11 Dec 2011 16:01:24 +0000 (11:01 -0500)]
Make sure the D3D adapter is for the same screen as the XBMC window

The device reset after resizing the window could land us with an adapter on
the wrong screen

12 years agoSimplify xbmc_events.h to reflect use
CrystalP [Sat, 31 Dec 2011 06:12:19 +0000 (01:12 -0500)]
Simplify xbmc_events.h to reflect use

The file was copied from SDL with minor adaptations. XBMC doesn't
use the events the same way, so simplify things:
- the event types are not used as bitfields or bitmasks
- the event types are stored as uchar, so max 256 values.
- Only one user event is used, we don't need reserved values
- the event type values are not persisted and only known/used by
  CWinEventsSDL, CWinEventsWin32 and CApplication so no need to maintain
  binary compatibility.

12 years agocosmetic: tabs be gone + alignment
CrystalP [Tue, 27 Dec 2011 22:02:09 +0000 (17:02 -0500)]
cosmetic: tabs be gone + alignment

12 years agoAdded new event when the user moves the main window
CrystalP [Fri, 16 Dec 2011 04:01:40 +0000 (23:01 -0500)]
Added new event when the user moves the main window

note: note sure it's ok to insert the new event in the middle. Don't know if the enum values are persisted somewhere.

12 years agofixed compiler warnings about uninitialized vars
davilla [Sat, 31 Dec 2011 00:21:01 +0000 (19:21 -0500)]
fixed compiler warnings about uninitialized vars

12 years agofixed, show subs if we have video and no audio
davilla [Fri, 30 Dec 2011 19:32:26 +0000 (14:32 -0500)]
fixed, show subs if we have video and no audio

12 years agofixed: compile with --disable-optical-drive broke in 825175e4a300ea1409cc288f675c570b...
bobo1on1 [Fri, 30 Dec 2011 18:47:46 +0000 (19:47 +0100)]
fixed: compile with --disable-optical-drive broke in 825175e4a300ea1409cc288f675c570b2cc4b46a

12 years agofixed, add pts/duration to 3GPP/TX3G, changed bgn/end tag order to keep bracketing...
davilla [Fri, 30 Dec 2011 18:43:21 +0000 (13:43 -0500)]
fixed, add pts/duration to 3GPP/TX3G, changed bgn/end tag order to keep bracketing order, add color support

12 years agofixed, sporatic crashes in overlay subtitles
davilla [Fri, 30 Dec 2011 18:38:58 +0000 (13:38 -0500)]
fixed, sporatic crashes in overlay subtitles

12 years agofixed: EOLs
theuni [Fri, 30 Dec 2011 16:33:47 +0000 (11:33 -0500)]
fixed: EOLs

12 years agofixed: local fanart not properly cached when using .nfo files (fixes #12341)
vdrfan [Fri, 30 Dec 2011 12:19:22 +0000 (13:19 +0100)]
fixed: local fanart not properly cached when using .nfo files (fixes #12341)

12 years agojsonrpc: fix overriding of valid CFileItem labels in Files.GetDirectory
montellese [Fri, 30 Dec 2011 11:24:39 +0000 (12:24 +0100)]
jsonrpc: fix overriding of valid CFileItem labels in Files.GetDirectory

12 years ago[WIN32] fixed: m_ResInfo had always isFullScreen = true set (thanks CrystalP).
WiSo [Fri, 30 Dec 2011 09:55:08 +0000 (10:55 +0100)]
[WIN32] fixed: m_ResInfo had always isFullScreen = true set (thanks CrystalP).

12 years agocdtext: use album genre information if not available at track level
CrystalP [Fri, 30 Dec 2011 02:02:04 +0000 (21:02 -0500)]
cdtext: use album genre information if not available at track level

12 years agofixed: service addons are not started after installation (fixes #12378)
vdrfan [Thu, 29 Dec 2011 23:29:16 +0000 (00:29 +0100)]
fixed: service addons are not started after installation (fixes #12378)

12 years ago[WIN32] fixed: use IsFullScreen() rather than m_ResInfo directly (part 2)
WiSo [Thu, 29 Dec 2011 16:21:47 +0000 (17:21 +0100)]
[WIN32] fixed: use IsFullScreen() rather than m_ResInfo directly (part 2)

12 years ago[WIN32] fixed: use IsFullScreen() rather than m_ResInfo directly.
WiSo [Thu, 29 Dec 2011 16:09:42 +0000 (17:09 +0100)]
[WIN32] fixed: use IsFullScreen() rather than m_ResInfo directly.

12 years agofixed: calibration screen showed full screen rather than windowed
WiSo [Thu, 29 Dec 2011 16:02:24 +0000 (17:02 +0100)]
fixed: calibration screen showed full screen rather than windowed

12 years agofixed: initialize members in the order they were declared
vdrfan [Thu, 29 Dec 2011 16:00:59 +0000 (17:00 +0100)]
fixed: initialize members in the order they were declared

12 years agofixed: system info showed full screen even though we were in windowed mode. At least...
WiSo [Thu, 29 Dec 2011 15:40:20 +0000 (16:40 +0100)]
fixed: system info showed full screen even though we were in windowed mode. At least on win32 m_ResInfo[].bFullScreen is always true. I don't know if this is right but it could indicate that this resolution supports full screen but I doubt. Anyone knows?

12 years agofixed: use a time based, not a persistent, cache for rss feeds
spiff [Thu, 29 Dec 2011 15:13:46 +0000 (16:13 +0100)]
fixed: use a time based, not a persistent, cache for rss feeds

currently only respects the 'ttl' syndication hint

12 years agoMerge pull request #596 from MartijnKaijser/master
wsoltys [Thu, 29 Dec 2011 15:07:21 +0000 (07:07 -0800)]
Merge pull request #596 from MartijnKaijser/master

Update Dutch language

12 years agoUpdate Dutch language strings
MartijnKaijser [Thu, 29 Dec 2011 15:01:32 +0000 (16:01 +0100)]
Update Dutch language strings

12 years ago[WIN32] bumped libbluray to the first stable release 0.2.1
WiSo [Thu, 29 Dec 2011 12:26:29 +0000 (13:26 +0100)]
[WIN32] bumped libbluray to the first stable release 0.2.1

12 years agoMerge pull request #567 from Montellese/jsonrpc_12279
Sascha Montellese [Thu, 29 Dec 2011 11:02:49 +0000 (03:02 -0800)]
Merge pull request #567 from Montellese/jsonrpc_12279

initialize JSON-RPC before loading the skins first window (Startup.xml) (fixes #12279)

12 years agowebserver: send "Connection: close" with Unauthorized error (as described in RFC...
montellese [Thu, 29 Dec 2011 10:27:38 +0000 (11:27 +0100)]
webserver: send "Connection: close" with Unauthorized error (as described in RFC 2616) for non-persistent connections

12 years agoinitialize JSON-RPC before loading the first window (Startup.xml) of a skin (fixes...
montellese [Sun, 11 Dec 2011 14:27:40 +0000 (15:27 +0100)]
initialize JSON-RPC before loading the first window (Startup.xml) of a skin (fixes #12279)

When JSON-RPC is initialized after the first window (Startup.xml) of a skin has
been loaded during XBMC startup it can happen that a script executed by the skin
from that windows XML file makes JSON-RPC requests before JSON-RPC has been
initialized which will result in an error response from JSON-RPC.

12 years agoMerge pull request #595 from Voyager-xbmc/fix-resume-dvd-and-eject
Matthias Kortstiege [Thu, 29 Dec 2011 08:16:07 +0000 (00:16 -0800)]
Merge pull request #595 from Voyager-xbmc/fix-resume-dvd-and-eject

[Windows] Fix remaining dvd resume issue and soft eject problem

12 years agoFix remaining dvd resume issue and soft eject problem
Voyager-xbmc [Thu, 29 Dec 2011 07:34:08 +0000 (08:34 +0100)]
Fix remaining dvd resume issue and soft eject problem

12 years agofixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)
vdrfan [Wed, 28 Dec 2011 22:24:08 +0000 (23:24 +0100)]
fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)

12 years agofixed: c/p monster
vdrfan [Wed, 28 Dec 2011 22:09:40 +0000 (23:09 +0100)]
fixed: c/p monster

12 years agoupdated: Russian translation (closes #12367 - thanks Roman_V_M)
vdrfan [Wed, 28 Dec 2011 21:47:01 +0000 (22:47 +0100)]
updated: Russian translation (closes #12367 - thanks Roman_V_M)

12 years agofixed: cdda/dvd playdisk (attempt 4)
elupus [Wed, 28 Dec 2011 21:34:33 +0000 (22:34 +0100)]
fixed: cdda/dvd playdisk (attempt 4)

It still needs more work..

12 years agochanged: move webserver and bookmarks header out of application.h
elupus [Wed, 28 Dec 2011 20:41:17 +0000 (21:41 +0100)]
changed: move webserver and bookmarks header out of application.h

12 years agochanged: avoid including Autorun.h all over xbmc
elupus [Wed, 28 Dec 2011 20:16:02 +0000 (21:16 +0100)]
changed: avoid including Autorun.h all over xbmc

12 years agoMerge pull request #581 from Voyager-xbmc/fix-resume-dvd
Joakim Plate [Wed, 28 Dec 2011 17:47:27 +0000 (09:47 -0800)]
Merge pull request #581 from Voyager-xbmc/fix-resume-dvd

Fix the resume function on DVD discs after commit 1c6460362b92581f4c7147...

12 years agoFixed resume function on DVD discs and refactoring PlayDisc to include/replace RunMed...
Voyager-xbmc [Sun, 25 Dec 2011 20:00:27 +0000 (21:00 +0100)]
Fixed resume function on DVD discs and refactoring PlayDisc to include/replace RunMedia functionality

12 years ago[hack] force curl to not unload, this hack fixes ssl from slipping out when python...
davilla [Wed, 28 Dec 2011 16:23:44 +0000 (11:23 -0500)]
[hack] force curl to not unload, this hack fixes ssl from slipping out when python unloads

12 years agoMerge pull request #579 from ScudLee/playcd
Matthias Kortstiege [Wed, 28 Dec 2011 13:40:32 +0000 (05:40 -0800)]
Merge pull request #579 from ScudLee/playcd

Rearrange Autorun.cpp so audio cds actually play on PlayDVD()

12 years agoadded: missing files from Swedish translation update
vdrfan [Wed, 28 Dec 2011 11:37:09 +0000 (12:37 +0100)]
added: missing files from Swedish translation update

12 years agoupdated: Swedish translation (thanks Blittan)
vdrfan [Wed, 28 Dec 2011 11:06:26 +0000 (12:06 +0100)]
updated: Swedish translation (thanks Blittan)

12 years agoMerge pull request #590 from viking1/translation
Matthias Kortstiege [Wed, 28 Dec 2011 10:59:28 +0000 (02:59 -0800)]
Merge pull request #590 from viking1/translation

updated: Finnish translation

12 years agoupdated: Finnish translation
viking1 [Wed, 28 Dec 2011 01:53:16 +0000 (03:53 +0200)]
updated: Finnish translation

12 years ago[osx] fixed, check for /Volumes/ and replace with /dev/rdiskX if found
davilla [Wed, 28 Dec 2011 00:57:53 +0000 (19:57 -0500)]
[osx] fixed, check for /Volumes/ and replace with /dev/rdiskX if found

12 years agofixed: reverted File.cpp parts of 23607e247c0074d88464a39eca643897550cb70 as they...
vdrfan [Tue, 27 Dec 2011 23:31:07 +0000 (00:31 +0100)]
fixed: reverted File.cpp parts of 23607e247c0074d88464a39eca643897550cb70 as they were causing troubles

12 years agoMerge pull request #584 from CrystalP/fix-decss
CrystalP [Tue, 27 Dec 2011 21:45:53 +0000 (13:45 -0800)]
Merge pull request #584 from CrystalP/fix-decss

Fix crypted dvd playback

12 years agoupdated comments
CrystalP [Tue, 27 Dec 2011 19:19:53 +0000 (14:19 -0500)]
updated comments

12 years agoAdd boundary checking
CrystalP [Tue, 27 Dec 2011 19:12:47 +0000 (14:12 -0500)]
Add boundary checking

12 years agocosmetic
CrystalP [Mon, 26 Dec 2011 19:46:16 +0000 (14:46 -0500)]
cosmetic

12 years agofix crypted dvd playback
CrystalP [Mon, 26 Dec 2011 19:17:03 +0000 (14:17 -0500)]
fix crypted dvd playback

with recent changes to playdisc, CDVDInputStreamNavigator::Open now
receives a full path, which must be truncated more completely or libdvdcss
won't be able to decrypt.

12 years agojsonrpc: fix empty "label" for non-library items returned by Files.GetDirectory
montellese [Tue, 27 Dec 2011 18:14:59 +0000 (19:14 +0100)]
jsonrpc: fix empty "label" for non-library items returned by Files.GetDirectory

12 years ago[osx] fixed, Cocoa_MountPoint2DeviceName assumes that realloc will always return...
davilla [Tue, 27 Dec 2011 15:09:02 +0000 (10:09 -0500)]
[osx] fixed, Cocoa_MountPoint2DeviceName assumes that realloc will always return the same address as the original

12 years ago[WIN32] fixed: build error
Martin van Beurden [Tue, 27 Dec 2011 14:03:29 +0000 (15:03 +0100)]
[WIN32] fixed: build error

12 years agochanged: show xbmc version and hostname in xbmc.log (based on pull request 585)
vdrfan [Tue, 27 Dec 2011 13:31:08 +0000 (14:31 +0100)]
changed: show xbmc version and hostname in xbmc.log (based on pull request 585)

12 years agofixed: remove hyphens in search-string in case the first lookup gave no results ...
vdrfan [Tue, 27 Dec 2011 12:16:52 +0000 (13:16 +0100)]
fixed: remove hyphens in search-string in case the first lookup gave no results (closes #12357)

12 years agoSmall correction to Hungarian translations for main and Confluence language files
alanwww1 [Tue, 27 Dec 2011 11:25:53 +0000 (12:25 +0100)]
Small correction to Hungarian translations for main and Confluence language files

12 years agoUpdated Hungarian translations for main and Confluence language files for master...
alanwww1 [Fri, 23 Dec 2011 13:46:14 +0000 (14:46 +0100)]
Updated Hungarian translations for main and Confluence language files for master and Eden

12 years agoMake token search case insensitive for weather strings
alanwww1 [Wed, 14 Dec 2011 23:47:42 +0000 (00:47 +0100)]
Make token search case insensitive for weather strings

12 years agoupdated: Hebrew translation (closes #12322 - thanks BuSHari)
vdrfan [Tue, 27 Dec 2011 10:40:39 +0000 (11:40 +0100)]
updated: Hebrew translation (closes #12322 - thanks BuSHari)

12 years agoupdated: Polish translation (closes #12328 and #12329 - thanks Kolabor)
vdrfan [Tue, 27 Dec 2011 10:37:00 +0000 (11:37 +0100)]
updated: Polish translation (closes #12328 and #12329 - thanks Kolabor)

12 years agoMerge pull request #586 from dsoms/master
Matthias Kortstiege [Tue, 27 Dec 2011 10:32:44 +0000 (02:32 -0800)]
Merge pull request #586 from dsoms/master

Updated catalan translation

12 years agoupdated catalan translation
David Soms [Tue, 27 Dec 2011 10:19:50 +0000 (11:19 +0100)]
updated catalan translation

12 years agoremoved ifdef as we win32 has a define for strncasecmp
WiSo [Mon, 26 Dec 2011 19:20:56 +0000 (20:20 +0100)]
removed ifdef as we win32 has a define for strncasecmp

12 years agoMerge pull request #583 from lambda81/master
wsoltys [Mon, 26 Dec 2011 19:14:01 +0000 (11:14 -0800)]
Merge pull request #583 from lambda81/master

Fix wrong translation in Greek language.

12 years agoremoved xbox remnant
WiSo [Mon, 26 Dec 2011 18:54:27 +0000 (19:54 +0100)]
removed xbox remnant

12 years agoMerge pull request #582 from CrystalP/fix-dvd
CrystalP [Mon, 26 Dec 2011 17:48:35 +0000 (09:48 -0800)]
Merge pull request #582 from CrystalP/fix-dvd

Fix playback of dvd, dvd iso and video_ts - display the video instead of a visualization

12 years agoFix wrong translation in Greek language.
lambda81 [Mon, 26 Dec 2011 10:26:05 +0000 (12:26 +0200)]
Fix wrong translation in Greek language.

12 years agofix playback of dvd, dvd iso and video_ts
CrystalP [Mon, 26 Dec 2011 02:34:27 +0000 (21:34 -0500)]
fix playback of dvd, dvd iso and video_ts

m_SelectionStreams is empty when playing a DVD or iso image of a dvd.
m_SelectionStreams doesn't contain video streams when playing a video_ts
folder.

12 years ago[WIN32] fixed: extract git revision during build process wasn't working.
WiSo [Sat, 24 Dec 2011 15:49:26 +0000 (16:49 +0100)]
[WIN32] fixed: extract git revision during build process wasn't working.

12 years agojsonrpc: fix base-paths in database calls
montellese [Tue, 20 Dec 2011 16:56:42 +0000 (17:56 +0100)]
jsonrpc: fix base-paths in database calls

12 years agoaddons: add simplejson to default install
theuni [Fri, 23 Dec 2011 03:04:07 +0000 (22:04 -0500)]
addons: add simplejson to default install

It's needed for wunderground.

12 years agojsonrpc: re-use same CVideoDatabase object for GetAdditionalFooDetails methods (also...
montellese [Thu, 22 Dec 2011 23:40:53 +0000 (00:40 +0100)]
jsonrpc: re-use same CVideoDatabase object for GetAdditionalFooDetails methods (also fixes the missing calls to CVideoDatabase::Close)

12 years agochanged: unable to add strm files to movies library (closes #8730, ##11935, #12317)
vdrfan [Thu, 22 Dec 2011 23:08:35 +0000 (00:08 +0100)]
changed: unable to add strm files to movies library (closes #8730, ##11935, #12317)

12 years agofixed: directory cache not using path substitutions (fixes #11952)
vdrfan [Thu, 22 Dec 2011 22:36:10 +0000 (23:36 +0100)]
fixed: directory cache not using path substitutions (fixes #11952)

12 years agofixed: WakeUpScreenSaver not properly stoping the builtin slideshow screensaver ...
vdrfan [Thu, 22 Dec 2011 22:27:04 +0000 (23:27 +0100)]
fixed: WakeUpScreenSaver not properly stoping the builtin slideshow screensaver (fixes #11513)

12 years agoMerge pull request #578 from Pulse-Eight/cec-fixes
Joakim Plate [Thu, 22 Dec 2011 15:50:17 +0000 (07:50 -0800)]
Merge pull request #578 from Pulse-Eight/cec-fixes

cec: don't send playstate updates, but always keep the default playstate...

12 years agofixed: fanart property lost after retrieving streamdetails (fixes #12312)
vdrfan [Thu, 22 Dec 2011 14:47:15 +0000 (15:47 +0100)]
fixed: fanart property lost after retrieving streamdetails (fixes #12312)

12 years agofixed: we always need to release the python thread state when we do anything locking...
spiff [Thu, 22 Dec 2011 14:10:45 +0000 (15:10 +0100)]
fixed: we always need to release the python thread state when we do anything locking the gfx context dammit

12 years agoupdated: Hebrew translation (closes #12314 - thanks BuSHari)
vdrfan [Thu, 22 Dec 2011 11:33:17 +0000 (12:33 +0100)]
updated: Hebrew translation (closes #12314 - thanks BuSHari)

12 years agofixed: pass a CFileItemPtr to the AnnounceManager so we end up with the right content...
vdrfan [Thu, 22 Dec 2011 07:47:23 +0000 (08:47 +0100)]
fixed: pass a CFileItemPtr to the AnnounceManager so we end up with the right content in the actual announce

12 years agofixed: fire the OnUpdate announce after fetching the artwork - fixes empty recently...
vdrfan [Wed, 21 Dec 2011 19:15:05 +0000 (20:15 +0100)]
fixed: fire the OnUpdate announce after fetching the artwork - fixes empty recently-added thumbs if the library is updating while XBMC is on the home screen

12 years agofixed: use auto-generated thumbs for the recentlyadded items on home screen if no...
vdrfan [Wed, 21 Dec 2011 13:39:16 +0000 (14:39 +0100)]
fixed: use auto-generated thumbs for the recentlyadded items on home screen if no thumbnail is available (closes #12285)

12 years ago[SDL] fixed: Crash when mixer fails to initialise
arnova [Wed, 21 Dec 2011 12:59:13 +0000 (13:59 +0100)]
[SDL] fixed: Crash when mixer fails to initialise

12 years agodvdplayer: use selection streams to calculate HasVideo and HasAudio
Rainer Hochecker [Mon, 19 Dec 2011 19:27:13 +0000 (20:27 +0100)]
dvdplayer: use selection streams to calculate HasVideo and HasAudio

12 years ago[Win] turn on dxva by default
CrystalP [Wed, 21 Dec 2011 00:33:27 +0000 (19:33 -0500)]
[Win] turn on dxva by default

12 years agofixed: hide watched + watched overlay not working with sets
vdrfan [Tue, 20 Dec 2011 23:50:16 +0000 (00:50 +0100)]
fixed: hide watched + watched overlay not working with sets

12 years agocec: don't send playstate updates, but always keep the default playstate. fixes butto...
Lars Op den Kamp [Tue, 20 Dec 2011 20:17:46 +0000 (21:17 +0100)]
cec: don't send playstate updates, but always keep the default playstate. fixes buttons becoming deactivated on some TVs. it also wasn't very fast, which resulted in delays when starting/stopping playback

12 years agoalso reset m_strFileNameAndPath in CVideoInfoTag::Reset() (like all the other members)
montellese [Tue, 20 Dec 2011 14:26:32 +0000 (15:26 +0100)]
also reset m_strFileNameAndPath in CVideoInfoTag::Reset() (like all the other members)

12 years agoprevent crash by accessing strDirectory[0] on an empty string in CFile::Cache
montellese [Tue, 20 Dec 2011 14:25:30 +0000 (15:25 +0100)]
prevent crash by accessing strDirectory[0] on an empty string in CFile::Cache

12 years agofix CVideoInfoTag::m_strPath not being set by CVideoInfoTag for tvshows
montellese [Tue, 20 Dec 2011 14:24:39 +0000 (15:24 +0100)]
fix CVideoInfoTag::m_strPath not being set by CVideoInfoTag for tvshows

12 years ago[WIN32] bumped libcdio to the stable 0.83 release. This fixes for me CDDA playback...
wsoltys [Tue, 20 Dec 2011 12:12:32 +0000 (13:12 +0100)]
[WIN32] bumped libcdio to the stable 0.83 release. This fixes for me CDDA playback issues with my bluray drive. This together with the mingw fixes should probably go in Eden.

12 years agoupdated: French translation (closes #12307 - thanks Haveac00kie)
CrystalP [Tue, 20 Dec 2011 01:12:20 +0000 (20:12 -0500)]
updated: French translation (closes #12307 - thanks Haveac00kie)

12 years ago[fix] - possible crash on message GUI_MSG_SETTING_UPDATED
Memphiz [Mon, 19 Dec 2011 19:46:24 +0000 (20:46 +0100)]
[fix] - possible crash on message GUI_MSG_SETTING_UPDATED

12 years ago[fix] - typo
Memphiz [Mon, 19 Dec 2011 19:44:54 +0000 (20:44 +0100)]
[fix] - typo