| Summary: | The 'File Was Deleted on Disk' dialogues don't make sense | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Bauke <bcmpinc> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/ktexteditor/0e299055c5c89f76a2301a2dde41214216e6066a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Bug Depends on: | 117283 | ||
| Bug Blocks: | |||
|
Description
Bauke
2015-08-29 11:44:32 UTC
Git commit 0e299055c5c89f76a2301a2dde41214216e6066a by Dominik Haumann. Committed on 07/09/2016 at 20:34. Pushed by dhaumann into branch 'master'. Use non-modal message widget for externally modified file notifications No more modal dialogs for externally modified changes that can acidentally be pressed while typing. For Kate, nothing changes if you have "[x] Warn about files modified by foreign processes" enabled. Differential Revision: D2700 Fixed-In: KDE Frameworks 5.27 Related: bug 309493, bug 353712 M +0 -1 src/CMakeLists.txt M +47 -123 src/dialogs/katedialogs.cpp M +12 -12 src/dialogs/katedialogs.h M +62 -70 src/document/katedocument.cpp M +9 -5 src/document/katedocument.h M +0 -8 src/view/kateviewinternal.cpp http://commits.kde.org/ktexteditor/0e299055c5c89f76a2301a2dde41214216e6066a |