Commit Graph

7196 Commits

Author SHA1 Message Date
Moritz Bunkus
af2f564a82 common: re-write get_environment_variable() without fixed buffer size 2014-09-14 10:34:05 +02:00
Israel Lucas Torrijos
29788008a9 Translations: update Spanish 2014-09-13 22:37:50 +02:00
Moritz Bunkus
e3826e563d Debian/Ubuntu build files: shorten dependency list 2014-09-13 22:12:10 +02:00
Moritz Bunkus
c7b2851c7d Merge remote-tracking branch 'refs/remotes/darealshinji/patch-1' 2014-09-13 22:06:04 +02:00
darealshinji
056e511e68 install wxgtk 3.0 and fallback to wxgtk 2.8 if it doesn't exist 2014-09-13 21:48:49 +02:00
Moritz Bunkus
2b94abc04b Installer: delete MKVToolNix GUI preview link on the desktop 2014-09-13 20:27:30 +02:00
Moritz Bunkus
c913d095c3 Merge pull request #36 from darealshinji/patch-1
upstream changelog missing on Ubuntu packages
2014-09-13 20:19:08 +02:00
darealshinji
3289fe5356 upstream changelog missing on Ubuntu packages 2014-09-13 19:52:52 +02:00
Moritz Bunkus
a49294f0dc Bump version number, add release message, set version code name 2014-09-13 15:32:15 +02:00
Moritz Bunkus
6e8c57f34e GUI: include a preview warning 2014-09-13 14:06:27 +02:00
Moritz Bunkus
aafe3bdc1c man pages: update mkvtoolnix-gui with current version number 2014-09-13 12:18:30 +02:00
Moritz Bunkus
2e0085b151 gitignore: add .doconf* files 2014-09-13 11:28:29 +02:00
Moritz Bunkus
d5f9461c4b GUI: include GUI preview in Windows installer 2014-09-13 11:08:49 +02:00
Moritz Bunkus
265049a45b GUI: load QtAccessibleWidgets plugin 2014-09-09 14:28:35 +02:00
Moritz Bunkus
4b899602fb GUI: get mkvmerge executable from installation path on Windows…
…if the executable is simply set to »mkvmerge«.
2014-09-09 11:06:35 +02:00
Moritz Bunkus
c42e240ca3 AC3 output: fix garbage-in-AVI handling
This got broken during its re-write in commit 97cc2121.
2014-09-08 14:43:20 +02:00
Moritz Bunkus
4a610ce9c1 Build system: Qt: link against and load platform plugin on Windows 2014-09-07 21:30:50 +02:00
Moritz Bunkus
70d69c688b extract SSA/ASS: handle additional sections after [Event] in codec private
Fixes #1057.
2014-09-06 09:07:11 +02:00
Moritz Bunkus
12a82f9c99 QT/MP4 reader: fix edit list handling for its duration field
The duration is expressed in the file's time scale while the position is
expressed in the track's time scale. Fixes #1059.
2014-09-05 18:32:28 +02:00
Moritz Bunkus
291890ca30 Build system: rake target for building a source tarball 2014-09-01 15:38:44 +02:00
Moritz Bunkus
a2fd94093b INSTALL: update name of README.md file 2014-09-01 14:58:12 +02:00
Timothy Gu
311ee5b5bd Update mkvmerge-gui.html 2014-09-01 14:58:03 +02:00
Timothy Gu
a6c853784e Update mkvmerge-gui.html 2014-09-01 14:58:01 +02:00
Timothy Gu
27af9a71d9 Update mkvmerge-gui.html 2014-09-01 14:57:59 +02:00
Timothy Gu
2e755cf4bb Update mkvmerge-gui.html 2014-09-01 14:57:57 +02:00
Timothy Gu
fe5db2b8b4 opensuse-12: README -> README.md 2014-09-01 14:56:38 +02:00
Timothy Gu
82ed9bb3fc centos: README -> README.md 2014-09-01 14:56:35 +02:00
Timothy Gu
867802f22c fedora-core: README is README.md now 2014-09-01 14:56:32 +02:00
Timothy Gu
a59c4ec293 debian-upstream: README is README.md now 2014-09-01 14:56:29 +02:00
Moritz Bunkus
90c0eee27a README.md: change Subversion repos to git repos
Both my own and the libEBML/libMatroska repositories have moved to git a
long time ago.
2014-09-01 14:55:53 +02:00
Timothy Gu
68459d7a62 README: Rewrite in Markdown 2014-09-01 14:53:52 +02:00
Moritz Bunkus
82d82cfcfc GUI: implement basic widget for watching the current job's output/status 2014-08-31 18:22:41 +02:00
Moritz Bunkus
02c8f535a8 GUI: add several icons to resources 2014-08-31 15:37:40 +02:00
Moritz Bunkus
3f0ac5528a git: ignore *.autosave 2014-08-31 15:03:13 +02:00
Moritz Bunkus
2e4435d98a GUI: remove page for command line debugging 2014-08-30 11:54:02 +02:00
Roberto Boriotti
5c5ce99368 Translations: update Italian 2014-08-28 16:40:16 +02:00
Moritz Bunkus
35e9339dbb GUI: avoid manual memory management 2014-08-28 16:38:51 +02:00
Moritz Bunkus
a07819ffbe GUI: explicitly delete the MainWindow instance before the App instance
Otherwise Qt may segfault on exiting with a certain probability. See
http://qt-project.org/forums/viewthread/27196/ and
http://qt-project.org/forums/viewthread/28200
2014-08-28 08:28:51 +02:00
Moritz Bunkus
afc1546ee1 GUI: implement »save option file« 2014-08-27 22:16:36 +02:00
Moritz Bunkus
f1fd55f11e GUI: implement »show command line« for the merge widget 2014-08-27 22:09:02 +02:00
Moritz Bunkus
ead54e1084 GUI: get mkvmerge EXE path from config 2014-08-27 21:21:55 +02:00
Moritz Bunkus
aa07a1076e GUI: add --priority 2014-08-27 21:21:44 +02:00
Moritz Bunkus
48cd65423e GUI: set main window's title 2014-08-27 15:51:59 +02:00
Moritz Bunkus
2f1e8c88a1 GUI: implement adding current merge settings as job 2014-08-27 15:19:23 +02:00
Moritz Bunkus
7ce1885173 Build system: don't word-wrap Turkish .po file 2014-08-24 14:40:12 +02:00
BouRock
e53dab7f44 Translations: update Turkish 2014-08-24 14:39:58 +02:00
Moritz Bunkus
49592a80e6 ChangeLog udpate 2014-08-09 22:36:16 +02:00
Moritz Bunkus
0c89ff941b fix compilation with Boost 1.56.0
Boost's »indexed« range adaptor has changed in an incompatible way in
1.56.0. The underlying iterator can now be used with range-based for
loops, but that means that there's no way safe for #ifdefs for catering
to both 1.56.0 and older versions.

Fixes #1051.
2014-08-09 22:32:24 +02:00
Moritz Bunkus
0348a17dbf Translations: update list of translatables; update German 2014-08-09 21:33:31 +02:00
Moritz Bunkus
23a8abbe8a kax_analyzer: create track random UIDs if element is missing
Fixes the second issue mentioned in ticket #1050.
2014-08-09 21:31:14 +02:00