aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Turn off keyboard focus for the new % button.Ken Moore2016-10-21
|
* Update lumina-calculator a bit:Ken Moore2016-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 Moore2016-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 Moore2016-10-20
| | | | is an operator.
* Oops, make sure the .desktop file actually gets installed.Ken Moore2016-10-20
|
* Fix the resizability of the lumina-calculator window.Ken Moore2016-10-20
|
* Add lumina-calculator to the overall desktop-utils build.Ken Moore2016-10-20
|
* Add all the translation files for lumina-calculator.Ken Moore2016-10-20
|
* Finish cleaning up some of the calculator:Ken Moore2016-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 equationKen Moore2016-10-20
|
* Fix up the parsing/usage of scientific notation within the equation (1e1 or ↵Ken Moore2016-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 Moore2016-10-20
| | | | well as the translation loading mechanisms.
* Add the app registration for lumina-calculator.Ken Moore2016-10-20
|
* Finish up the last couple buttons/actions related to the new Tray UI.Ken Moore2016-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 Moore2016-10-20
|
* Fix up the "loading" message on directories with no contents.Ken Moore2016-10-18
|
* Fix the snapshot loading mechanism within lumina-fm.Ken Moore2016-10-18
|
* Comment out the "valid symbols" line in lumina-calculator.Ken Moore2016-10-17
|
* Add a title/icon for the lumina-calculator window.Ken Moore2016-10-13
|
* add buttonsJT Pennington2016-10-13
|
* add buttonsJT Pennington2016-10-13
|
* add buttonsJT Pennington2016-10-13
|
* Another large update to lumina-fm:Ken Moore2016-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 Moore2016-10-11
| | | | *always* open a new window.
* Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the ↵Ken Moore2016-10-11
| | | | image (if an image file is being viewed)
* Translated using Weblate (lumina_FM@de (generated))Sven Putze2016-10-11
| | | | | | Currently translated at 100.0% (212 of 212 strings) Easier to underdtand with the english source
* Merge remote-tracking branch 'origin/master'Weblate2016-10-11
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-05
| |\
| | * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-04
| | |\
| | * | Fis the stylesheet for the "active/non-active" treewidget browser.Ken Moore2016-10-04
| | | |
| * | | Add a new Lumina project: desktop-utils/lumina-calculatorKen Moore2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just a very basic calculator at the moment. It still need more buttons/icons/features/etc added to it, but the algorithm and mathematics are already functional for evaluation expressions containing: Addition/Subtraction (+/-) Multiplication/Division( * or x, and /) Order of operations when mixing operations, including expressions within parentheses
* | | | Translated using Weblate (l_SCREENSHOT@de (generated))Ettore Atalan2016-10-11
| | | | | | | | | | | | | | | | Currently translated at 100.0% (24 of 24 strings)
* | | | Translated using Weblate (lumina_FM@de (generated))Sven Putze2016-10-11
| |_|/ |/| | | | | | | | Currently translated at 97.6% (207 of 212 strings)
* | | Translated using Weblate (l_TE@hu (generated))J Darabos2016-10-03
| | | | | | | | | | | | Currently translated at 100.0% (54 of 54 strings)
* | | Merge remote-tracking branch 'origin/master'Weblate2016-10-03
|\ \ \ | | |/ | |/|
| * | Re-enable all the keyboard shortcuts for lumina-fm (and a few extras). All ↵Ken Moore2016-10-03
| | | | | | | | | | | | the shortcuts are also listed within the context menus as appropriate.
* | | Translated using Weblate (l_TERMINAL@ja (generated))YAMASHIRO Jun2016-10-03
| | | | | | | | | | | | Currently translated at 57.1% (4 of 7 strings)
* | | Translated using Weblate (lumina_FM@ja (generated))YAMASHIRO Jun2016-10-03
| | | | | | | | | | | | Currently translated at 100.0% (212 of 212 strings)
* | | Translated using Weblate (l_TERMINAL@hu (generated))J Darabos2016-10-03
|/ / | | | | | | Currently translated at 100.0% (7 of 7 strings)
* | Translated using Weblate (lumina_FM@ja (generated))YAMASHIRO Jun2016-10-03
| | | | | | | | Currently translated at 100.0% (212 of 212 strings)
* | Translated using Weblate (l_FILEINFO@ja (generated))YAMASHIRO Jun2016-10-03
| | | | | | | | Currently translated at 100.0% (43 of 43 strings)
* | Translated using Weblate (l_TE@ja (generated))YAMASHIRO Jun2016-10-03
| | | | | | | | Currently translated at 100.0% (54 of 54 strings)
* | Merge remote-tracking branch 'origin/master'Weblate2016-10-03
|\|
| * Fix up some instability within lumina-fileinfo.Ken Moore2016-09-30
| |
| * Oops - fix the activation signal for the second column in the dirWidget2.Ken Moore2016-09-30
| |
| * Oops, forgot to add a couple new files.Ken Moore2016-09-30
| |
| * Commit a large update to lumina-fm:Ken Moore2016-09-30
| | | | | | | | | | | | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet.
| * More work on the new backend: still disabled for now.Ken Moore2016-09-27
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-09-27
| |\
| * | Get the new backend functional.Ken Moore2016-09-27
| | | | | | | | | | | | This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
bgstack15