aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Expand)AuthorAge
* Restore all the translations for lumina-textedit (aside from "hi").Ken Moore2016-09-20
* Add missing .ts filesKris Moore2016-09-20
* Rename more long-named TS filesKris Moore2016-09-20
* Merge branch 'master' of https://github.com/trueos/luminaKris Moore2016-09-20
|\
| * Update main.cpp to use the new filename for the translation files.Ken Moore2016-09-20
* | Rename lumina-fileinfo lumina-fiKris Moore2016-09-20
|/
* Rename all the lumina-textedit i18n filesKris Moore2016-09-20
* Wipe fileinfo_elKris Moore2016-09-20
* Wipe en_GB and en_ZAKris Moore2016-09-20
* Remove the "language" tab within the en_GB translation file.Ken Moore2016-09-20
* Re-sync all the translation files for Lumina with the source code, and add a ...Ken Moore2016-09-19
* update all the lumina-fileinfo translation files and reset the "hi" translati...Ken Moore2016-09-16
* Add syntax highlighting for "shell" files (.sh)Ken Moore2016-09-16
* Fix up the highlighting of characters where the start character is already wi...Ken Moore2016-09-16
* Get the progress reporting all setup for the git clone. Now it is all set and...Ken Moore2016-09-15
* Get the Git clone functionality all functional. The last thing missing is a g...Ken Moore2016-09-15
* Fix a couple compile errors in lumina-fm.Ken Moore2016-09-15
* Add in the new Git Cloning Wizard. Now fully finished yet, but almost there.Ken Moore2016-09-15
* Add the new Git cloning wizard to the source tree. This has not been tied int...Ken Moore2016-09-14
* Add the beginnings of git integration within lumina-fm. Currently it can dete...Ken Moore2016-09-13
* Merge in all the translation files from the lumina-i18n repository into the m...Ken Moore2016-09-12
* Add detection of unsaved changes to all the "close" routines, and prompt the ...Ken Moore2016-09-12
* Add status tips for the cursor position.Ken Moore2016-09-12
* Add a font selector option to LTE, so monospaced fonts can be used as needed ...Ken Moore2016-09-12
* Cleanup a couple syntax highlighting rules for .rst files.Ken Moore2016-09-12
* Clean up the find/replace dialog a bit:Ken Moore2016-09-08
* When saving a new .desktop file in lumina-textedit: make sure the dir exists ...Ken Moore2016-09-08
* Add the backend class/functions for using GIT within lumina-fm.Ken Moore2016-09-07
* Fix up the bracket matching routine when going backwards exactly one space "(...Ken Moore2016-09-07
* Fix up another multi-line syntax highlighting routine.Ken Moore2016-09-06
* Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the backw...Ken Moore2016-09-06
* Add possible whitespace to the preprocessor rule for C/C++ code.Ken Moore2016-09-06
* Fix the 1-character-line detection/usage for syntax highlighting.Ken Moore2016-09-06
* Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ...Ken Moore2016-09-06
* Clean up a bit more of the syntaxhighlighting rules - ensuring that single-li...Ken Moore2016-09-06
* Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
* Remove the tabBarAutoHide property from the tabWidget within lumina-textedit ...Ken Moore2016-09-02
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
* Add file watching capabilities to lumina-textedit, so the file will automatic...Ken Moore2016-08-05
* Another large update to syntax highlighting for .rst files (and some overall ...Ken Moore2016-08-04
* Get a lot more of the .rst file syntax highlighting functional.Ken Moore2016-08-03
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
* Move the lumian-fileinfo desktop file into the "Utility" category instead of ...Ken Moore2016-08-01
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
|\
| * Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
| * Fix the symlink creation routine in lumina-textedit to work with package syst...Ken Moore2016-06-28
* | Setup lumina-fileinfo that that it can be used to create brand-new applicatio...Ken Moore2016-06-30
|/
* Allow the "save file as" option to always be available (not dependant on chan...Ken Moore2016-06-27
* Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
* Have lumina-textedit also create a sym-link called "lte" for the lumina-texte...Ken Moore2016-06-20
bgstack15