Commit Graph

8278 Commits

Author SHA1 Message Date
Israel Lucas Torrijos
66f80daa32 Translations: add Spanish man page translation 2015-07-01 19:49:29 +02:00
Moritz Bunkus
2f121b9108 translations: update list of translatable strings 2015-07-01 17:00:31 +02:00
Moritz Bunkus
5f682f610a GUI: rename combo box options
Implements #1309.
2015-07-01 16:02:16 +02:00
Moritz Bunkus
c9e527b472 GUI: include QObject where used
Fixes compilation with Qt 5.5.0-rc. Fixes #1328.
2015-07-01 11:03:50 +02:00
Moritz Bunkus
9423a84e84 GUI: merge: re-add the splitter between files/tracks 2015-06-30 21:40:43 +02:00
Moritz Bunkus
c2987b8d03 GUI: jobs: reset date finished when re-starting a job
Fixes #1323.
2015-06-30 20:53:03 +02:00
Moritz Bunkus
d441c0cc0c GUI: fix playlist adding part 2
Required fix for 1e031cb which broke the »don't scan, just add«
functionality of the dialog asking whether or not to scan for other
playlists.
2015-06-30 20:43:46 +02:00
Moritz Bunkus
5a50010b36 GUI: remember actual first input file; use that for relative output dir
Fixes #1321.
2015-06-30 20:30:48 +02:00
Moritz Bunkus
1e031cbd91 GUI: don't add playlist when user aborts select playlist dialog 2015-06-30 19:45:19 +02:00
Moritz Bunkus
780efb34fb MPEG parser: don't use potentially dangling pointers for remembering timecodes
Depending on the order the frames are encountered the »frame« pointer
has already been deleted by the packetizer. So don't store the timecodes
by frame pointers but by frame numbers.

Fixes #1278.
2015-06-30 19:22:01 +02:00
Moritz Bunkus
dedcb6455c build system: fix unit test executable names for Windows
Fixes #1318.
2015-06-29 22:20:29 +02:00
Moritz Bunkus
2621ede4fb GUI: provide »no selection by default« for default subtitle character set 2015-06-29 22:10:16 +02:00
Moritz Bunkus
b0f2ef9d5b GUI: CLI args sending: await confirmation from running instance
Fixes #1322.
2015-06-29 22:04:24 +02:00
Moritz Bunkus
99b061d2d6 translations: update list of translatable strings 2015-06-29 20:25:55 +02:00
Roberto Boriotti
821d6b9b5c Translations: update Italian 2015-06-29 19:41:06 +02:00
Moritz Bunkus
b89bd7a857 GUI: remember window geometry for several dialogs
Implements #1317.
2015-06-28 23:17:59 +02:00
Moritz Bunkus
c1f7bd9bb1 GUI: preferences: margins for »often used XYZ« tab 2015-06-28 23:03:28 +02:00
Moritz Bunkus
6d56fbd12a cosmetics: alignment 2015-06-28 23:03:28 +02:00
Moritz Bunkus
9a27a4ca78 GUI: re-initialize combo boxes after preferences changes for common selections
Fixes #1224.
2015-06-28 23:03:28 +02:00
Moritz Bunkus
01438d7ae4 unit tests: include boost/optional/optional_io.hpp for I/O operators
This should fix linking problems with newer versions of gcc and
Boost. See #1284.
2015-06-28 23:01:15 +02:00
Moritz Bunkus
8b8f4b31be cosmetics: alignment 2015-06-28 21:48:31 +02:00
Moritz Bunkus
ebd0ed2963 GUI: merge: fix elements expanding on the output tab 2015-06-28 21:42:57 +02:00
Moritz Bunkus
fce8d1c203 GUI: re-factor util function to character set combo box class 2015-06-28 21:37:58 +02:00
Moritz Bunkus
7f0c4c245b GUI: re-factor util function to country combo box class 2015-06-28 21:30:05 +02:00
Moritz Bunkus
09509302f3 GUI: fix margins in header and chapter editors 2015-06-28 21:17:59 +02:00
Moritz Bunkus
9d7de49ab2 GUI: re-factor util function to language combo box class 2015-06-28 21:09:25 +02:00
Moritz Bunkus
a487834193 GUI: remember splitter sizes
Implements #1306.
2015-06-28 20:23:43 +02:00
Moritz Bunkus
0686b7663b GUI: chapters: enable menu actions after loading
Fixes #1312.
2015-06-28 18:57:21 +02:00
Moritz Bunkus
846b79674f GUI: use text-elliding labels for those containing file and directory names
Fixes #1314.
2015-06-28 18:49:24 +02:00
Danko
f72558169f Translations: update Serbian 2015-06-28 18:12:41 +02:00
Moritz Bunkus
72b3ca4b2b GUI: fix scroll area background setting method
Using transparency causes the focus border on combo boxes not to be
drawn for some reason. The new method has the additional benefit of
being much simpler.

Additionally fix the scroll area in the chapter editor.

Fixes #1310.
2015-06-28 16:18:17 +02:00
Moritz Bunkus
a0bbfdbffa tests: intentional update due to 6c7fb6c 2015-06-28 16:17:58 +02:00
TMTisFree
6c7fb6ca79 Translations: update French translation 2015-06-28 15:08:42 +02:00
Moritz Bunkus
07766d7820 translations: update list of translatable strings; update German translation 2015-06-28 15:02:53 +02:00
Moritz Bunkus
8eee274d4b re-build man pages 2015-06-28 14:21:27 +02:00
Moritz Bunkus
f47cf61518 GUI: don't use »watch jobs« in texts for users 2015-06-28 14:15:28 +02:00
Moritz Bunkus
712125d439 GUI: fix stereoscopy being off by on in the command line
Fixes #1311.
2015-06-28 10:25:37 +02:00
Moritz Bunkus
226d1a3a5e GUI: implement buttons for moving tracks up and down
These can currently not be shown yet as there's no corresponding option
in the preferences yet. Such an option will only be added once similar
buttons have been implemented for the files.

See #1279.
2015-06-28 10:17:15 +02:00
Moritz Bunkus
0d9faa2a02 remove obsolete comment 2015-06-28 09:55:31 +02:00
Moritz Bunkus
7f3fe405a5 GUI: put widgets of both sides of merge tab input their own widgets 2015-06-28 09:53:11 +02:00
Moritz Bunkus
d496cc3c71 GUI: fix --apend-to calculation with more than one file
Fixes #1313.
2015-06-28 09:40:17 +02:00
Moritz Bunkus
41aee29e8f tests: intentional update due to 9af6f51 2015-06-27 18:12:10 +02:00
BouRock
0825ef12b7 Translations: update Turkish 2015-06-27 16:59:49 +02:00
Israel Lucas Torrijos
9af6f518c3 Translations: update Spanish 2015-06-27 16:59:36 +02:00
Moritz Bunkus
056ab87b7b fix file permissions 2015-06-27 16:58:29 +02:00
Moritz Bunkus
20288473ea Bump version number, add release message, set release code name 2015-06-27 08:42:58 +02:00
Moritz Bunkus
db28254f97 mmg: use std::string-based unescape instead of its own implementation
Fixes wrong handling of \b and \B escape sequences.
2015-06-27 08:38:41 +02:00
Jan Mazurczyk
6d86854935 Translations: update Polish 2015-06-27 08:21:47 +02:00
Moritz Bunkus
b64f12ac11 translations: update list of translatable strings; update German translation 2015-06-27 00:05:03 +02:00
Moritz Bunkus
64ecc9b5d9 GUI: merge: optionally move output file name controls below the tab widget
Implements #1266.
2015-06-27 00:02:21 +02:00