Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Finish up the XDG "Actions" specification for *.desktop files, and integrate ↵ | Ken Moore | 2015-07-22 |
| | | | | it into the AppMenu and UserButton. Also add a new flag to lumina-open so that we can specify which action to use when starting an app. | ||
* | Add support into libLumina for additional "Actions" listed in *.desktop files. | Ken Moore | 2015-07-22 |
| | |||
* | Make sure that all the interface elements in lumina-desktop actively re-load ↵ | Ken Moore | 2015-07-22 |
| | | | | their text/icons when the system locale is changed. | ||
* | Finish cleaning up the new localization configuration settings in libLumina, ↵ | Ken Moore | 2015-07-21 |
| | | | | | | and put a combobox in the system dashboard plugin which allows the user to (temporarily) change their session locale. Still need to finish up the active re-translation of the desktop session though. | ||
* | Change a bit more of the localization/translation mechanisms: Now it is ↵ | Ken Moore | 2015-07-21 |
| | | | | possible to save the translator for use later (instead of always installing a new QTranslator). | ||
* | Update/add some localization functions to libLumina. | Ken Moore | 2015-07-21 |
| | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-20 |
|\ | |||
| * | Merge branch 'master' of https://github.com/pcbsd/lumina | Jesse Smith | 2015-07-18 |
| |\ | |||
| * | | Updated dependency and build instructors for Fedora. | Jesse Smith | 2015-07-18 |
| | | | | | | | | | | | | | | | | | | Fedora (and CentOS and RHEL) use different package names, library prefixes and program names. Updated the DEPENDENCIES and README files to include the information needed to build and run Lumina on Fedora/RHEL/CentOS. | ||
* | | | Add some more work-in-progress on the Lumina Window frame/manager class for ↵ | Ken Moore | 2015-07-20 |
| | | | | | | | | | | | | lumina-wm. | ||
* | | | Add the Ctrl-X keyboard shortcut for Cutting the selected files onto the ↵ | Ken Moore | 2015-07-20 |
| |/ |/| | | | | | Clipboard. | ||
* | | Fix up a calculation of the new window geometry - add in checks for those ↵ | Ken Moore | 2015-07-17 |
| | | | | | | | | strange windows (like gimp) which move the main window off-screen before showing it (causing errors/crashes in the program when moving it back). | ||
* | | Commit some quick fixes: | Ken Moore | 2015-07-17 |
| | | | | | | | | | | | | 1) Switch some X11->XCB functions around (SetAsDesktop(), SetDisableWMActions()). 2) Fix up some QtQuick plugin detection routines (now it will properly see the user's quickplugins if any). 3) Connect the status change signal/slots for QtQuick plugins to try and detect script failures and remove the script (still not working reliably). | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-17 |
|\ \ | |||
| * \ | Merge pull request #139 from vovd/master | Ken Moore | 2015-07-17 |
| |\ \ | | | | | | | | | Add a watch file | ||
| | * | | Add a watch file | vovd | 2015-07-17 |
| | | | | |||
| * | | | Merge pull request #140 from vovd/patch-1 | Ken Moore | 2015-07-17 |
| |\ \ \ | | |/ / | |/| | | Remove ROADMAP from debian/docs | ||
| | * | | Remove ROADMAP from debian/docs | vovd | 2015-07-17 |
| |/ / | | | | | | | We don't need the ROADMAP in a binary package | ||
| * | | Merge pull request #138 from vovd/master | Ken Moore | 2015-07-17 |
| |\ \ | | | | | | | | | Some fixes | ||
| | * | | Bump the standard version to 3.9.6 | lumina-data should not depends on ↵ | vovd | 2015-07-17 |
| |/ / | | | | | | | | | | lumina-desktop since lumina-desktop depends on lumina-data | ||
| * | | Merge pull request #137 from vovd/master | Ken Moore | 2015-07-17 |
| |\ \ | | | | | | | | | Add qtdeclarative5-dev as a build-dep | ||
| | * | | Update DEPENDENCIES | vovd | 2015-07-17 |
| | | | | |||
| | * | | Add qtdeclarative5-dev as a build-dep | vovd | 2015-07-17 |
| |/ / | |||
* / / | Update the default fluxbox-keys file to exclude window modification commands ↵ | Ken Moore | 2015-07-17 |
|/ / | | | | | | | from operating on non-normal layered windows (so the user cannot use FLuxbox shortcuts to close/move/<other> the desktop/panel windows any more). | ||
* | | Update all the *.pro files to add a new NO_I18N config option which prevents ↵ | Ken Moore | 2015-07-14 |
| | | | | | | | | 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). | ||
* | | Now tag version 0.8.6-devel on the master branch | Ken Moore | 2015-07-13 |
| | | |||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-13 |
|\ \ | |||
| * \ | Merge pull request #135 from Nanolx/master | Ken Moore | 2015-07-13 |
| |\ \ | | | | | | | | | Update LOS::MemoryUsagePercent() | ||
| | * | | fix filter critera for Debian's top | Christopher Roy Bratusek | 2015-07-11 |
| | | | | |||
| | * | | typo fix | Christopher Roy Bratusek | 2015-07-11 |
| | | | | |||
| | * | | update LOS::MemoryUsagePercent() for output format change in latest version ↵ | Christopher Roy Bratusek | 2015-07-11 |
| |/ / | | | | | | | | | | of 'top' in Debian | ||
* / / | Tag version 0.8.5-release in the source tree. | Ken Moore | 2015-07-13 |
|/ / | |||
* | | Final cleanup of debugging messages and temporary changes prior to release. ↵ | Ken Moore | 2015-07-10 |
| | | | | | | | | | | | | | | Aslo update the default key bindings a bit: 1) Add a shortcut to lock the screen (Pause key) 2) Adjust the tiling shortcuts to Alt+[left/right] instead of Ctrl-[left/right]. The Ctrl shortcuts were already in use by Fluxbox. | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-10 |
|\ \ | |||
| * \ | Merge pull request #134 from pcbsd/linux | Ken Moore | 2015-07-10 |
| |\ \ | | |/ | |/| | Moved window manager specific dependencies into their own file | ||
| | * | Moved window manager specific dependencies into their own file | Jesse Smith | 2015-07-10 |
| | | | | | | | | | | | | in the lumina-wm-INCOMPLETE directory. | ||
* | | | Adjust the window check/resize routine a bit more. Now it seems to workmuch ↵ | Ken Moore | 2015-07-10 |
|/ / | | | | | | | better, still have a couple apps which might go past the bottom of the screen a couple pixels, but that might be the app doing some auto-resizing of itself later. | ||
* | | Clean up a few last things in lumina-config: | Ken Moore | 2015-07-10 |
| | | | | | | | | | | | | 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. | ||
* | | Ok, NOW the desktop plugins layout methodology is consistent/reliable. Had ↵ | Ken Moore | 2015-07-10 |
| | | | | | | | | to implement my own tiling algorithm for initial plugin placements (and adjust a lot of the plugins to have better auto-set default sizes depending on font settings) | ||
* | | Update lumina-config to list all desktop plugins on the screen, and only ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | 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..) | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-09 |
|\ \ | |||
| * | | Merge pull request #133 from pcbsd/linux | Ken Moore | 2015-07-09 |
| |\| | | | | | | | Updated DEPENDECIES file and proposed fix for compiling the window manager with GCC 4. | ||
| | * | Updated DEPENDECIES file and proposed fix for compiling the | Jesse Smith | 2015-07-09 |
| | | | | | | | | | | | | window manager with GCC 4. | ||
* | | | Finish cleaning up the arrangement/placement of desktop plugins with the new ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | | | | | system. Also add a default size for the calendar plugin. | ||
* | | | Remove the old "forcing" of a panel with particular settings on the ↵ | Ken Moore | 2015-07-09 |
|/ / | | | | | | | default/first screen. This is no longer used/needed because of the luminaDesktop.conf settings file. | ||
* | | Add knownledge of QtQuick plugins to lumina-config | Ken Moore | 2015-07-09 |
| | | |||
* | | Oops, forgot to make the new functions static | Ken Moore | 2015-07-09 |
| | | |||
* | | Update the pkg-plist to account for the new QtQuick sample plugin. | Ken Moore | 2015-07-09 |
| | | |||
* | | Clean up some extra debugging in the lumina-desktop | Ken Moore | 2015-07-09 |
| | | |||
* | | Expand the QtQuick plugin format and put a couple more functions for ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | finding/probing QML scripts/plugins. |