Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Translated using Weblate (Czech) | Pavel Borecki | 2017-07-27 | |
|/ | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | Translated using Weblate (Danish) | scootergrisen | 2017-07-24 | |
| | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | Merge branch 'master' of github.com:trueos/lumina | Weblate | 2017-07-19 | |
|\ | ||||
| * | update readme with CLI arguments | q5sys | 2017-07-06 | |
| | | ||||
| * | Added print option to lumina-textedit capable of selections | ZackaryWelch | 2017-07-06 | |
| | | ||||
| * | Add a bunch more README.md files for the rest of the lumina desktop-utilities. | Ken Moore | 2017-07-05 | |
| | | ||||
| * | Tag Version 1.3.0 in source | Ken Moore | 2017-06-26 | |
| | | | | | | | | Ensure the translation files are all in sync as well. | |||
* | | Translated using Weblate (Spanish) | Zackary Welch | 2017-07-19 | |
| | | | | | | | | Currently translated at 80.3% (49 of 61 strings) | |||
* | | Translated using Weblate (Simplified Chinese) | Zackary Welch | 2017-07-11 | |
| | | | | | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | | Translated using Weblate (Simplified Chinese) | Zackary Welch | 2017-07-11 | |
| | | | | | | | | Currently translated at 98.3% (60 of 61 strings) | |||
* | | Translated using Weblate (Czech) | Pavel Borecki | 2017-07-11 | |
| | | | | | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | | Translated using Weblate (Czech) | Pavel Borecki | 2017-07-11 | |
| | | | | | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | | Translated using Weblate (Russian) | Koljasha | 2017-07-07 | |
| | | | | | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | | Translated using Weblate (Czech) | Pavel Borecki | 2017-07-03 | |
| | | | | | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | | Translated using Weblate (Czech) | Pavel Borecki | 2017-07-03 | |
|/ | | | | Currently translated at 90.1% (55 of 61 strings) | |||
* | Fix up the font weight setting for the new syntax highlighting rule formats. | Ken Moore | 2017-06-22 | |
| | ||||
* | Fixed number syntax in C++ | ZackaryWelch | 2017-06-22 | |
| | ||||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-22 | |
|\ | ||||
| * | Added Go rules and corrected number highlighting syntax | ZackaryWelch | 2017-06-19 | |
| | | ||||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-19 | |
| |\ | ||||
| | * | Updated Python syntax rules | ZackaryWelch | 2017-06-19 | |
| | | | ||||
| * | | Remove the character per line limit for html files. | Ken Moore | 2017-06-19 | |
| |/ | ||||
| * | Commit some minor updates to whitespace and the python syntax file name. | Ken Moore | 2017-06-19 | |
| | | ||||
| * | Added PHP rules and updated Javascript and Markdown rules | ZackaryWelch | 2017-06-19 | |
| | | ||||
| * | Updated Markdown syntax | ZackaryWelch | 2017-06-16 | |
| | | ||||
| * | Quick update for javascript syntax rules | Ken Moore | 2017-06-16 | |
| | | ||||
| * | Updated syntax files | ZackaryWelch | 2017-06-16 | |
| | | ||||
| * | HTML and Javascript syntax highlighting | ZackaryWelch | 2017-06-15 | |
| | | ||||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-06-15 | |
| |\ | ||||
| | * | Python syntax rules updated | ZackaryWelch | 2017-06-15 | |
| | | | ||||
| * | | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵ | Ken Moore | 2017-06-15 | |
| |/ | | | | | | | has the bulk of the options so far. | |||
| * | Fix the sync of the line wrap with the current tab/file. | Ken Moore | 2017-06-14 | |
| | | ||||
| * | fix font size bug for line sizes | q5sys | 2017-06-14 | |
| | | ||||
* | | Oops - forgot to add the new test.xml file to the last commit. | Ken Moore | 2017-06-22 | |
| | | ||||
* | | Add a couple more files to lumina-textedit: | Ken Moore | 2017-06-22 | |
|/ | | | | | 1) A basic "text" syntax rule set (no highlighting, word wrap) 2) A test file for the XML rules. | |||
* | 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. | |||
* | 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. | |||
* | 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. | |||
* | Re-sync the translation files with the latest sources. | Ken Moore | 2017-06-07 | |
| | ||||
* | 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. | |||
* | Translated using Weblate (l_TE@de (generated)) | Ettore Atalan | 2017-05-30 | |
| | | | | Currently translated at 96.7% (59 of 61 strings) | |||
* | Translated using Weblate (l_TE@da (generated)) | scootergrisen | 2017-05-22 | |
| | | | | Currently translated at 100.0% (61 of 61 strings) | |||
* | Translated using Weblate (l_TE@da (generated)) | scootergrisen | 2017-05-14 | |
| | | | | Currently translated at 96.7% (59 of 61 strings) |