https://bugs.kde.org/show_bug.cgi?id=477215
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/spectacle/-/commit/558 | |4097868388123da1e10a1fdca9e | |57d67a4aa9 --- Comment #3 from Noah Davis <noaha...@gmail.com> --- Git commit 5584097868388123da1e10a1fdca9e57d67a4aa9 by Noah Davis. Committed on 04/12/2023 at 10:19. Pushed by ndavis into branch 'master'. Support all QDateTime string formatting options as filename placeholders There are a lot of them and showing them all in the UI might be too much, so they're currently hidden features. I know adding hidden features is kind of dubious, but I don't think it'll be harmful. We can't add new translatable strings right now without asking for a string freeze exception anyway. See QDate and QTime docs: - https://doc.qt.io/qt-6/qdate.html#toString - https://doc.qt.io/qt-6/qtime.html#toString M +42 -23 src/ExportManager.cpp M +22 -3 src/ExportManager.h M +4 -0 src/Gui/SettingsDialog/ImageSaveOptionsPage.cpp M +4 -0 src/Gui/SettingsDialog/VideoSaveOptionsPage.cpp M +10 -8 tests/FilenameTest.cpp https://invent.kde.org/graphics/spectacle/-/commit/5584097868388123da1e10a1fdca9e57d67a4aa9 -- You are receiving this mail because: You are watching all bug changes.