alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
118 stars 31 forks source link

Alarms shuffle #123

Open joh opened 7 years ago

joh commented 7 years ago

Checking/unchecking alarms should not bring them up/down, because the time display also changes and they mix with the rest and it's hard to figure out which one is which. Besides, it annoys to check it one place and see it disappear and appear on another position.


Imported from Launchpad using lp2gh.

joh commented 7 years ago

(by zebul666) I agree that it is disturbing to see the alarm move up and down in the list.

they shoud not move without user intervention. He/she could eventually sort them the way he/she wants.

joh commented 7 years ago

(by joh) Yes, I agree it's a bit confusing. The alarms list is sorted by remaining time with active alarms first. I find this sorting useful, but it can get confusing then enabling and disabling an alarm... Do you have any suggestions as to how this can be improved? Maybe only sort when the alarm list is first opened? Or add a timeout before the sorting happens?

joh commented 7 years ago

(by shnurapet) I thought about it and I came with a few suggestions:

  1. Currently, alarms change their time display from 'time set' when inactive to 'time remaining' when active. If alarms don't change the time display, it would be much easier to identify them.
  2. To show the time remaining, you could put it next to (or under) the time of the alarm, only changing its color to gray.
  3. Always sort, no matter active/inactive. Why not? :)