aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
...
* Fix up the icons for lumina-fmKen Moore2018-05-02
|
* Add a new color theme: trident-darkKen Moore2018-04-30
|
* Switch the icon used for the cancel button in the logout dialog.Ken Moore2018-04-30
| | | | Make it use "system-cancel" before it looks for "dialog-cancel"
* Make sure the libreoffice icons are no longer bypassed. Use the ones in the ↵Ken Moore2018-04-27
| | | | current theme.
* Turn off the libreoffice icon fix for non-material-design icon themes.Ken Moore2018-04-27
|
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
| | | | This should make it generic enough to support all XDG icon themes.
* Commit a bunch more work on the Lumina 2 screen reservations.Ken Moore2018-04-26
|
* Fix up the loading of *.desktop icons via LFileInfoKen Moore2018-04-26
|
* Fix up the audio chimes routines:Ken Moore2018-04-24
| | | | | | 1. Ensure that reading the file to be used for the chime is done correctly. 2. Ensure that the session does not crash during cleanup if the exit chime could not be played. 3. Ensure that the default audio chime files are used if nothing else is specified/valid in the settings.
* Add a bunch more ZFS integrations into LFileInfo:Ken Moore2018-04-23
| | | | | | | | | 1. ZFS permissions detection and UID check. 2. ZFS create 3. ZFS destroy 4. ZFS snapshot 5. ZFS rollback 6. ZFS clone (not finished yet)
* Clean up the default fluxbox key bindings:Ken Moore2018-04-17
| | | | | | | | | | | | | | | | Modify the following shortcuts: Ctrl+mouse wheel -> Ctrl+Alt+mouse wheel (change workspace) Alt+[Left/Right arrow] -> Ctrl+Alt+[Left/Right arrow] (tile windows left/right) Remove the following shortcuts: Ctrl+Tab, Ctrl+Shift+Tab (next/previous group - already have Alt+Tab shortcuts) Win+Tab, Win+Shift+Tab (next/previous Fluxbox tabs - not used almost at all) Win+[Left/Right] (Send to prev/next workspace - does not work at the moment anyway) Win+Ctrl+[Left/Right] (Take to prev/next workspace - does not work at the moment anyway) Add the following shortcut: Win+Space: (show start menu) - This will not work if the 115 shortcut is functional (115 takes precendence), but if the Win key is bound to something else this shortcut will become available for launching the start menu.
* Cleanup where icons get installed:Ken Moore2018-04-17
| | | | Instead of putting them in the older "pixmaps" directory, place them into the icons/hicolor/scalable/apps dir so that the Qt icon from theme stuff can find it (older dir no longer supported by Qt and most modern theme engines)
* Fix up the detection of icons in LFileInfo.Ken Moore2018-04-17
| | | | | Add a large failover system where a list of possible icons are created, and the first one which exists in the theme is used. Also update the iconprobe dev tool a but: make it take an optional list of icons as input
* Fix up the clipboard persistance.Ken Moore2018-04-17
| | | | | When moving the owner of the clipboard over to the desktop session, we need to copy *all* of the data on the clipboard, not just the text. Very often, text on the clipboard is "paired" with control codes or alternate info in other mimetype fields.
* Merge pull request #571 from rodlie/lthemeengine_qss_orderKen Moore2018-04-16
|\ | | | | lthemeengine: fix qss order
| * lthemeengine: fix qss orderOle-André Rodlie2018-04-14
| |
* | Merge pull request #574 from rodlie/lumina-desktop_add_clipboard_supportKen Moore2018-04-16
|\ \ | | | | | | lumina-desktop: add basic clipboard support
| * | lumina-desktop: add basic clipboard supportOle-André Rodlie2018-04-14
| |/
* | Merge pull request #570 from rodlie/lthemeengine_fix_dirsKen Moore2018-04-16
|\ \ | | | | | | lthemeengine: check if dirs ends with "/"
| * | lthemeengine: check if dirs ends with "/" in stylesheet/color path, this ↵Ole-André Rodlie2018-04-14
| |/ | | | | | | fixes enabled.contains
* | Merge pull request #569 from rodlie/lthemeengine-qtplugin_includeKen Moore2018-04-16
|\ \ | | | | | | lthemeengine-qtplugin: add missing include
| * | lthemeengine-qtplugin: add missing includeOle-André Rodlie2018-04-14
| |/
* / lumina-desktop: Use smoothing when scaling wallpaperOle-André Rodlie2018-04-14
|/
* Clean up a bit of the session initialization routines.Ken Moore2018-04-11
| | | | Make sure that compositor processes are restarted as necessary, and put in place a couple fixes for compton in particular.
* Get a bit more work on the new window-embed routine for Lumina 2Ken Moore2018-04-10
|
* Add in the widgets-based version of panels.Ken Moore2018-04-09
| | | | This seems to be working fine right now - just need to "turn on" the plugins later once we have a couple for testing.
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2018-03-28
|\
| * Update README.mdKen Moore2018-03-27
| | | | | | Update the note about the private dev package on debian/ubuntu for the trueos-core package.
* | add option to disbale startup quotesq5sys2018-03-28
|/
* Fix up the RSS reader.Ken Moore2018-03-21
| | | | Make sure we check for redirect URLs even if the reply has data in it (was not catching the redirect from http:// to https:// on the Lumina/TrueOS feeds)
* Some more work on the Widget-base NativeWindow.Ken Moore2018-03-20
| | | | While the frame itself looks nice, a number of key functionality changes are still in-progress
* Quick checkpoint on the new NativeWindow class (Widgets).Ken Moore2018-03-20
|
* Add the beginnings of the new window frame (widgets-based)Ken Moore2018-03-09
|
* Add drop support for directories on the desktop.Ken Moore2018-03-08
|
* Add drag-n-drop to the desktop icons.Ken Moore2018-03-08
| | | | | This will let the user drag a desktop icon to any application/tool and have it react appropriately. NOTE: Directories on the desktop are not enabled as drop targets yet.
* Split the Lumina 2 backend:Ken Moore2018-03-07
| | | | | Based on a qmake flag, have it use QtWidgets or QML for the front-end renderer. This will allow us to import/use all the Lumina 1.x interface elements (in Widget form) for now, but switch over to QML interface later without losing all the improvements to the underling events/communication systems.
* Update the i18N translation files (sync with sources)Ken Moore2018-03-06
| | | | Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop)
* Turn off all the debugging output in the cursor change code in the theme engine.Ken Moore2018-03-05
|
* Make the cursor theme change a but more dynamic. Can't seem to force a ↵Ken Moore2018-03-05
| | | | reload of the Qt cursor cache (for now), but this seems to fix it in Fluxbox right away.
* enable to set volumeup/down parcentageboronology2018-03-02
|
* Start writing up research on how to do the keyboard event listening.Ken Moore2018-02-28
|
* Some work on Lumina 2.Ken Moore2018-02-28
| | | | | | 1. Get dynamic loading of panel plugins functional. 2. Get some layout work for the panels functional (clock plugin still not aligned right - size issue?) 3. Looks like something related to the gridLayout flow pattern is still not getting respected.
* Quick update for the icon finder routine.Ken Moore2018-02-13
| | | | | Make sure that Qt does not blindly find a related icon before going through the default/pixmap routines. Qt does not seem to respect icon theme inheritance with a "hicolor" default theme.
* Bump the minor version of Lumina to 1.4.2Ken Moore2018-02-09
| | | | This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
* redo shell logout to Luminaq5sys2018-02-07
|
* Revert "add shell logout to Lumina"q5sys2018-02-07
| | | | This reverts commit 4455528cd9cd0b0594c3bcabf619a50e64e37832.
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2018-02-07
|\
| * Some quick updates to lumina-terminalKen Moore2018-02-06
| |
| * Add an xsession file for Lumina 2.Ken Moore2018-02-05
| |
* | add shell logout to Luminaq5sys2018-02-07
|/
bgstack15