aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/pages
Commit message (Collapse)AuthorAge
* Deactivate the auto-resize functionality (for now) with a comment about the ↵Ken Moore2017-06-07
| | | | | | | Fluxbox issue. This can get reactivated when Fluxbox is deactivated with Lumina 2.0. Instead, just increase the default size of the main window a bit.
* Switch the usage of compton: default to it being disabled rather than ↵Ken Moore2017-05-23
| | | | enabled (too many false-positives from the GPU acceleration verification routine).
* Add the new "generateMediaIcons" setting to lumina-config ↵Ken Moore2017-05-01
| | | | (Interface->Desktop page).
* Clean up another couple "nullptr" uses.Ken Moore2017-04-10
|
* Fix a possible issue where the panel number would be negative - causing a ↵Ken Moore2017-03-27
| | | | | | crash of lumina-config. Fixes #402
* Clean up the compilation warnings with the separate "getPage" routines in ↵Ken Moore2017-02-27
| | | | lumina-config.
* Finish removing all the last remnant of the old X11 mouse config page.Ken Moore2017-02-13
|
* Merge pull request #375 from antab/app-selection-defaultKen Moore2017-02-06
|\ | | | | Select current application when changing defaults
| * Fix memory leak.Arnar Mar Sig2017-02-06
| |
| * * Remove code duplication from LoadSettings() and fix indentation (tab to space)Arnar Mar Sig2017-02-04
| | | | | | | | * Select current app when AppDialog is shown, this works both for basic and advanced but only for a single type.
* | * Initialize PanelWidget layout in the constructor.Arnar Mar Sig2017-02-03
|/ | | | * Instead of removing all PanelWidgets in LoadSettings, remove any extra panels and add more if needed.
* Fix up the saving of the user's default icon via lumina-config.Ken Moore2017-01-30
|
* change page titleJT Pennington2017-01-18
|
* Add support to lumina-config to show all applications which register ↵Ken Moore2017-01-12
| | | | themselves under the "Settings" cateory on the system. These will all be put under the "system settings" category, and will launch the external tool on demand.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-06
|\
| * enable ESC to clear search field and reset view to all pagesq5sys2017-01-05
| |
* | Add a new compile-time option: NO_XINPUTKen Moore2017-01-06
|/ | | | | This can be used to disable the usage of the xcb/xinput.h class, since some OS's seem to not have it for some reason. Note that this option will make the input device management page in lumina-config unavailable on that operating system. Example: qmake CONFIG+=NO_XINPUT
* Merge branch 'master' into masterJT Pennington2016-12-22
|\
| * Change the icon used for the interface/menu page so it does not use the same ↵Ken Moore2016-12-19
| | | | | | | | icon as the "plugins" tabs within pages.
| * Update the Interface/Panels page quite a bit:Ken Moore2016-12-19
| | | | | | | | | | 1) Add a new "profiles" button/menu so the user can apply pre-defined profiles for the interface which correspond to other common system interfaces. 2) Add a new "import" button/menu so the user can quickly move settings from one monitor (even if not current attached/used) to another active monitor. This is very useful if the user changes video cards/drivers or monitors and gets a different monitor ID on their next session, but want to re-use their previous monitor settings.
| * 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
| |
* | fix pages.priq5sys2016-12-21
| |
* | add bluetooth page to getpage.hq5sys2016-12-14
| |
* | update source authorsq5sys2016-12-14
| |
* | set up initial bluetooth pageq5sys2016-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.
* 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).
bgstack15