Commit graph

10 commits

Author SHA1 Message Date
TheJackiMonster a33249fc9d
Added guard to catch errors with translation
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2022-05-17 11:43:22 +02:00
Jan Wester 9317dc97d8 Do not reinvent QFileDialog's default suffix
According to issue #608 we were silently overwriting files when there
was a suffix being generated for a chosen export filename when one was
missing to begin with. Unfortunately, this helpful feature avoids all
the conveniences offered by QFileDialog in regards to alerting the user
to overwriting an existing file. Worse still, this feature already
exists in QFileDialog and the native APIs it can rely on.

This patch reimplements QFileDialog.getSaveFileName to allow the use of
the default suffix feature as functions.getSaveFileNameWithSuffix and
removes most of the magic involved with the old solution.
2019-09-07 15:59:45 -06:00
Olivier Keshavjee 9be2edeee7 Checkpoint: adding new markdown highlighter 2017-11-22 13:43:40 +01:00
Olivier Keshavjee f820e5a62b Lots of pandoc formats 2016-04-15 11:58:09 +02:00
Olivier Keshavjee 26c42a56f1 Corrects things in manuskript exporter 2016-04-14 14:30:42 +02:00
Olivier Keshavjee 3bddbf4c64 Adds cute icons 2016-04-08 12:48:19 +02:00
Olivier Keshavjee 9c2c15e352 Exporter can now.. export. Yay! 2016-04-08 12:02:50 +02:00
Olivier Keshavjee ac0667c870 Updates translation 2016-04-07 14:47:29 +02:00
Olivier Keshavjee cb04c39362 More export format added 2016-04-07 14:27:51 +02:00
Olivier Keshavjee a956856da9 Adds markdown exporter 2016-04-07 13:18:06 +02:00