| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
|
|
|
| |
intuitive.
|
|
|
|
|
|
| |
1) Register/use the "inode/directory" mimetype for the default file manager.
2) Register/use the "x-scheme-handler/http[s]" mimetypes for the default web browser
Note: Still have not found valid mimetypes for the default terminal/email apps yet - so those still use the alternate lumina settings.
|
|
|
|
| |
easily used for automated package builders (for a temporary working directory).
|
| |
|
|
|
|
| |
plugin uses when loaded on the panel.
|
|
|
|
|
|
| |
1) Add an "all files" option to the background file selector dialog (just in case the file has an alternate extension/syntax).
2) Add options to select a directory (single/recursive) when looking for background files.
3) Clean up a lot of commented-out code from the mainUI file.
|
|
|
|
| |
not robust enough for normal use - and no other contributors seem interested in writing QML plugins anyway.
|
|
|
|
|
|
|
| |
1) Setup all the subprojects to use the new OS-detect.pri subfile
2) Automatically detect/set the build datetime string for the project when qmake is run.
3) Automatically read/embed the current GIT revision into the Lumina version string
4) Remove the old QtConfig shortcut function from the LuminaOS class (and all templates).
|
| |
|
| |
|
| |
|
|
|
|
| |
keycatch dialog is still there in source (just commented out) until we can verify that the Qt widget picks up all the special keys properly.
|
| |
|
| |
|
|
|
|
| |
formats that are recognized by Qt.
|
|
|
|
| |
to read/use.
|
| |
|
|
|
|
| |
issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
|
|
|
|
| |
with debugging symbols included. The standard "make" will be exactly the same.
|
|
|
|
| |
class.
|
|
|
|
| |
lumina-config.
|
|
|
|
| |
behind by Qt Designer - caused a compile warning)
|
|
|
|
|
| |
1) Desktop Switcher -> Workspace Switcher
2) Home Button -> Show Desktop
|
|
|
|
| |
image has been previewed. This prevents a long loading time if tons of wallpapers are setup for rotations.
|
|\ |
|
| |\
| | |
| | | |
Solves issue 11400
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use the global variable sessionsettings_config_file in all places that
must be used.
QSettings::setPath was already setted so it's not needed. Deleted.
Instead using variable for date and time format in case user settings
aren't setted, now we go to Qt::DefaultLocaleShortDate. To perform this
operation, we must work with Date and Time separately. Now
DirWidget::date_format is an QStringList, first item for date and second
for time. The QDateTime with format "yyyyMMddhhmmsszzz" is stored on
whatsThis variable for being used in sort operations.
CQTreeWidgetItem operator< function has been simplified. Now, to check
dates, we used the value stored in whatsThis.
|
|/ / |
|
|/ |
|
| |
|
|
|
|
| |
to understand what it does.
|
|
|
|
| |
panels now.
|
|
|
|
| |
may be set/loaded for all apps using the theme engine (including the session - which propagates to new non-lumina applications as well)
|
|
|
|
|
|
|
| |
cursor theme. This is integrated into lumina-config as well, but still have 2 problems with it:
1) The active re-loading of the new cursors does not work yet (Qt issues I am still working on)
2) The X11 Cursor file to use for the sample image cannot be loaded by Qt (need to write my own format conversion routine)
|
|
|
|
|
|
| |
Fedora packaging).
Also convert the last X11 usage in LPanel over to XCB
|
| |
|
|
|
|
| |
bug with the panel widget display.
|
|
|
|
| |
the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed).
|
|
|
|
|
|
| |
1) Centering the app selection window on the parent
2) When a special keypress is detected (no modifiers), prepend "None" to the Fluxbox key string (seems to be more reliable).
3) After saving the list of desktop plugins, have it re-load the setting from the file 1 second later to catch the unique identifiers that each plugin was assigned by the desktop.
|
|
|
|
| |
make changes when the user clicks "save". Also adjust the viewport for the panel widgets a bit (ensure sizing, scroll to end on new panel, etc..)
|
| |
|
| |
|
|
|
| |
https://gist.github.com/rezso/c050801e6fa5b4b10715
|
|
|
|
| |
than 2 panels to each screen, and panels can be removed individually (not just the last one).
|
|
|
|
| |
individual screen.
|
|
|
|
| |
cahnge pending until the user clicks the save button.
|
|
|
|
| |
add a new desktop plugin for monitoring system statistics (CPU/Mem usage, CPU temps).
|
|
|
|
| |
option to lumina-config.
|
|
|
|
| |
saving the settings on the new screen instead of the old one.
|