Review Request 122230: Continuously update notification timestamp

2015-01-23 Thread Kai Uwe Broulik

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/
---

Review request for Plasma.


Repository: plasma-workspace


Description
---

While the popup is opened update the timestamps, especially the first ones 
(Just now, 10s ago, 30s ago) come in quick succession making it feel weird for 
them to only update when opening the dialog. Even simplifies the code now.


Diffs
-

  applets/notifications/package/contents/ui/NotificationItem.qml c476749 

Diff: https://git.reviewboard.kde.org/r/122230/diff/


Testing
---

Works


Thanks,

Kai Uwe Broulik

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 122230: Continuously update notification timestamp

2015-01-23 Thread Martin Klapetek

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/#review74630
---

Ship it!


Ship It!

- Martin Klapetek


On Jan. 23, 2015, 8:38 p.m., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122230/
> ---
> 
> (Updated Jan. 23, 2015, 8:38 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-workspace
> 
> 
> Description
> ---
> 
> While the popup is opened update the timestamps, especially the first ones 
> (Just now, 10s ago, 30s ago) come in quick succession making it feel weird 
> for them to only update when opening the dialog. Even simplifies the code now.
> 
> 
> Diffs
> -
> 
>   applets/notifications/package/contents/ui/NotificationItem.qml c476749 
> 
> Diff: https://git.reviewboard.kde.org/r/122230/diff/
> 
> 
> Testing
> ---
> 
> Works
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 122230: Continuously update notification timestamp

2015-01-23 Thread Kai Uwe Broulik

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/
---

(Updated Jan. 23, 2015, 8:28 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma.


Repository: plasma-workspace


Description
---

While the popup is opened update the timestamps, especially the first ones 
(Just now, 10s ago, 30s ago) come in quick succession making it feel weird for 
them to only update when opening the dialog. Even simplifies the code now.


Diffs
-

  applets/notifications/package/contents/ui/NotificationItem.qml c476749 

Diff: https://git.reviewboard.kde.org/r/122230/diff/


Testing
---

Works


Thanks,

Kai Uwe Broulik

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 122230: Continuously update notification timestamp

2015-01-23 Thread David Edmundson

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/#review74641
---



applets/notifications/package/contents/ui/NotificationItem.qml


why 15 seconds?


- David Edmundson


On Jan. 23, 2015, 8:28 p.m., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122230/
> ---
> 
> (Updated Jan. 23, 2015, 8:28 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-workspace
> 
> 
> Description
> ---
> 
> While the popup is opened update the timestamps, especially the first ones 
> (Just now, 10s ago, 30s ago) come in quick succession making it feel weird 
> for them to only update when opening the dialog. Even simplifies the code now.
> 
> 
> Diffs
> -
> 
>   applets/notifications/package/contents/ui/NotificationItem.qml c476749 
> 
> Diff: https://git.reviewboard.kde.org/r/122230/diff/
> 
> 
> Testing
> ---
> 
> Works
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 122230: Continuously update notification timestamp

2015-01-23 Thread Martin Klapetek


> On Jan. 23, 2015, 11:13 p.m., David Edmundson wrote:
> > applets/notifications/package/contents/ui/NotificationItem.qml, line 94
> > 
> >
> > why 15 seconds?

It goes "now", if (time < 20 seconds) "10 seconds", if (time < 40 seconds) "30 
seconds", else minutes.

15 seconds is imo enough, given this is not supposed to be exact time 
measurement.


- Martin


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/#review74641
---


On Jan. 23, 2015, 9:28 p.m., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122230/
> ---
> 
> (Updated Jan. 23, 2015, 9:28 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-workspace
> 
> 
> Description
> ---
> 
> While the popup is opened update the timestamps, especially the first ones 
> (Just now, 10s ago, 30s ago) come in quick succession making it feel weird 
> for them to only update when opening the dialog. Even simplifies the code now.
> 
> 
> Diffs
> -
> 
>   applets/notifications/package/contents/ui/NotificationItem.qml c476749 
> 
> Diff: https://git.reviewboard.kde.org/r/122230/diff/
> 
> 
> Testing
> ---
> 
> Works
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 122230: Continuously update notification timestamp

2015-01-24 Thread Lukáš Tinkl

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122230/#review74662
---

Ship it!


Ship It!

- Lukáš Tinkl


On Led. 23, 2015, 9:28 odp., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122230/
> ---
> 
> (Updated Led. 23, 2015, 9:28 odp.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-workspace
> 
> 
> Description
> ---
> 
> While the popup is opened update the timestamps, especially the first ones 
> (Just now, 10s ago, 30s ago) come in quick succession making it feel weird 
> for them to only update when opening the dialog. Even simplifies the code now.
> 
> 
> Diffs
> -
> 
>   applets/notifications/package/contents/ui/NotificationItem.qml c476749 
> 
> Diff: https://git.reviewboard.kde.org/r/122230/diff/
> 
> 
> Testing
> ---
> 
> Works
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel