Moritz Bunkus
6ec6b5b3f4
GUI: merge: set certain line edits to dropped file names
...
Implements #1344 .
2015-08-12 16:34:14 +02:00
Moritz Bunkus
e576c139b1
ChangeLog update
2015-08-12 12:36:24 +02:00
Moritz Bunkus
b6d8b0de92
mkvmerge: add option for keeping track statistics tags
2015-08-12 12:33:52 +02:00
Moritz Bunkus
1f5c0792c3
Translations: update list of translatable strings; update German translation
2015-08-12 10:26:37 +02:00
Moritz Bunkus
e698fbad14
GUI: emit warning when trying to edit running jobs
...
See #1296 .
2015-08-12 10:26:22 +02:00
Moritz Bunkus
3fe20185ea
translations: update list of translatable strings; update German translation
2015-08-11 22:20:44 +02:00
Moritz Bunkus
54df853159
GUI: implement editing of jobs in the queue
...
Implements #1296 .
2015-08-11 22:14:44 +02:00
Moritz Bunkus
bbc429c1ae
GUI: allow indented JSON via environment variable
2015-08-11 22:14:44 +02:00
Moritz Bunkus
cfa061bb0c
Merge pull request #1392 from maki-chan/german-translation-fixes
...
Translation: Updated German translation
2015-08-11 20:40:28 +02:00
Maki Chronik
4eeba153f0
Translation: Updated German translation
2015-08-11 20:28:50 +02:00
Jan Mazurczyk
87e874969a
Translations: update Polish
2015-08-11 18:37:09 +02:00
Moritz Bunkus
541cbfe3ec
build system: use -fstack-protector… during linking, too
2015-08-11 16:39:20 +02:00
Moritz Bunkus
59a1651ce1
ChangeLog update
2015-08-11 15:50:32 +02:00
Moritz Bunkus
94eb9af366
build system: enable gcc's stack protection
...
Implements #1370 .
2015-08-11 15:02:58 +02:00
Moritz Bunkus
25d6ac48ce
build system: compile with ASLR and DEP for mingw
...
Implements #1370 .
2015-08-10 22:39:28 +02:00
Moritz Bunkus
65b8e83f3e
build system: use -march=i686 for 32bit mingw builds
...
Boost is built with the same optimizations. And if they're not used then
the linker will spill annoying (but harmless) warnings about »data
section size mismatch«.
2015-08-10 22:38:44 +02:00
Moritz Bunkus
8da73666c7
cosmetics
2015-08-10 22:08:45 +02:00
Danko
2f861638ee
Translations: update Serbian
2015-08-09 22:58:44 +02:00
Moritz Bunkus
497564a6cb
ChangeLog update
2015-08-09 21:36:53 +02:00
Moritz Bunkus
8683e553f3
build system: update Boost configure macros from www.gnu.org
...
Those new versions seem to improve support for more basic shells like
dash.
2015-08-09 21:04:04 +02:00
Moritz Bunkus
ff1e09ebdb
translations: update list of translatable strings; update German translation
2015-08-09 20:01:28 +02:00
Moritz Bunkus
ec8026d1b4
GUI: job output: fix job description line translation
2015-08-09 19:58:01 +02:00
Moritz Bunkus
e9bf713b92
GUI: job output: remember job ID when connecting
...
Was broken by ad40b74
.
2015-08-09 19:57:36 +02:00
Moritz Bunkus
4135dfa657
GUI: JsonConfigFile: fix compilation with Qt < 5.5
2015-08-09 19:50:35 +02:00
Moritz Bunkus
0714e83e65
GUI: only write job queue files if that have been modified
2015-08-09 19:37:14 +02:00
Moritz Bunkus
ad40b749cf
GUI: only access fields in Job directly via accessors
...
This allows for checking the modification state.
2015-08-09 19:16:18 +02:00
Moritz Bunkus
6e3239e639
ChangeLog update
2015-08-09 19:03:14 +02:00
Moritz Bunkus
19b386d0bf
Merge branch 'master' of github.com:mbunkus/mkvtoolnix
2015-08-09 18:55:51 +02:00
Moritz Bunkus
ba2881e4a8
GUI: use JSON as storage format for queue files
2015-08-09 18:41:09 +02:00
Moritz Bunkus
aeab9a6c53
GUI: ConfigFile: add functions for changing the file name
2015-08-09 18:33:44 +02:00
Moritz Bunkus
670d56ac06
GUI: explicitly save ConfigFile objects
2015-08-09 17:04:15 +02:00
Moritz Bunkus
d0b3bccb18
GUI: migrate conf file to ini on non-Windows for consistent naming
2015-08-09 14:20:22 +02:00
Moritz Bunkus
c9ef80f71d
GUI: use same path for ini file on non-Windows as Qt itself does
2015-08-09 14:19:45 +02:00
Moritz Bunkus
aed05c19a7
ChangeLog update
2015-08-09 12:32:54 +02:00
Moritz Bunkus
e0cb1e6d4c
Merge remote-tracking branch 'refs/remotes/64bit/gui-config-file-access'
2015-08-09 10:00:09 +02:00
Moritz Bunkus
492e93a48e
GUI: raise and activate running instance if second instance is started
...
Implements #1379 .
2015-08-08 19:59:15 +02:00
Moritz Bunkus
e581adad92
GUI: watch jobs: fix abort button not being activated properly
2015-08-08 18:57:42 +02:00
Moritz Bunkus
bb290fa5fe
GUI: job queue: deactivate »open folder« action if no selection
2015-08-08 18:25:11 +02:00
Moritz Bunkus
d60c390c43
GUI: watch jobs: clear output resets to pristine state
...
Rest of the implementation of #1356 .
2015-08-08 18:14:09 +02:00
Moritz Bunkus
4e2801637c
GUI: watch jobs: only connect non-job actions once
2015-08-08 17:52:33 +02:00
Moritz Bunkus
850b65df98
GUI: option for switching to job output when starting jobs
...
Implements #1376 .
2015-08-08 17:43:31 +02:00
Moritz Bunkus
ecade7c9ef
GUI: remove useless code
2015-08-08 17:37:38 +02:00
Moritz Bunkus
6f1dc9c071
GUI: prevent separator lines from appearing twice in watch jobs tool
2015-08-08 17:37:08 +02:00
Moritz Bunkus
4ced81bf5f
GUI: jobs: validate actions directly in dropMimeData()
...
See #1365 .
2015-08-08 15:54:02 +02:00
Moritz Bunkus
eacfe95425
ChangeLog update
2015-08-08 15:47:27 +02:00
Moritz Bunkus
827f5266aa
GUI: add open for opening the output folder from the job queue
...
See #1342 .
2015-08-08 15:46:27 +02:00
Moritz Bunkus
f63b9e10c7
GUI: add function for opening the output folder from the job output
...
See #1342 .
2015-08-08 15:46:16 +02:00
Moritz Bunkus
4c8567c7e8
GUI: watch jobs: implement »clear output« action
...
Implements #1356 .
2015-08-08 12:54:44 +02:00
Moritz Bunkus
b2ca2c9d85
GUI: watch jobs: move »save output« to »more actions« button & menu
2015-08-08 12:45:56 +02:00
Moritz Bunkus
9c79555c81
GUI: change shortcut for »acknowledge…« button in watch jobs tool
...
…due to a conflict with »abort«.
2015-08-08 12:21:19 +02:00