aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in ↵Ken Moore2017-05-14
| | | | the new port files.
* Translated using Weblate (lumina_DESKTOP@da (generated))scootergrisen2017-05-12
| | | | Currently translated at 98.4% (315 of 320 strings)
* Translated using Weblate (lumina_DESKTOP@da (generated))scootergrisen2017-05-12
| | | | Currently translated at 98.1% (314 of 320 strings)
* Translated using Weblate (lumina_DESKTOP@da (generated))scootergrisen2017-05-12
| | | | Currently translated at 96.8% (310 of 320 strings)
* Translated using Weblate (lumina_DESKTOP@zh_cn (generated))玉堂白鹤2017-05-11
| | | | Currently translated at 94.6% (303 of 320 strings)
* Translated using Weblate (lumina_DESKTOP@zh_cn (generated))玉堂白鹤2017-05-11
| | | | Currently translated at 81.2% (260 of 320 strings)
* Translated using Weblate (lumina_OPEN@zh_cn (generated))玉堂白鹤2017-05-11
| | | | Currently translated at 100.0% (40 of 40 strings)
* Translated using Weblate (lumina_DESKTOP@zh_cn (generated))玉堂白鹤2017-05-10
| | | | Currently translated at 77.8% (249 of 320 strings)
* Translated using Weblate (lumina_OPEN@zh_cn (generated))玉堂白鹤2017-05-10
| | | | Currently translated at 95.0% (38 of 40 strings)
* Translated using Weblate (lumina_INFO@zh_cn (generated))玉堂白鹤2017-05-10
| | | | Currently translated at 100.0% (18 of 18 strings)
* Also adjust the icon that is used for the desktopswitcher panel plugin to ↵Ken Moore2017-05-09
| | | | match what is used in lumina-config.
* Translated using Weblate (lumina_DESKTOP@zh_cn (generated))玉堂白鹤2017-05-08
| | | | Currently translated at 77.1% (247 of 320 strings)
* Translated using Weblate (lumina_WM@zh_cn (generated))玉堂白鹤2017-05-08
| | | | Currently translated at 57.1% (4 of 7 strings)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-04
|\
| * Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2017-05-04
| | | | | | | | Currently translated at 100.0% (320 of 320 strings)
| * Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2017-05-04
| | | | | | | | Currently translated at 100.0% (320 of 320 strings)
* | Clean up some margins on the clock for the horizontal orientation.Ken Moore2017-05-04
|/
* Fix up the high-DPI scaling of the system tray icons.Ken Moore2017-05-03
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-03
|\
| * Translated using Weblate (lumina_DESKTOP@ca (generated))Davidmp2017-05-02
| | | | | | | | Currently translated at 100.0% (320 of 320 strings)
| * Update SysMenuQuick.uiKen Moore2017-05-02
| | | | | | Fix some leftover whitespace.
| * Merge remote-tracking branch 'origin/master'Weblate2017-05-02
| |\
| | * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-02
| | |\
| | * | Clean up some text on various UI's:Ken Moore2017-05-02
| | | | | | | | | | | | | | | | | | | | 1) Unify the terminology for all the "leave" options (power off, restart, log out) 2) Remove some superfluous text from the system dashboard plugin menu.
| * | | Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2017-05-02
| | |/ | |/| | | | | | | Currently translated at 96.8% (310 of 320 strings)
| * | Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2017-05-01
| |/ | | | | | | Currently translated at 96.5% (309 of 320 strings)
| * Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
| |
| * Quick sync of all the translation files with the sources.Ken Moore2017-05-01
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-01
| |\
| | * Merge remote-tracking branch 'origin/master'Weblate2017-05-01
| | |\
| | * | Translated using Weblate (lumina_DESKTOP@de (generated))Ettore Atalan2017-05-01
| | | | | | | | | | | | | | | | Currently translated at 89.3% (277 of 310 strings)
| * | | Add a new <DesktopPrefix>/generateMediaIcons=[true/false] setting.Ken Moore2017-05-01
| | |/ | |/| | | | | | | This will be used to determine whether to automatically show the /media files on the desktop.
| * | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-01
| |\|
| * | Fix up the auto-resizing of the clock on the panel when changing the ↵Ken Moore2017-05-01
| | | | | | | | | | | | date/time formats.
* | | Clean up how the high-DPI settings for lumina are detected/enabled.Ken Moore2017-05-03
| |/ |/| | | | | | | Now whenever a screen is added/changed it will print out the physical/logical DPI values into the log, and if a logicalDPI (X or Y) is greater than 110 it will enabled the Qt5 auto-scale functionality. Note: My 1080p laptop monitor has a logical DPI of ~96, but a physical DPI of ~150 and the Qt5 auto-scale stuff is based on physical DPI (so things got massive on a normal-res screen). I am leaving the DPI print-out in the logs for now so that if we run into any other monitors where the logicalDPI>110 rule is invalid we can view/tweak the rule really easily.
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-29
|\|
| * Make sure the cut/delete options for desktop icons are still possible if the ↵Ken Moore2017-04-28
| | | | | | | | "file" is actually a symlink somewhere else on the system (will just remove the symlink)
| * Add cut/copy/rename functionality to the desktop icons in Lumina.Ken Moore2017-04-28
| | | | | | | | Changelog: yes
| * Fix up the pixellation of the system tray icons on high DPI screens with the ↵Ken Moore2017-04-28
| | | | | | | | Qt5 auto-scaling set.
| * Clean up the automatic DPI scaling support in Lumina.Ken Moore2017-04-28
| | | | | | | | This needs to be set for applications, but not the desktop itself (since there are so many pixel-specific calculations that need to be performed).
* | Finally fix the desktop plugin location management system.Ken Moore2017-04-29
|/ | | | Now it is properly doing calcuations in the right coordinate frame again, and saving/loading the better metrics for re-placing the items in the same place between different desktop sessions.
* Speed up the SVG icon loading routine.Ken Moore2017-04-27
| | | | | Get rid of the special SVG loading/parsing checks now that we have our own, guaranteed-working, SVG icon theme. The only special check which was kept in place was to skip any SVG icon with "libreoffice" in the name (known bad icons - results in distorted images).
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-27
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-21
| |\
| * | Make the RSS reader a bit more relaxed about the RSS return format (make ↵Ken Moore2017-04-21
| | | | | | | | | | | | feed description optional). Also ensure that the sync all option forcibly re-sends all feed requests.
* | | Fix up the battery icons when charging.Ken Moore2017-04-27
| |/ |/|
* | Fix up the icons used for the battery notifications.Ken Moore2017-04-14
|/
* Another few changes to icons and such for Lumina.Ken Moore2017-04-14
|
* Merge remote-tracking branch 'origin/master'Weblate2017-04-13
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-13
| |\
bgstack15