aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-12-16
|\
| * Switch the "clicked" signal for the "Activated" signal within the input ↵Ken Moore2016-12-16
| | | | | | | | device checkbox detection. This will allow keyboard changes to be detected/applied as well.
* | If xinput is not available, do not show the input device configuration page.Ken Moore2016-12-16
|/
* Fix the comments within the pages.pri file.Ken Moore2016-12-15
|
* Merge branch 'master' of github.com:trueos/luminaWeblate2016-12-14
|\
| * fix missing bracketsJT Pennington2016-12-14
| |
| * Merge pull request #320 from q5sys/masterJT Pennington2016-12-14
| |\ | | | | | | trueos specific mouse configuration page
| | * Update page_mouse.hJT Pennington2016-12-14
| | |
| | * fixing white space to keep Ken happyJT Pennington2016-12-14
| | |
| | * comment out page_mouse_trueosJT Pennington2016-12-14
| | |
| | * comment out trueos mouse pageJT Pennington2016-12-14
| | |
| | * code cleanupJT Pennington2016-12-07
| | |
| | * clean up codeJT Pennington2016-12-07
| | |
| | * it would help if I actually pushed the pagesq5sys2016-12-08
| | |
| | * testing mouse utilq5sys2016-12-08
| | |
| * | Fix the window title within the input device page.Ken Moore2016-12-13
| | |
| * | Fix up the item visibility within the theme engine selector page on first load.Ken Moore2016-12-09
| | |
| * | Fix up a build error on the cluster (not sure why the cluster had a problem ↵Ken Moore2016-12-09
| |/ | | | | | | with this - works fine locally).
| * Add some more filtering for mouse devices:Ken Moore2016-12-07
| | | | | | | | Hide all the trivial/unchangeable pointer devices, and list all the other mouse devices (even extension devices) as distinct mice.
| * Enable the new input-devices page within lumina-config.Ken Moore2016-12-07
| | | | | | | | | | | | This now allows the user to view/change properties on their input devices (mouse/keyboards) for the current session only (save/restore settings between sessions not implemented yet). NOTE: this change adds a dependency on the "xinput" utility to view property values. The XCB library usage to eliminate this dependency is commented out within the source code right now due to unsolved issues with the library calls.
| * 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.
| * A few important fixes for lumina-search:Ken Moore2016-11-28
| | | | | | | | | | | | | | 1) Ensure the background search process gets stopped when the app is closed. 2) Add a limit of 100 items to the search results (any more than that and the user should refine their search term) 3) Make sure that any "proc" directory on the system is always excluded from the search. This directory heirarchy is highly recursive in nature and should never really be used for searches anyway. 4) Increase the time delay before starting any live search to 1/2 second (used to be 1/3 second).
| * Add the ability to specify "--page <page_id>" when running lumina-config to ↵Ken Moore2016-11-21
| | | | | | | | go to a particular page.
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-11-21
| |\
| | * Fix a reference to an uncommitted function by q5sys.Ken Moore2016-11-20
| | |
| | * Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | | | | | | | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
| | * Revert "comment out changes made to wrong repo, until method can be fixed"Ken Moore2016-11-20
| | | | | | | | | | | | This reverts commit 876173714461d6f9d104636d90e648c9f7009505.
| | * comment out changes made to wrong repo, until method can be fixedq5sys2016-11-20
| | |
| | * Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | | | | | | | | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
| | * search clear function on ESC pressq5sys2016-11-20
| | |\
| | | * 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).
| | * | search clear function on ESC pressq5sys2016-11-20
| | | |
| * | | Add a new menu plugin: "lockdesktop".Ken Moore2016-11-21
| | |/ | |/| | | | | | | This just adds a shortcut to the context menu for locking the desktop session.
| * | Get a bit more of the input device class working - using lumina-config for ↵Ken Moore2016-11-17
| | | | | | | | | | | | testing on the new "mouse" page (which is still disabled for the moment).
| * | Add a new page for mouse-settings in lumina-config (disabled for the moment)Ken Moore2016-11-17
| | |
| * | Add a general session option for whether to show the application crash ↵Ken Moore2016-11-15
| | | | | | | | | | | | notifications.
| * | Add the new option for detection GPU accel to the compositor page.Ken Moore2016-11-15
| | |
| * | Add knowledge of the new jsonmenu panel plugin to lumina-config.Ken Moore2016-11-15
| |/
| * Make lumina-config aware of the new "audioplayer" panel plugin.Ken Moore2016-11-10
| |
| * Disable the theme engine from the core-utils.Ken Moore2016-11-10
| | | | | | | | Clean up the libLumina classes needed by the core-utils.
| * LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | | | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
| * Add the new Qt5 theme engine setting to lumina-config.Ken Moore2016-11-02
| |
| * Re-work the main page of the lumina-config toolKen Moore2016-10-31
| | | | | | | | Now the categories are auto-expanded, two columns of pages are used, page names are shortened, and keyboard usage has been cleaned up.
| * Make sure all the translation files are synced to the sources.Ken Moore2016-10-20
| |
| * Make sure the wallpaper page also uses the new monitor ID for saving/loading ↵Ken Moore2016-10-17
| | | | | | | | settings.
| * Convert over the desktop/panel settings to be based on screen ID instead of ↵Ken Moore2016-10-05
| | | | | | | | screen number. It seems like X randomly assigns numbers to screens in some instances - resulting in multi-monitor arrays occasionally getting rotated/scrambled. After the automatic conversion of the settings to the new system (the first time the user logs into the updated version of Lumina), screen settings are tied to that particular monitor now (HDMI-0, DP-1, etc...)
| * Fix a crash with the "autostart" page of lumina-config.Ken Moore2016-10-03
| |
| * Finish up the depretiation of the old systemapps fetching function.Ken Moore2016-09-23
| |
| * Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | | | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* | Translated using Weblate (lumina_CONFIG@sl (generated))Samo Blatnik2016-11-24
| | | | | | | | Currently translated at 14.3% (54 of 376 strings)
bgstack15