Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a couple more options for the tip of the day. | Ken Moore | 2016-12-08 |
| | |||
* | Fix up the selection highlighting *during* the mouse movement. | Ken Moore | 2016-12-08 |
| | |||
* | Clean up a bit more of the Terminal interactions. | Ken Moore | 2016-12-08 |
| | |||
* | Apply a cursor fix for backspace *within* the middle of a line. | Ken Moore | 2016-12-08 |
| | |||
* | Commit some more fixes for the terminal. Now the arrow keys work properly ↵ | Ken Moore | 2016-12-08 |
| | | | | with the terminal again. | ||
* | Fix up the auto-hide functionality within the terminal when the term window ↵ | Ken Moore | 2016-12-08 |
| | | | | loses focus. | ||
* | Disable the auto-hide on activation event - something weird is going on ↵ | Ken Moore | 2016-12-07 |
| | | | | (probably due to the special flags on the terminal window). | ||
* | Cleanup some more of the terminal functionality: | Ken Moore | 2016-12-07 |
| | | | | | | 1) Auto-hide the window when it loses focus 2) Give the terminal widget focus when it is clicked on 3) When starting the PTY do one interaction with it programmatically to ensure it is *really* ready before the user starts using it. | ||
* | Add some more filtering for mouse devices: | Ken Moore | 2016-12-07 |
| | | | | Hide all the trivial/unchangeable pointer devices, and list all the other mouse devices (even extension devices) as distinct mice. | ||
* | Enable the new input-devices page within lumina-config. | Ken Moore | 2016-12-07 |
| | | | | | | This now allows the user to view/change properties on their input devices (mouse/keyboards) for the current session only (save/restore settings between sessions not implemented yet). NOTE: this change adds a dependency on the "xinput" utility to view property values. The XCB library usage to eliminate this dependency is commented out within the source code right now due to unsolved issues with the library calls. | ||
* | Get the new input device routines almost ready. Still have the page disabled ↵ | Ken Moore | 2016-12-06 |
| | | | | in lumina-config right now, but it is coming along nicely. | ||
* | Commit a couple tweaks for lumina-fm - trying to get the drag and drop ↵ | Ken Moore | 2016-12-05 |
| | | | | highlighting working. | ||
* | Have the "start-lumina-desktop" binary check for an existing lockfile and ↵ | Ken Moore | 2016-12-05 |
| | | | | remove it before launching the desktop. | ||
* | Add a bit more debugging to the start-lumina-desktop binary. | Ken Moore | 2016-12-05 |
| | |||
* | Re-enable drag and drop within lumina-fm. | Ken Moore | 2016-12-05 |
| | |||
* | Make the start menu open faster by only loading the favorites *when the ↵ | Ken Moore | 2016-12-02 |
| | | | | file/list changes*. | ||
* | Adjust the Qt-crash workaround a bit to try and avoid starting a dbus ↵ | Ken Moore | 2016-12-01 |
| | | | | session if possible. | ||
* | Fix up the non-selection extraction of an archive. (empty "name" field ↵ | Ken Moore | 2016-12-01 |
| | | | | messed it up) | ||
* | 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. |