aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/clock/LClock.cpp
Commit message (Collapse)AuthorAge
* fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
|
* Fix the clock width detection/setting. Had a typo in the delimiter....Ken Moore2017-08-14
|
* fix for clock minimum widthq5sys2017-08-04
|
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Another quick adjustment to the clock plugin sizing routine - seems to be ↵Ken Moore2017-05-31
| | | | working fine now.
* Fix up the size limitations on the clock plugin for the panelKen Moore2017-05-31
|
* Clean up some margins on the clock for the horizontal orientation.Ken Moore2017-05-04
|
* Fix up the auto-resizing of the clock on the panel when changing the ↵Ken Moore2017-05-01
| | | | date/time formats.
* Clean up some vertical-panel issues with the clock plugin and the system tray.Ken Moore2016-12-23
|
* Make sure the clock plugin for the panel adjusts to account for 1 or 2 lines ↵Ken Moore2016-12-22
| | | | of text depending on size limitations.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15