aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix the migration routine when moving from the "default" monitor ID (vesa, ↵Ken Moore2017-06-19
| | | | scfb) to a non-"default" ID.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
|\
| * Updated Python syntax rulesZackaryWelch2017-06-19
| |
* | Remove the character per line limit for html files.Ken Moore2017-06-19
|/
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
|
* Fix up the pkg-plist for lumina-textedit to account for the new file support ↵Ken Moore2017-06-19
| | | | files.
* Added PHP rules and updated Javascript and Markdown rulesZackaryWelch2017-06-19
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
|\
| * clean up unneeded comment formattingq5sys2017-06-16
| |
| * set properties for treeviewq5sys2017-06-16
| |
* | Fix the fallback icon routine for desktop entries.Ken Moore2017-06-19
|/
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-16
|\
| * Updated Markdown syntaxZackaryWelch2017-06-16
| |
* | Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
| |
* | Speed up the loading of thumbnails in lumina-fm. Now all the scaling and ↵Ken Moore2017-06-16
|/ | | | such is done in the external thread - so images appear as they are ready instead of bogging down the main thread..
* Minor debugging change in lumina-fmKen Moore2017-06-16
|
* Clean up the opening of an auto-extracted archive.Ken Moore2017-06-16
|
* Clean up the auto-extract functionality in lumina-fmKen Moore2017-06-16
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-06-16
|\
| * Quick update for javascript syntax rulesKen Moore2017-06-16
| |
| * Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-06-16
| |\
| * | Updated syntax filesZackaryWelch2017-06-16
| | |
* | | fix file manage autoextract menu methodq5sys2017-06-16
| |/ |/|
* | add prototype for autoextract menu entryq5sys2017-06-16
| |
* | another crack at openwith menuq5sys2017-06-16
| |
* | add dirtreepane connection logicq5sys2017-06-16
|/
* HTML and Javascript syntax highlightingZackaryWelch2017-06-15
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-15
|\
| * Python syntax rules updatedZackaryWelch2017-06-15
| |
| * Merge remote-tracking branch 'origin/master'Weblate2017-06-15
| |\
| * | Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2017-06-15
| | | | | | | | | | | | Currently translated at 97.8% (318 of 325 strings)
* | | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵Ken Moore2017-06-15
| |/ |/| | | | | has the bulk of the options so far.
* | Fix a quick bug in start-lumina-desktop where it would not stop properly if ↵Ken Moore2017-06-15
|/ | | | one of the main processes like compton was forcibly killed by the user ahead of time.
* Fix the sync of the line wrap with the current tab/file.Ken Moore2017-06-14
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-06-14
|\
| * Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2017-06-14
| | | | | | | | Currently translated at 100.0% (325 of 325 strings)
* | fix font size bug for line sizesq5sys2017-06-14
|/
* 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).
bgstack15