Commit Graph

5954 Commits

Author SHA1 Message Date
Moritz Bunkus
4e216f6f8f Implement adding files without resetting the models 2012-04-30 11:23:07 +02:00
Andriy Bilous'ko
95a5cf0fc8 Update the Ukrainian translation 2012-04-28 22:29:30 +02:00
Moritz Bunkus
23eab1b06b Do not change translation for debug message 2012-04-28 22:26:52 +02:00
Luther Stickell
9c1851e0b5 Fixed the Italian translation of the Installer 2012-04-28 20:46:36 +02:00
Luther Stickell
a139124ab7 Fixed the Italian translation 2012-04-28 20:45:08 +02:00
Moritz Bunkus
692b745b3c Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2012-04-28 19:48:31 +02:00
Moritz Bunkus
7b3884fc54 Refactoring: replace "thing ==/!= nullptr" comparisons and similar ones with "thing"/"!thing" 2012-04-28 19:48:13 +02:00
Moritz Bunkus
3d827005c7 Implement "add additional parts" in files view 2012-04-28 15:55:35 +02:00
Moritz Bunkus
21a190d2c2 Fix "parent" functions in SourceFile and Track models 2012-04-28 15:54:58 +02:00
Hiroki Taniura
b8c27c6dc6 Update the Japanese translation 2012-04-26 23:34:32 +09:00
Moritz Bunkus
2e329f7ec1 Remove debug code 2012-04-26 16:05:22 +02:00
Moritz Bunkus
7357c7c7fa Fix running rake with Ruby 1.8.7 2012-04-26 16:02:12 +02:00
Moritz Bunkus
cdc7dddb90 Avoid warning from Ruby 1.8.7 2012-04-26 15:58:35 +02:00
Moritz Bunkus
e716147775 Make mtx::sort::naturally more accepting of other containers 2012-04-26 14:53:18 +02:00
Moritz Bunkus
52bdcbef56 Implement "remove all files" 2012-04-26 14:32:41 +02:00
Moritz Bunkus
212c03539b Cosmetics 2012-04-26 13:58:34 +02:00
Moritz Bunkus
6cbb40dc03 Add context menu/actions for the "files" view 2012-04-26 12:37:54 +02:00
Moritz Bunkus
8e90651697 Make Rakefile's comments compatible with Ruby 1.9.3's changes to "-c" 2012-04-25 23:47:51 +02:00
Moritz Bunkus
cf2557fb36 Don't try to remove files twice 2012-04-25 23:41:21 +02:00
Moritz Bunkus
78ed2c3b7c Ensure controls are properly initialized on startup 2012-04-25 23:35:35 +02:00
Moritz Bunkus
4fbe89293e Reset track/attachment selection after loading 2012-04-25 23:34:40 +02:00
Moritz Bunkus
a8c6f2ad34 Implement saving and loading of the track list 2012-04-25 23:31:32 +02:00
Moritz Bunkus
7c24f1aa60 Reset all controls after loading a config/selecting "file -> new" 2012-04-25 20:47:15 +02:00
Moritz Bunkus
5aec8e34b6 Don't save config after loading it (debugging code removal) 2012-04-25 20:21:18 +02:00
Moritz Bunkus
255b2a4c56 Use Qt Creator's FancyTabWidget for the tool selection 2012-04-25 20:18:02 +02:00
Moritz Bunkus
f4af35e263 Show "Polish" instead of "the Polish language" 2012-04-25 00:04:35 +02:00
Moritz Bunkus
7409000242 Add installer translation file for Polish 2012-04-24 23:58:05 +02:00
Moritz Bunkus
c571e6608f Add Polish translation 2012-04-24 23:43:54 +02:00
Moritz Bunkus
abcc50f2b4 Fix linking if configure --cache-file is used twice 2012-04-24 19:55:43 +02:00
Moritz Bunkus
a34b432100 Merge branch 'master' of github.com:mbunkus/mkvtoolnix 2012-04-24 18:51:14 +02:00
Moritz Bunkus
7e988c40b0 Include hint about where track numbering starts in mkvpropedit docs 2012-04-24 09:57:36 +02:00
Moritz Bunkus
4d80171a8f Split MainWindow class into MainWindow and MergeWidget 2012-04-22 19:13:47 +02:00
Moritz Bunkus
0c182d1f8d Implement loading of settings 2012-04-22 11:16:38 +02:00
Moritz Bunkus
2d22ce2678 Re-implement adding/removing attachments without full model reset 2012-04-17 22:16:05 +02:00
Moritz Bunkus
cfdf2a93f2 Generic operator<< for std::vector, std::pair and custom types providing "streamify()" 2012-04-17 22:14:46 +02:00
Moritz Bunkus
50620f4988 Merge remote-tracking branch 'refs/remotes/origin/mmg-qt' 2012-04-16 22:17:07 +02:00
Moritz Bunkus
4c84c4ce12 Upgrade included drake to 0.9.2.0.3.1 2012-04-16 22:13:03 +02:00
Moritz Bunkus
e244cbbe63 Fix removing attachments 2012-04-16 22:06:41 +02:00
Moritz Bunkus
4cc7f1ef59 Add simple man page for mkvtoolnix-gui 2012-04-16 20:42:22 +02:00
Moritz Bunkus
4f957054ff Add mkvtoolnix-gui to $applications 2012-04-16 20:41:59 +02:00
Moritz Bunkus
428f5c17f6 Fix h.264 extraction: wrong size test condition 2012-04-16 15:38:09 +02:00
Moritz Bunkus
549981d08f Implement attachment model, view & logic 2012-04-16 13:47:27 +02:00
Moritz Bunkus
084d5c3967 Fix browse segmentinfo 2012-04-15 17:35:17 +02:00
Moritz Bunkus
6d7d766c52 Signal for "save as" 2012-04-15 15:40:11 +02:00
Moritz Bunkus
baec7b0304 Remove config before writing; fix re-writing config 2012-04-15 15:40:02 +02:00
Moritz Bunkus
b41b61ad24 Signals & slots for the "output" tab; use splitters on input/output tabs 2012-04-15 15:30:55 +02:00
Moritz Bunkus
8e5bd6bef1 Merge branch 'mmg-qt' of github.com:mbunkus/mkvtoolnix into mmg-qt 2012-04-15 13:08:20 +02:00
Moritz Bunkus
3ddeed7777 Fix compilation with mingw 2012-04-15 10:58:51 +02:00
Moritz Bunkus
4fa2a17de0 Add resource & manifest files for mkvtoolnix-gui 2012-04-15 10:49:14 +02:00
Moritz Bunkus
6f3e230bf5 Prevent WXWIDGETS_* var leaking to build-config if detection fails 2012-04-15 10:47:37 +02:00