We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-12-18 23:19:39 +0200 |
In the calendar, multiday events that ends the selected day are currently presented like "00:00-14:30", and correspondingly are multiday events that start the selected day presented like "21:00-23:59". In my opinion, a better way to present the event times would be to skip the "00:00" and the "23:59" parts, which in my world only is unnecessary information. The examples above would then be written like "-14:30" and "21:00-", respectively. This way better corresponds to my mental picture of the events ("Event X ends at 14:30", rather than "Event X starts at midnight and ends at 14:30"). As a side note, events that start before and end after the selected day are already handled as a special case ("All day").
I modified /usr/share/jolla-calendar/pages/EventTimeLabel.qml but have nowhere to send a patch or pull request.
2 | No.2 Revision |
In the calendar, multiday events that ends the selected day are currently presented like "00:00-14:30", and correspondingly are multiday events that start the selected day presented like "21:00-23:59". In my opinion, a better way to present the event times would be to skip the "00:00" and the "23:59" parts, which in my world only is unnecessary information. The examples above would then be written like "-14:30" and "21:00-", respectively. This way better corresponds to my mental picture of the events ("Event X ends at 14:30", rather than "Event X starts at midnight and ends at 14:30"). As a side note, events that start before and end after the selected day are already handled as a special case ("All day").
I modified /usr/share/jolla-calendar/pages/EventTimeLabel.qml but have nowhere to send a patch or pull request.
EDIT: The patch is now available via Patchmanager 2.0: Don't start/end events at midnight
3 | No.3 Revision |
In the calendar, multiday events that ends the selected day are currently presented like "00:00-14:30", and correspondingly are multiday events that start the selected day presented like "21:00-23:59". In my opinion, a better way to present the event times would be to skip the "00:00" and the "23:59" parts, which in my world only is unnecessary information. The examples above would then be written like "-14:30" and "21:00-", respectively. This way better corresponds to my mental picture of the events ("Event X ends at 14:30", rather than "Event X starts at midnight and ends at 14:30"). As a side note, events that start before and end after the selected day are already handled as a special case ("All day").
I modified /usr/share/jolla-calendar/pages/EventTimeLabel.qml but have nowhere to send a patch or pull request.
EDIT: The patch is now available via Patchmanager 2.0: Don't start/end events at midnight
Before and after patch:
4 | retagged |
In the calendar, multiday events that ends the selected day are currently presented like "00:00-14:30", and correspondingly are multiday events that start the selected day presented like "21:00-23:59". In my opinion, a better way to present the event times would be to skip the "00:00" and the "23:59" parts, which in my world only is unnecessary information. The examples above would then be written like "-14:30" and "21:00-", respectively. This way better corresponds to my mental picture of the events ("Event X ends at 14:30", rather than "Event X starts at midnight and ends at 14:30"). As a side note, events that start before and end after the selected day are already handled as a special case ("All day").
I modified /usr/share/jolla-calendar/pages/EventTimeLabel.qml but have nowhere to send a patch or pull request.
EDIT: The patch is now available via Patchmanager 2.0: Don't start/end events at midnight
Before and after patch: