[vlc-commits] macosx: simplify progress bar resizing code and fix certain re-drawing issues

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
15:22:06 2012 +0200| [343498be50a024b3e5e16b86addfb3a0e6eab4d5] | committer: 
Felix Paul Kühne

macosx: simplify progress bar resizing code and fix certain re-drawing issues

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=343498be50a024b3e5e16b86addfb3a0e6eab4d5
---

 .../macosx/Resources/English.lproj/MainMenu.xib|  932 +++-
 modules/gui/macosx/MainWindow.h|1 +
 modules/gui/macosx/MainWindow.m|   97 +-
 3 files changed, 763 insertions(+), 267 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=343498be50a024b3e5e16b86addfb3a0e6eab4d5
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] extras/package: added new OSX class files to xcodeproj

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
15:02:33 2012 +0200| [84e4fd26d7b9b6674066afb4701b15152cd8dc85] | committer: 
Felix Paul Kühne

extras/package: added new OSX class files to xcodeproj

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84e4fd26d7b9b6674066afb4701b15152cd8dc85
---

 extras/package/macosx/vlc.xcodeproj/project.pbxproj |4 
 1 file changed, 4 insertions(+)

diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj 
b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index 3bcd59c..1d2eb22 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -964,6 +964,8 @@
CCD83E4313FEA143004F1652 /* English */ = {isa = 
PBXFileReference; lastKnownFileType = file.xib; name = English; path = 
Resources/English.lproj/Wizard.xib; sourceTree = group; };
CCDB535C13E97D3500A1782F /* dropzone-background.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; name = 
dropzone-background.png; path = 
Resources/mainwindow/dropzone-background.png; sourceTree = group; };
CCDBA3B313D32E26127B /* macosx.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = macosx.m; path 
= ../../../modules/video_output/macosx.m; sourceTree = group; };
+   CCE8BABC16060542006741FB /* Windows.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = 
../../../modules/gui/macosx/Windows.h; sourceTree = group; };
+   CCE8BABD16060542006741FB /* Windows.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Windows.m; path 
= ../../../modules/gui/macosx/Windows.m; sourceTree = group; };
CCF0777913659A8000AF19FD /* SPInvocationGrabbing.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = 
SPInvocationGrabbing.h; path = 
../../../modules/gui/macosx/SPInvocationGrabbing.h; sourceTree = group; };
CCF0777A13659A8000AF19FD /* SPInvocationGrabbing.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = 
SPInvocationGrabbing.m; path = 
../../../modules/gui/macosx/SPInvocationGrabbing.m; sourceTree = group; };
CCF0777B13659A8000AF19FD /* SPMediaKeyTap.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SPMediaKeyTap.h; 
path = ../../../modules/gui/macosx/SPMediaKeyTap.h; sourceTree = group; };
@@ -1102,6 +1104,8 @@
CC269A4715E7947F00F2FDC9 /* StringUtility.m */,
CC461F6C160078340022423C /* SharedDialogs.h */,
CC461F6D160078340022423C /* SharedDialogs.m */,
+   CCE8BABC16060542006741FB /* Windows.h */,
+   CCE8BABD16060542006741FB /* Windows.m */,
CC017A0E14A4C8B600C09A4F /* custom UI code */,
CC0CD0E513DE0FC600B0D90D /* Imported Code */,
);

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] macosx: fixed appearance issue within the playback speed widget when using a RTL language (close #7475)

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
16:02:49 2012 +0200| [7b3d502bdb5a28c22e03c4dcca6d16fbb696f92f] | committer: 
Felix Paul Kühne

macosx: fixed appearance issue within the playback speed widget when using a 
RTL language (close #7475)

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b3d502bdb5a28c22e03c4dcca6d16fbb696f92f
---

 extras/package/macosx/Resources/English.lproj/MainMenu.xib |   10 ++
 modules/gui/macosx/MainMenu.m  |9 +
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.xib 
b/extras/package/macosx/Resources/English.lproj/MainMenu.xib
index 8a5ad07..eecd6d5 100644
--- a/extras/package/macosx/Resources/English.lproj/MainMenu.xib
+++ b/extras/package/macosx/Resources/English.lproj/MainMenu.xib
@@ -21,8 +21,9 @@
 /object
 object class=NSMutableArray key=IBDocument.EditedObjectIDs
   bool key=EncodedWithXMLCoderYES/bool
-  integer value=4948/
   integer value=21/
+  integer value=4948/
+  integer value=4596/
 /object
 object class=NSArray key=IBDocument.PluginDependencies
   bool key=EncodedWithXMLCoderYES/bool
@@ -4041,14 +4042,14 @@ LCAuLi4/string
 string key=NSClassNameSUUpdater/string
   /object
   object class=NSCustomView id=560875128
-nil key=NSNextResponder/
+reference key=NSNextResponder/
 int key=NSvFlags268/int
 object class=NSMutableArray key=NSSubviews
   bool key=EncodedWithXMLCoderYES/bool
   object class=NSTextField id=103751139
 reference key=NSNextResponder ref=560875128/
 int key=NSvFlags268/int
-string key=NSFrame{{227, 35}, {62.7969001, 
18}}/string
+string key=NSFrame{{19, 35}, {270.796899, 18}}/string
 reference key=NSSuperview ref=560875128/
 bool key=NSEnabledYES/bool
 object class=NSTextFieldCell key=NSCell id=385075814
@@ -4164,7 +4165,7 @@ LCAuLi4/string
 bool key=NSEnabledYES/bool
 object class=NSTextFieldCell key=NSCell id=647762012
   int key=NSCellFlags605028416/int
-  int key=NSCellFlags2272761856/int
+  int key=NSCellFlags24326400/int
   string key=NSContentsSlower/string
   reference key=NSSupport ref=26/
   reference key=NSControlView ref=421148087/
@@ -4195,6 +4196,7 @@ LCAuLi4/string
   /object
 /object
 string key=NSFrameSize{307, 53}/string
+reference key=NSSuperview/
 string key=NSClassNameNSView/string
   /object
   object class=NSCustomView id=256817023
diff --git a/modules/gui/macosx/MainMenu.m b/modules/gui/macosx/MainMenu.m
index 0991a5f..48c287e 100644
--- a/modules/gui/macosx/MainMenu.m
+++ b/modules/gui/macosx/MainMenu.m
@@ -118,6 +118,15 @@ static VLCMainMenu *_o_sharedInstance = nil;
  selector: 
@selector(applicationWillFinishLaunching:)
  name: 
NSApplicationWillFinishLaunchingNotification
object: nil];
+
+/* check whether the user runs OSX with a RTL language */
+NSArray* languages = [NSLocale preferredLanguages];
+NSString* preferredLanguage = [languages objectAtIndex:0];
+
+if ([NSLocale characterDirectionForLanguage:preferredLanguage] == 
NSLocaleLanguageDirectionRightToLeft) {
+msg_Dbg(VLCIntf, adapting interface since '%s' is a RTL language, 
[preferredLanguage UTF8String]);
+[o_mi_rate_fld setAlignment: NSLeftTextAlignment];
+}
 }
 
 - (void)applicationWillFinishLaunching:(NSNotification *)o_notification

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] macosx: fixed minor appearance issue with RTL languages

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
15:53:30 2012 +0200| [59c29f5ba9e4450cfcd402f0f26956fa3b688a3d] | committer: 
Felix Paul Kühne

macosx: fixed minor appearance issue with RTL languages

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59c29f5ba9e4450cfcd402f0f26956fa3b688a3d
---

 .../macosx/Resources/English.lproj/Open.xib|   28 +---
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/extras/package/macosx/Resources/English.lproj/Open.xib 
b/extras/package/macosx/Resources/English.lproj/Open.xib
index 8fcd490..58addb7 100644
--- a/extras/package/macosx/Resources/English.lproj/Open.xib
+++ b/extras/package/macosx/Resources/English.lproj/Open.xib
@@ -2,9 +2,9 @@
 archive type=com.apple.InterfaceBuilder3.Cocoa.XIB version=7.10
   data
 int key=IBDocument.SystemTarget1050/int
-string key=IBDocument.SystemVersion11G36/string
+string key=IBDocument.SystemVersion11G45/string
 string key=IBDocument.InterfaceBuilderVersion851/string
-string key=IBDocument.AppKitVersion1138.50/string
+string key=IBDocument.AppKitVersion1138.51/string
 string key=IBDocument.HIToolboxVersion569.00/string
 object class=NSMutableDictionary key=IBDocument.PluginVersions
   string key=NS.key.0com.apple.InterfaceBuilder.CocoaPlugin/string
@@ -13,6 +13,7 @@
 object class=NSMutableArray key=IBDocument.EditedObjectIDs
   bool key=EncodedWithXMLCoderYES/bool
   integer value=2346/
+  integer value=637/
 /object
 object class=NSArray key=IBDocument.PluginDependencies
   bool key=EncodedWithXMLCoderYES/bool
@@ -50,7 +51,7 @@
 string key=NSWindowContentMaxSize{1.7976931348623157e+308, 
1.7976931348623157e+308}/string
 string key=NSWindowContentMinSize{213, 107}/string
 object class=NSView key=NSWindowView id=971209704
-  nil key=NSNextResponder/
+  reference key=NSNextResponder/
   int key=NSvFlags256/int
   object class=NSMutableArray key=NSSubviews
 bool key=EncodedWithXMLCoderYES/bool
@@ -965,7 +966,7 @@
   bool key=NSEnabledYES/bool
   object class=NSTextFieldCell key=NSCell id=924241002
 int key=NSCellFlags67239424/int
-int key=NSCellFlags2272629760/int
+int key=NSCellFlags24194304/int
 string key=NSContentsMedia Resource Locator (MRL)/string
 object class=NSFont key=NSSupport id=396791025
   string key=NSNameLucidaGrande/string
@@ -1008,6 +1009,7 @@
 /object
   /object
   string key=NSFrameSize{574, 380}/string
+  reference key=NSSuperview/
   reference key=NSNextKeyView ref=1068542774/
   int key=NSViewLayerContentsRedrawPolicy2/int
 /object
@@ -3824,7 +3826,7 @@ cmUgaXMgaW5zdGFsbGVkIGFuZCB0cnkgYWdhaW4uA/string
 string key=NSExtensionNSResponder/string
   /object
   object class=NSCustomView id=963231792
-reference key=NSNextResponder/
+nil key=NSNextResponder/
 int key=NSvFlags256/int
 object class=NSMutableArray key=NSSubviews
   bool key=EncodedWithXMLCoderYES/bool
@@ -3843,7 +3845,6 @@ cmUgaXMgaW5zdGFsbGVkIGFuZCB0cnkgYWdhaW4uA/string
 int key=NSvFlags268/int
 string key=NSFrame{{102, 11}, {286, 26}}/string
 reference key=NSSuperview ref=27008462/
-reference key=NSWindow/
 bool key=NSEnabledYES/bool
 object class=NSPopUpButtonCell key=NSCell 
id=49921460
   int key=NSCellFlags-2076049856/int
@@ -3911,7 +3912,6 @@ cmUgaXMgaW5zdGFsbGVkIGFuZCB0cnkgYWdhaW4uA/string
 int key=NSvFlags268/int
 string key=NSFrame{{15, 39}, {290, 18}}/string
 reference key=NSSuperview ref=27008462/
-reference key=NSWindow/
 string key=NSReuseIdentifierKey_NS:682/string
 bool key=NSEnabledYES/bool
 object class=NSButtonCell key=NSCell id=554786998
@@ -3938,12 +3938,10 @@ cmUgaXMgaW5zdGFsbGVkIGFuZCB0cnkgYWdhaW4uA/string
 /object
 string key=NSFrame{{2, 2}, {490, 66}}/string
 reference key=NSSuperview ref=334671926/
-reference key=NSWindow/
   /object
 /object
 string key=NSFrame{{17, 16}, {494, 70.77734375}}/string
 reference key=NSSuperview ref=963231792/
-reference key=NSWindow/
 string key=NSOffsets{0, 0}/string
 object class=NSTextFieldCell key=NSTitleCell
   int key=NSCellFlags67239424/int
@@ -3977,7 +3975,6 @@ cmUgaXMgaW5zdGFsbGVkIGFuZCB0cnkgYWdhaW4uA/string
 int key=NSvFlags268/int
 string key=NSFrame{{102, 49}, {286, 26}}/string
   

[vlc-commits] macosx: added pressed state artwork for the single effects button ( bright UI)

2012-09-16 Thread Damien Erambert
vlc | branch: master | Damien Erambert damien.eramb...@me.com | Sun Sep 16 
16:24:01 2012 +0200| [17bf09b0790a14908461b5a58b16b6e9b5f74036] | committer: 
Felix Paul Kühne

macosx: added pressed state artwork for the single effects button (bright UI)

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17bf09b0790a14908461b5a58b16b6e9b5f74036
---

 .../package/macosx/Resources/mainwindow/effects-one-button-pressed.png |  Bin 
0 - 484 bytes
 .../macosx/Resources/mainwindow/effects-one-button-pres...@2x.png  |  Bin 
0 - 948 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/extras/package/macosx/Resources/mainwindow/effects-one-button-pressed.png 
b/extras/package/macosx/Resources/mainwindow/effects-one-button-pressed.png
new file mode 100644
index 000..f76b263
Binary files /dev/null and 
b/extras/package/macosx/Resources/mainwindow/effects-one-button-pressed.png 
differ
diff --git 
a/extras/package/macosx/Resources/mainwindow/effects-one-button-pres...@2x.png 
b/extras/package/macosx/Resources/mainwindow/effects-one-button-pres...@2x.png
new file mode 100644
index 000..dd05e7c
Binary files /dev/null and 
b/extras/package/macosx/Resources/mainwindow/effects-one-button-pres...@2x.png 
differ

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] macosx: implemented pressed state for the effects button (bright UI) ( refs #7408)

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
16:28:18 2012 +0200| [a38092cd83d85fe232a18b1e3c4581440043b742] | committer: 
Felix Paul Kühne

macosx: implemented pressed state for the effects button (bright UI) (refs 
#7408)

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a38092cd83d85fe232a18b1e3c4581440043b742
---

 Makefile.am|2 ++
 extras/package/macosx/Resources/English.lproj/MainMenu.xib |6 +++---
 extras/package/macosx/vlc.xcodeproj/project.pbxproj|8 
 modules/gui/macosx/MainWindow.m|2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c926d06..64facfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -213,6 +213,8 @@ EXTRA_DIST += \

extras/package/macosx/Resources/mainwindow/effects-double-butt...@2x.png \
extras/package/macosx/Resources/mainwindow/effects-one-button-blue.png \

extras/package/macosx/Resources/mainwindow/effects-one-button-b...@2x.png \
+   
extras/package/macosx/Resources/mainwindow/effects-one-button-pressed.png \
+   
extras/package/macosx/Resources/mainwindow/effects-one-button-pres...@2x.png \
extras/package/macosx/Resources/mainwindow/effects-one-button.png \
extras/package/macosx/Resources/mainwindow/effects-one-but...@2x.png \
extras/package/macosx/Resources/mainwindow/forward-3btns-pressed.png \
diff --git a/extras/package/macosx/Resources/English.lproj/MainMenu.xib 
b/extras/package/macosx/Resources/English.lproj/MainMenu.xib
index eecd6d5..18a434c 100644
--- a/extras/package/macosx/Resources/English.lproj/MainMenu.xib
+++ b/extras/package/macosx/Resources/English.lproj/MainMenu.xib
@@ -21,9 +21,9 @@
 /object
 object class=NSMutableArray key=IBDocument.EditedObjectIDs
   bool key=EncodedWithXMLCoderYES/bool
-  integer value=21/
-  integer value=4948/
   integer value=4596/
+  integer value=4756/
+  integer value=4948/
 /object
 object class=NSArray key=IBDocument.PluginDependencies
   bool key=EncodedWithXMLCoderYES/bool
@@ -776,7 +776,7 @@
   reference key=NSSuperview ref=129808516/
   bool key=NSEnabledYES/bool
   object class=NSButtonCell key=NSCell id=424650866
-int key=NSCellFlags-2080374784/int
+int key=NSCellFlags67108864/int
 int key=NSCellFlags2134217728/int
 string key=NSContents/
 reference key=NSSupport ref=188716167/
diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj 
b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index 1d2eb22..6d15acf 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -430,6 +430,8 @@
CCD83E4D13FEA143004F1652 /* VideoEffects.xib in Resources */ = 
{isa = PBXBuildFile; fileRef = CCD83E4013FEA143004F1652 /* VideoEffects.xib */; 
};
CCD83E4E13FEA143004F1652 /* Wizard.xib in Resources */ = {isa = 
PBXBuildFile; fileRef = CCD83E4213FEA143004F1652 /* Wizard.xib */; };
CCDB535D13E97D3500A1782F /* dropzone-background.png in 
Resources */ = {isa = PBXBuildFile; fileRef = CCDB535C13E97D3500A1782F /* 
dropzone-background.png */; };
+   CCE8BAC4160615D9006741FB /* effects-one-button-pressed.png in 
Resources */ = {isa = PBXBuildFile; fileRef = CCE8BAC2160615D9006741FB /* 
effects-one-button-pressed.png */; };
+   CCE8BAC5160615D9006741FB /* effects-one-button-pres...@2x.png 
in Resources */ = {isa = PBXBuildFile; fileRef = CCE8BAC3160615D9006741FB /* 
effects-one-button-pres...@2x.png */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXCopyFilesBuildPhase section */
@@ -966,6 +968,8 @@
CCDBA3B313D32E26127B /* macosx.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = macosx.m; path 
= ../../../modules/video_output/macosx.m; sourceTree = group; };
CCE8BABC16060542006741FB /* Windows.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = 
../../../modules/gui/macosx/Windows.h; sourceTree = group; };
CCE8BABD16060542006741FB /* Windows.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Windows.m; path 
= ../../../modules/gui/macosx/Windows.m; sourceTree = group; };
+   CCE8BAC2160615D9006741FB /* effects-one-button-pressed.png */ = 
{isa = PBXFileReference; lastKnownFileType = image.png; name = 
effects-one-button-pressed.png; path = 
Resources/mainwindow/effects-one-button-pressed.png; sourceTree = group; 
};
+   CCE8BAC3160615D9006741FB /* effects-one-button-pres...@2x.png 
*/ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 
effects-one-button-pres...@2x.png; path = 

[vlc-commits] l10n: Update Czech translation

2012-09-16 Thread Tomáš Chvátal
vlc/vlc-2.0 | branch: master | Tomáš Chvátal tomas.chva...@gmail.com | Sun 
Sep 16 17:50:22 2012 +0200| [32b805c26d2fd1bbc08e131cba9acdc60e5600eb] | 
committer: Christoph Miebach

l10n: Update Czech translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=32b805c26d2fd1bbc08e131cba9acdc60e5600eb
---

 po/cs.po | 1739 +++---
 1 file changed, 860 insertions(+), 879 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=32b805c26d2fd1bbc08e131cba9acdc60e5600eb
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Scottish Gaelic translation

2012-09-16 Thread Michael Bauer
vlc/vlc-2.0 | branch: master | Michael Bauer f...@akerbeltz.org | Sun Sep 16 
17:52:57 2012 +0200| [6d36d3383460f7842c3ccaea3e875f6407650e38] | committer: 
Christoph Miebach

l10n: Update Scottish Gaelic translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6d36d3383460f7842c3ccaea3e875f6407650e38
---

 po/gd.po |  637 ++
 1 file changed, 353 insertions(+), 284 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=6d36d3383460f7842c3ccaea3e875f6407650e38
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Breton translation

2012-09-16 Thread Denis ARNAUD
vlc/vlc-2.0 | branch: master | Denis ARNAUD denisarn...@yahoo.fr | Sun Sep 16 
17:54:15 2012 +0200| [ed541de0a05e7eb0b776ca19f341c697fef5c4ea] | committer: 
Christoph Miebach

l10n: Update Breton translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ed541de0a05e7eb0b776ca19f341c697fef5c4ea
---

 po/br.po |  243 +++---
 1 file changed, 121 insertions(+), 122 deletions(-)

diff --git a/po/br.po b/po/br.po
index f320ab9..4f11242 100644
--- a/po/br.po
+++ b/po/br.po
@@ -1,6 +1,6 @@
-# Breton translation for VideoLAN.
+# Breton translation
 # Copyright (C) 2012 VideoLAN
-# This file is distributed under the same license as the vlc package.
+# This file is distributed under the same license as the VLC package.
 #
 # Translators:
 # Denis ARNAUD denisarn...@yahoo.fr, 2012.
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: VLC - Trans\n
 Report-Msgid-Bugs-To: vlc-de...@videolan.org\n
 POT-Creation-Date: 2012-07-18 21:49+0200\n
-PO-Revision-Date: 2012-07-06 05:03+\n
+PO-Revision-Date: 2012-09-07 09:25+\n
 Last-Translator: Denis ARNAUD denisarn...@yahoo.fr\n
 Language-Team: Breton (http://www.transifex.com/projects/p/vlc-trans/;
 language/br/)\n
@@ -18,7 +18,7 @@ msgstr 
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n  1)\n
+Plural-Forms: nplurals=2; plural=(n  1);\n
 
 #: include/vlc_common.h:1024
 msgid 
@@ -2363,8 +2363,8 @@ msgstr 
 msgid 
 When several video formats are available, select one whose resolution is 
 closest to (but not higher than) this setting, in number of lines. Use this 
-option if you don't have enough CPU power or network bandwidth to play higher 

-resolutions.
+option if you don't have enough CPU power or network bandwidth to play 
+higher resolutions.
 msgstr 
 
 #: src/libvlc-module.c:768
@@ -26220,174 +26220,173 @@ msgid Media Manager List
 msgstr 
 
 #, fuzzy
-#~ msgid Video output is not supported
-#~ msgstr Mollad an ec'hankad video
-
-#, fuzzy
-#~ msgid Satellite scanning config
-#~ msgstr Diuzañ un drobarzhell
+msgid Satellite scanning config
+msgstr Diuzañ un drobarzhell
 
-#~ msgid dbus
-#~ msgstr dbus
+msgid dbus
+msgstr dbus
 
 #, fuzzy
-#~ msgid Live Update
-#~ msgstr Hizivaat
+msgid Live Update
+msgstr Hizivaat
 
 #, fuzzy
-#~ msgid Elasped time
-#~ msgstr Tuginañ ar stereo
+msgid Elasped time
+msgstr Tuginañ ar stereo
 
-#~ msgid 
-#~ One of \u8\, \s8\, \u16\, \s16\, \u16_le\, \s16_le\, \u16_be
-#~ \, \s16_be\, \fixed32\, \float32\ or \spdif\
-#~ msgstr 
-#~ unan eus \u8\, \s8\, \u16\, \s16\, \u16_le\, \s16_le\, 
-#~ \u16_be\, \s16_be\, \fixed32\, \float32\ pe  \spdif\
+msgid 
+One of \u8\, \s8\, \u16\, \s16\, \u16_le\, \s16_le\, \u16_be\, 
+\s16_be\, \fixed32\, \float32\ or \spdif\
+msgstr 
+unan eus \u8\, \s8\, \u16\, \s16\, \u16_le\, \s16_le\, \u16_be
+\, \s16_be\, \fixed32\, \float32\ pe  \spdif\
 
-#~ msgid Hide / Show Viewer
-#~ msgstr Kuzhat/Skrammañ ar gweler
+msgid Hide / Show Viewer
+msgstr Kuzhat/Skrammañ ar gweler
 
-#~ msgid Okay
-#~ msgstr Mat eo
+msgid Okay
+msgstr Mat eo
 
 #, fuzzy
-#~ msgid Refresh Streams
-#~ msgstr Freskaat
+msgid Refresh Streams
+msgstr Freskaat
 
-#~ msgid  - Empty - 
-#~ msgstr - Goullo -
+msgid  - Empty - 
+msgstr - Goullo -
+
+msgid 
+%s\n
+Done %s (100.0%%)
+msgstr 
+%s\n
+Graet %s (100.0%%)
 
-#~ msgid 
-#~ %s\n
-#~ Done %s (100.0%%)
-#~ msgstr 
-#~ %s\n
-#~ Graet %s (100.0%%)
+msgid Alsa
+msgstr Alsa
 
-#~ msgid Alsa
-#~ msgstr Alsa
+msgid [0=off, 1=on, -1=auto].
+msgstr [0=diweredekaet, 1=gweredekaet, -1=emgefre].
 
-#~ msgid [0=off, 1=on, -1=auto].
-#~ msgstr [0=diweredekaet, 1=gweredekaet, -1=emgefre].
+msgid 1/2
+msgstr 1/2
 
-#~ msgid 1/2
-#~ msgstr 1/2
+msgid 2/3
+msgstr 2/3
 
-#~ msgid 2/3
-#~ msgstr 2/3
+msgid 3/4
+msgstr 3/4
 
-#~ msgid 3/4
-#~ msgstr 3/4
+msgid 5/6
+msgstr 5/6
 
-#~ msgid 5/6
-#~ msgstr 5/6
+msgid 7/8
+msgstr 7/8
 
-#~ msgid 7/8
-#~ msgstr 7/8
+msgid 1/4
+msgstr 1/4
 
-#~ msgid 1/4
-#~ msgstr 1/4
+msgid 1/8
+msgstr 1/8
 
-#~ msgid 1/8
-#~ msgstr 1/8
+msgid 1/16
+msgstr 1/16
 
-#~ msgid 1/16
-#~ msgstr 1/16
+msgid 1/32
+msgstr 1/32
 
-#~ msgid 1/32
-#~ msgstr 1/32
+msgid 2k
+msgstr 2k
 
-#~ msgid 2k
-#~ msgstr 2k
+msgid 8k
+msgstr 8k
 
-#~ msgid 8k
-#~ msgstr 8k
+msgid 2
+msgstr 2
 
-#~ msgid 2
-#~ msgstr 2
+msgid 4
+msgstr 4
 
-#~ msgid 4
-#~ msgstr 4
+msgid HTTP ACL
+msgstr HTTP ACL
 
-#~ msgid HTTP ACL
-#~ msgstr HTTP ACL
+msgid MMap
+msgstr MMap
 
-#~ msgid MMap
-#~ msgstr MMap
+msgid Brightness of the video input.
+msgstr Lintr an enankad video.
 
-#~ msgid Brightness of the video input.
-#~ msgstr Lintr an enankad video.
+msgid AUTO
+msgstr EMGEFRE
 
-#, fuzzy
-#~ msgid Quality of the stream.
-#~ msgstr Liesplezher da vezañ arveret evit al lanv
+msgid READ
+msgstr LENN
 
-#~ msgid AUTO
-#~ msgstr EMGEFRE
+msgid MMAP
+msgstr MMAP
 
-#~ msgid READ
-#~ msgstr LENN
+msgid 

[vlc-commits] l10n: Update German translation

2012-09-16 Thread Mario Siegmann
vlc/vlc-2.0 | branch: master | Mario Siegmann mario_siegm...@web.de | Sun Sep 
16 18:02:45 2012 +0200| [a4c73fed9e57d0e8f1f7466d15cfb4b638490d3b] | committer: 
Christoph Miebach

l10n: Update German translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=a4c73fed9e57d0e8f1f7466d15cfb4b638490d3b
---

 po/de.po |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/po/de.po b/po/de.po
index d1c8cd9..fffe63d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,13 +1,13 @@
-# German translation of VLC
-# (c) 2002-2012 the VideoLAN team
-# This file is distributed under the same license as the PACKAGE package.
+# German translation
+# Copyright (C) 2012 VideoLAN
+# This file is distributed under the same license as the VLC package.
 #
 # Translators:
 # Christoph Miebach christoph.mieb...@web.de, 2011, 2012.
 # Felix Kühne fkuehne at users.sf.net, 2003-2012, 2012.
 # Jens Seidel jensseidel _at_ users.sf.net, 2005.
 # Kai Hermann kai.uwe.herm...@gmail.com, 2009.
-# Mario Siegmann mario_siegm...@web.de, 2011, 2012.
+# Mario Siegmann mario_siegm...@web.de, 2011-2012.
 # Mathias C. Berens | welcome-soft berens at welcome-soft.de, 2006.
 # Michał Trzebiatowski hippie_1...@hotmail.com, 2010, 2012.
 # Philipp Weissenbacher philippweissenbacher _at_ aon.at, 2004.
@@ -18,15 +18,15 @@ msgstr 
 Project-Id-Version: VLC - Trans\n
 Report-Msgid-Bugs-To: vlc-de...@videolan.org\n
 POT-Creation-Date: 2012-07-18 21:49+0200\n
-PO-Revision-Date: 2012-08-17 20:28+\n
-Last-Translator: Christoph Miebach christoph.mieb...@web.de\n
+PO-Revision-Date: 2012-09-07 16:09+\n
+Last-Translator: Mario Siegmann mario_siegm...@web.de\n
 Language-Team: German (http://www.transifex.com/projects/p/vlc-trans/;
 language/de/)\n
 Language: de\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n != 1)\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: include/vlc_common.h:1024
 msgid 
@@ -2696,13 +2696,14 @@ msgstr Bevorzugte Videoauflösung
 msgid 
 When several video formats are available, select one whose resolution is 
 closest to (but not higher than) this setting, in number of lines. Use this 
-option if you don't have enough CPU power or network bandwidth to play higher 

-resolutions.
-msgstr 
-Falls mehrere Video-Formate verfügbar sind, wird dasjenige gewählt, dessen 
-Auflösung in Zeilen am nächsten an diesem Wert (aber nicht darüber) liegt. 
-Verwenden, wenn CPU-Leistung oder Netzwerk-Bandbreite gegen höhere 
-Auflösungen sprechen.
+option if you don't have enough CPU power or network bandwidth to play 
+higher resolutions.
+msgstr 
+Wenn mehrere Videoformate verfügbar sind, wählen Sie ein Videoformat mit 
+einer ähnlichen Anzahl an Zeilen (aber nicht mit höherer Auflösung), die der 
+Einstellung am nächsten kommt.\n
+Verwenden Sie diese Option, wenn Sie nicht genügend CPU-Leistung oder die 
+Netzwerkbandbreite zum Abspielen bei höheren Auflösungen nicht ausreicht.
 
 #: src/libvlc-module.c:768
 msgid Best available

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Hebrew translation

2012-09-16 Thread Yaron Shahrabani
vlc/vlc-2.0 | branch: master | Yaron Shahrabani sh.ya...@gmail.com | Sun Sep 
16 18:07:14 2012 +0200| [e8c3d3ac2730812a0cbf2bd8eac71f6489c1593f] | committer: 
Christoph Miebach

l10n: Update Hebrew translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=e8c3d3ac2730812a0cbf2bd8eac71f6489c1593f
---

 po/he.po | 1651 +++---
 1 file changed, 834 insertions(+), 817 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=e8c3d3ac2730812a0cbf2bd8eac71f6489c1593f
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Galician translation

2012-09-16 Thread Gonçalo Cordeiro
vlc/vlc-2.0 | branch: master | Gonçalo Cordeiro gzcorde...@gmail.com | Sun 
Sep 16 18:25:18 2012 +0200| [f5a307c05f22455367e6c4e331f3e3526815e0a6] | 
committer: Christoph Miebach

l10n: Update Galician translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f5a307c05f22455367e6c4e331f3e3526815e0a6
---

 po/gl.po | 3468 ++
 1 file changed, 1887 insertions(+), 1581 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=f5a307c05f22455367e6c4e331f3e3526815e0a6
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Fixing contrib 'make prebuilt' and 'make package' to use the repo version of change_prefix. sh instead of a version inside the contrib package.

2012-09-16 Thread John Peterson
vlc | branch: master | John Peterson john.peters...@hotmail.com | Sun Sep 16 
11:48:15 2012 +0200| [e1bb86cdb67c974c526542f3b57c8de51be450f6] | committer: 
Jean-Baptiste Kempf

Fixing contrib 'make prebuilt' and 'make package' to use the repo version of 
change_prefix.sh instead of a version inside the contrib package.

The script shouldn't be included in the contrib package because the intention 
has not been to have different versions of the file depending on platform. If 
necessary the script can take into account differences between platforms 
instead of coming in different versions.

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1bb86cdb67c974c526542f3b57c8de51be450f6
---

 contrib/src/main.mak |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 00166f9..98b9b64 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -349,7 +349,7 @@ vlc-contrib-$(HOST)-latest.tar.bz2:
 
 prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
$(UNPACK)  mv $(HOST) $(TOPDST)
-   cd $(TOPDST)/$(HOST)  ./change_prefix.sh
+   cd $(TOPDST)/$(HOST)  $(SRC)/change_prefix.sh
 
 package: install
rm -Rf tmp/
@@ -359,8 +359,7 @@ package: install
cd tmp/$(notdir $(PREFIX)); \
cd share; rm -Rf man doc gtk-doc info lua projectM gettext; cd 
..; \
rm -Rf man sbin etc lib/lua lib/sidplay
-   cp $(SRC)/change_prefix.sh tmp/$(notdir $(PREFIX))/
-   cd tmp/$(notdir $(PREFIX))  ./change_prefix.sh $(PREFIX) 
@@CONTRIB_PREFIX@@
+   cd tmp/$(notdir $(PREFIX))  $(abspath $(SRC))/change_prefix.sh 
$(PREFIX) @@CONTRIB_PREFIX@@
(cd tmp  tar c $(notdir $(PREFIX))/) | bzip2 -c  
../vlc-contrib-$(HOST)-$(DATE).tar.bz2
 
 list:

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Revert extras/package: added new OSX class files to xcodeproj

2012-09-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Sun Sep 16 
18:37:44 2012 +0200| [0c1f44e8e2a703a168ac613c785dbb62334ac084] | committer: 
Felix Paul Kühne

Revert extras/package: added new OSX class files to xcodeproj

This reverts commit 84e4fd26d7b9b6674066afb4701b15152cd8dc85.

Conflicts:
extras/package/macosx/vlc.xcodeproj/project.pbxproj

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c1f44e8e2a703a168ac613c785dbb62334ac084
---

 extras/package/macosx/vlc.xcodeproj/project.pbxproj |4 
 1 file changed, 4 deletions(-)

diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj 
b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index 6d15acf..379a033 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -966,8 +966,6 @@
CCD83E4313FEA143004F1652 /* English */ = {isa = 
PBXFileReference; lastKnownFileType = file.xib; name = English; path = 
Resources/English.lproj/Wizard.xib; sourceTree = group; };
CCDB535C13E97D3500A1782F /* dropzone-background.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; name = 
dropzone-background.png; path = 
Resources/mainwindow/dropzone-background.png; sourceTree = group; };
CCDBA3B313D32E26127B /* macosx.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = macosx.m; path 
= ../../../modules/video_output/macosx.m; sourceTree = group; };
-   CCE8BABC16060542006741FB /* Windows.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = 
../../../modules/gui/macosx/Windows.h; sourceTree = group; };
-   CCE8BABD16060542006741FB /* Windows.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Windows.m; path 
= ../../../modules/gui/macosx/Windows.m; sourceTree = group; };
CCE8BAC2160615D9006741FB /* effects-one-button-pressed.png */ = 
{isa = PBXFileReference; lastKnownFileType = image.png; name = 
effects-one-button-pressed.png; path = 
Resources/mainwindow/effects-one-button-pressed.png; sourceTree = group; 
};
CCE8BAC3160615D9006741FB /* effects-one-button-pres...@2x.png 
*/ = {isa = PBXFileReference; lastKnownFileType = image.png; name = 
effects-one-button-pres...@2x.png; path = 
Resources/mainwindow/effects-one-button-pres...@2x.png; sourceTree = 
group; };
CCF0777913659A8000AF19FD /* SPInvocationGrabbing.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; name = 
SPInvocationGrabbing.h; path = 
../../../modules/gui/macosx/SPInvocationGrabbing.h; sourceTree = group; };
@@ -1108,8 +1106,6 @@
CC269A4715E7947F00F2FDC9 /* StringUtility.m */,
CC461F6C160078340022423C /* SharedDialogs.h */,
CC461F6D160078340022423C /* SharedDialogs.m */,
-   CCE8BABC16060542006741FB /* Windows.h */,
-   CCE8BABD16060542006741FB /* Windows.m */,
CC017A0E14A4C8B600C09A4F /* custom UI code */,
CC0CD0E513DE0FC600B0D90D /* Imported Code */,
);

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Japanese translation

2012-09-16 Thread Fumio Nakayama
vlc/vlc-2.0 | branch: master | Fumio Nakayama fumio@gmail.com | Sun Sep 
16 18:28:23 2012 +0200| [df08a519bbfc33042d18d601d0ced35fbb5ede9d] | committer: 
Christoph Miebach

l10n: Update Japanese translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=df08a519bbfc33042d18d601d0ced35fbb5ede9d
---

 po/ja.po | 2205 +++---
 1 file changed, 1103 insertions(+), 1102 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=df08a519bbfc33042d18d601d0ced35fbb5ede9d
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Hindi translation

2012-09-16 Thread Gaurav Kumar
vlc/vlc-2.0 | branch: master | Gaurav Kumar aav...@gmail.com | Sun Sep 16 
18:38:32 2012 +0200| [05a8bb97241ef96fe86b154776652f5eccdd8e3e] | committer: 
Christoph Miebach

l10n: Update Hindi translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=05a8bb97241ef96fe86b154776652f5eccdd8e3e
---

 po/hi.po | 1471 +++---
 1 file changed, 747 insertions(+), 724 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=05a8bb97241ef96fe86b154776652f5eccdd8e3e
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] URI of HLS key can be relative, just like other URIs in the M3U8 file

2012-09-16 Thread Duncan Salerno
vlc | branch: master | Duncan Salerno duncan.sale...@gmail.com | Sun Sep 16 
12:52:30 2012 +0100| [f7c5ce41c3576f3250b0427edf5498fbfed4c5c9] | committer: 
Jean-Baptiste Kempf

URI of HLS key can be relative, just like other URIs in the M3U8 file

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7c5ce41c3576f3250b0427edf5498fbfed4c5c9
---

 modules/stream_filter/httplive.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_filter/httplive.c b/modules/stream_filter/httplive.c
index 62bfd99..57825c8 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -775,7 +775,7 @@ static int parse_Key(stream_t *s, hls_stream_t *hls, char 
*p_read)
 if (end != NULL)
 *end = 0;
 }
-hls-psz_current_key_path = strdup(uri);
+hls-psz_current_key_path = relative_URI(hls-url, uri);
 free(value);
 
 value = iv = parse_Attributes(p_read, IV);

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Khmer translation

2012-09-16 Thread Khoem Sokhem
vlc/vlc-2.0 | branch: master | Khoem Sokhem khoemsok...@khmeros.info | Sun 
Sep 16 18:46:02 2012 +0200| [aae659eef470846764fe3fec1802685eecaad665] | 
committer: Christoph Miebach

l10n: Update Khmer translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=aae659eef470846764fe3fec1802685eecaad665
---

 po/km.po |  458 +++---
 1 file changed, 232 insertions(+), 226 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=aae659eef470846764fe3fec1802685eecaad665
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Dutch translation

2012-09-16 Thread Thomas De Rocker
vlc/vlc-2.0 | branch: master | Thomas De Rocker 
thomasderocker.at.h0tmail.d0t.c0m | Sun Sep 16 19:05:36 2012 +0200| 
[b2d32dca4835c62b903dec349dbb9240b0a96c99] | committer: Christoph Miebach

l10n: Update Dutch translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=b2d32dca4835c62b903dec349dbb9240b0a96c99
---

 po/nl.po | 5124 ++
 1 file changed, 2853 insertions(+), 2271 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=b2d32dca4835c62b903dec349dbb9240b0a96c99
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Polish translation

2012-09-16 Thread Michał Trzebiatowski
vlc/vlc-2.0 | branch: master | Michał Trzebiatowski hippie_1...@hotmail.com | 
Sun Sep 16 19:08:32 2012 +0200| [7cc190bf7acdef71f0eba22897a5552ee970fd60] | 
committer: Christoph Miebach

l10n: Update Polish translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=7cc190bf7acdef71f0eba22897a5552ee970fd60
---

 po/pl.po | 3913 +++---
 1 file changed, 1955 insertions(+), 1958 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=7cc190bf7acdef71f0eba22897a5552ee970fd60
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Thai translation

2012-09-16 Thread T. Chomphuming
vlc/vlc-2.0 | branch: master | T. Chomphuming jerng...@gmail.com | Sun Sep 16 
19:13:06 2012 +0200| [84823069d0117d85ca1f80a0bade27d62339dbad] | committer: 
Christoph Miebach

l10n: Update Thai translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=84823069d0117d85ca1f80a0bade27d62339dbad
---

 po/th.po | 1106 +++---
 1 file changed, 561 insertions(+), 545 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=84823069d0117d85ca1f80a0bade27d62339dbad
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Turkish translation

2012-09-16 Thread Kaya Zeren
vlc/vlc-2.0 | branch: master | Kaya Zeren kayaze...@gmail.com | Sun Sep 16 
19:16:33 2012 +0200| [64aa2bceebdfa3ba151b911f4569575c8ca80a21] | committer: 
Christoph Miebach

l10n: Update Turkish translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=64aa2bceebdfa3ba151b911f4569575c8ca80a21
---

 po/tr.po | 3304 +++---
 1 file changed, 1651 insertions(+), 1653 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=64aa2bceebdfa3ba151b911f4569575c8ca80a21
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Walloon translation

2012-09-16 Thread Gaëtan Rousseaux
vlc/vlc-2.0 | branch: master | Gaëtan Rousseaux gay...@skynet.be | Sun Sep 16 
19:23:21 2012 +0200| [32cb6bc1adacf439fa599a1583fd3dd5247a81d8] | committer: 
Christoph Miebach

l10n: Update Walloon translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=32cb6bc1adacf439fa599a1583fd3dd5247a81d8
---

 po/wa.po | 1965 --
 1 file changed, 1006 insertions(+), 959 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=32cb6bc1adacf439fa599a1583fd3dd5247a81d8
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Portuguese translation

2012-09-16 Thread Bruno Miguel Queiros
vlc/vlc-2.0 | branch: master | Bruno Miguel Queiros bquei...@gmail.com | Sun 
Sep 16 19:31:07 2012 +0200| [cf8f5f522c6e3ac29cbc74d808008a2461340eb9] | 
committer: Christoph Miebach

l10n: Update Portuguese translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=cf8f5f522c6e3ac29cbc74d808008a2461340eb9
---

 po/pt_PT.po |10277 +--
 1 file changed, 4399 insertions(+), 5878 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=cf8f5f522c6e3ac29cbc74d808008a2461340eb9
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Qt: message dialog, use the update button and fix the build

2012-09-16 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sun Sep 16 
19:32:56 2012 +0200| [0c9fa0fa43b93267dfdf86cc7092bf7c7cb544be] | committer: 
Jean-Baptiste Kempf

Qt: message dialog, use the update button and fix the build

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c9fa0fa43b93267dfdf86cc7092bf7c7cb544be
---

 modules/gui/qt4/dialogs/messages.cpp |   13 +++--
 modules/gui/qt4/dialogs/messages.hpp |4 +---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/modules/gui/qt4/dialogs/messages.cpp 
b/modules/gui/qt4/dialogs/messages.cpp
index 109331f..03bf6f9 100644
--- a/modules/gui/qt4/dialogs/messages.cpp
+++ b/modules/gui/qt4/dialogs/messages.cpp
@@ -112,9 +112,6 @@ MessagesDialog::MessagesDialog( intf_thread_t *_p_intf)
 pldebugTree-headerItem()-setText( 4, Item flags );
 pldebugTree-setColumnCount( 5 );
 pldebugTabLayout-addWidget( pldebugTree );
-QPushButton *pldebugUpdateButton = new QPushButton( Update );
-pldebugTabLayout-addWidget( pldebugUpdateButton );
-BUTTONACT( pldebugUpdateButton, updatePLTree() );
 #endif
 
 tabChanged(0);
@@ -320,14 +317,18 @@ void MessagesDialog::updateOrClear()
 ui.modulesTree-clear();
 buildTree( NULL, VLC_OBJECT( p_intf-p_libvlc ) );
 }
-else
+else if( ui.mainTab-currentIndex() == 0 )
 ui.messages-clear();
+#ifndef NDEBUG
+else
+updatePLTree();
+#endif
 }
 
 void MessagesDialog::tabChanged( int i )
 {
-updateButton-setIcon( i == 1 ? QIcon(:/update) : 
QIcon(:/toolbar/clear) );
-updateButton-setToolTip( i == 1 ? qtr(Update the tree)
+updateButton-setIcon( i != 0 ? QIcon(:/update) : 
QIcon(:/toolbar/clear) );
+updateButton-setToolTip( i != 0 ? qtr(Update the tree)
  : qtr(Clear the messages) );
 }
 
diff --git a/modules/gui/qt4/dialogs/messages.hpp 
b/modules/gui/qt4/dialogs/messages.hpp
index a9732f6..503cb81 100644
--- a/modules/gui/qt4/dialogs/messages.hpp
+++ b/modules/gui/qt4/dialogs/messages.hpp
@@ -67,9 +67,6 @@ private slots:
 void updateOrClear();
 void tabChanged( int );
 void filterMessages();
-#ifndef NDEBUG
-void updatePLTree();
-#endif
 
 private:
 void buildTree( QTreeWidgetItem *, vlc_object_t * );
@@ -79,6 +76,7 @@ private:
 QMutex messageLocker;
 #ifndef NDEBUG
 QTreeWidget *pldebugTree;
+void updatePLTree();
 #endif
 };
 

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Qt: PLModel: Don't emit dataChanged() for out of range columns.

2012-09-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Sun Sep 16 
19:35:09 2012 +0200| [9195ef85a41297279d872ca54ebed322ae42537a] | committer: 
Francois Cartegnie

Qt: PLModel: Don't emit dataChanged() for out of range columns.

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9195ef85a41297279d872ca54ebed322ae42537a
---

 modules/gui/qt4/components/playlist/playlist_model.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp 
b/modules/gui/qt4/components/playlist/playlist_model.cpp
index 86045bc..fcdc89b 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -890,7 +890,7 @@ void PLModel::updateChildren( playlist_item_t *p_node, 
PLItem *root )
 void PLModel::updateTreeItem( PLItem *item )
 {
 if( !item ) return;
-emit dataChanged( index( item, 0 ) , index( item, columnCount( 
QModelIndex() ) ) );
+emit dataChanged( index( item, 0 ) , index( item, columnCount( 
QModelIndex() ) - 1 ) );
 }
 
 /* Actions **/

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Correct default code page for modern greek

2012-09-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Feb 28 
20:01:42 2012 +0200| [4de9e2db117ceff25889459123893488fabc032a] | committer: 
Rémi Denis-Courmont

Correct default code page for modern greek

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4de9e2db117ceff25889459123893488fabc032a
---

 po/el.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/el.po b/po/el.po
index 75e4f70..7a1eb93 100644
--- a/po/el.po
+++ b/po/el.po
@@ -11801,7 +11801,7 @@ msgstr Αποκωδικοποιητής υπότιτλων USF
 #. languages using the Latin alphabet.
 #: modules/codec/subsdec.c:94
 msgid Default (Windows-1252)
-msgstr Προεπιλεγμένη (Windows-1252)
+msgstr Προεπιλεγμένη (Windows-1253)
 
 #: modules/codec/subsdec.c:95
 #, fuzzy
@@ -12019,7 +12019,7 @@ msgstr Αποκωδικοποιητής κειμένου υπότιτλων
 #: modules/codec/subsdec.c:290 modules/demux/avi/avi.c:96
 msgctxt GetACP
 msgid CP1252
-msgstr CP1252
+msgstr CP1253
 
 #: modules/codec/subsusf.c:46
 msgid USFSubs

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] po: correct default encoding for Hebrew subtitles (fixes #7474)

2012-09-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Sep 16 
20:42:15 2012 +0300| [f2d861c7341f75ee223b7859c6960d10bafdd1bf] | committer: 
Rémi Denis-Courmont

po: correct default encoding for Hebrew subtitles (fixes #7474)

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2d861c7341f75ee223b7859c6960d10bafdd1bf
---

 po/he.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/he.po b/po/he.po
index df4..98102c4 100644
--- a/po/he.po
+++ b/po/he.po
@@ -11508,7 +11508,7 @@ msgstr מפענח כתוביות DVB
 #: modules/codec/subsdec.c:94
 #, fuzzy
 msgid Default (Windows-1252)
-msgstr באלטית (_Windows-1257)
+msgstr בררת מחדל (Windows-1255)
 
 #: modules/codec/subsdec.c:95
 #, fuzzy
@@ -11732,7 +11732,7 @@ msgstr מפענח כתוביות טקסט
 #: modules/codec/subsdec.c:290 modules/demux/avi/avi.c:96
 msgctxt GetACP
 msgid CP1252
-msgstr 
+msgstr CP1255
 
 #: modules/codec/subsusf.c:46
 msgid USFSubs

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] po: correct default encoding for Hebrew subtitles (fixes #7474)

2012-09-16 Thread Rémi Denis-Courmont
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Sep 
16 20:42:15 2012 +0300| [03f8c2dc0572df07c0914f1c3448d5e7a88d36ad] | committer: 
Rémi Denis-Courmont

po: correct default encoding for Hebrew subtitles (fixes #7474)

(cherry picked from commit f2d861c7341f75ee223b7859c6960d10bafdd1bf)

Conflicts:
po/he.po

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=03f8c2dc0572df07c0914f1c3448d5e7a88d36ad
---

 po/he.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/he.po b/po/he.po
index 828d755..2aa688b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -11063,7 +11063,7 @@ msgstr 
 #. languages using the Latin alphabet.
 #: modules/codec/subsdec.c:95
 msgid Default (Windows-1252)
-msgstr 
+msgstr בררת מחדל (Windows-1255)
 
 #: modules/codec/subsdec.c:96
 msgid System codeset
@@ -11281,7 +11281,7 @@ msgstr מפענח כתוביות טקסט
 #: modules/codec/subsdec.c:292 modules/demux/avi/avi.c:96
 msgctxt GetACP
 msgid CP1252
-msgstr 
+msgstr CP1255
 
 #: modules/codec/subsusf.c:46
 msgid USFSubs

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Simplified Chinese translation

2012-09-16 Thread Dean Lee
vlc/vlc-2.0 | branch: master | Dean Lee xslid...@gmail.com | Sun Sep 16 
19:51:47 2012 +0200| [f4b638d37b0f3a023f63d5c05f4e717bdf1faff7] | committer: 
Christoph Miebach

l10n: Update Simplified Chinese translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f4b638d37b0f3a023f63d5c05f4e717bdf1faff7
---

 po/zh_CN.po | 3893 +--
 1 file changed, 1945 insertions(+), 1948 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=f4b638d37b0f3a023f63d5c05f4e717bdf1faff7
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Traditional Chinese translation

2012-09-16 Thread Frank Chao
vlc/vlc-2.0 | branch: master | Frank Chao frank0...@gmail.com | Sun Sep 16 
19:52:37 2012 +0200| [feea6387cd40a6a09887e0c2d8dad6e1a3eb1f66] | committer: 
Christoph Miebach

l10n: Update Traditional Chinese translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=feea6387cd40a6a09887e0c2d8dad6e1a3eb1f66
---

 po/zh_TW.po |  472 +++
 1 file changed, 251 insertions(+), 221 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=feea6387cd40a6a09887e0c2d8dad6e1a3eb1f66
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Qt: fix association crash on XP

2012-09-16 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sun Sep 16 
20:11:05 2012 +0200| [f447119e42aa353b18f8ba96ff6a52af363f8a3e] | committer: 
Jean-Baptiste Kempf

Qt: fix association crash on XP

Close #2246 #4424 #7431 #5377

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f447119e42aa353b18f8ba96ff6a52af363f8a3e
---

 modules/gui/qt4/components/simple_preferences.cpp |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp 
b/modules/gui/qt4/components/simple_preferences.cpp
index 48b7d00..e69fc58 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -1070,10 +1070,10 @@ void addAsso( QVLCRegistry *qvReg, const char *psz_ext )
 
 void delAsso( QVLCRegistry *qvReg, const char *psz_ext )
 {
-char psz_VLC[] = VLC;
+QString s_path( VLC); s_path += psz_ext;
 char *psz_value = qvReg-ReadRegistryString( psz_ext, ,  );
 
-if( psz_value  !strcmp( strcat( psz_VLC, psz_ext ), psz_value ) )
+if( psz_value  !strcmp( qtu(s_path), psz_value ) )
 {
 free( psz_value );
 psz_value = qvReg-ReadRegistryString( psz_ext, VLC.backup,  );
@@ -1084,6 +1084,7 @@ void delAsso( QVLCRegistry *qvReg, const char *psz_ext )
 }
 free( psz_value );
 }
+
 void SPrefsPanel::saveAsso()
 {
 QVLCRegistry * qvReg = NULL;

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Qt: fix association crash on XP

2012-09-16 Thread Jean-Baptiste Kempf
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf j...@videolan.org | Sun 
Sep 16 20:11:05 2012 +0200| [2f84be55d7989cd6fceb13475aba7f2095e991b9] | 
committer: Jean-Baptiste Kempf

Qt: fix association crash on XP

Close #2246 #4424 #7431 #5377
(cherry picked from commit f447119e42aa353b18f8ba96ff6a52af363f8a3e)

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2f84be55d7989cd6fceb13475aba7f2095e991b9
---

 modules/gui/qt4/components/simple_preferences.cpp |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp 
b/modules/gui/qt4/components/simple_preferences.cpp
index 2af9138..dd96d38 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -1062,10 +1062,10 @@ void addAsso( QVLCRegistry *qvReg, const char *psz_ext )
 
 void delAsso( QVLCRegistry *qvReg, const char *psz_ext )
 {
-char psz_VLC[] = VLC;
+QString s_path( VLC); s_path += psz_ext;
 char *psz_value = qvReg-ReadRegistryString( psz_ext, ,  );
 
-if( psz_value  !strcmp( strcat( psz_VLC, psz_ext ), psz_value ) )
+if( psz_value  !strcmp( qtu(s_path), psz_value ) )
 {
 free( psz_value );
 psz_value = qvReg-ReadRegistryString( psz_ext, VLC.backup,  );
@@ -1076,6 +1076,7 @@ void delAsso( QVLCRegistry *qvReg, const char *psz_ext )
 }
 free( psz_value );
 }
+
 void SPrefsPanel::saveAsso()
 {
 QVLCRegistry * qvReg = NULL;

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Russian Chinese translation

2012-09-16 Thread Alexander Lakhin
vlc/vlc-2.0 | branch: master | Alexander Lakhin exclus...@gmail.com | Sun Sep 
16 20:37:51 2012 +0200| [72db97b55c1d1fd8ba4496fa63371cdfccb2d284] | committer: 
Christoph Miebach

l10n: Update Russian Chinese translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=72db97b55c1d1fd8ba4496fa63371cdfccb2d284
---

 po/ru.po |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 5acf779..aac4e55 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,5 +1,4 @@
-# translation of ru.po to Russian
-# Russian localisation for VLC
+# Russian translation of VLC
 # Copyright (C) 2001, 2011 Free Software Foundation, Inc.
 # Copyright (C) 2005, 2009-2011 the VideoLAN team
 #
@@ -13,10 +12,10 @@
 #: modules/gui/macosx/prefs.m:483 modules/gui/macosx/simple_prefs.m:451
 msgid 
 msgstr 
-Project-Id-Version: vlc\n
+Project-Id-Version: VLC\n
 Report-Msgid-Bugs-To: vlc-de...@videolan.org\n
 POT-Creation-Date: 2012-07-18 21:49+0200\n
-PO-Revision-Date: 2012-07-16 17:24+0400\n
+PO-Revision-Date: 2012-09-14 21:41+0300\n
 Last-Translator: Alexander Lakhin exclus...@gmail.com\n
 Language-Team: Russian translat...@videolan.org\n
 Language: ru\n
@@ -2665,8 +2664,8 @@ msgstr Предпочитаемое разрешение видео
 msgid 
 When several video formats are available, select one whose resolution is 
 closest to (but not higher than) this setting, in number of lines. Use this 
-option if you don't have enough CPU power or network bandwidth to play higher 

-resolutions.
+option if you don't have enough CPU power or network bandwidth to play 
+higher resolutions.
 msgstr 
 При наличии нескольких видеоформатов, VLC выберет наиболее близкое (но не 
 превышающее) разрешение по вертикали. Используйте этот параметр, если 
@@ -16526,15 +16525,14 @@ msgid No device is selected
 msgstr Устройство не выбрано
 
 #: modules/gui/macosx/open.m:56
-#, fuzzy
 msgid 
 No device is selected.\n
 \n
 Choose available device in above pull-down menu.\n
 msgstr 
-Нет необходимого устройства.\n
+Устройство не выбрано.\n
 \n
-Выберите доступное устройство в выпадающем меню сверху
+Выберите его в выпадающем меню сверху.\n
 
 #: modules/gui/macosx/open.m:104
 msgid Open Source

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Serbian translation

2012-09-16 Thread Predrag Ljubenović
vlc/vlc-2.0 | branch: master | Predrag Ljubenović predragljubeno...@gmail.com 
| Sun Sep 16 20:40:39 2012 +0200| [a0ab73004527daca2d4c526a992cfa0340eadac0] | 
committer: Christoph Miebach

l10n: Update Serbian translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=a0ab73004527daca2d4c526a992cfa0340eadac0
---

 po/sr.po |  251 +-
 1 file changed, 101 insertions(+), 150 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=a0ab73004527daca2d4c526a992cfa0340eadac0
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Slovak translation

2012-09-16 Thread Marián Hikaník
vlc/vlc-2.0 | branch: master | Marián Hikaník mhika...@users.sourceforge.net 
| Sun Sep 16 20:52:08 2012 +0200| [b770b51f691e2a003e965168a37df519d32aac17] | 
committer: Christoph Miebach

l10n: Update Slovak translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=b770b51f691e2a003e965168a37df519d32aac17
---

 po/sk.po |12323 ++
 1 file changed, 3559 insertions(+), 8764 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=b770b51f691e2a003e965168a37df519d32aac17
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Korean translation

2012-09-16 Thread airplanez
vlc/vlc-2.0 | branch: master | airplanez airpla...@gmail.com | Sun Sep 16 
21:02:13 2012 +0200| [1fa600a31c6230ff9af3bfd4d7ccac7325dba216] | committer: 
Christoph Miebach

l10n: Update Korean translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=1fa600a31c6230ff9af3bfd4d7ccac7325dba216
---

 po/ko.po | 5510 +++---
 1 file changed, 2767 insertions(+), 2743 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=1fa600a31c6230ff9af3bfd4d7ccac7325dba216
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Initial Bosnian translation

2012-09-16 Thread Adnan Memija
vlc/vlc-2.0 | branch: master | Adnan Memija sream...@live.com | Sun Sep 16 
21:07:25 2012 +0200| [1d71e7228ca4a73cc3a8fbcb73fa56c455e726f9] | committer: 
Christoph Miebach

l10n: Initial Bosnian translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=1d71e7228ca4a73cc3a8fbcb73fa56c455e726f9
---

 po/bs.po |26206 ++
 1 file changed, 26206 insertions(+)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=1d71e7228ca4a73cc3a8fbcb73fa56c455e726f9
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Initial Gujarati translation

2012-09-16 Thread Goswami Hardikpuri Kishorpuri
vlc/vlc-2.0 | branch: master | Goswami Hardikpuri Kishorpuri 
genius...@gmail.com | Sun Sep 16 21:10:48 2012 +0200| 
[6994f0ddf0f9a1724daa760ce3c352bd483162c0] | committer: Christoph Miebach

l10n: Initial Gujarati translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=6994f0ddf0f9a1724daa760ce3c352bd483162c0
---

 po/gu.po |26226 ++
 1 file changed, 26226 insertions(+)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=6994f0ddf0f9a1724daa760ce3c352bd483162c0
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Initial Bengali (India) translation

2012-09-16 Thread Biraj Karmakar
vlc/vlc-2.0 | branch: master | Biraj Karmakar brne...@gmail.com | Sun Sep 16 
21:15:28 2012 +0200| [f854eec844e42aab27c901b3803a1e6974fc399f] | committer: 
Christoph Miebach

l10n: Initial Bengali (India) translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f854eec844e42aab27c901b3803a1e6974fc399f
---

 po/bn_IN.po |27937 +++
 1 file changed, 27937 insertions(+)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=f854eec844e42aab27c901b3803a1e6974fc399f
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Initial Fulah translation

2012-09-16 Thread Ibrahima SARR
vlc/vlc-2.0 | branch: master | Ibrahima SARR ibrahima.s...@pulaagu.com | Sun 
Sep 16 21:12:54 2012 +0200| [d58b0f4d7c3b60f8d4395e2c662e02d7554fefed] | 
committer: Christoph Miebach

l10n: Initial Fulah translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=d58b0f4d7c3b60f8d4395e2c662e02d7554fefed
---

 po/ff.po | 5460 +++---
 1 file changed, 2003 insertions(+), 3457 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=d58b0f4d7c3b60f8d4395e2c662e02d7554fefed
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Update Norwegian Bokmål translation

2012-09-16 Thread Stian Jørgensrud
vlc/vlc-2.0 | branch: master | Stian Jørgensrud stian...@gmail.com | Sun Sep 
16 21:53:58 2012 +0200| [7e96b86e949b0fda92cea6eceea7b2dec7e0cb56] | committer: 
Christoph Miebach

l10n: Update Norwegian Bokmål translation

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=7e96b86e949b0fda92cea6eceea7b2dec7e0cb56
---

 po/nb.po |12342 +++---
 1 file changed, 2083 insertions(+), 10259 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commitdiff;h=7e96b86e949b0fda92cea6eceea7b2dec7e0cb56
___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] i18n: adding bn_IN (Bengali India) and gu (Gujarati India) to LINGUAS

2012-09-16 Thread Christoph Miebach
vlc/vlc-2.0 | branch: master | Christoph Miebach christoph.mieb...@web.de | 
Sun Sep 16 22:45:00 2012 +0200| [cfcfc2b4a7e5d5f0fbbd0305db1fe50b1618c44a] | 
committer: Christoph Miebach

i18n: adding bn_IN (Bengali India) and gu (Gujarati India) to LINGUAS

 http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=cfcfc2b4a7e5d5f0fbbd0305db1fe50b1618c44a
---

 po/LINGUAS |2 ++
 1 file changed, 2 insertions(+)

diff --git a/po/LINGUAS b/po/LINGUAS
index 64af50f..78afd9a 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -6,6 +6,7 @@ ast
 be
 bg
 bn
+bn_IN
 br
 ca
 cgg
@@ -27,6 +28,7 @@ fur
 ga
 gd
 gl
+gu
 he
 hi
 hr

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Qt: Automatic file extension in Transcode/Save

2012-09-16 Thread Vasily Fomin
vlc | branch: master | Vasily Fomin vasili.fo...@gmail.com | Sun Sep 16 
20:10:23 2012 +0200| [6119143e1819a61c0b08380da696a8e8ce613e93] | committer: 
Jean-Baptiste Kempf

Qt: Automatic file extension in Transcode/Save

Close #4345

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6119143e1819a61c0b08380da696a8e8ce613e93
---

 modules/gui/qt4/dialogs/convert.cpp |   25 +++--
 modules/gui/qt4/dialogs/convert.hpp |1 +
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/dialogs/convert.cpp 
b/modules/gui/qt4/dialogs/convert.cpp
index 0e240ff..6cabe09 100644
--- a/modules/gui/qt4/dialogs/convert.cpp
+++ b/modules/gui/qt4/dialogs/convert.cpp
@@ -106,14 +106,19 @@ ConvertDialog::ConvertDialog( QWidget *parent, 
intf_thread_t *_p_intf,
 BUTTONACT(cancelButton,cancel());
 
 CONNECT(dumpBox,toggled(bool),this,dumpChecked(bool));
+CONNECT(profile, optionsChanged(), this, setDestinationFileExtension());
+CONNECT(fileLine, editingFinished(), this, setDestinationFileExtension());
 }
 
 void ConvertDialog::fileBrowse()
 {
+QString fileExtension = . + profile-getMux();
+
 QString fileName = QFileDialog::getSaveFileName( this, qtr( Save file... 
),
-,
- qtr( Containers (*.ps *.ts *.mpg *.ogg *.asf *.mp4 *.mov *.wav *.raw *.flv 
*.webm) ) );
+,
+QString( qtr( Containers (* ) + fileExtension + ) ) );
 fileLine-setText( toNativeSeparators( fileName ) );
+setDestinationFileExtension();
 }
 
 void ConvertDialog::cancel()
@@ -156,3 +161,19 @@ void ConvertDialog::dumpChecked( bool checked )
 displayBox-setEnabled( !checked );
 profile-setEnabled( !checked );
 }
+
+void ConvertDialog::setDestinationFileExtension()
+{
+if( !fileLine-text().isEmpty() )
+{
+QString newFileExtension = . + profile-getMux();
+QString newFileName;
+int index = fileLine-text().lastIndexOf( . );
+if( index != -1 ) {
+newFileName = fileLine-text().left( index ).append( 
newFileExtension );
+} else {
+newFileName = fileLine-text().append( newFileExtension );
+}
+fileLine-setText( toNativeSeparators( newFileName ) );
+}
+}
diff --git a/modules/gui/qt4/dialogs/convert.hpp 
b/modules/gui/qt4/dialogs/convert.hpp
index de87981..a85a0c8 100644
--- a/modules/gui/qt4/dialogs/convert.hpp
+++ b/modules/gui/qt4/dialogs/convert.hpp
@@ -50,6 +50,7 @@ private slots:
 virtual void cancel();
 void fileBrowse();
 void dumpChecked(bool);
+void setDestinationFileExtension();
 };
 
 #endif

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] Fix compilation of DMO on Windows

2012-09-16 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Mon Sep 17 
01:43:59 2012 +0200| [5bf0606149f2273b0dd0d9b58c9ce20d96fb0b74] | committer: 
Jean-Baptiste Kempf

Fix compilation of DMO on Windows

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bf0606149f2273b0dd0d9b58c9ce20d96fb0b74
---

 configure.ac |2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 34f2e25..b5762f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3978,6 +3978,8 @@ AS_IF([test ${enable_loader} = yes],
 VLC_ADD_LIBS([dmo quicktime], [-lpthread])
   ])
 
+AS_IF([test ${SYS} == mingw32], [VLC_ADD_PLUGIN([dmo]) 
VLC_ADD_LIBS([dmo],[-lole32 -luuid]) ])
+
 EXTEND_HELP_STRING([Components:])
 
 dnl

___
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] youtube.lua: use alternative API URL

2012-09-16 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard linkfa...@yahoo.fr | Mon Sep 17 05:54:59 
2012 +0200| [aaf17f6592d2cf8f122ed6d9291a8eadb4812576] | committer: Pierre Ynard

youtube.lua: use alternative API URL

It seems that the normal URLs included in the web page miss a
signature field and return 403 errors now. This approach has a number
of issues, it requires an extra HTTP request, still seems to fail due
to lack of signatures, and have different access restrictions than the
the web pages.

This shall meet the popular demand for now.

Closes #7471

 http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aaf17f6592d2cf8f122ed6d9291a8eadb4812576
---

 share/lua/playlist/youtube.lua |  126 
 1 file changed, 102 insertions(+), 24 deletions(-)

diff --git a/share/lua/playlist/youtube.lua b/share/lua/playlist/youtube.lua
index 20cb3a1..13018ba 100644
--- a/share/lua/playlist/youtube.lua
+++ b/share/lua/playlist/youtube.lua
@@ -1,7 +1,7 @@
 --[[
  $Id$
 
- Copyright © 2007-2011 the VideoLAN team
+ Copyright © 2007-2012 the VideoLAN team
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -47,6 +47,50 @@ function get_prefres()
 return prefres
 end
 
+function get_fmt( fmt_list )
+local prefres = get_prefres()
+if prefres  0 then
+return nil
+end
+
+local fmt = nil
+for itag,height in string.gmatch( fmt_list, (%d+)/%d+x(%d+)/[^,]+ ) do
+-- Apparently formats are listed in quality
+-- order, so we take the first one that works,
+-- or fallback to the lowest quality
+fmt = itag
+if tonumber(height) = prefres then
+break
+end
+end
+return fmt
+end
+
+function pick_url( url_map, fmt )
+local path = nil
+-- Handle both orderings, as unfortunately both may appear
+if string.match( url_map, ^url ) then
+for url,itag in string.gmatch( url_map, url=([^,]+)[^,]*itag=(%d+) 
) do
+-- Apparently formats are listed in quality order,
+-- so we can afford to simply take the first one
+if not fmt or tonumber( itag ) == tonumber( fmt ) then
+url = vlc.strings.decode_uri( url )
+path = url
+break
+end
+end
+else
+for itag,url in string.gmatch( url_map, itag=(%d+)[^,]*url=([^,]+) 
) do
+if not fmt or tonumber( itag ) == tonumber( fmt ) then
+url = vlc.strings.decode_uri( url )
+path = url
+break
+end
+end
+end
+return path
+end
+
 -- Probe function.
 function probe()
 if vlc.access ~= http and vlc.access ~= https then
@@ -62,6 +106,7 @@ function probe()
 end
 end
 return (  string.match( vlc.path, /watch%? ) -- the html page
+or string.match( vlc.path, /get_video_info%? ) -- info API
 or string.match( vlc.path, /v/ ) -- video in swf player
 or string.match( vlc.path, /player2.swf ) ) -- another player url
 end
@@ -73,6 +118,9 @@ function parse()
 -- fmt is the format of the video
 -- (cf. http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs)
 fmt = get_url_param( vlc.path, fmt )
+-- URLs in the web page are no good since
+-- they miss the signature parameter :/
+--[[
 while true do
 -- Try to find the video's title
 line = vlc.readline()
@@ -98,20 +146,10 @@ function parse()
 -- SWF_ARGS, swfArgs, PLAYER_CONFIG ...
 if string.match( line, playerConfig ) then
 if not fmt then
-prefres = get_prefres()
-if prefres = 0 then
-fmt_list = string.match( line, \fmt_list\: 
\(.-)\ )
-if fmt_list then
-for itag,height in string.gmatch( fmt_list, 
(%d+)\\/%d+x(%d+)\\/[^,]+ ) do
--- Apparently formats are listed in quality
--- order, so we take the first one that works,
--- or fallback to the lowest quality
-fmt = itag
-if tonumber(height) = prefres then
-break
-end
-end
-end
+fmt_list = string.match( line, \fmt_list\: \(.-)\ )
+if fmt_list then
+fmt_list = string.gsub( fmt_list, \\/, / )
+fmt = get_fmt( fmt_list )
 end
 end
 
@@ -119,21 +157,24 @@ function parse()
 if url_map then
 -- FIXME: do this properly
 url_map = string.gsub( url_map, \\u0026,  )
-