Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | |\ | ||||
| | * | | Fis the stylesheet for the "active/non-active" treewidget browser. | Ken Moore | 2016-10-04 | |
| | | | | ||||
| * | | | Add a new Lumina project: desktop-utils/lumina-calculator | Ken Moore | 2016-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 Atalan | 2016-10-11 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (24 of 24 strings) | |||
* | | | | Translated using Weblate (lumina_FM@de (generated)) | Sven Putze | 2016-10-11 | |
| |_|/ |/| | | | | | | | | Currently translated at 97.6% (207 of 212 strings) | |||
* | | | Translated using Weblate (l_TE@hu (generated)) | J Darabos | 2016-10-03 | |
| | | | | | | | | | | | | Currently translated at 100.0% (54 of 54 strings) | |||
* | | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-03 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Re-enable all the keyboard shortcuts for lumina-fm (and a few extras). All ↵ | Ken Moore | 2016-10-03 | |
| | | | | | | | | | | | | the shortcuts are also listed within the context menus as appropriate. | |||
* | | | Translated using Weblate (l_TERMINAL@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| | | | | | | | | | | | | Currently translated at 57.1% (4 of 7 strings) | |||
* | | | Translated using Weblate (lumina_FM@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| | | | | | | | | | | | | Currently translated at 100.0% (212 of 212 strings) | |||
* | | | Translated using Weblate (l_TERMINAL@hu (generated)) | J Darabos | 2016-10-03 | |
|/ / | | | | | | | Currently translated at 100.0% (7 of 7 strings) | |||
* | | Translated using Weblate (lumina_FM@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| | | | | | | | | Currently translated at 100.0% (212 of 212 strings) | |||
* | | Translated using Weblate (l_FILEINFO@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| | | | | | | | | Currently translated at 100.0% (43 of 43 strings) | |||
* | | Translated using Weblate (l_TE@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| | | | | | | | | Currently translated at 100.0% (54 of 54 strings) | |||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-03 | |
|\| | ||||
| * | Fix up some instability within lumina-fileinfo. | Ken Moore | 2016-09-30 | |
| | | ||||
| * | Oops - fix the activation signal for the second column in the dirWidget2. | Ken Moore | 2016-09-30 | |
| | | ||||
| * | Oops, forgot to add a couple new files. | Ken Moore | 2016-09-30 | |
| | | ||||
| * | Commit a large update to lumina-fm: | Ken Moore | 2016-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 Moore | 2016-09-27 | |
| | | ||||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-09-27 | |
| |\ | ||||
| * | | Get the new backend functional. | Ken Moore | 2016-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. | |||
* | | | Translated using Weblate (l_FILEINFO@ja (generated)) | YAMASHIRO Jun | 2016-10-03 | |
| |/ |/| | | | | | Currently translated at 100.0% (43 of 43 strings) | |||
* | | Translated using Weblate (l_TE@ca (generated)) | Davidmp | 2016-09-27 | |
| | | | | | | | | Currently translated at 100.0% (54 of 54 strings) | |||
* | | Translated using Weblate (l_TERMINAL@ca (generated)) | Davidmp | 2016-09-27 | |
| | | | | | | | | Currently translated at 100.0% (7 of 7 strings) | |||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-09-27 | |
|\| | ||||
| * | Commit some more work on a new backend/frontend to the lumina-fm browser. | Ken Moore | 2016-09-26 | |
| | | ||||
| * | Disable the Completer used within lumina-fm to speed up loading. | Ken Moore | 2016-09-23 | |
| | | | | | | | | Also add the beginnings of a new backend for directory browsing. | |||
* | | Translated using Weblate (l_TERMINAL@it (generated)) | Oscar Andrea Merandi | 2016-09-27 | |
| | | | | | | | | Currently translated at 28.5% (2 of 7 strings) | |||
* | | Translated using Weblate (l_TERMINAL@cs (generated)) | Martin Orszulik | 2016-09-27 | |
| | | | | | | | | Currently translated at 57.1% (4 of 7 strings) | |||
* | | Translated using Weblate (l_SCREENSHOT@it (generated)) | Oscar Andrea Merandi | 2016-09-27 | |
| | | | | | | | | Currently translated at 100.0% (24 of 24 strings) |