| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| | |
|
|/
|
|
| |
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)
|
|
|
|
| |
"Wine" category for internal recognition/use (since the wine apps do not usually list a category in the *.desktop file).
|
| |
|
|
|
|
| |
directoryu as well as the desktop folder. Also clean up the notepad plugin appearance a bit and change the default fluxbox window theme.
|
| |
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
|/
|
|
| |
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.
|
|
|
|
|
|
| |
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) 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).
|
| |
|
|
|
|
| |
effects of a bad conflict merge...
|
|
|
|
| |
commit re-enabled it.
|
|
|
|
| |
share directory and quit if it is not found (improper installation).
|
|
|
|
| |
editing those themes in lumina-config. Also tag Lumina version 0.7.0 with this change.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) New libLumina classes: LuminaThemes.h
2) Single-line usage to add lumina theme usage to an application (already added to all the Lumina utilities)
3) Include a Lumina-default theme template, as well as a single color scheme (will add more later)
4) Will create a global Qt style for "lumina" so that this theme engine can be automatically applied to all Qt applications at a later date (want to make sure to beat this up and get it working reliably before turning it on for everything).
Major Features:
1) Full Qt theme capabilities through Qt stylesheets (so they can be modified and applied on the fly).
2) Stylesheets are broken into a couple pieces: an "incomplete" stylesheet file (the theme template) with variables in place of colors, font size, and font family. A "color" file which variable->value definitions for the different colors. And a themesettings.cfg files which keeps track of the files/font settings.
3) Along with this, add the ability to specify the icon theme that is used as well, and make that automatically re-loaded as necessary.
4) Add the ability to read/set thes values in lumina-config. The lumina-config usage is still a bit rough: working on cleaning it up right now.
|
|
|
|
| |
session file (instead of desktop settings), and also have lumina-config safe it to the lumina-open defaults file directly (in the case of the file manager).
|
|\
| |
| | |
make file-manager user-chooseable
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
1) Move the global.h file usage into libLumina exclusively
2) Define a new "LuminaOS::LuminaShare()" function for retrieving the install directory for Lumina (based on the PREFIX/global.h)
3) Change all the other lumina sub directories/projects to use the new LuminaShare() function when necessary.
4) This also fixes up the loading of translations in many of the subprojects (found a bug in the path used in a number of them).
Reason:
Previous implementation *only* worked if you built lumina from the base directory, causing problems with rebuilding individual pieces of Lumina. This also cleans up the general lumina projects as they only need the LuminaOS class loaded instead of knowing about this other possible OS implementation.
|
| |
|
|
|
|
|
| |
add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using <qmake PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu/> or whatever)
update debian packaging scripts accordingly
|
| |
|
|
|
|
| |
1) Add the ability to browse through the directory tree for the user's home directory, with the ability to "favorite" any of them.
|
|
|
|
|
|
|
|
|
|
|
|
| |
UserButton:
1) When creating links, always create them in ~/.lumina/favorites
2) Scan both the Desktop and the favorites dir for favorite items
3) Distinguish between removing a link and deleting a file
4) Allow for setting links to directories
5) Allow removing links to directories
AppLauncher desktop plugin:
1) Make sure to use the session function for launching an item (makes the mouse cursor show the loading icon).
2) Allow for pre-defining a file path for the launcher (syntax: applauncher::<path to file>)
|
|
|
|
|
|
|
| |
(.pro) files now support 32-bit and 64-bit Linux builds. Should
also build using Clang as well as GCC on Linux.
Fixed compiler warning in LDesktop.cpp which might see wrong
loop counter used under older compiler.
|
|
|
|
| |
This version is mainly a bunch of bugfixes from 0.6.2, but also included backend streamlining, porting to other OS's, and a slightly updated userbutton.
|
|
|
|
|
|
|
|
| |
lumina-desktop.
1) Should now only reload the applications list if the installed apps changed recently, making the menu show up a ton faster.
2) Move the tabs over to the left side of the UI, and remove a lot of empty space.
3) Attempt to have the widget track the mouse and switch to a new tab on mouse-over instead of requiring a click (still in testing - no loss of functionality at the moment).
|
|
|
|
| |
shutdown/restart the system, and enable/disable those options in the logout menu appropriately.
|
| |
|
|
|
|
|
| |
1) Add a new "All" category that is shown by default for listing applications.
2) Speed up the time to open the user menu by only reloading if more than 30 seconds have passed since the previous time it was opened.
|
| |
|