-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge World Clock and Date/Time plugins #312
Comments
@kuzmas would you like to take this? |
@jleclanche ok |
@kuzmas Targeting a december release if possible (pre-christmas). I'm tentatively leaving this on the 0.9 milestone. |
@kuzmas you can push your current work to a branch, if you want help. |
'Wordlclock' is friendlier now, 'clock' is turned off by default. I have some ideas for future:
@jleclanche And as to non-constant width: we can make sure font in theme is monospaced, otherwise we can calculate the widest possible combination of datetime values and use its width as fixed (it can potentially take long to iterate through all combinations, since datetime format can contain anything) Close this issue? All in favour? |
@kuzmas I haven't tested yet but last I checked. world clock needed some severe improvements in order to be as good as clock; namely in the configuration. |
BTW, if the two are considered merged, please remove the "clock" plugin and replace it by the worldclock plugin. Will need to test upgrade paths from 0.8 too. |
@jleclanche well, technically they aren't merged, it's just worldclock covers all functionality of clock plus a lot more. And I agree, configuration is a bit complicated. I'm open to suggestions. |
@kuzmas ill do a UX pass on it when I get time. |
Would it be possible to show the list with all timezones chosen under the calendar (like eg. gsimplecal)? |
@pepa65 I'm not sure what you mean. Worldclock has the list of all timezones in configuration. It can show time of all selected timezones, it can show the calendar and the calendar (current day and the first day of the week) depends on the shown timezone. |
UX is in another issue: #416 |
I was just checking again what I meant. I seem to remember that the timezones + times were all in the balloon-popup. I'm just now running lxqt-panel 0.8.0 and I think the configuration is great, but I can't see any way to show the timezones; hovering does nothing, left-click just shows the calendar. |
@pepa65 ah, I see. It's middle click. |
OK, middle click does show the configured times, but there is no label, and no mention of which timezone, just a list of times. (But I hope -assume- this is fixed now.) |
(Sorry, that's just in the default Short form. It is very configurable! The only thing that some other world clock widgets allow me to do is define my own label for each zone...) |
In 0.8.0 it shows time for all selected timezones exactly as it shows in panel it self. |
this sounds like something I'd like for myself as well ;-) |
Time zone IANA id is appended to each label in the popup window unless time zone is already shown in some way. |
This issue was closed without getting solved besides everyone involved agreed that it's valid, stating #416 as successor is wrong as that one was only about improving plugin-worldclock. Right now both plugins are basically providing the same features, in particular the actual display in panel is the same as well as the calendar that comes up by (left) clicking. What I'd suggest is adding the tooltip feature to plugin-worldclock and then rename it to plugin-clock. The latter seems reasonable to me as I figure terms like "clock" or "Date & Time" are rather what users unaware of the naming will look for. |
@pmattern Can you take the issue? |
@jleclanche |
@palinek @paulolieuthier @luis-pereira I need one of you guys to take it if it's to land in 0.10, otherwise we move it to .11. |
IMO it's too late to merge it until 0.10. I am not in mood to do such merging. I am not a fan of the worldclock plugin at all (altough I don't see any evident reason for such antipathy 😄). |
Moving to 0.11. I think we'll need to have a discussion about this, I was hoping they were closer to each other. |
Not quite following here, tbh. |
@pmattern in the end it's up to whether people are actually willing to do it, it's not enough to ideally want it. anyway we have a release in a week, so let's focus. |
Worldclock in 0.10 has all functionality I could wish for, and is very configurable. Indeed, the only welcome addition would be a configurable popup. Then I would only show the time, but hover to see the date. And the world clock functionality is very important to me. At this point, LXQt is fully usable! (except the small matter of actually remembering the arandr configuration for a session...) |
I'm going to attempt to get this done. I'll work on it more in the next few days. |
Bump on this, this is now a WIP and available as a branch on lxqt-panel (now that I'm a member of the project on GitHub). I expect to have this done by the middle of June, late June at the latest. |
Actually, I made a lot of progress tonight, and I just submitted a PR. I look forward to feedback on it. :) |
Closing this as the plugin-clock was deprecated in lxqt/lxqt-panel#426 and the follow-up is stated in #1356 |
Good cleanup now that we no longer support qt < 5.3
The text was updated successfully, but these errors were encountered: