| Commit message (Collapse) | Author | Age |
... | |
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 876173714461d6f9d104636d90e648c9f7009505.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing
changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ISO/IMG files to a USB stick.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
appropriately within the UI
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
1) Add the ability to extract only the selected item from an archive
2) Add better status reporting on archive interactions
Changelog=yes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
getting listed now, just need to figure out how to read/set the various properties (no documentation on what the various inputs are for the XCB functions to do that).
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
This just adds a shortcut to the context menu for locking the desktop session.
|
| | | | |
| | | | |
| | | | |
| | | | | |
testing on the new "mouse" page (which is still disabled for the moment).
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(LInputDevice):
This uses the xcb-xinput library for interacting with devices on X (could be moved to wayland in the future).
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
notifications.
|
| | | | | |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
mimetypes with lumina-archiver by default.
|
| | | |
| | | |
| | | |
| | | | |
temporarily.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats.
ChangeLog=YES
|
| | | |
| | | |
| | | |
| | | | |
auto-started apps by 1/2 second.
|
| | | |
| | | |
| | | |
| | | | |
of just moving them around.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
blank/new file.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
"audioplayer": This is panel-based implementation of the desktop plugin with the same name. Allows the user to load/play audio files directly from the desktop session without loading any external applications.
|
| | | |
| | | |
| | | |
| | | | |
This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself.
|
| | | |
| | | |
| | | |
| | | | |
Clean up the libLumina classes needed by the core-utils.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Also start pruning unneeded libLumina classes from the desktop utils.
|
| | | |
| | | |
| | | |
| | | | |
bottom of the window stack within virtualBox environments: on focus in events for the desktop, lower the window to the bottom of the stack manually.
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Only bash supports "==", the standard is "=".
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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) Add a new .pri for loading just that class (works stand-alone)
2) Setup the lumina-desktop to use the new build framework for including that class.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Qt5_theme_engine=<some theme engine>
This will allow the user to set some global Qt5 theme engine (such as qt5ct), and activate it for the entire session.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1) Add buttons to clear/save the history (saves as plaintext to a file)
2) Tag each result with a number (#1), and allow the usage of #<number> to recall a history item
3) When recalling history, see if the result looks like it was rounded using the double->text routine for display. If so, substitute the equation, otherwise just use the result (tries to ensure no rounding error-continuity by using previous results).
|
| |\ \ \ |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
Now the categories are auto-expanded, two columns of pages are used, page names are shortened, and keyboard usage has been cleaned up.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
view.
|
| | | |
| | | |
| | | |
| | | | |
Now (3*(1/3)) properly equals 1 instead of 0.9999999
|