aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Merge pull request #263 from d3xter/masterKen Moore2016-09-06
|\
| * Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
|/
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-09-02
|\
| * Update README.mdKen Moore2016-08-30
* | 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
* Remove the old badgeKris Moore2016-08-19
* Merge pull request #253 from gitter-badger/gitter-badgeKris Moore2016-08-19
|\
| * Add Gitter badgeThe Gitter Badger2016-08-19
* | Add gitter badgeKris Moore2016-08-19
|/
* 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
* Add a configuration option to lumina-config for enabling/disabling the automa...Ken Moore2016-08-18
* Add the ability for Lumina to automatically add/remove symlinks from the ~/De...Ken Moore2016-08-18
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of t...Ken Moore2016-08-18
* Adjust the XDGDesktopList static creation routine so that the static object i...Ken Moore2016-08-18
* Update the new XDGDesktopList class a bit more:Ken Moore2016-08-18
* Revamp how the system applications are parsed/updated.Ken Moore2016-08-18
* Oops: *Now* lumina-open will handle binary names as inputs just fine (if they...Ken Moore2016-08-18
* A couple quick fixes:Ken Moore2016-08-17
* Merge pull request #247 from Nanolx/masterKen Moore2016-08-17
|\
| * remove left-over fileChristopher Roy Bratusek2016-08-09
| * update debian packaging scriptsChristopher Roy Bratusek2016-08-09
|/
* Fix pkg-plist and cleanup MakefileKris Moore2016-08-09
* Move the new port files for FreeBSD over into the proper directory and adjust...Ken Moore2016-08-08
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
* Tag version 1.0.1 in the source tree (Base version 1.0, minor update 1).Ken Moore2016-08-08
* Tag version 1.0.0-Release in source.Ken Moore2016-08-08
* Fix a small typo in a disabled line in luminaDesktop.conf (so if people uncom...Ken Moore2016-08-08
bgstack15