Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get rid of the "fortune" usage, and replace it with a built-in system of ↵ | Ken Moore | 2016-12-01 |
| | | | | tips for Lumina itself (avoids strange stuff from fortune, and ensures information which is at least semi-useful for the user). | ||
* | Add the Lumina version to the bottom of the boot splash as well. | Ken Moore | 2016-12-01 |
| | |||
* | Have lumina-archiver just open the containing folder when extracting ↵ | Ken Moore | 2016-12-01 |
| | | | | multiple files. | ||
* | Allow for multi-selection of items for extractions. | Ken Moore | 2016-11-30 |
| | |||
* | Fix up the permissions of extracted files via lumina-archiver. | Ken Moore | 2016-11-30 |
| | |||
* | Unify the icons used for battery indications within the start menu and ↵ | Ken Moore | 2016-11-30 |
| | | | | | | battery plugin. Also, add a green background to the battery plugin when the charge is 100% and still plugged in. | ||
* | Get rid of the whitespace between mimetype registrations in the ↵ | Ken Moore | 2016-11-30 |
| | | | | lumina-archiver.desktop file. | ||
* | A few more tweaks for the boot splash. Font weights and such to better ↵ | Ken Moore | 2016-11-30 |
| | | | | accent the rest of the UI. | ||
* | Cleanup the bootsplash a bit: | Ken Moore | 2016-11-30 |
| | | | | | | 1) Move the loading message/progress to the bottom of the window. 2) Move the loading icon to the top-left side 3) Implement the (optional) usage of the "fortune" utility for a random/short message during the loading process. | ||
* | Fix a recursive bug in the parenthesis matching/replacing routine within ↵ | Ken Moore | 2016-11-29 |
| | | | | lumina-calculator. | ||
* | Add a small 1/5 second delay between the zoom slider changing and the actual ↵ | Ken Moore | 2016-11-28 |
| | | | | update of the zoom level (prevent flickering and seizures from rapidly changing the slider). | ||
* | Fix up the regular expression strip of the ZFS snapshot from the full path. | Ken Moore | 2016-11-28 |
| | |||
* | Fix up the loading of the "show hidden files" option at the start of a ↵ | Ken Moore | 2016-11-28 |
| | | | | browser widget in lumina-fm. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-11-28 |
|\ | |||
| * | Merge pull request #313 from cpforbes/fedora | Ken Moore | 2016-11-23 |
| |\ | | | | | | | Update RPM spec file for 1.1.0-p1 release. | ||
| | * | Update RPM spec file for 1.1.0-p1 release. | Craig Forbes | 2016-11-23 |
| |/ | |||
* / | A few important fixes for lumina-search: | Ken Moore | 2016-11-28 |
|/ | | | | | | | 1) Ensure the background search process gets stopped when the app is closed. 2) Add a limit of 100 items to the search results (any more than that and the user should refine their search term) 3) Make sure that any "proc" directory on the system is always excluded from the search. This directory heirarchy is highly recursive in nature and should never really be used for searches anyway. 4) Increase the time delay before starting any live search to 1/2 second (used to be 1/3 second). | ||
* | Fix up the scaling options in the UI for lumina-screenshot. | Ken Moore | 2016-11-22 |
| | |||
* | Add better error notifications when saving screenshots. | Ken Moore | 2016-11-22 |
| | |||
* | Oops - NOW the desktop/panel settings-reload will work. | Ken Moore | 2016-11-22 |
| | |||
* | Fix up the default settings-setting routine to use the new panel/desktop ↵ | Ken Moore | 2016-11-22 |
| | | | | syntax when setting the default configuration for the primary monitor. | ||
* | Add a shortcut for opening the wallpaper settings within the "preferences" menu. | Ken Moore | 2016-11-21 |
| | |||
* | Add the ability to specify "--page <page_id>" when running lumina-config to ↵ | Ken Moore | 2016-11-21 |
| | | | | go to a particular page. | ||
* | Add the "lockdesktop" menu plugin to the TrueOS default settings. | Ken Moore | 2016-11-21 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-11-21 |
|\ | |||
| * | Fix a reference to an uncommitted function by q5sys. | Ken Moore | 2016-11-20 |
| | | |||
| * | Revert "Revert "search clear function on ESC press"" | Ken Moore | 2016-11-20 |
| | | | | | | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a. | ||
| * | Revert "comment out changes made to wrong repo, until method can be fixed" | Ken Moore | 2016-11-20 |
| | | | | | | | | This reverts commit 876173714461d6f9d104636d90e648c9f7009505. | ||
| * | comment out changes made to wrong repo, until method can be fixed | q5sys | 2016-11-20 |
| | | |||
| * | Revert "search clear function on ESC press" | q5sys | 2016-11-20 |
| | | | | | | | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857. | ||
| * | search clear function on ESC press | q5sys | 2016-11-20 |
| |\ | |||
| | * | Add a new dialog UI form (not integrated yet) for a front-end to "dd"ing ↵ | Ken Moore | 2016-11-18 |
| | | | | | | | | | | | | ISO/IMG files to a USB stick. | ||
| | * | Fix up the detection of links within an archive - and show them ↵ | Ken Moore | 2016-11-18 |
| | | | | | | | | | | | | appropriately within the UI | ||
| | * | Add a couple new features to lumina-archiver: | Ken Moore | 2016-11-18 |
| | | | | | | | | | | | | | | | | | | | | | 1) Add the ability to extract only the selected item from an archive 2) Add better status reporting on archive interactions Changelog=yes | ||
| | * | Commit some more work on the new input device framework. Got the properties ↵ | Ken Moore | 2016-11-17 |
| | | | | | | | | | | | | 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). | ||
| * | | search clear function on ESC press | q5sys | 2016-11-20 |
| | | | |||
* | | | Add a new menu plugin: "lockdesktop". | Ken Moore | 2016-11-21 |
| |/ |/| | | | | | This just adds a shortcut to the context menu for locking the desktop session. | ||
* | | Get a bit more of the input device class working - using lumina-config for ↵ | Ken Moore | 2016-11-17 |
| | | | | | | | | testing on the new "mouse" page (which is still disabled for the moment). | ||
* | | Oops - make sure the LInput funcions are public and static | Ken Moore | 2016-11-17 |
| | | |||
* | | Add in the beginnings of a new backend class for managing input devices ↵ | Ken Moore | 2016-11-17 |
| | | | | | | | | | | | | (LInputDevice): This uses the xcb-xinput library for interacting with devices on X (could be moved to wayland in the future). | ||
* | | Bump the copyright year on the LuminaX11 files. | Ken Moore | 2016-11-17 |
| | | |||
* | | Add a new page for mouse-settings in lumina-config (disabled for the moment) | Ken Moore | 2016-11-17 |
| | | |||
* | | Add a general session option for whether to show the application crash ↵ | Ken Moore | 2016-11-15 |
| | | | | | | | | notifications. | ||
* | | Add the new option for detection GPU accel to the compositor page. | Ken Moore | 2016-11-15 |
| | | |||
* | | Add knowledge of the new jsonmenu panel plugin to lumina-config. | Ken Moore | 2016-11-15 |
| | | |||
* | | Update the default luminaDesktop.conf files to try and associate the archive ↵ | Ken Moore | 2016-11-15 |
|/ | | | | mimetypes with lumina-archiver by default. | ||
* | Add support for extracting a single file from an archive for viewing ↵ | Ken Moore | 2016-11-12 |
| | | | | temporarily. | ||
* | New Desktop Utility: lumina-archiver | Ken Moore | 2016-11-12 |
| | | | | | | This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats. ChangeLog=YES | ||
* | Speed up the initial loading of the desktop at start, and delay the ↵ | Ken Moore | 2016-11-12 |
| | | | | auto-started apps by 1/2 second. | ||
* | Fix up the panel autohide routine so it actually resizes the panels instead ↵ | Ken Moore | 2016-11-11 |
| | | | | of just moving them around. |