Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix a crash with the "autostart" page of lumina-config. | Ken Moore | 2016-10-03 |
| | |||
* | Finish up the depretiation of the old systemapps fetching function. | Ken Moore | 2016-09-23 |
| | |||
* | Large update to how XDGDesktop files are created/used. | Ken Moore | 2016-09-22 |
| | | | | | | 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). | ||
* | Translated using Weblate (lumina_CONFIG@pt_br (generated)) | Diego | 2016-09-21 |
| | | | | Currently translated at 96.2% (362 of 376 strings) | ||
* | Merge branch 'master' of https://github.com/trueos/lumina | Weblate | 2016-09-20 |
|\ | |||
| * | Re-sync all the translation files for Lumina with the source code, and add a ↵ | Ken Moore | 2016-09-19 |
| | | | | | | | | small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina). | ||
* | | Translated using Weblate (lumina_CONFIG@zh_cn (generated)) | Henry Hu | 2016-09-19 |
| | | | | | | | | Currently translated at 98.9% (372 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@lt (generated)) | Moo | 2016-09-19 |
| | | | | | | | | Currently translated at 100.0% (376 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@fa (generated)) | Hamid Sarmadi | 2016-09-19 |
| | | | | | | | | Currently translated at 6.9% (26 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@fa (generated)) | Hamid Sarmadi | 2016-09-16 |
| | | | | | | | | Currently translated at 5.8% (22 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@ru (generated)) | Koljasha | 2016-09-16 |
| | | | | | | | | Currently translated at 100.0% (376 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@fi (generated)) | Tommi Nieminen | 2016-09-16 |
| | | | | | | | | Currently translated at 100.0% (376 of 376 strings) | ||
* | | Translated using Weblate (lumina_CONFIG@fi (generated)) | Tommi Nieminen | 2016-09-14 |
| | | | | | | | | Currently translated at 100.0% (376 of 376 strings) | ||
* | | Translated using Weblate (lumina_SEARCH@ru (generated)) | Nikolay | 2016-09-12 |
|/ | | | | Currently translated at 96.4% (27 of 28 strings) | ||
* | Merge in all the translation files from the lumina-i18n repository into the ↵ | Ken Moore | 2016-09-12 |
| | | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time. | ||
* | Quick sync commit between my system and master - nothing really changed | Ken Moore | 2016-09-06 |
| | |||
* | Make sure that going "back" to the main page automatically ↵ | Ken Moore | 2016-09-06 |
| | | | | exapands/highlights the page that the user was just on. | ||
* | Make sure that <QStringList> is included explicitly within the ↵ | Ken Moore | 2016-08-30 |
| | | | | ScreenSettings class - some compilers complain about this. | ||
* | Add a checkbox to the compton page for enabling/disabling compositing. | Ken Moore | 2016-08-18 |
| | |||
* | Add a configuration option to lumina-config for enabling/disabling the ↵ | Ken Moore | 2016-08-18 |
| | | | | automatic desktop symlinks while a session is active. | ||
* | Move lumina-xonfig's desktop entry over to the "Settings" category. | Ken Moore | 2016-08-01 |
| | |||
* | Move the lumina-config desktop entry over to the "Settings" category instead ↵ | Ken Moore | 2016-08-01 |
| | | | | of Utility. | ||
* | Fix up the panel numbering in the new lumina-config interface. | Ken Moore | 2016-07-26 |
| | |||
* | Fix up the "save" button activation for cursor theme changes. | Ken Moore | 2016-07-26 |
| | |||
* | Fix a bug in the compton page: allow overwriting the settings file on save. | Ken Moore | 2016-07-25 |
| | |||
* | Ensure that when re-loading previous screen settings it also puts the ↵ | Ken Moore | 2016-07-22 |
| | | | | monitors in the same relative position to each other. | ||
* | Fix up *when* changes are detected on the general user options page of ↵ | Ken Moore | 2016-07-20 |
| | | | | lumina-config. | ||
* | [INTERFACE CHANGE] | Ken Moore | 2016-07-18 |
| | | | | Adjust the text for the menu plugins page for consistency within the documentation. | ||
* | Ensure the checkbox for loading desktop icons properly reflects the setting ↵ | Ken Moore | 2016-07-07 |
| | | | | in the file. | ||
* | Remove the "requires restart" message on the Compton page. Active re-loading ↵ | Ken Moore | 2016-07-07 |
| | | | | of the compton configs was already added. | ||
* | Make lumina-config able to handle non-integer values for the panel settings ↵ | Ken Moore | 2016-07-06 |
| | | | | as needed. | ||
* | Add a note that the compton settings will require a restart to take effect. | Ken Moore | 2016-07-05 |
| | |||
* | Add a new page to lumina-config. This page allows the user to view/change ↵ | Ken Moore | 2016-07-05 |
| | | | | settings for "compton" as needed. | ||
* | Update Lumina plugin names/descriptions | Mrt134 | 2016-07-05 |
| | | | | - Altered names and descriptions for some of the Lumina desktop/menu/panel plugins. | ||
* | Also add the "Advanced/Simple" editors to the fluxbox keys page. | Ken Moore | 2016-07-05 |
| | |||
* | Add a full fluxbox init file editor to lumina-config as an "advanced" editor ↵ | Ken Moore | 2016-07-05 |
| | | | | mode. | ||
* | Ensure that lumina-config defaults to looking in the system-installed ↵ | Ken Moore | 2016-07-01 |
| | | | | scripts directory for menu scripts. | ||
* | Fix the check routine in the new script finder dialog. | Ken Moore | 2016-06-30 |
| | |||
* | Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵ | Ken Moore | 2016-06-30 |
| | | | | setting it up. | ||
* | Finish up the switch over to the new UI for lumina-config | Ken Moore | 2016-06-28 |
| | |||
* | Add in the last 2 converted pages (session_[locale/options]). Leave the new ↵ | Ken Moore | 2016-06-28 |
| | | | | UI enabled now. | ||
* | Oops - forgot to add the page_interface_panels files to git. | Ken Moore | 2016-06-28 |
| | |||
* | Re-enable the old UI - only 2 more pages left to convert before switching to ↵ | Ken Moore | 2016-06-27 |
| | | | | the new interface completely. | ||
* | Get the new menu interface page converted over. | Ken Moore | 2016-06-27 |
| | |||
* | Get the panel interface page all converted over to the new UI. | Ken Moore | 2016-06-27 |
| | |||
* | Get the desktop interface page all converted over to the new UI. | Ken Moore | 2016-06-27 |
| | |||
* | Get the Fluxbox settings page all converted over. | Ken Moore | 2016-06-27 |
| | |||
* | Get the new fluxbox-keys page all converted over to the new UI. | Ken Moore | 2016-06-27 |
| | |||
* | Switch back to the old UI for now. | Ken Moore | 2016-06-27 |
| | |||
* | Get the default apps page all converted over to the new UI. | Ken Moore | 2016-06-27 |
| |