aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit
Commit message (Collapse)AuthorAge
* Fix up the close event handling in lumina-textedit. Now it will actually ↵Ken Moore2017-09-26
| | | | close when there are no changes to be saved.
* set LTE unsaved changes close dialog to follow the industry standardq5sys2017-09-20
|
* fix tab order for text replacementq5sys2017-09-20
|
* Resynced translation filesZackaryWelch2017-09-11
|
* Quick update to lumina-textedit:Ken Moore2017-08-30
| | | | Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself.
* Merge remote-tracking branch 'origin/master'Weblate2017-08-17
|\
| * Resynced translation files and fixed translations of the boot splash UIZackaryWelch2017-08-15
| |
* | Translated using Weblate (Portuguese (Brazil))Zackary Welch2017-08-17
|/ | | | Currently translated at 83.8% (52 of 62 strings)
* Translated using Weblate (Danish)scootergrisen2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Lithuanian)Moo2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Czech)Pavel Borecki2017-08-08
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (Catalan)Davidmp2017-08-07
| | | | Currently translated at 100.0% (62 of 62 strings)
* Translated using Weblate (French)Ethan James Large2017-08-07
| | | | Currently translated at 100.0% (62 of 62 strings)
* Fixed language attribute in Australian XML filesZackaryWelch2017-08-01
|
* Resynced Translation FilesZackaryWelch2017-07-31
|
* Added Australian English translation filesZackaryWelch2017-07-31
|
* Merge remote-tracking branch 'origin/master'Weblate2017-07-27
|\
| * Removed unneeded titlesZackaryWelch2017-07-27
| |
* | Translated using Weblate (Lithuanian)Moo2017-07-27
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-27
|/ | | | Currently translated at 100.0% (61 of 61 strings)
* Translated using Weblate (Danish)scootergrisen2017-07-24
| | | | Currently translated at 100.0% (61 of 61 strings)
* Merge branch 'master' of github.com:trueos/luminaWeblate2017-07-19
|\
| * update readme with CLI argumentsq5sys2017-07-06
| |
| * Added print option to lumina-textedit capable of selectionsZackaryWelch2017-07-06
| |
| * Add a bunch more README.md files for the rest of the lumina desktop-utilities.Ken Moore2017-07-05
| |
| * Tag Version 1.3.0 in sourceKen Moore2017-06-26
| | | | | | | | Ensure the translation files are all in sync as well.
* | Translated using Weblate (Spanish)Zackary Welch2017-07-19
| | | | | | | | Currently translated at 80.3% (49 of 61 strings)
* | Translated using Weblate (Simplified Chinese)Zackary Welch2017-07-11
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Simplified Chinese)Zackary Welch2017-07-11
| | | | | | | | Currently translated at 98.3% (60 of 61 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-11
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-11
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Russian)Koljasha2017-07-07
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-03
| | | | | | | | Currently translated at 100.0% (61 of 61 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-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 Moore2017-06-22
|
* Fixed number syntax in C++ZackaryWelch2017-06-22
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-22
|\
| * Added Go rules and corrected number highlighting syntaxZackaryWelch2017-06-19
| |
| * 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
| |
| * Added PHP rules and updated Javascript and Markdown rulesZackaryWelch2017-06-19
| |
| * Updated Markdown syntaxZackaryWelch2017-06-16
| |
| * Quick update for javascript syntax rulesKen Moore2017-06-16
| |
| * Updated syntax filesZackaryWelch2017-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
| | |
| * | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵Ken Moore2017-06-15
| |/ | | | | | | has the bulk of the options so far.
bgstack15