aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2017-06-14
| | | | Currently translated at 100.0% (325 of 325 strings)
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-06-13
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-13
| |\
| * | Make the taskmanager panel plugin icon-only when in vertical orientation mode.Ken Moore2017-06-13
| | |
* | | fix dirtreepane bugs and deactive from menuq5sys2017-06-13
| | |
* | | redo dirtreepane to work the same as other optionsq5sys2017-06-13
| | |
* | | add dirtreepane prototype codeq5sys2017-06-13
| |/ |/|
* | clean up unneeded code and extraneous debug linesq5sys2017-06-13
|/
* Add a new syntax rule set for JSON files. Seems to be working fine.Ken Moore2017-06-11
|
* Add an XML syntax highlighting rule to LTE. Seems fully-functional.Ken Moore2017-06-11
|
* Add support for a new "file_regex" flag in the JSON syntax manifests that ↵Ken Moore2017-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 Moore2017-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 Moore2017-06-10
| | | | as overlays for the other icons.
* Make all the "emblem" icons a silver color so they can be used properly as ↵Ken Moore2017-06-10
| | | | overlays for the other icons (and still be visible).
* Fix up the audio volume reset on login into Lumina.Ken Moore2017-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 Moore2017-06-10
| | | | the volume reset on login is not consistent.
* Update the deskutils/lumina-textedit pkg-plist to account for the new syntax ↵Ken Moore2017-06-09
| | | | files (and readme file)
* Get the new syntax rule system all setup and on-par (or better) than we had ↵Ken Moore2017-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/luminaKen Moore2017-06-09
|\
| * Translated using Weblate (lumina_DESKTOP@ca (generated))Davidmp2017-06-09
| | | | | | | | Currently translated at 100.0% (325 of 325 strings)
* | Finish getting the font/size information in-sync with the current tab.Ken Moore2017-06-09
| |
* | Clean up the loading/changing of font family/size (still need to update the ↵Ken Moore2017-06-09
| | | | | | | | font boxes to reflect the currently visible tab).
* | Get the new syntax highlighting support framework functional with the C++ ↵Ken Moore2017-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 Moore2017-06-09
|/
* Get a lot more of the new plugin-based syntax highlighting system setup (not ↵Ken Moore2017-06-08
| | | | integrated/tested yet).
* Start the prep-work for a new way of loading syntax highlighting rules in LTE.Ken Moore2017-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-searchKen Moore2017-06-08
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Try to streamline the item loading routine in lumina-fm a bit more. No ↵Ken Moore2017-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 Moore2017-06-08
| | | | instance as opposed to a global object).
* Add the capability to be a bit smarter when determining a "fallback" icon ↵Ken Moore2017-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 Moore2017-06-07
| | | | This reverts commit 2c0a0f32bd240817f02109fef1eb1f35f5243ef9.
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Commit some more work-in-progress for the new LuminaRandR class (replacement ↵Ken Moore2017-06-07
| | | | for xrandr using the XCB libraries)
* Switch the core-utilities (lumina-search) over to using the ↵Ken Moore2017-06-07
| | | | LUtils::openSettings() function.
* Make all the desktop utilities use the new LUtils::openSettings() function ↵Ken Moore2017-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 Moore2017-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 Moore2017-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 Moore2017-06-07
|
* Fix up the x11/lumina-core plist to account for the new archive icons.Ken Moore2017-06-07
|
* Add some archive*.svg icons to the material-design icon themes.Ken Moore2017-06-07
|
* Make the auto-extract start as soon as the file finishes loading.Ken Moore2017-06-05
|
* Commit some adjustments to the auto-extract functionality.Ken Moore2017-06-05
|
* add quit and clear shortcuts to calculatorq5sys2017-06-05
|
* add quit and open shortcuts to screenshotq5sys2017-06-05
|
* more work on autoextract functionalityq5sys2017-06-04
|
* Make sure that the no-pianobar setup section stops when it is finished - ↵Ken Moore2017-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 Moore2017-05-31
| | | | coordinates for next session.
* Another quick adjustment to the clock plugin sizing routine - seems to be ↵Ken Moore2017-05-31
| | | | working fine now.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-31
|\
bgstack15