Summary: | Changes to chatwindow style are not applied instantly | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, kde, tomas.chvatal |
Priority: | VLO | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/62bb42b610fc4d9228ed77a61dbef143658d8340 | Version Fixed In: | 0.7.0 |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2011-04-07 19:27:50 UTC
This is very hard to do. I would need (at a minimum) to keep track of all messages sent/received, as well as some mechanism to detect config changes.. Waiting till the logging mechanism in place. Very low priority at present. Though I should put a label in the config making this clearer. Now TpLoggerQt is a mandatory requirement, this becomes do-able. We simply need to call initialise() again, and most things should work. Ideally we should load the logs back from when the conversation started. *** Bug 319902 has been marked as a duplicate of this bug. *** Git commit 62bb42b610fc4d9228ed77a61dbef143658d8340 by Dan Vrátil. Committed on 21/05/2013 at 14:48. Pushed by dvratil into branch 'master'. Apply theme changes immediately (text-ui now depends on TelepathyLoggerQt4 0.7.95/0.8.0) REVIEW: 110545 FIXED-IN: 0.7.0 M +1 -1 CMakeLists.txt M +16 -1 app/chat-window.cpp M +1 -0 app/chat-window.h M +2 -0 config/appearance-config.cpp M +3 -0 config/appearance-config.h M +24 -4 lib/chat-widget.cpp M +2 -0 lib/chat-widget.h M +28 -45 lib/logmanager.cpp M +18 -4 lib/logmanager.h http://commits.kde.org/telepathy-text-ui/62bb42b610fc4d9228ed77a61dbef143658d8340 |