aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-04
|\
| * Translated using Weblate (lumina_DESKTOP@fr (generated))Anil Mir2017-01-04
| | | | | | | | Currently translated at 83.2% (258 of 310 strings)
| * Translated using Weblate (lumina_OPEN@fr (generated))Anil Mir2017-01-04
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Create a new "lumina-desktop-unified" core subproject (DO NOT USE)Ken Moore2017-01-04
|/ | | | This is just a staging area for the merging of the desktop, window manager, etc.. into a single unified application. It is highly fragmented right now and will not build *AT ALL* for a while.
* Tag version 1.2.1 on the master branch in preparation for new changes from ↵Ken Moore2017-01-04
| | | | the recent 1.2.0 release.
* Re-sync the translation files with the sources.Ken Moore2017-01-03
|
* Tag version 1.2.0 in the source tree.Ken Moore2017-01-03
|
* Add a new function to the XDGDesktop class:Ken Moore2016-12-29
| | | | | | QString generateExec(QStringList inputfiles, QString ActionID); This will automatically evaluate the input file's syntax and adjust as needed for the application to recognize/run the file. Similarly it will perform all the substitutions and such as necessary to end up with a fully-formatted executable command which can easily be launched with QProcess as necessary.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-12-27
|\
| * Merge remote-tracking branch 'origin/master'Weblate2016-12-27
| |\
| * | Translated using Weblate (lumina_DESKTOP@hu (generated))rezso2016-12-27
| | | | | | | | | | | | Currently translated at 92.7% (231 of 249 strings)
* | | Update the lumina-open crash handler to only trigger when an application ↵Ken Moore2016-12-27
| |/ |/| | | | | process is detected as an actual crash - not just a non-zero return code.
* | Adjust the QMenu margins a bit more: use 2em for both the left and right ↵Ken Moore2016-12-27
|/ | | | margins (better for 4k screens)
* Oops - forgot to add the new RotateToolButton file (not used yet - still ↵Ken Moore2016-12-23
| | | | tinkering with it)
* Clean up some vertical-panel issues with the clock plugin and the system tray.Ken Moore2016-12-23
|
* Adjust the QMenu padding to use "em" values instead of "px" values. This ↵Ken Moore2016-12-23
| | | | should make it automatically adjust for high DPI screens.
* Commit some cleanup of the monitor layout change detection/handling again.Ken Moore2016-12-22
|
* 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.
* Commit another small fix for the mimetype systems.Ken Moore2016-12-19
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-12-19
|\
| * Translated using Weblate (lumina_OPEN@ca (generated))Davidmp2016-12-19
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
| * Translated using Weblate (lumina_DESKTOP@ca (generated))Davidmp2016-12-19
| | | | | | | | Currently translated at 100.0% (249 of 249 strings)
* | Update the applauncher panel plugin to be able to auto-complete paths to ↵Ken Moore2016-12-19
|/ | | | .desktop files.
* Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2016-12-19
| | | | Currently translated at 100.0% (249 of 249 strings)
* Translated using Weblate (lumina_DESKTOP@ca (generated))Davidmp2016-12-19
| | | | Currently translated at 100.0% (249 of 249 strings)
* Another mimetype detection fix.Ken Moore2016-12-16
|
* Fix the mimetype matching routine to support multiple-extension formats ↵Ken Moore2016-12-16
| | | | better (*.tar.gz as opposed to *.gz)
* Merge branch 'master' of github.com:trueos/luminaWeblate2016-12-14
|\
| * Add new options for the Lumina tips:Ken Moore2016-12-13
| | | | | | | | | | | | If a lumina-motd file (executable or text) is found within one of the etc directories (/usr/local/etc/lumina-motd on FreeBSD) or as a valid binary on PATH, then that file will be "preferred" for generating the tips rather than the built-in system. This allows system administrators and/or OS-distributors to customize the login messages "at will" for their particular use-case. NOTE: By making the lumina-motd file a blank text file the tips will be disabled.
| * Add a ton more quotes to the login message generator. Now up to 46, which ↵Ken Moore2016-12-09
| | | | | | | | should be good enough for a while.
| * Add a couple more options for the tip of the day.Ken Moore2016-12-08
| |
| * Get the new input device routines almost ready. Still have the page disabled ↵Ken Moore2016-12-06
| | | | | | | | in lumina-config right now, but it is coming along nicely.
| * Have the "start-lumina-desktop" binary check for an existing lockfile and ↵Ken Moore2016-12-05
| | | | | | | | remove it before launching the desktop.
| * Add a bit more debugging to the start-lumina-desktop binary.Ken Moore2016-12-05
| |
| * Make the start menu open faster by only loading the favorites *when the ↵Ken Moore2016-12-02
| | | | | | | | file/list changes*.
| * Adjust the Qt-crash workaround a bit to try and avoid starting a dbus ↵Ken Moore2016-12-01
| | | | | | | | session if possible.
| * Get rid of the "fortune" usage, and replace it with a built-in system of ↵Ken Moore2016-12-01
| | | | | | | | tips for Lumina itself (avoids strange stuff from fortune, and ensures information which is at least semi-useful for the user).
| * Add the Lumina version to the bottom of the boot splash as well.Ken Moore2016-12-01
| |
| * Unify the icons used for battery indications within the start menu and ↵Ken Moore2016-11-30
| | | | | | | | | | | | battery plugin. Also, add a green background to the battery plugin when the charge is 100% and still plugged in.
| * A few more tweaks for the boot splash. Font weights and such to better ↵Ken Moore2016-11-30
| | | | | | | | accent the rest of the UI.
| * Cleanup the bootsplash a bit:Ken Moore2016-11-30
| | | | | | | | | | | | 1) Move the loading message/progress to the bottom of the window. 2) Move the loading icon to the top-left side 3) Implement the (optional) usage of the "fortune" utility for a random/short message during the loading process.
| * Oops - NOW the desktop/panel settings-reload will work.Ken Moore2016-11-22
| |
| * Fix up the default settings-setting routine to use the new panel/desktop ↵Ken Moore2016-11-22
| | | | | | | | syntax when setting the default configuration for the primary monitor.
| * Add a shortcut for opening the wallpaper settings within the "preferences" menu.Ken Moore2016-11-21
| |
| * Add the "lockdesktop" menu plugin to the TrueOS default settings.Ken Moore2016-11-21
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-11-21
| |\
| | * Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | | | | | | | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
| | * Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | | | | | | | | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
| | * Commit some more work on the new input device framework. Got the properties ↵Ken Moore2016-11-17
| | | | | | | | | | | | getting listed now, just need to figure out how to read/set the various properties (no documentation on what the various inputs are for the XCB functions to do that).
| * | Add a new menu plugin: "lockdesktop".Ken Moore2016-11-21
| |/ | | | | | | This just adds a shortcut to the context menu for locking the desktop session.
bgstack15