aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-12-14
|\
| * fix missing bracketsJT Pennington2016-12-14
| |
| * Merge pull request #320 from q5sys/masterJT Pennington2016-12-14
| |\ | | | | | | trueos specific mouse configuration page
| | * Update page_mouse.hJT Pennington2016-12-14
| | |
| | * fixing white space to keep Ken happyJT Pennington2016-12-14
| | |
| | * comment out page_mouse_trueosJT Pennington2016-12-14
| | |
| | * comment out trueos mouse pageJT Pennington2016-12-14
| | |
| | * code cleanupJT Pennington2016-12-07
| | |
| | * clean up codeJT Pennington2016-12-07
| | |
| | * it would help if I actually pushed the pagesq5sys2016-12-08
| | |
| | * testing mouse utilq5sys2016-12-08
| | |
| * | Fix the window title within the input device page.Ken Moore2016-12-13
| | |
| * | Add new options for the Lumina tips:Ken Moore2016-12-13
| | | | | | | | | | | | | | | | | | If a lumina-motd file (executable or text) is found within one of the etc directories (/usr/local/etc/lumina-motd on FreeBSD) or as a valid binary on PATH, then that file will be "preferred" for generating the tips rather than the built-in system. This allows system administrators and/or OS-distributors to customize the login messages "at will" for their particular use-case. NOTE: By making the lumina-motd file a blank text file the tips will be disabled.
| * | Fix up the item visibility within the theme engine selector page on first load.Ken Moore2016-12-09
| | |
| * | Add a ton more quotes to the login message generator. Now up to 46, which ↵Ken Moore2016-12-09
| | | | | | | | | | | | should be good enough for a while.
| * | Fix up a build error on the cluster (not sure why the cluster had a problem ↵Ken Moore2016-12-09
| | | | | | | | | | | | with this - works fine locally).
* | | Add some more PTY work on the terminal.Ken Moore2016-12-14
|/ /
* | Add a couple more options for the tip of the day.Ken Moore2016-12-08
| |
* | Fix up the selection highlighting *during* the mouse movement.Ken Moore2016-12-08
| |
* | Clean up a bit more of the Terminal interactions.Ken Moore2016-12-08
| |
* | Apply a cursor fix for backspace *within* the middle of a line.Ken Moore2016-12-08
| |
* | Commit some more fixes for the terminal. Now the arrow keys work properly ↵Ken Moore2016-12-08
| | | | | | | | with the terminal again.
* | Fix up the auto-hide functionality within the terminal when the term window ↵Ken Moore2016-12-08
|/ | | | loses focus.
* Disable the auto-hide on activation event - something weird is going on ↵Ken Moore2016-12-07
| | | | (probably due to the special flags on the terminal window).
* Cleanup some more of the terminal functionality:Ken Moore2016-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 Moore2016-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 Moore2016-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 Moore2016-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 Moore2016-12-05
| | | | highlighting working.
* Have the "start-lumina-desktop" binary check for an existing lockfile and ↵Ken Moore2016-12-05
| | | | remove it before launching the desktop.
* Add a bit more debugging to the start-lumina-desktop binary.Ken Moore2016-12-05
|
* Re-enable drag and drop within lumina-fm.Ken Moore2016-12-05
|
* Make the start menu open faster by only loading the favorites *when the ↵Ken Moore2016-12-02
| | | | file/list changes*.
* Adjust the Qt-crash workaround a bit to try and avoid starting a dbus ↵Ken Moore2016-12-01
| | | | session if possible.
* Fix up the non-selection extraction of an archive. (empty "name" field ↵Ken Moore2016-12-01
| | | | messed it up)
* Get rid of the "fortune" usage, and replace it with a built-in system of ↵Ken Moore2016-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 Moore2016-12-01
|
* Have lumina-archiver just open the containing folder when extracting ↵Ken Moore2016-12-01
| | | | multiple files.
* Allow for multi-selection of items for extractions.Ken Moore2016-11-30
|
* Fix up the permissions of extracted files via lumina-archiver.Ken Moore2016-11-30
|
* Unify the icons used for battery indications within the start menu and ↵Ken Moore2016-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 Moore2016-11-30
| | | | lumina-archiver.desktop file.
* A few more tweaks for the boot splash. Font weights and such to better ↵Ken Moore2016-11-30
| | | | accent the rest of the UI.
* Cleanup the bootsplash a bit:Ken Moore2016-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 Moore2016-11-29
| | | | lumina-calculator.
* Add a small 1/5 second delay between the zoom slider changing and the actual ↵Ken Moore2016-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 Moore2016-11-28
|
* Fix up the loading of the "show hidden files" option at the start of a ↵Ken Moore2016-11-28
| | | | browser widget in lumina-fm.
* A few important fixes for lumina-search:Ken Moore2016-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 Moore2016-11-22
|
bgstack15