aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Expand)AuthorAge
* Change the CPU temperature finder a bit: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
* Another quick fix for the menu script - ensure the open directory option is a...Ken Moore2016-09-16
* Adjust the ls.json.sh script a bit so every directory gets an "open directory...Ken Moore2016-09-16
* Clean up how the system app finder/parser is saved in memory a bit. Trying to...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
* Adjust the default fluxbox keyboard shrotcuts:Ken Moore2016-09-08
* Add a new optional flag to lumina-open: "-terminal"Ken Moore2016-09-08
* Fix up the "launch in terminal" functionality to use whatever the currently-r...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
* Quick fix to OS-detect.pri: If LINUX_DISTRO was manually set through qmake, d...Ken Moore2016-09-06
* Quick sync commit between my system and master - nothing really changedKen Moore2016-09-06
* Make sure that going "back" to the main page automatically exapands/highlight...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 special case check to the cursor theme settings - don't allow "default"...Ken Moore2016-08-30
* Make sure that <QStringList> is included explicitly within the ScreenSettings...Ken Moore2016-08-30
* When saving autostart preferences, make sure the local autostart directory ex...Ken Moore2016-08-26
* Another small fix for the application auto-update routine.Ken Moore2016-08-24
* Fix a bug in lumina-open where the directory handling was not working.Ken Moore2016-08-24
* Fix up the auto-creation/removal of application symlinks when apps are instal...Ken Moore2016-08-23
* Add in the pending updates detection for the shutdown/reboot options in the s...Ken Moore2016-08-23
* Fix up the right-click terminal launcher - don't check for a valid binary if ...Ken Moore2016-08-23
* Add some extra checks to the LuminaXDG application listing routine for when i...Ken Moore2016-08-22
* Add a special rule for Fedora (untested): L_ETCDIR=/etc (if otherwise unset)Ken Moore2016-08-19
* Add in pending update detection/skipping ability to the main logout window (n...Ken Moore2016-08-18
* Oops - NOW the OS-detect.pri file is fixed for the LIBPREFIX variable (also c...Ken Moore2016-08-18
* Fix a bug in the OS-detect.pri file where the LIBPREFIX was not getting used ...Ken Moore2016-08-18
* Add a checkbox to the compton page for enabling/disabling compositing.Ken Moore2016-08-18
bgstack15