| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
(system tray) to use the new routine.
Also setup the desktop to use the new XCB routine for window icons as well.
Both are tested on 10.x and appear to work perfectly.
|
|
|
|
| |
QIcon (untested)
|
|
|
|
| |
previously-used value before starting the login chimes.
|
|
|
|
| |
in the output.
|
|
|
|
| |
more flexible with the output of xrandr - it seems like it can use a couple different output formats.
|
|
|
|
| |
it will always start with the canonical path (no sym links or redundant paths).
|
|
|
|
| |
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.
|
|
|
|
| |
Lumina session detects screen modifications/changes.
|
|
|
|
| |
panel settings - the change was bouncing back and triggering the first panel adjustment again - changing locations back to top/bottom instead of where they were set originally.
|
|
|
|
| |
ther is crashing on occasion - still not sure what yet.
|
|
|
|
| |
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.
|
|
|
|
| |
initializing. This should help speed things up a tiny bit on slower systems.
|
|\ |
|
| |\
| | |
| | | |
Lumina debian
|
| | | |
|
| |/ |
|
|/
|
|
|
|
|
| |
settings menu).
Clean up/add some desktop/panel "prepareToClose()" routines, and have them run when appropriate. Also add these close routines to the general session cleanup.
Add support for a new "--noclean" CLI flag when starting LuminaDE. This flag will tell the session not to close system tray utilities and other applications on session close.
|
|
|
|
| |
still appears to be able to "drop" items outside the window (for other applications) and has strange behavior in those cases (although non-critical - it does not change the filesystem in any way).
|
| |
|
| |
|
|\
| |
| | |
add "New file" on lumina-fm
|
| | |
|
|\ \
| | |
| | | |
External devices2
|
| | | |
|
| |/ |
|
| |
| |
| |
| |
| | |
This utility is a front-end to the xrandr utility, and provides the ability to probe/manage various numbers of monitors.
NOTE: This utility is *not* tied into the build yet. I still want to do a bit more testing before enabling this by default.
|
|/
|
|
| |
NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories.
|
|
|
|
| |
Also make a couple minor tweaks to lumina-info (mostly commented-out debugging statements)
|
|
|
|
| |
case-insensitive (case was already taken care of with the first filter).
|
|\ |
|
| |
| |
| | |
Bump the note about the latest stable version to point to the qt5/0.8.2 branch.
|
|/
|
|
| |
much more accurate about special extensions and faster lookups for pre-found mimetypes.
|
| |
|
|
|
|
| |
the session cleanup, and tag version 0.8.2-Release
|
| |
|
| |
|
|
|
|
| |
specify/save the starting point for file searches, as well as setup any directories to exclude from the search routine.
|
| |
|
|
|
|
|
| |
1) Move all the File operations into a seperate thread (GUI no longer lags when performing long operations).
2) Streamline/simplify the time spent looking for snapshots of a directory (re-use the base snapshot directory found if it is still the same directory - no need to search for it again).
|
|
|
|
| |
the current item when re-loading the files in the directory (caused issues when remvoing files from within the slideshow viewer).
|
|
|
|
| |
session cleanup.
|
| |
|
|
|
|
| |
if the panel is vertical.
|
|
|
|
| |
Now it is run through a "CleanSession" function beforehand to try and safely close down any applications/trays. Als reduce the number of filesystem watchers: only have one in the session itself, which sends out a signal when the desktop settings config file changes (instead of a watcher in every desktop class).
|
|
|
|
| |
switchable in the code like most of the others). Also fix a signal/slot issue with the userbutton (minor).
|
| |
|
|
|
|
|
| |
1) Found/fixed a bug with a panel mis-reporting which number it was.
2) Clean up the panel interface management in lumina-config.
|
|
|
|
| |
- and setup the web browser/email/file manager/terminal buttons to use this functionality.
|
|
|
|
|
|
|
| |
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.
|