Moritz Bunkus
6f614bd212
MPEG TS: don't interpret forward gaps in subtitle tracks as timecodes wrapping
2014-09-25 20:05:14 +02:00
Moritz Bunkus
e134437b11
GUI: implement drag & drop for the track window
2014-09-20 21:29:48 +02:00
Moritz Bunkus
60406a5170
GUI: use unsigned long longs for storing converted pointers
2014-09-20 21:29:06 +02:00
Moritz Bunkus
b45ba9ab9c
GUI: make views not editable
2014-09-20 21:29:06 +02:00
Moritz Bunkus
f911c28809
GUI: fix withSelectedIndexes not to skip rows in hierarchies
2014-09-20 21:29:06 +02:00
Moritz Bunkus
c5c8dd5671
GUI: refactor ::assert() to Q_ASSERT()
2014-09-20 13:57:04 +02:00
Moritz Bunkus
8c61d83c54
mmg: use app->SafeYield() instead of while(app->Pending()) app->Dispatch()
...
The latter seems to hang endlessly on Mac OS.
2014-09-17 22:44:43 +02:00
Moritz Bunkus
ae9b45d7a8
MPEG TS reader: add support for PCM tracks
2014-09-17 22:32:15 +02:00
Moritz Bunkus
60308ace3f
MPEG PS reader: add support for PCM tracks
...
Partially implements #763 .
2014-09-17 22:32:15 +02:00
Moritz Bunkus
0435682f46
MPEG PS/TS, WAV readers: output audio track parameters on verbose identification
2014-09-17 22:32:06 +02:00
Moritz Bunkus
6bb2021d00
GUI: add --sync switch
2014-09-16 17:48:54 +02:00
Moritz Bunkus
9d5b20f076
GUI: implement drag & drop in the job queue
2014-09-15 22:08:11 +02:00
Moritz Bunkus
eb99a936a8
GUI: don't write/read job's internal IDs
2014-09-15 22:05:03 +02:00
Moritz Bunkus
f0c1076adb
GUI: don't increment running index twice during job loading
2014-09-15 21:05:19 +02:00
Moritz Bunkus
9d75427e12
GUI: implement retrieving the job queue on startup
2014-09-14 20:43:40 +02:00
Moritz Bunkus
cb4b5bc63e
GUI: implement storing the job queue on exit
2014-09-14 19:32:58 +02:00
Moritz Bunkus
8c1d0eb8ea
installer: no GUI shortcut on desktop if the user doesn't want them
2014-09-14 17:46:43 +02:00
Moritz Bunkus
1ce4688ab3
ChangeLog update
2014-09-14 12:10:00 +02:00
Moritz Bunkus
79b7a3717c
GUI: use .clear() for clearing lists
...
.empty() is just a compatibility function for stdlib and doesn't clear
the list. It's the equivalent of .isEmpty().
This fixes clearing the lists when loading/resetting configs.
2014-09-14 12:04:16 +02:00
Moritz Bunkus
16ffc67210
GUI: use .isEmpty() for stating intentions clearly
2014-09-14 12:04:02 +02:00
Moritz Bunkus
45e3984571
GUI: implement automatically setting the output file name
2014-09-14 11:48:24 +02:00
Moritz Bunkus
c19da845fc
GUI: automatically set the title from added source files
2014-09-14 10:51:03 +02:00
Moritz Bunkus
38a3f32149
GUI: don't display the preview warning if NO_WARNING is set to 1
2014-09-14 10:37:08 +02:00
Moritz Bunkus
41c5044590
common: implement get_environment_variable() for non-Windows
2014-09-14 10:36:31 +02:00
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