nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Custom time stamp format #64

Closed nurupo closed 10 years ago

nurupo commented 10 years ago

Allow users to set a custom time stamp format. Make so that time stamps older than a day have a day/month/year specified, format of which should also be customized.

This issue consists of two parts:

  1. Implementing a settings page / adding to an existent settings page.
  2. Implementing time stamp changing in the Message Display (on settings change and on day change).
Schlumpf commented 10 years ago

@sometwo I implemented something like your 4chanX example in the new messageview.

Relative: Do you mean, that all timestamps should update every second?