| Commit message (Collapse) | Author | Age |
|
|
|
| |
into the data structure. lumina-open was already set to use the path properly if it exists, so no other changes to use this value necessary.
|
|
|
|
| |
the middle of performing updates.
|
|
|
|
| |
system for a particular mimetype. Now it uses the manual method (checking each *.desktop file for that particular mimetype - since it has to load all of them anyway), as well as use the results of any matches in the <XDG_DATA_DIRS>/applications/mimeinfo.cache file.
|
| |
|
| |
|
|
|
|
| |
case-insensitive (case was already taken care of with the first filter).
|
|
|
|
| |
much more accurate about special extensions and faster lookups for pre-found mimetypes.
|
| |
|
|
|
|
| |
the session cleanup, and tag version 0.8.2-Release
|
| |
|
| |
|
|
|
|
|
|
|
| |
1) When finding a file mimetype, try a case-insensitive filter if nothing came out of the case-sensitive search.
2) lumina-fm: when removing a slideshow file, try to automatically go to the next/previous picture instead of index=0;
3) Add a bunch more processEvents() calls to the lumina-fm file operations dialog. This should keep the UI's more responsive and update the visuals more often while running operations on large numbers of files.
4) lumina-fm: Fix another upper->lower case extension issue when checking if a file is supported by Qt's read/write operations.
|
| |
|
|
|
|
| |
(so things still function properly).
|
|
|
|
| |
to the lumina theme system.
|
|
|
|
| |
stylesheet declarations in the lumina-config ui file.
|
|
|
|
| |
wallpapers.
|
|
|
|
| |
wallpaper.
|
|
|
|
| |
theme to go with the red lumina background.
|
| |
|
| |
|
| |
|
|
|
|
| |
assembling the stylesheet. This fixes fonts that use strange characters such as brackets in the name.
|
|
|
|
| |
system theme/color to use instead of requiring the full path. This allows for much simpler cross-OS usage and settings (for when Lumina starts including multiple themes/colors out-of-box)
|
| |
|
|
|
|
|
|
| |
config menu). Also make sure that there is a *.desktop shortcut for the application (and update the pkg-plist)
Also allow for "-<something>" to be put in the version number without messing up the version checking routine, and tag the current version on the master branch as 0.8.2-devel (once the stable/official release is branched, the "-devel" tag will get either dropped or changed to "-release" in that branch, with the master branch moving on to the next <version>-devel)
|
|
|
|
|
| |
This just returns the name of the OS template used within the library.
(No action required for OS-specific maintainers, already handled for all templates).
|
|
|
|
| |
output of "mount" in LuminaOS-FreeBSD.cpp (just in case).
|
| |
|
| |
|
| |
|
|\
| |
| | |
several OpenBSD improvements
|
| |
| |
| |
| |
| |
| |
| | |
Screen Brightness: make sure we are not running in a VM
Check for user system permissionver: verbatim copy/paste from FreeBSD
System Shutdown: shutdown -p is enough nowadays (no need for -hp)
Battery Availability: fix battery detection
|
|/
|
|
|
|
|
| |
On (at least) OpenBSD, external packages are installed under /usr/local
but SYSCONFDIR is always /etc. That is external applications will
install their configuration file under /etc even if the binaries are
under /usr/local.
|
|
|
|
| |
adjust the port plist, and add options to reset the system settings to default to lumina-config.
|
| |
|
| |
|
| |
|
|
|
|
| |
"seen" by fluxbox when a window is maximized, and the task manager works with the highly asynchronous XCB events.
|
|
|
|
| |
with fluxbox maximizing windows underneath panels at the moment.
|
|
|
|
| |
allows a user to run qmake LIBPREFIX="something" PREFIX="something" to ensure that libraries are found in the proper location.
|
|
|
|
| |
any command-line argument parsing.
|
|
|
|
|
| |
1) Add ability for task manager to minimize/maximize window from details menu
2) Add quick check/movement of new windows to make sure they are not underneath any panels
|
|
|
|
| |
through QString::fromLocal8Bit(). This should correctly catch any key presses specific to particular locales.
|
|
|
|
| |
in *.desktop files. This seems to fix the occasional issue with KDE *.desktop shotcuts (okular in particular).
|
|
|
|
| |
apply the relative path fixes to all LSingleApplication's forwarded inputs.
|
|
|
|
| |
and fix a stray seg fault in the XCB window class detection routine.
|
|
|
|
| |
allowing screen brightness controls within a virtualbox VM (does not work since not host system).
|
|
|
|
| |
states are properly detected again.
|
|
|
|
|
|
| |
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.
|