Summary: | Rocs always asks to save project even when no changes have been made. | ||
---|---|---|---|
Product: | [Applications] Rocs | Reporter: | mmellott |
Component: | UI | Assignee: | Rocs Developers <rocs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck, mmellott |
Priority: | NOR | ||
Version: | 1.8.60 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rocs/76d0ffda526048a30654995715283b18af5db3f5 | Version Fixed In: | |
Sentry Crash Report: |
Description
mmellott
2013-06-19 11:30:28 UTC
I see the reverse behavior with today's master. Opening Rocs, adding random nodes, then Quit, it will quit without asking to save. Christoph Feck, just built today's master and tried "Opening Rocs, adding random nodes, and then Quit". Rocs asked me to save before it would quit. Cannot reproduce the behaviour you mentioned. (In reply to comment #1) > I see the reverse behavior with today's master. Opening Rocs, adding random > nodes, then Quit, it will quit without asking to save. Christoph Feck, just built today's master and tried "Opening Rocs, adding random nodes, and then Quit". Rocs asked me to save before it would quit. Cannot reproduce the behaviour you mentioned. Git commit b5038a833d4ccd1a8a4a7c8e0c7a01cabf40d708 by Andreas Cord-Landwehr. Committed on 22/06/2013 at 17:19. Pushed by cordlandwehr into branch 'master'. Do not ask to save unmodified/empty projects. M +15 -13 App/Ui/JournalEditorWidget.cpp M +2 -0 App/Ui/MainWindow.cpp M +5 -28 RocsCore/Project.cpp M +5 -0 RocsCore/Project.h http://commits.kde.org/rocs/b5038a833d4ccd1a8a4a7c8e0c7a01cabf40d708 Git commit 76d0ffda526048a30654995715283b18af5db3f5 by Andreas Cord-Landwehr. Committed on 22/06/2013 at 18:05. Pushed by cordlandwehr into branch 'master'. Query close for Quit action. Simplify query for closing unsaved project and connect Quit standard action to query. M +30 -42 App/Ui/MainWindow.cpp M +6 -1 App/Ui/MainWindow.h http://commits.kde.org/rocs/76d0ffda526048a30654995715283b18af5db3f5 |