Summary: | add customiser for how many lines of history to be loaded in chat | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Alin M Elena <alinm.elena> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ddomenichelli, kde |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/55eb12c86b2b5ea12682378bf3cd6b29e6fe64e1 | Version Fixed In: | 0.6.0 |
Sentry Crash Report: |
Description
Alin M Elena
2012-12-01 14:20:59 UTC
An "all" option seems a bit dangerous to me... I'd rather have something like "last ## messages", "last hour", "last 24 hours", "last 48 hours", perhaps "last week". More than that seems something that should be done using the log viewer... Alin, how many lines would you personally change it to? Even if we did have this option, we still need to have a good default. 4 lines like now... we do not want to scare the people? Alin So you want an option to customise it.. but would personally leave it at 4 which is what it does anyway? So why do we want this option? I said default 4 in order to avoid changing behaviour... personally I would set it to something higher than that... Alin Git commit 55eb12c86b2b5ea12682378bf3cd6b29e6fe64e1 by Dan Vrátil. Committed on 28/12/2012 at 13:06. Pushed by dvratil into branch 'master'. Configure how many lines of history to load Add option to text-ui configuration to set how many lines of previous conversation should be loaded. REVIEW: 107968 FIXED-IN: 0.6.0 M +12 -0 config/behavior-config.cpp M +2 -0 config/behavior-config.h M +43 -0 config/behavior-config.ui M +3 -1 lib/chat-widget.cpp M +2 -2 lib/logmanager.cpp http://commits.kde.org/telepathy-text-ui/55eb12c86b2b5ea12682378bf3cd6b29e6fe64e1 |