Commit Graph

6115 Commits

Author SHA1 Message Date
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
Moritz Bunkus
d9a643afd8 Fix Qt detection for cross-compilation builds 2012-04-15 10:42:05 +02:00
Moritz Bunkus
38acf597cc Update list of translatable strings; fix fuzzy entries from b6ac51b 2012-04-14 23:30:35 +02:00
Moritz Bunkus
5c5a625279 Merge remote-tracking branch 'refs/remotes/origin/master' 2012-04-14 23:27:32 +02:00
Moritz Bunkus
1ba47ed330 Add comfort functions to logger_c 2012-04-14 22:16:41 +02:00
Moritz Bunkus
edb840be6c Avoid warning 2012-04-14 22:09:31 +02:00
Moritz Bunkus
a26ffb05fa Merge pull request #17 from stickell/master
Incorrect string
2012-04-14 12:16:37 -07:00
Luther Stickell
b6ac51b450 Fixed translatable string 2012-04-14 21:10:57 +02:00
Luther Stickell
596ec4d81a Fixed corrupted Italian translation 2012-04-14 21:06:08 +02:00
Luther Stickell
92ca832a04 Updated the Italian translation 2012-04-14 21:02:53 +02:00
Moritz Bunkus
0024b0f7ca Don't read from process output after process has been terminated 2012-04-14 20:30:57 +02:00
Moritz Bunkus
2be5d8bed8 Use "<do not change>" as the value for multi selection in combo boxes 2012-04-14 16:16:38 +02:00
Moritz Bunkus
9f24598340 Initialize stereoscopy from identification output 2012-04-14 15:59:58 +02:00
Moritz Bunkus
1dd05479d4 Fix displayHeight parsing 2012-04-14 15:57:28 +02:00
Moritz Bunkus
a15f56c361 Refactoring: use less code 2012-04-14 15:29:48 +02:00
Moritz Bunkus
83a81e1271 Implement proper track change/UI interaction 2012-04-14 15:01:20 +02:00
Moritz Bunkus
7d7e6c6e23 Helper function for setting ComboBox according to its data member 2012-04-14 15:00:58 +02:00
Moritz Bunkus
f71b20ec21 Initialize the common library 2012-04-14 14:59:49 +02:00
Moritz Bunkus
5027f88ae0 Basics for displaying selected tracks/storing values when they're changed 2012-04-12 23:40:30 +02:00
Moritz Bunkus
766c9b9b56 Implement en-/disabling input controls based on track selection 2012-04-12 00:06:19 +02:00
Moritz Bunkus
3d0258bf19 Use icons instead of text for browse buttons 2012-04-11 22:55:37 +02:00
Moritz Bunkus
9d2bcd9a69 Implement basic saving of the configuration 2012-04-11 21:32:02 +02:00
BouRock
f03293d982 Update the Turkish translation 2012-04-11 20:28:35 +02:00
Moritz Bunkus
a2257a2822 Replace tags icon 2012-04-11 18:36:27 +02:00
Moritz Bunkus
39646bfd4d Use more icons; display more information in the track model 2012-04-11 18:33:23 +02:00
Moritz Bunkus
db60697261 Model for tracks; a couple more icons 2012-04-11 17:27:49 +02:00
Moritz Bunkus
380f75df72 Fix dependency file name clashes; ignore not existing dependencies; use simpler format 2012-04-11 16:48:15 +02:00
Moritz Bunkus
2d1ed087df Remove some icons again 2012-04-11 14:51:50 +02:00
Moritz Bunkus
64c7825f95 Display icons in the SourceFileModel 2012-04-11 12:54:31 +02:00
Moritz Bunkus
5cdf704821 Add a lot of icons, use some in the menus 2012-04-11 12:46:01 +02:00
Moritz Bunkus
c84ffa3a47 Add project files for Qt creator (for UI/resource editing) 2012-04-11 12:45:38 +02:00
Moritz Bunkus
1628511e91 Add target for automatic updating of qt_resources.qrc 2012-04-11 12:45:18 +02:00
Moritz Bunkus
1542a6bac7 Only install application icons 2012-04-11 12:00:48 +02:00
Moritz Bunkus
f6d570ed37 Implement first part of the SourceFileModel 2012-04-11 05:32:42 +02:00
Moritz Bunkus
effffb2fb0 Rakefile for "main_window" sub-dir 2012-04-11 04:20:04 +02:00
Moritz Bunkus
1986cf6f6a Store "other_file" in source file 2012-04-11 02:45:09 +02:00
Moritz Bunkus
56e6eb125b w?ostream << operators for QString 2012-04-11 02:44:54 +02:00
Moritz Bunkus
406d8843f5 Move main_window files into their own sub-directory 2012-04-11 01:53:43 +02:00
Moritz Bunkus
b3293ab316 Store and restore settings on quit/run 2012-04-10 23:25:29 +02:00
Moritz Bunkus
5a5cb175e7 Avoid ambiguity with QString by providing mxinfo(char const *) overload 2012-04-10 23:22:55 +02:00