| Commit message (Collapse) | Author | Age |
|
|
|
| |
so they can be launched as the root user without clobbering the user-permissioned settings file.
|
| |
|
|
|
|
|
| |
Drags will start on *middle click + drag*, and utilities the standardized uri-list mimetype for transfer to other applications with support it.
NOTE: In testing, the return code for a successful drop/accept on another applications still seems to return the "ignore" action rather than the move action. This may be a problem in Qt 5.7.1 - not sure yet.
|
| |
|
| |
|
| |
|
|
|
|
| |
in lumina-textedit.
|
|
|
|
| |
blank/new file.
|
|
|
|
|
|
|
| |
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|
|
|
|
|
| |
1) The window title now shows 1 directory deep in stead of just the filename
2) Each tab has a tooltip which will show the full path for that file.
|
|
|
|
| |
user about them.
|
|
|
|
| |
Now you can see which column the cursor is on if the user needs to keep under a particular number.
|
|
|
|
| |
for particular users.
|
|
|
|
|
| |
1) Add a "hide" button so it can be hidden with the mouse and not just the keyboard shortcut.
2) Streamline the dialog a bit so it takes less realestate
|
|
|
|
| |
changes to the file).
|
|
|
|
| |
current selection match, and find the next one (don't replace the next one until the user can see it highlighted first).
|
|
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
|