| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
will be aware of the new status change (send an event instead of changing the property directly).
Also add a quick fix for system tray icons: if the icon size does not match the tray size, send a resize event and redraw a few moments later.
|
|\ |
|
| |
| |
| | |
Add info about the 0.7.2 branch of the source tree so that we can start pushing Qt5 commits up to GitHub.
|
| |\
| | |
| | | |
update hungarian translation
|
| | | |
|
| | | |
|
| |/ |
|
|/
|
|
| |
It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
Streamlined startup process and utilities
Enable login/logout chimes
New Desktop Plugins:
- Note Pad: Take text notes on your desktop
- Desktop View: Auto-generate icons for everything in the ~/Desktop folder
New Utility:
- lumina-search: Quickly search for applications/files/directories
New Color Schemes:
- Lumina-[Green, Gold, Purple, Red, Glass] now available out of box (default: Glass)
New Backend system for registering default applications:
- Uses mime-types instead of extensions now
- All lumina utilities have been updated to work with the new system
- WARNING: Previously registered defaults might not be transfered to the new system, so you may need to reset your default web browser/email client through lumina-config.
|
|
|
|
| |
(for menu plugins in particular)
|
|
|
|
| |
seems to be working great now, and cleans up lumina-config a bit as well.
|
|
|
|
| |
lumina-open. The new buttons in lumina config set the backends fine, but the file manager/terminal options will not be respected yet until I update the menu plugins in lumina-desktop.
|
|
|
|
|
|
|
|
| |
registering default application (Note: does not use the mime association routines, just defaults)
Lumina-config will now use this backend system for default app registrations, but lumina-open does not use it yet. Also, the defaults tab in lumina-config is still not completely updated yet (resulting in some breakage or unusable buttons).
DO NOT BUILD FROM THIS REVISION - Will be fixed very soon but needed a git snapshot
|
|
|
|
| |
"Wine" category for internal recognition/use (since the wine apps do not usually list a category in the *.desktop file).
|
|
|
|
| |
within lumina-open (prevent miscategorization of files as URLs within the algorithm as well).
|
| |
|
|
|
|
|
| |
1) Convert a "." to the current working path
2) Provide feedback about invalid input paths graphically
|
| |
|
|
|
|
| |
and adjust the auto-loading of a theme so that it will automatically pick up when the current theme/color file changes (such as when it was manually edited).
|
|
|
|
| |
directoryu as well as the desktop folder. Also clean up the notepad plugin appearance a bit and change the default fluxbox window theme.
|
|
|
|
|
| |
1) Adjust the extension auto-add function to account for hidden files without an extension
2) Make sure the image/multimedia/snapshot checker is re-run in the background when the directory contents change.
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
debian packaging scripts update
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| | |
| | | |
update debian packaging scripts
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| | |/
| |/| |
|
| | |\ |
|
| | |\ \ |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
This disables all the special Qt theming (except for the custom font/font size), and will use the default theme for Qt.
|
| | | |
| | | |
| | | |
| | | | |
a seperate thread. This speeds up the loading of a directory quite a bit.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This utility provides quick searching for applications (the default), or for searching the entire user's home directory.
The file search also supports the "*" wildcard for the search terms.
|
|\ \ \ \ |
|
| |\ \ \ \
| | |_|_|/
| |/| | | |
Fix desktop files: add missing semicolons
|
| |/ / / |
|
| |\ \ \
| | |_|/
| |/| | |
include fixes
|
| |/ / |
|
|/ /
| |
| |
| | |
This is a plugin for taking/saving simple text notes right on your desktop.
|
|/
|
|
| |
This plugin provides an area of the screen for automatically displaying icons for anything in the ~/Desktop folder. An icon can be opened/run via a double-click of the mouse.
|
|
|
|
|
|
|
|
|
| |
1) Fix up the applauncher desktop plugins so that the initial sizing is sane.
2) Completely remove all global static variables from the session.
3) Re-enable the login/logout chimes (works properly without static variables)
4) Streamline the desktop background rotation algorithms a bit.
5) Greatly streamline the Session start procedure (50% to 75% faster on my computer here)
6) Make sure the background wallpaper does not rotate every time the desktop settings file changes (only when the backgrounds for that desktop are changed, or the rotation timer goes off)
|