Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Get rid of the whitespace between mimetype registrations in the ↵ | Ken Moore | 2016-11-30 | |
| | | | | lumina-archiver.desktop file. | |||
* | 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. | |||
* | 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 | |
| | ||||
* | Revert "Revert "search clear function on ESC press"" | Ken Moore | 2016-11-20 | |
| | | | | This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a. | |||
* | Revert "search clear function on ESC press" | q5sys | 2016-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 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 | |||
* | 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 | |||
* | If lumina-textedit is opened without any arguments, automatically open a ↵ | Ken Moore | 2016-11-10 | |
| | | | | blank/new file. | |||
* | Disable the theme engine from the desktop-utilities. | Ken Moore | 2016-11-10 | |
| | | | | Also start pruning unneeded libLumina classes from the desktop utils. | |||
* | LARGE UPDATE: | Ken Moore | 2016-11-07 | |
| | | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities) | |||
* | Add in a ton of scientific mathematical functions to the calculator. | Ken Moore | 2016-11-01 | |
| | ||||
* | Another update to the calculator: | Ken Moore | 2016-11-01 | |
| | | | | | | 1) Add buttons to clear/save the history (saves as plaintext to a file) 2) Tag each result with a number (#1), and allow the usage of #<number> to recall a history item 3) When recalling history, see if the result looks like it was rounded using the double->text routine for display. If so, substitute the equation, otherwise just use the result (tries to ensure no rounding error-continuity by using previous results). | |||
* | Fix the creation of new files/directories within the right-column of a split ↵ | Ken Moore | 2016-10-25 | |
| | | | | view. | |||
* | Fix up the double-precision calculation of equations within parentheses. | Ken Moore | 2016-10-25 | |
| | | | | Now (3*(1/3)) properly equals 1 instead of 0.9999999 | |||
* | Turn off keyboard focus for the new % button. | Ken Moore | 2016-10-21 | |
| | ||||
* | Update lumina-calculator a bit: | Ken Moore | 2016-10-21 | |
| | | | | | | 1) Re-arrange the buttons a tiny bit to match what a numpad looks like (based on user feedback) 2) To fill the empty spot in the corner, add a "percent" button and add handling for that within the solver. 3) Adjust all the button properties so that the window can be resized down to a much smaller footprint as desired. | |||
* | Add directory context to the lumina-textedit in a couple ways: | Ken Moore | 2016-10-21 | |
| | | | | | 1) The window title now shows 1 directory deep in stead of just the filename 2) Each tab has a tooltip which will show the full path for that file. | |||
* | Setup the calculator to automatically load the last result if the first char ↵ | Ken Moore | 2016-10-20 | |
| | | | | is an operator. | |||
* | Oops, make sure the .desktop file actually gets installed. | Ken Moore | 2016-10-20 | |
| | ||||
* | Fix the resizability of the lumina-calculator window. | Ken Moore | 2016-10-20 | |
| | ||||
* | Add lumina-calculator to the overall desktop-utils build. | Ken Moore | 2016-10-20 | |
| | ||||
* | Add all the translation files for lumina-calculator. | Ken Moore | 2016-10-20 | |
| | ||||
* | Finish cleaning up some of the calculator: | Ken Moore | 2016-10-20 | |
| | | | | | | 1) Add an input validator to the line edit to ensure only valid characters get added 2) Add the ability to click a history item to copy that equation into the line edit. 3) Turn off some debugging messages. | |||
* | Add the ability to acknowledge the "power" symbol (^) within an equation | Ken Moore | 2016-10-20 | |
| | ||||
* | Fix up the parsing/usage of scientific notation within the equation (1e1 or ↵ | Ken Moore | 2016-10-20 | |
| | | | | | | 1E1 = 10) Similarly, skip any +/- at the beginning of a number/section with no context for operation purposes (is a modifier for the number, not an actual operation) | |||
* | Hook up the Lumina theme engine into lumina-calculator for icon changes, as ↵ | Ken Moore | 2016-10-20 | |
| | | | | well as the translation loading mechanisms. | |||
* | Add the app registration for lumina-calculator. | Ken Moore | 2016-10-20 | |
| | ||||
* | Finish up the last couple buttons/actions related to the new Tray UI. | Ken Moore | 2016-10-20 | |
| | | | | | | 1) If closing the main window while an operation is running, hide it instead until the file operation is finished - then close. 2) Fix the icon on the show errors button 3) Hook up the show errors button to show a scroll dialog with the errors. | |||
* | Make sure all the translation files are synced to the sources. | Ken Moore | 2016-10-20 | |
| | ||||
* | Fix up the "loading" message on directories with no contents. | Ken Moore | 2016-10-18 | |
| | ||||
* | Fix the snapshot loading mechanism within lumina-fm. | Ken Moore | 2016-10-18 | |
| | ||||
* | Comment out the "valid symbols" line in lumina-calculator. | Ken Moore | 2016-10-17 | |
| | ||||
* | Add a title/icon for the lumina-calculator window. | Ken Moore | 2016-10-13 | |
| | ||||
* | add buttons | JT Pennington | 2016-10-13 | |
| | ||||
* | add buttons | JT Pennington | 2016-10-13 | |
| | ||||
* | add buttons | JT Pennington | 2016-10-13 | |
| | ||||
* | Another large update to lumina-fm: | Ken Moore | 2016-10-13 | |
| | | | | Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops). | |||
* | Make lumina-screenshot single-instanced, and adjust the .desktop entry to ↵ | Ken Moore | 2016-10-11 | |
| | | | | *always* open a new window. | |||
* | Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the ↵ | Ken Moore | 2016-10-11 | |
| | | | | image (if an image file is being viewed) | |||
* | Translated using Weblate (lumina_FM@de (generated)) | Sven Putze | 2016-10-11 | |
| | | | | | | Currently translated at 100.0% (212 of 212 strings) Easier to underdtand with the english source | |||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-11 | |
|\ | ||||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-05 | |
| |\ | ||||
| | * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-04 | |
| | |\ |