Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Translated using Weblate (lumina_DESKTOP@ru (generated)) | Koljasha | 2017-06-14 |
| | | | | Currently translated at 100.0% (325 of 325 strings) | ||
* | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-06-13 |
|\ | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-13 |
| |\ | |||
| * | | Make the taskmanager panel plugin icon-only when in vertical orientation mode. | Ken Moore | 2017-06-13 |
| | | | |||
* | | | fix dirtreepane bugs and deactive from menu | q5sys | 2017-06-13 |
| | | | |||
* | | | redo dirtreepane to work the same as other options | q5sys | 2017-06-13 |
| | | | |||
* | | | add dirtreepane prototype code | q5sys | 2017-06-13 |
| |/ |/| | |||
* | | clean up unneeded code and extraneous debug lines | q5sys | 2017-06-13 |
|/ | |||
* | Add a new syntax rule set for JSON files. Seems to be working fine. | Ken Moore | 2017-06-11 |
| | |||
* | Add an XML syntax highlighting rule to LTE. Seems fully-functional. | Ken Moore | 2017-06-11 |
| | |||
* | Add support for a new "file_regex" flag in the JSON syntax manifests that ↵ | Ken Moore | 2017-06-11 |
| | | | | can be used when looking for matching file type support. | ||
* | Darken up the emblem icons in the "-dark" theme a bit more, there still was ↵ | Ken Moore | 2017-06-10 |
| | | | | not quite enough contrast with the light color of the other icons. | ||
* | Also change the -light "emblem" icons to a silver color so they can be used ↵ | Ken Moore | 2017-06-10 |
| | | | | as overlays for the other icons. | ||
* | Make all the "emblem" icons a silver color so they can be used properly as ↵ | Ken Moore | 2017-06-10 |
| | | | | overlays for the other icons (and still be visible). | ||
* | Fix up the audio volume reset on login into Lumina. | Ken Moore | 2017-06-10 |
| | | | | It looks like the OS-specific functionality to save/restore the last audio setting is borked, so I bypassed it with a lumina-specific "session state" value in the user's settings file. | ||
* | Clean up some of the Lumina session init/cleanup. Trying to track down why ↵ | Ken Moore | 2017-06-10 |
| | | | | the volume reset on login is not consistent. | ||
* | Update the deskutils/lumina-textedit pkg-plist to account for the new syntax ↵ | Ken Moore | 2017-06-09 |
| | | | | files (and readme file) | ||
* | Get the new syntax rule system all setup and on-par (or better) than we had ↵ | Ken Moore | 2017-06-09 |
| | | | | previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-09 |
|\ | |||
| * | Translated using Weblate (lumina_DESKTOP@ca (generated)) | Davidmp | 2017-06-09 |
| | | | | | | | | Currently translated at 100.0% (325 of 325 strings) | ||
* | | Finish getting the font/size information in-sync with the current tab. | Ken Moore | 2017-06-09 |
| | | |||
* | | Clean up the loading/changing of font family/size (still need to update the ↵ | Ken Moore | 2017-06-09 |
| | | | | | | | | font boxes to reflect the currently visible tab). | ||
* | | Get the new syntax highlighting support framework functional with the C++ ↵ | Ken Moore | 2017-06-09 |
| | | | | | | | | rules files as the example (still need to convert the other existing rulesets over to the new format). | ||
* | | Get the SyntaxFile loading mechanisms all setup. | Ken Moore | 2017-06-09 |
|/ | |||
* | Get a lot more of the new plugin-based syntax highlighting system setup (not ↵ | Ken Moore | 2017-06-08 |
| | | | | integrated/tested yet). | ||
* | Start the prep-work for a new way of loading syntax highlighting rules in LTE. | Ken Moore | 2017-06-08 |
| | | | | Get a new JSON file written up for the C++ highlighting rules as the first test-case/example. | ||
* | Fix a missing include in lumina-search | Ken Moore | 2017-06-08 |
| | |||
* | Add "back" in the option to show/skip image file previews. | Ken Moore | 2017-06-08 |
| | |||
* | Try to streamline the item loading routine in lumina-fm a bit more. No ↵ | Ken Moore | 2017-06-08 |
| | | | | discernable difference on my system but it might impact other/slower systems. | ||
* | Add a new method to find/use the LIconCache within an application (static ↵ | Ken Moore | 2017-06-08 |
| | | | | instance as opposed to a global object). | ||
* | Add the capability to be a bit smarter when determining a "fallback" icon ↵ | Ken Moore | 2017-06-08 |
| | | | | for .desktop entries to be shown on the desktop. This fixes the icons for removeable USB drives on TrueOS, and might fix the icons for other .desktop files as well. | ||
* | Revert "Translated using Weblate (lumina_DESKTOP@en_gb (generated))" | Ken Moore | 2017-06-07 |
| | | | | This reverts commit 2c0a0f32bd240817f02109fef1eb1f35f5243ef9. | ||
* | Re-sync the translation files with the latest sources. | Ken Moore | 2017-06-07 |
| | |||
* | Commit some more work-in-progress for the new LuminaRandR class (replacement ↵ | Ken Moore | 2017-06-07 |
| | | | | for xrandr using the XCB libraries) | ||
* | Switch the core-utilities (lumina-search) over to using the ↵ | Ken Moore | 2017-06-07 |
| | | | | LUtils::openSettings() function. | ||
* | Make all the desktop utilities use the new LUtils::openSettings() function ↵ | Ken Moore | 2017-06-07 |
| | | | | so they can be launched as the root user without clobbering the user-permissioned settings file. | ||
* | Add a new backend function to LUtils for opening a QSettings file. | Ken Moore | 2017-06-07 |
| | | | | This function is user-permissions-aware and prevents a process launched with sudo from overwriting the file/permissions on a settings file. Instead, the root user will get its own [settings file]_root.conf which is a copy of the user file (as needed). | ||
* | Deactivate the auto-resize functionality (for now) with a comment about the ↵ | Ken Moore | 2017-06-07 |
| | | | | | | | Fluxbox issue. This can get reactivated when Fluxbox is deactivated with Lumina 2.0. Instead, just increase the default size of the main window a bit. | ||
* | Get the auto-extract functionality cleaned up with the signal/slots a bit. | Ken Moore | 2017-06-07 |
| | |||
* | Fix up the x11/lumina-core plist to account for the new archive icons. | Ken Moore | 2017-06-07 |
| | |||
* | Add some archive*.svg icons to the material-design icon themes. | Ken Moore | 2017-06-07 |
| | |||
* | Make the auto-extract start as soon as the file finishes loading. | Ken Moore | 2017-06-05 |
| | |||
* | Commit some adjustments to the auto-extract functionality. | Ken Moore | 2017-06-05 |
| | |||
* | add quit and clear shortcuts to calculator | q5sys | 2017-06-05 |
| | |||
* | add quit and open shortcuts to screenshot | q5sys | 2017-06-05 |
| | |||
* | more work on autoextract functionality | q5sys | 2017-06-04 |
| | |||
* | Make sure that the no-pianobar setup section stops when it is finished - ↵ | Ken Moore | 2017-06-01 |
| | | | | don't need to run the rest if pianobar is not installed. | ||
* | Fix up the desktop plugin "move" operation so it saves the proper grid ↵ | Ken Moore | 2017-05-31 |
| | | | | coordinates for next session. | ||
* | Another quick adjustment to the clock plugin sizing routine - seems to be ↵ | Ken Moore | 2017-05-31 |
| | | | | working fine now. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-05-31 |
|\ |