| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
|
|
|
|
|
| |
lumina-config. Now Lumina use the XDG spec entirely for auto-starting applications/utilities.
NOTE: The conversion routine from the old->new autostart spec has not been implemented yet, so the old file will still be used for a short while (just not changeable through lumina-config).
|
|
|
|
| |
comments for the default luminaDesktop.conf
|
| |
|
|
|
|
| |
tab (on that page) queues up changes and needs that button visible.
|
|
|
|
| |
(timeonly) if nothing was saved in the config file.
|
| |
|
|
|
|
|
| |
1) Fix loading the current "applauncher" panel plugins for the second panel.
2) If the save button is active when the "defaults" page is selected, keep the save button visible until clicked.
|
|\ |
|
| |
| |
| |
| | |
This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel.
|
| |
| |
| |
| | |
see what the country is)
|
| |
| |
| |
| | |
the system time (whatever that might be).
|
| |
| |
| |
| | |
after file change before loading the new settings).
|
|/
|
|
| |
longer activate the save button when changing tabs on a panel.
|
|
|
|
| |
panel settings - the change was bouncing back and triggering the first panel adjustment again - changing locations back to top/bottom instead of where they were set originally.
|
| |
|
|
|
|
|
| |
1) Found/fixed a bug with a panel mis-reporting which number it was.
2) Clean up the panel interface management in lumina-config.
|
|
|
|
| |
- and setup the web browser/email/file manager/terminal buttons to use this functionality.
|
|
|
|
| |
and have the clock plugin instantly update to the new format (backwards compatible with no formats set)
|
| |
|
|
|
|
| |
grouped together a bit more intuitively.
|
|
|
|
| |
Also ensure that these custom dialogs are centered on the parent window.
|
|
|
|
| |
stylesheet declarations in the lumina-config ui file.
|
| |
|
|
|
|
| |
button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
|
|
|
|
| |
centered on the screen.
|
|
|
|
| |
adjust the port plist, and add options to reset the system settings to default to lumina-config.
|
|
|
|
| |
also change the icon in PCDM if the home directory is not encrypted with PEFS).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
allows a user to run qmake LIBPREFIX="something" PREFIX="something" to ensure that libraries are found in the proper location.
|
|
|
|
| |
LuminaSingleApplication usage (which auto-loads translation files).
|
|
|
|
|
|
| |
1) The normal mode/behaviour is to group windows by application (backwards compatible)
2) The "-nogroups" mode ensures that every window gets it's own button (uses a lot more space on the panel since it need to put part of the window title on each button too)
This two modes are treated as distinct plugins via lumina-config for simplification purposes.
|
|
|
|
| |
apply the relative path fixes to all LSingleApplication's forwarded inputs.
|
|
|
|
|
|
|
|
|
| |
Also do a large clean up of the file operations in lumina-fm:
1) When doing copies of directories, make sure to properly copy all child files/dirs (no matter how deep)
2) Clean the order of directory copies so that you can successfull make a copy of a directory into itself (copy ~/Test -> ~/Test/Test for example)
3) Check for attempting to *move* a directory into itself and show a warning to the user about an invalid operation.
4) Get the total number of files/dirs to be operated on before starting operations. This allows the UI to be more detailed about what it is doing at that particular time.
5) If a directory fails to copy for some reason, don't try to copy all the children of that directory either (they will all fail and just bloat the list of errors)
|
|\ |
|