| Commit message (Collapse) | Author | Age |
|
|
|
| |
"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)
|
|
|
|
| |
don't bother calling "update" on unchanged icons.
|
|
|
|
| |
This version mainly contains bugfixes and stability fixes from 0.7.0. The only new features are the "window list" menu plugin, and the option to have panels auto-hide.
|
|
|
|
| |
If no desktop backgrounds are available, always assign the "default" value to the file.
|
|
|
|
|
|
| |
pixels - auto-scale does not work unless the widget is visible). Also remove the custom stylesheet for the systemwindow (so it uses the theme).
Also start working on the new desktopview plugin (not integrated yet)
|
|
|
|
| |
The "Window List" will show a menu of all the current windows, and activate the one that the user clicks on.
|
|
|
|
| |
option for it to lumina-config). If selected, this will only leave a 2-pixel thick "edge" of the panel on the screen that will expand out to the full panel when moused-over.
|
| |
|
|
|
|
|
|
| |
desktop session. This causes all sorts of graphics issues when the desktop is run through a VNC.
Note: Now the desktop will look fine through a VNC, but the system tray icons may have broken transparency (only through a VNC from what I can tell). This is quite a bit better now, but needs to be looked into more at a later date.
|
|
|
|
| |
embedded the container widget was not getting removed in the right order.
|
|
|
|
| |
conflict with different loops modifying tray icons at the same time). This might fix the random desktop crashes since they seem to be tray related.
|
|
|
|
| |
desktop.
|
|
|
|
| |
If the ~/.fluxbox directory does not exist, Fluxbox will ignore the given config file. So make sure that directory exists before starting Fluxbox.
|
|
|
|
|
| |
1) x11/xorg (for some reason it is not making sure this is also installed)
2) graphics/qt4-imageformats (via the USE_QT4 line, required for jpeg support)
|
|
|
|
|
|
|
| |
1) Now the Lumina session registeres the system-wide tray, and just keeps track of the windows that should be visible (preventing any loss of service or apps starting up before the tray is registered).
2) The system tray plugin is now just a "visual tray" for embedding the applications in the panel. The Session only allows a single visual tray to be registered at a time, but sends out signals whenever there is an opening for a visual tray (allowing near-instant transfer of tray applications from one visual tray to another).
Also fix a quick bug in lumina-config where the save button was getting activated simply by changing the appearance/plugins tab in the panel configuration (without actually changing anything).
|