| Commit message (Collapse) | Author | Age |
|
|
|
| |
deprecated: Use QGuiApplication::screenAt()
|
| |
|
|
|
|
| |
again.
|
| |
|
| |
|
|
|
|
|
| |
1) Don't change the lumina-mimeapps.list file unless the user chooses to change the default (never clear the default)
2) Clean up a bunch of whitespace issues
|
| |
|
|
|
|
|
| |
1) Add the ability for plugins to set their own high-priority context menu, and put the plugin modification menu into that as needed.
2) For the applauncher plugin, generate a custom context menu specifically for the file in question. This may include the various "actions" in .desktop files as appropriate, and also adds shortcuts for launch, open, open-with, file properties, and delete file.
|
|
|
|
| |
syntax. This is the syntax used for launching one of the alternate .desktop file actions.
|
|
|
|
|
| |
1) Make sure the "LINK" type uses the default browser (even for local file links)
2) Make sure the "DIR" type uses the default file manager.
|
|
|
|
| |
they have no extension or a ".sh" extension (can extend later to check if there is no known mimetype as another valid use-case).
|
|
|
|
| |
process is detected as an actual crash - not just a non-zero return code.
|
| |
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
the file is invalid.
|
|
|
|
|
|
| |
This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far).
This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
|
|
|
|
| |
This flag will have lumina open automatically launch whatever the default terminal is for the user.
|
| |
|
|
|
|
| |
they exist).
|
|
|
|
|
| |
1) Ensure that lumina-open is used to open the default terminal app (additional binary verification/checking)
2) Add some additional verification of the binary to run within lumina-open, and warn the user about a missing binary as needed.
|
|
|
|
|
|
| |
watching processes for crash reports and such.
This is a reimplementation of the pull request sent in by slicer69 (issue #244) which looks at the correct file location all the time.
|
|
|
|
| |
changes the default mimetype used for email applications to "application/email"
|
|
|
|
| |
particular mimetypes.
|
|
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.
|