| Commit message (Collapse) | Author | Age |
|
|
|
| |
they block off the replacement within double quotes instead of single-quotes.
|
|
|
|
| |
Currently translated at 100.0% (39 of 39 strings)
|
|
|
|
| |
they have no extension or a ".sh" extension (can extend later to check if there is no known mimetype as another valid use-case).
|
|
|
|
| |
Currently translated at 97.4% (38 of 39 strings)
|
|
|
|
| |
Currently translated at 79.6% (247 of 310 strings)
|
|
|
|
| |
Currently translated at 90.3% (280 of 310 strings)
|
|
|
|
| |
for re-reading the /media directory as well.
|
|
|
|
| |
will be very useful for systems that auto-create dirs in /media when devices are attached to the system, and mount-on-demand when browsing into that directory (*SPOILERS*).
|
|
|
|
| |
of the LuminaOS class, but is not hooked in to be used yet.
|
|
|
|
| |
the exact function to call to detach a live process from a QProcess.
|
|
|
|
| |
Currently translated at 100.0% (310 of 310 strings)
|
| |
|
|
|
|
|
| |
1) Make a new "DesktopSettings" class in libLumina for managing desktop settings files. This class understands/uses a hierarchy of files (User Overrides > System Overrides > Default Settings) and layers them as needed for the session.
2) Cleanup the new source tree a lot more, and get it *mostly* compiling (mostly just the backend classes right now - none of the desktop/WM classes yet).
|
|
|
|
| |
Currently translated at 100.0% (39 of 39 strings)
|
|
|
|
| |
Currently translated at 87.7% (272 of 310 strings)
|
|\ |
|
| |\
| | |
| | | |
Selectable Window Manager
|
| | | |
|
|/ /
| |
| |
| | |
Currently translated at 81.6% (253 of 310 strings)
|
| |
| |
| |
| | |
Currently translated at 92.9% (288 of 310 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (39 of 39 strings)
|
| |
| |
| |
| | |
Currently translated at 85.1% (264 of 310 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (39 of 39 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (310 of 310 strings)
|
|\| |
|
| |
| |
| |
| | |
Currently translated at 92.9% (288 of 310 strings)
|
|/
|
|
|
| |
Move the system tray registration/management into the XCB Event Filter class itself (since it needs access to the XCB library functions to work). This should restrict almost all use of the XCB classes to the EventFilter instance itself.
Also continue moving around the source files as they are evaluated and tied into the project file. The src-screensaver and src-eventfilter directories are used now, but the src-DE and src-WM directories are still just holding cells for the files from the old lumina-desktop and lumina-wm subprojects that are not yet evaluated.
|
|
|
|
| |
structures together.
|
|
|
|
| |
Currently translated at 87.7% (272 of 310 strings)
|
|
|
|
| |
Currently translated at 87.4% (271 of 310 strings)
|
|
|
|
| |
Currently translated at 100.0% (39 of 39 strings)
|
|\ |
|
| |
| |
| |
| | |
specifically designed for launching external processes in an unattended manner and automatically cleaning up the object on the heap when finished. It will also hide any output from the process or forward it to a designated log file rather than polluting the current process output channel.
|
|/
|
|
| |
Currently translated at 83.2% (258 of 310 strings)
|
|\ |
|
| |
| |
| |
| | |
Currently translated at 83.2% (258 of 310 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (39 of 39 strings)
|
|/
|
|
| |
This is just a staging area for the merging of the desktop, window manager, etc.. into a single unified application. It is highly fragmented right now and will not build *AT ALL* for a while.
|
|
|
|
| |
the recent 1.2.0 release.
|
| |
|
| |
|
|
|
|
|
|
| |
QString generateExec(QStringList inputfiles, QString ActionID);
This will automatically evaluate the input file's syntax and adjust as needed for the application to recognize/run the file. Similarly it will perform all the substitutions and such as necessary to end up with a fully-formatted executable command which can easily be launched with QProcess as necessary.
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Currently translated at 92.7% (231 of 249 strings)
|
| |/
|/|
| |
| | |
process is detected as an actual crash - not just a non-zero return code.
|
|/
|
|
| |
margins (better for 4k screens)
|
|
|
|
| |
tinkering with it)
|
| |
|
|
|
|
| |
should make it automatically adjust for high DPI screens.
|