aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Expand)AuthorAge
* 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
* Fix where localization files get installed via the main source tree (accounts...Ken Moore2016-06-20
* Oops - forgot to add a couple new .desktop files to the git repo.Ken Moore2016-06-20
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
* Another large batch of updates:Ken Moore2016-06-14
* Large update to the project files:Ken Moore2016-06-14
* Cleanup a bit more of the lumina-terminal. Color support is now in (with "xte...Ken Moore2016-06-11
* Make sure the text on the terminal is visible.Ken Moore2016-06-10
* Remove the initialization of a (now) unused settings file.Ken Moore2016-06-08
* Adjust the last couple utilities to use the new application/[terminal/email] ...Ken Moore2016-06-08
* Make sure that lumina-fm will also remove broken symlinks when deleting a dir...Ken Moore2016-06-06
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
* Update MainUI.cppq5sys2016-05-19
* Update MainUI.cppq5sys2016-05-19
* Have lumina-screenshot use the current window stacking order for determining ...Ken Moore2016-05-04
* Make the "quicksave" option in lumina-screenshot a bit more flexible with reg...Ken Moore2016-05-02
* Adjust the single-replace logic in lumina-textedit. Have it replace the curre...Ken Moore2016-05-02
* Change the image selection box to a partially-transparent grey (good for any ...Ken Moore2016-04-28
* Completely change how lumina-screenshot shows the image a bit. Now it is all ...Ken Moore2016-04-28
* Add "bool" to the C++ syntax highlighting.Ken Moore2016-04-27
* Get colors working with the new terminal. Of course this breaks the font weig...Ken Moore2016-04-27
* Some minor updates to lumina-terminal. Enable window transparency (75% opaque...Ken Moore2016-04-26
bgstack15