Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #729 from smarquespt/master | Ken Moore | 2020-05-21 |
|\ | | | | | Portuguese update | ||
| * | Portuguese update | Sérgio Marques | 2020-05-20 |
| | | |||
* | | Ensure that the xorg DPMS system is only enabled when the screensaver comes on. | Ken Moore | 2020-05-06 |
| | | | | | | | | It does not seem to have the same input/activity checks that the screensaver uses | ||
* | | Convert to QElapsedTimer for a debugging timer. | Ken Moore | 2020-05-05 |
| | | |||
* | | Ensure the desktop window itself does not stop the SS from triggering | Ken Moore | 2020-05-05 |
| | | |||
* | | Get the screensaver system up and running. | Ken Moore | 2020-05-04 |
| | | | | | | | | The lockscreen prompt is disabled at the moment while testing some input detection mechanisms (unlock button just always works without verifying password) | ||
* | | Merge pull request #725 from JohnBlood/patch-1 | Ken Moore | 2020-04-26 |
|\ \ | | | | | | | Adding graphs to show which repos have Lumina | ||
| * | | Adding graphs to show which repos have Lumina | John Paul Wohlscheid | 2020-04-26 |
|/ / | | | | | I added graphs from Repology to show what repos have Lumina and what version each repo has. It will help users find Lumina for their system. | ||
* | | Some more updates to the desktop. | Ken Moore | 2020-04-24 |
| | | | | | | | | Get the screensaver checks working | ||
* | | More updates. | Ken Moore | 2020-04-24 |
| | | | | | | | | | | Getting ready for the screensaver to go live. Still need to fix lumina-checkpass PAM-implementation. Apparently the openpam lib is FreeBSD-only. | ||
* | | Initial merge of the screensaver into the main lumina-desktop builds | Ken Moore | 2020-04-24 |
| | | |||
* | | Disable xscreensaver from auto-start. | Ken Moore | 2020-04-24 |
| | | | | | | | | Enable lumina-checkpass | ||
* | | Update some syntax highlighting handling. | Ken Moore | 2020-04-24 |
| | | | | | | | | | | | | Prevent multi-line rules from starting within a section that was handled by a single-line rule earlier. Also add a 1s delay/timer on file reload if it changes in the background. Also add detection for bash scripts automatically | ||
* | | Fix up the detection of icons for windows. | Ken Moore | 2020-04-06 |
| | | | | | | | | Add another layer of fallback icon as well | ||
* | | Limit lumina-pingcursor to 60 FPS | Ken Moore | 2020-04-03 |
| | | |||
* | | Get lumina-pingcursor integrated into the core package. | Ken Moore | 2020-04-03 |
| | | | | | | | | Also fix a couple random errors. Adjust the default "PREFIX" to /usr for all Linux distros for instance. | ||
* | | Get the window transparency and ring animation finished up. | Ken Moore | 2020-04-03 |
| | | | | | | | | All set now. | ||
* | | Add a new tool: lumina-pingcursor. | Ken Moore | 2020-04-03 |
| | | | | | | | | This just shows a 1second popup around the current mouse position and above all windows | ||
* | | Update lthemeengine.cpp | Ken Moore | 2020-04-03 |
| | | | | | | Ensure we create the cursor directory before saving the cursor theme file | ||
* | | Update README.md | Ken Moore | 2020-04-03 |
| | | | | | | Cleanup formatting of the Readme | ||
* | | Update README.md | Ken Moore | 2020-04-03 |
| | | | | | | Ensure Void Linux gets a mention in the README. | ||
* | | Switch to pkill from killall for restarting Fluxbox/Compton | Ken Moore | 2020-03-25 |
|/ | | | | More common on various Linux OS's instead of killall | ||
* | Merge pull request #721 from smarquespt/master | Ken Moore | 2020-02-26 |
|\ | | | | | Portuguese update | ||
| * | Portuguese update | Sérgio Marques | 2020-02-26 |
| | | |||
* | | Merge pull request #719 from smarquespt/master | Ken Moore | 2020-02-13 |
|\| | | | | | Update Portuguese language | ||
| * | Update Portuguese language | Sérgio Marques | 2020-02-13 |
| | | | | | | | | Second commit | ||
* | | Adjust the battery return a tiny bit. | Ken Moore | 2020-02-11 |
|/ | |||
* | Add spanish translation of xsession desktop entry | Ken Moore | 2020-02-05 |
| | |||
* | Merge pull request #717 from smarquespt/master | Ken Moore | 2020-02-05 |
|\ | | | | | Portuguese update | ||
| * | Portuguese update | Sérgio Marques | 2020-02-05 |
|/ | |||
* | Some consistency issues with screen sizes. | Ken Moore | 2020-02-04 |
| | | | | | Need to use full screen geometry, not availableGeometry. Available geometry is full geom with reserved space around the edges removed. | ||
* | Tag version 1.6.0 | Ken Moore | 2020-01-31 |
| | |||
* | Fix the brightness icon again | Ken Moore | 2020-01-31 |
| | |||
* | Cleanup keyboard shortcuts a bit. | Ken Moore | 2020-01-31 |
| | |||
* | Fix up the battery time estimate routine. | Ken Moore | 2020-01-31 |
| | | | | Everything major is working on VoidLinux now. | ||
* | Fix the desktop/plugin screen detection (raw geom, not available). | Ken Moore | 2020-01-31 |
| | | | | Also fix a couple icons (add new options to look for) | ||
* | Add VoidLinux OS interface. | Ken Moore | 2020-01-27 |
| | | | | | Update readme. Remove the hardcoded keycode for the start menu (not consistent across OS's) | ||
* | Create FUNDING.yml | Ken Moore | 2019-11-29 |
| | |||
* | Merge pull request #706 from lbartoletti/fix_deprecated | Ken Moore | 2019-10-29 |
|\ | | | | | Fix deprecated | ||
| * | remove QSignalMapper. Use lambda func instead. | lbartoletti | 2019-10-28 |
| | | |||
| * | fix setTabStopWidth | lbartoletti | 2019-10-22 |
| | | |||
| * | fix warning: 'rects' is deprecated | lbartoletti | 2019-10-22 |
| | | |||
| * | fix warning: 'created' is deprecated: Use either birthTime() or ↵ | lbartoletti | 2019-10-22 |
| | | | | | | | | metadataChangeTime() final round | ||
| * | fix setTabStopWidth -> setTabStopDistance | lbartoletti | 2019-10-22 |
| | | |||
| * | fix (set)backgroundColor | lbartoletti | 2019-10-22 |
| | | |||
| * | fix warning: 'created' is deprecated: Use either birthTime() or ↵ | lbartoletti | 2019-10-22 |
| | | | | | | | | metadataChangeTime() last round | ||
| * | fontMetrics().width -> fontMetrics().horizontalAdvance | lbartoletti | 2019-10-22 |
| | | |||
| * | fix lumina-screenshot/MainUI.cpp | lbartoletti | 2019-10-22 |
| | | |||
| * | screenGeometry/screenCount -> QGuiApplication::screens(). another round | lbartoletti | 2019-10-22 |
| | | |||
| * | screenGeometry/screenCount -> QGuiApplication::screens(). LSession.cpp | lbartoletti | 2019-10-22 |
| | |