aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Ensure the older screensaver system in X11 is also disabled when DPMS is ↵Ken Moore2020-05-21
| | | | disabled
* Merge pull request #729 from smarquespt/masterKen Moore2020-05-21
|\ | | | | Portuguese update
| * Portuguese updateSérgio Marques2020-05-20
| |
* | Ensure that the xorg DPMS system is only enabled when the screensaver comes on.Ken Moore2020-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 Moore2020-05-05
| |
* | Ensure the desktop window itself does not stop the SS from triggeringKen Moore2020-05-05
| |
* | Get the screensaver system up and running.Ken Moore2020-05-04
| | | | | | | | The lockscreen prompt is disabled at the moment while testing some input detection mechanisms (unlock button just always works without verifying password)
* | Some more updates to the desktop.Ken Moore2020-04-24
| | | | | | | | Get the screensaver checks working
* | More updates.Ken Moore2020-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 buildsKen Moore2020-04-24
| |
* | Disable xscreensaver from auto-start.Ken Moore2020-04-24
| | | | | | | | Enable lumina-checkpass
* | Update some syntax highlighting handling.Ken Moore2020-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 Moore2020-04-06
| | | | | | | | Add another layer of fallback icon as well
* | Limit lumina-pingcursor to 60 FPSKen Moore2020-04-03
| |
* | Get lumina-pingcursor integrated into the core package.Ken Moore2020-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 Moore2020-04-03
| | | | | | | | All set now.
* | Add a new tool: lumina-pingcursor.Ken Moore2020-04-03
| | | | | | | | This just shows a 1second popup around the current mouse position and above all windows
* | Update lthemeengine.cppKen Moore2020-04-03
| | | | | | Ensure we create the cursor directory before saving the cursor theme file
* | Switch to pkill from killall for restarting Fluxbox/ComptonKen Moore2020-03-25
|/ | | | More common on various Linux OS's instead of killall
* Merge pull request #721 from smarquespt/masterKen Moore2020-02-26
|\ | | | | Portuguese update
| * Portuguese updateSérgio Marques2020-02-26
| |
* | Merge pull request #719 from smarquespt/masterKen Moore2020-02-13
|\| | | | | Update Portuguese language
| * Update Portuguese languageSérgio Marques2020-02-13
| | | | | | | | Second commit
* | Adjust the battery return a tiny bit.Ken Moore2020-02-11
|/
* Add spanish translation of xsession desktop entryKen Moore2020-02-05
|
* Portuguese updateSérgio Marques2020-02-05
|
* Some consistency issues with screen sizes.Ken Moore2020-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.0Ken Moore2020-01-31
|
* Fix the brightness icon againKen Moore2020-01-31
|
* Cleanup keyboard shortcuts a bit.Ken Moore2020-01-31
|
* Fix up the battery time estimate routine.Ken Moore2020-01-31
| | | | Everything major is working on VoidLinux now.
* Fix the desktop/plugin screen detection (raw geom, not available).Ken Moore2020-01-31
| | | | Also fix a couple icons (add new options to look for)
* Add VoidLinux OS interface.Ken Moore2020-01-27
| | | | | Update readme. Remove the hardcoded keycode for the start menu (not consistent across OS's)
* Merge pull request #706 from lbartoletti/fix_deprecatedKen Moore2019-10-29
|\ | | | | Fix deprecated
| * remove QSignalMapper. Use lambda func instead.lbartoletti2019-10-28
| |
| * fix setTabStopWidthlbartoletti2019-10-22
| |
| * fix warning: 'rects' is deprecatedlbartoletti2019-10-22
| |
| * fix warning: 'created' is deprecated: Use either birthTime() or ↵lbartoletti2019-10-22
| | | | | | | | metadataChangeTime() final round
| * fix setTabStopWidth -> setTabStopDistancelbartoletti2019-10-22
| |
| * fix (set)backgroundColorlbartoletti2019-10-22
| |
| * fix warning: 'created' is deprecated: Use either birthTime() or ↵lbartoletti2019-10-22
| | | | | | | | metadataChangeTime() last round
| * fontMetrics().width -> fontMetrics().horizontalAdvancelbartoletti2019-10-22
| |
| * fix lumina-screenshot/MainUI.cpplbartoletti2019-10-22
| |
| * screenGeometry/screenCount -> QGuiApplication::screens(). another roundlbartoletti2019-10-22
| |
| * screenGeometry/screenCount -> QGuiApplication::screens(). LSession.cpplbartoletti2019-10-22
| |
| * fix warning: 'created' is deprecated: Use either birthTime() or ↵lbartoletti2019-10-22
| | | | | | | | metadataChangeTime()
| * fix warning: 'byteCount' is deprecated: Use sizeInByteslbartoletti2019-10-22
| |
| * screenCount -> QGuiApplication::screens()lbartoletti2019-10-22
| |
| * lumina/src-qt5/core/lumina-open/main.cpp:75:34: warning: 'screenGeometry' is ↵lbartoletti2019-10-22
| | | | | | | | deprecated: Use QGuiApplication::screenAt()
| * screenCount/screenGeometry -> QGuiApplication::screens()lbartoletti2019-10-22
| |
bgstack15