https://bugs.kde.org/show_bug.cgi?id=296242
--- Comment #3 from Igor Poboiko <igor.pobo...@gmail.com> --- Git commit e520aa4b49a50da8d2b1f08e4b8676213baa5cde by Igor Poboiko. Committed on 05/05/2020 at 09:06. Pushed by poboiko into branch 'master'. [KJots] Provide explicit "Save" action, use standard actions where possible Summary: Use some standard actions for save, next page, previous page, rename. Add "Save" action to menu and toolbar, otherwise it's not even clear how to save the note. Don't use `QInputDialog` when renaming, just trigger inline rename. Also, perform save procedure on quit (inside `KJotsWidget::queryClose`). TODO: this is not yet functional, need to perform a synchronous job and wait for result. Related: bug 255998 Test Plan: All actions are functional Reviewers: dvratil Reviewed By: dvratil Subscribers: kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D29291 M +1 -1 src/KJotsMain.cpp M +5 -4 src/kjotspartui.rc M +3 -39 src/kjotstreeview.cpp M +3 -1 src/kjotstreeview.h M +6 -4 src/kjotsui.rc M +10 -21 src/kjotswidget.cpp https://commits.kde.org/kjots/e520aa4b49a50da8d2b1f08e4b8676213baa5cde -- You are receiving this mail because: You are watching all bug changes.