Commit Graph

6725 Commits

Author SHA1 Message Date
Moritz Bunkus
10a746d8b1 debugging: debug options can be turned off internally again 2013-12-08 14:52:58 +01:00
Moritz Bunkus
605bae5bf5 debugging: make debugging_option_c instances re-evaluate their result upon invalidation 2013-12-08 14:52:32 +01:00
Moritz Bunkus
5654172dfd ebml_dumper_c: enable all features by default 2013-12-08 13:14:08 +01:00
Moritz Bunkus
d6416a1ef1 mmg: only copy values for selected item on begin drag
Not of the item being dragged. That might not be selected, e.g. on
Windows.
2013-12-07 14:03:21 +01:00
Moritz Bunkus
a40724e548 libebml: update to a366eaa 2013-12-07 13:34:53 +01:00
Moritz Bunkus
5b792f5c2f mmg: chapter editor: output exception's text in error message 2013-12-03 22:08:25 +01:00
Moritz Bunkus
2b005f43d4 translations: Polish installer: change encoding to Windows-1250 2013-12-03 11:29:56 +01:00
Moritz Bunkus
a013fb35f1 common: implemented improved EBML dumper class 2013-12-03 08:52:58 +01:00
Daniel
1fcb99204c Translations: update Polish 2013-12-01 23:02:55 +01:00
Moritz Bunkus
b7182dda4c Bump version number, set release code name, add release message 2013-12-01 17:50:30 +01:00
Moritz Bunkus
0ceb1e3b00 translations: update German translation 2013-12-01 17:49:45 +01:00
Moritz Bunkus
d4f6c2ac0a translations: update list of translatable strings 2013-12-01 17:47:07 +01:00
Moritz Bunkus
5f731bacd4 mmg: implement drag & drop in the chapter editor
Implements #929.
2013-12-01 14:47:03 +01:00
Moritz Bunkus
59498f7fc1 common: add function for finding an EbmlElement in an EbmlMaster recursively
Returns both the master and the index at which it was found inside
that master.
2013-12-01 14:45:32 +01:00
Moritz Bunkus
b06cb5eb2e common: add template function Is<>() testing EbmlElement for specific classes 2013-12-01 14:44:13 +01:00
Moritz Bunkus
703cbeeeb6 translations: update list of translatable strings 2013-11-28 14:41:38 +01:00
Moritz Bunkus
f86df5c877 mmg: fix a typo in the »scan directory for other playlists« dialog 2013-11-28 14:40:59 +01:00
Moritz Bunkus
953aa7e4f2 build system: fix missing space in compiler options if optimizations are enabled 2013-11-27 22:00:00 +01:00
Moritz Bunkus
705419ed8c mmg: fix format string/data type differences with wxWidgets 3.0.0 2013-11-24 21:58:04 +01:00
Moritz Bunkus
f66292abfc Merge remote-tracking branch 'remotes/brunorex/master' 2013-11-24 21:26:19 +01:00
Moritz Bunkus
42e5f91c3e QT/MP4 reader: ignore obviously wrong sample size entries 2013-11-24 21:22:16 +01:00
Moritz Bunkus
8dc4d4c6de VC1: improve frame type detection, even if no entry point is available 2013-11-24 21:22:16 +01:00
Bruno Barbieri
483bca4a1f Installer: translated Portuguese language file and added Portuguese (Brazil) language file 2013-11-23 23:31:23 -02:00
Moritz Bunkus
d0b0f37224 Merge pull request #25 from Trottel/patch-2
Update Czech.nsh
2013-11-19 03:46:05 -08:00
Trottel
c9226b061a Update Czech.nsh 2013-11-19 12:43:55 +01:00
Moritz Bunkus
e37ef5f2ca VC1: determine frame type from frame header as well, not only from sequence header presence 2013-11-15 16:48:24 +01:00
Moritz Bunkus
92daebd2b5 mkvinfo: don't cut track IDs/UIDs short to 32bits
Fixes #935.
2013-11-14 08:47:05 +01:00
Moritz Bunkus
17727439b9 mkvmerge: use the source file where the video track comes from for displaying progress 2013-11-03 11:16:38 +01:00
Moritz Bunkus
b7e2eadec7 mkvmerge: refactor display reader selection into its own function 2013-11-03 10:59:17 +01:00
Moritz Bunkus
cf06b42c66 build system: fix wxWidgets detection for wx 2.9x and mingw i686-pc-mingw32 2013-11-02 15:40:27 +01:00
Moritz Bunkus
3716e532ee memory_c::resize(): fix write to behind allocated block
If resizing down a non-free instance then we must copy at most as many
bytes as the new size allows for. Fixes #931.
2013-11-02 12:13:20 +01:00
Xabier Aramendi
383e587515 Translations: update Basque 2013-10-30 10:31:52 +01:00
Israel Lucas Torrijos
720d7d8527 Translations: update Spanish 2013-10-30 10:31:42 +01:00
Moritz Bunkus
484c2c7dd3 mmg: use SetSizerAndFit() instead of SetSizer() everywhere 2013-10-26 23:15:18 +02:00
Moritz Bunkus
8004cd58dc ChanageLog update 2013-10-26 22:41:45 +02:00
Moritz Bunkus
164bb94c90 mmg input tab: refactor all border spacers 2013-10-26 22:38:36 +02:00
Moritz Bunkus
345be3fcea mmg input tab: make all inputs and sizers grow properly
Fixes the issue with wxWidgets 2.9.x/3.x making the tracks list box 0
pixels high and expanding the notebook on the input tab expand
arbitrarily.
2013-10-26 22:35:30 +02:00
Moritz Bunkus
fb4da40e9c mmg input tab: create controls first, layout afterwards 2013-10-26 22:34:47 +02:00
Moritz Bunkus
e157f33b64 mmg input tab: temporarily remove all occurrences of wxGROW 2013-10-26 22:34:09 +02:00
Moritz Bunkus
fddc0b7231 build system: add C++11 flag to wxWidgets test 2013-10-26 18:52:13 +02:00
Moritz Bunkus
5b887990ca build system: use -std=c++11 instead of -std=c++0x if the compiler supports it 2013-10-26 18:50:15 +02:00
Andriy Bilous'ko
c515658e5d Translations: update Ukrainian 2013-10-26 16:13:20 +02:00
Moritz Bunkus
14651c092e Tests: add test case for Polish locale 2013-10-26 16:04:32 +02:00
Moritz Bunkus
661ca07a1b Tests: fail if mkvmerge doesn't support specific locale 2013-10-26 16:04:32 +02:00
Moritz Bunkus
a46047baf7 Docs: re-build translated man pages 2013-10-26 16:04:32 +02:00
Moritz Bunkus
2ce5a4c320 Translations: enable use of Portuguese translation 2013-10-26 16:04:31 +02:00
Moritz Bunkus
92812907f7 Tests: unify and simplify UI locale test scripts 2013-10-26 14:06:04 +02:00
Moritz Bunkus
4d36b117f2 Tests: intentional update due to 58cc4da 2013-10-26 13:57:57 +02:00
Moritz Bunkus
1f865d3231 Translations: update German (re-add entries lost in 58cc4da) 2013-10-26 12:52:37 +02:00
Moritz Bunkus
8d86dd219f update AUTHORS 2013-10-26 12:52:22 +02:00