Commit Graph

8647 Commits

Author SHA1 Message Date
Moritz Bunkus
88a3f6fd94 GUI: pass interface language to mkvmerge 2015-08-18 22:11:01 +02:00
Israel Lucas Torrijos
c65557691c Translations: update Spanish 2015-08-18 22:05:28 +02:00
Moritz Bunkus
a78aba1d54 Translations: update list of translatable strings; update German translation 2015-08-18 21:57:30 +02:00
Moritz Bunkus
63f39b480b mkvmerge: calculate AVI delay from stream header data fields
Fixes #1382.
2015-08-18 21:15:29 +02:00
Moritz Bunkus
1cad235a98 avilib: fix stream header structure to be consistent with official specs 2015-08-18 20:48:39 +02:00
Moritz Bunkus
f6e9d11fbf GUI: add URL to bug reports in help menu 2015-08-18 19:35:15 +02:00
Moritz Bunkus
4b8a6ad40c GUI: propagate scroll events from combo boxes to the parent if not focused
Implements #1400.
2015-08-18 19:20:19 +02:00
Moritz Bunkus
eb21731592 Revert "Use -fPIE instead of -fPIC"
This reverts commit 66cdb89842. The reason
is that building with -fPIE seems to fail on openSUSE Tumbleweed:
http://forum.doom9.org/showthread.php?p=1734734#post1734734

See #1361.
2015-08-18 14:45:40 +02:00
Moritz Bunkus
79599419c9 Translations: update list of translatable strings 2015-08-18 14:32:50 +02:00
Moritz Bunkus
1b62dfcdb9 GUI: use camelCase for function names 2015-08-18 14:14:21 +02:00
Moritz Bunkus
9887650025 Doc translations: update list of translatable strings; update German translation 2015-08-17 22:45:42 +02:00
Moritz Bunkus
f01481ee05 documentation: update man pages regarding environment variables
See #1403.
2015-08-17 22:45:42 +02:00
Moritz Bunkus
e6d8dde181 all: use <TOOLNAME>_OPTIONS same as MKVTOOLNIX_OPTIONS but only for TOOL
Fixes #1403.
2015-08-17 22:45:42 +02:00
Moritz Bunkus
d290912aae build system: rename configure.in to configure.ac
The former has been deprecated in favor of the latter.
2015-08-17 22:45:25 +02:00
Moritz Bunkus
ee895f45cb GUI: rename EscapeShellWindows to EscapeShellCmdExeArgument 2015-08-16 21:42:51 +02:00
Moritz Bunkus
775611c945 GUI: fix program name CLI escaping for cmd.exe
cmd.exe does not know ^ in the escaping of the command name itself.

Fixes #1401.
2015-08-16 21:00:39 +02:00
Moritz Bunkus
d907a5c773 tests: intentional update due to bfc5d74 2015-08-16 18:52:49 +02:00
Moritz Bunkus
bfc5d7496a Translations: revert Chinese Simplified update from 94e8d14128
This reverts 94e8d14128. Fixes #1399.
2015-08-16 18:16:21 +02:00
Xabier Aramendi
a5d632c6fd Translations: update Basque 2015-08-16 17:37:05 +02:00
Moritz Bunkus
84c65b1ee6 add_po.rb: support for 7zipRAR archives 2015-08-16 17:32:27 +02:00
Moritz Bunkus
50a80e7547 build system: fix RPM build rules after wxWidgets removal 2015-08-16 00:23:33 +02:00
Moritz Bunkus
c21a719268 build system (deb): build as little as possible twice: only mkvinfo 2015-08-15 23:28:22 +02:00
Moritz Bunkus
ecfdfc308e build system: fix deb build rules after wxWidgets removal 2015-08-15 22:30:00 +02:00
Moritz Bunkus
4362e2f782 Translations: update man page translations 2015-08-15 20:33:47 +02:00
Moritz Bunkus
ca9856fd7b Translations: update list of translatable strings 2015-08-15 20:33:46 +02:00
Moritz Bunkus
20e26c840b build system: remove option --without-mkvtoolnix-gui 2015-08-15 20:33:46 +02:00
Moritz Bunkus
64465ce72b all: remove support for wxWidgets; remove mmg 2015-08-15 20:33:46 +02:00
Moritz Bunkus
a772813512 MacOS build scripts: test for Qt detection 2015-08-15 14:11:17 +02:00
Moritz Bunkus
c14a01aed6 build system: Qt: only look for platform plugin for static Qt 2015-08-15 14:06:11 +02:00
Moritz Bunkus
943ee96fc9 build system: Qt: don't assume GNU sed
\(…\) seems to be a GNU extension to sed, and MacOS uses BSD sed which
doesn't support it.
2015-08-15 14:06:07 +02:00
Moritz Bunkus
ec584c4a25 MacOS build scripts: assume QT is shared by default 2015-08-15 12:51:47 +02:00
Moritz Bunkus
88deb3626a Add release message, set release code name, bump version 2015-08-15 11:16:47 +02:00
Moritz Bunkus
da0e10750f ChangeLog update
…for #1381
2015-08-15 11:08:02 +02:00
Jan Mazurczyk
b2d49c0baf Translations: update Polish 2015-08-15 11:02:54 +02:00
Moritz Bunkus
db053653c1 GUI: chapters: make return focus the next appropriate chapter element
Which element will be selected and focused depends on which is selected
when the user presses return:

* If an input other than the chapter's name is focused then the first
  chapter name will be selected, and the chapter name line edit will be
  focused.

* If the chapter name line edit is focused then the next chapter name
  will be selected and focus.

* If the last chapter name is selected then the next chapter entry in
  the tree will be selected, and that entry's start time will be
  focused.

Implements #1358.
2015-08-15 10:58:43 +02:00
Moritz Bunkus
88d745cbd0 GUI: job output: filter empty lines 2015-08-15 09:22:50 +02:00
BouRock
99d551285b Translations: update Turkish 2015-08-15 08:05:22 +02:00
Moritz Bunkus
ca24089eb4 add_po.rb: support for RAR archives 2015-08-15 08:05:08 +02:00
Israel Lucas Torrijos
f1177bf755 Translations: update Spanish 2015-08-15 08:02:15 +02:00
Moritz Bunkus
228489672c Translations: update list of translatable strings; update German translation 2015-08-14 21:05:04 +02:00
Moritz Bunkus
a128ba1fff GUI: enable »clear output« and rename it to »…and reset progress« 2015-08-14 21:04:16 +02:00
Moritz Bunkus
dd2d3cad01 Translations: update list of translatable strings; update German translation 2015-08-14 19:48:30 +02:00
Moritz Bunkus
ee8dae5da5 GUI: show number of running jobs in the status bar 2015-08-14 19:48:30 +02:00
Moritz Bunkus
95b88d6dee GUI: jobs: implement »force-start« function for running jobs simultaneously
Implements #1395.
2015-08-14 19:24:56 +02:00
Moritz Bunkus
0eaf3989f5 ChangeLog: fix spelling mistake 2015-08-14 18:17:47 +02:00
Moritz Bunkus
949a4eed99 Translations: update list of translatable strings; update German translation 2015-08-14 16:49:43 +02:00
Moritz Bunkus
fba7ed442a GUI: merge: option for setting default track to no when adding for subtitles
Implements #1339.
2015-08-14 16:49:41 +02:00
Moritz Bunkus
d73084a33a Merge pull request #1393 from remuxer32/patch-4
Update pl.po
2015-08-13 08:43:17 +02:00
remuxer32
e8109b0380 Update pl.po
A new sentence has been translated successfully.

Nowe zdanie zostało przetłumaczone pomyślnie.
2015-08-13 01:49:53 +02:00
Jan Mazurczyk
efe4d8d31a Translations: update Polish 2015-08-12 19:15:55 +02:00