aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-03
|\
| * fix missing ;JT Pennington2017-01-02
| |
| * condense lumina screenshot and remove tabsJT Pennington2017-01-02
| |
| * condense lumina screenshot and remove tabsJT Pennington2017-01-02
| |
| * add two quick shortcutsJT Pennington2017-01-02
| | | | | | add shortcut for bookmark manager and to refresh external devices
| * Add basic keyboard shortcutsJT Pennington2016-12-31
| |
* | Block off the SIGINFO/SIGUSR1 section with __Linux__ definition checks. This ↵Ken Moore2017-01-03
|/ | | | should fix compiling on Linux systems which do not have the SIGINFO signal defined.
* New Feature for lumina-archiver:Ken Moore2016-12-29
| | | | | If a *.img file is loaded, enable a new menu option/dialog for burning that image to a USB device. This is a front-end to the "dd" utility, and has full status reporting about the process as well. If the dd operation requires elevated permissions and qsudo is installed, also provide a prompt for switching to root permissions (with qsudo) and immediately re-opening the burn dialog with the same file.
* Translated using Weblate (lumina_FM@lt (generated))Moo2016-12-27
| | | | Currently translated at 98.6% (218 of 221 strings)
* move cut/copy back to main context menuq5sys2016-12-22
|
* Fix an issue with ZFS snapshot finding where the directory path of interest ↵Ken Moore2016-12-22
| | | | needs to be converted into the canonical path (evaluate all symlink redirects) first before the ZFS snapshot finder does it's work.
* Move the terminal over to the standardized "forkpty()" function for doing ↵Ken Moore2016-12-21
| | | | the initial setup. This does not fix the PTY registration yet - but removes the possibility of one of the other steps causing the problems.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-12-19
|\
| * Translated using Weblate (lumina_FM@lt (generated))Moo2016-12-19
| | | | | | | | Currently translated at 92.3% (204 of 221 strings)
| * Translated using Weblate (lumina_FM@ca (generated))Davidmp2016-12-19
| | | | | | | | Currently translated at 100.0% (221 of 221 strings)
| * Translated using Weblate (lumina_FM@ca (generated))Davidmp2016-12-19
| | | | | | | | Currently translated at 100.0% (221 of 221 strings)
* | Bump up the reported precision of the lumina-calculator result to a max of 7 ↵Ken Moore2016-12-19
|/ | | | digits before switching to exponential notation.
* Hide the small menu popup during the lumina-fm init routine.Ken Moore2016-12-16
|
* A bit more cleanup for the terminal.Ken Moore2016-12-16
|
* Commit a lot more cleanup for the terminal.Ken Moore2016-12-15
|
* Add some more PTY work on the terminal.Ken Moore2016-12-14
|
* 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.
* Commit a couple tweaks for lumina-fm - trying to get the drag and drop ↵Ken Moore2016-12-05
| | | | highlighting working.
* Re-enable drag and drop within lumina-fm.Ken Moore2016-12-05
|
* Fix up the non-selection extraction of an archive. (empty "name" field ↵Ken Moore2016-12-01
| | | | messed it up)
* 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
|
* Get rid of the whitespace between mimetype registrations in the ↵Ken Moore2016-11-30
| | | | lumina-archiver.desktop file.
* 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.
* Fix up the scaling options in the UI for lumina-screenshot.Ken Moore2016-11-22
|
* Add better error notifications when saving screenshots.Ken Moore2016-11-22
|
* Revert "Revert "search clear function on ESC press""Ken Moore2016-11-20
| | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
* Revert "search clear function on ESC press"q5sys2016-11-20
| | | | | This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
* Add a new dialog UI form (not integrated yet) for a front-end to "dd"ing ↵Ken Moore2016-11-18
| | | | ISO/IMG files to a USB stick.
* Fix up the detection of links within an archive - and show them ↵Ken Moore2016-11-18
| | | | appropriately within the UI
* Add a couple new features to lumina-archiver:Ken Moore2016-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
* Add support for extracting a single file from an archive for viewing ↵Ken Moore2016-11-12
| | | | temporarily.
* New Desktop Utility: lumina-archiverKen Moore2016-11-12
| | | | | | This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats. ChangeLog=YES
* If lumina-textedit is opened without any arguments, automatically open a ↵Ken Moore2016-11-10
| | | | blank/new file.
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
bgstack15