Summary: | Journal fails to save under certain conditions | ||
---|---|---|---|
Product: | [Applications] Rocs | Reporter: | Chris Wong <lambda.fairy> |
Component: | general | Assignee: | Andreas Cord-Landwehr <cordlandwehr> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | cordlandwehr |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rocs/52957edb3340229001fe590f027af1630910ccf8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Chris Wong
2012-12-05 05:24:11 UTC
Thanks for reporting this! More Details: Bug consists of two problems: * Saving of uncompressed projects will lead to unsaved journal file. (compressed projects work) * "Modified" flag missing at project after journal edit: no save-dialog is show when closing. Git commit 52957edb3340229001fe590f027af1630910ccf8 by Andreas Cord-Landwehr. Committed on 06/12/2012 at 09:22. Pushed by cordlandwehr into branch 'master'. Fix journal file data loss for new projects. This change ensures that journal files for new created projects are saved. The problem was located in the missing associated project for the journal file. M +7 -2 App/Interface/JournalEditorWidget.cpp M +4 -2 App/Interface/MainWindow.cpp http://commits.kde.org/rocs/52957edb3340229001fe590f027af1630910ccf8 |