Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the beginnings of git integration within lumina-fm. Currently it can ↵ | Ken Moore | 2016-09-13 |
| | | | | detect whether the user is looking at a git repo or not, and can probe/show the status of the repo if within one. | ||
* | Merge in all the translation files from the lumina-i18n repository into the ↵ | Ken Moore | 2016-09-12 |
| | | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time. | ||
* | Add detection of unsaved changes to all the "close" routines, and prompt the ↵ | Ken Moore | 2016-09-12 |
| | | | | user about them. | ||
* | Add status tips for the cursor position. | Ken Moore | 2016-09-12 |
| | | | | Now you can see which column the cursor is on if the user needs to keep under a particular number. | ||
* | Add a font selector option to LTE, so monospaced fonts can be used as needed ↵ | Ken Moore | 2016-09-12 |
| | | | | for particular users. | ||
* | Cleanup a couple syntax highlighting rules for .rst files. | Ken Moore | 2016-09-12 |
| | |||
* | Clean up the find/replace dialog a bit: | Ken Moore | 2016-09-08 |
| | | | | | 1) Add a "hide" button so it can be hidden with the mouse and not just the keyboard shortcut. 2) Streamline the dialog a bit so it takes less realestate | ||
* | Adjust the default fluxbox keyboard shrotcuts: | Ken Moore | 2016-09-08 |
| | | | | Setup Alt+F1 to run "lumina-open -terminal" rather than "xterm" | ||
* | Add a new optional flag to lumina-open: "-terminal" | Ken Moore | 2016-09-08 |
| | | | | This flag will have lumina open automatically launch whatever the default terminal is for the user. | ||
* | Fix up the "launch in terminal" functionality to use whatever the ↵ | Ken Moore | 2016-09-08 |
| | | | | currently-registered default terminal is rather than just xterm (although xterm is still the default/fallback). | ||
* | When saving a new .desktop file in lumina-textedit: make sure the dir exists ↵ | Ken Moore | 2016-09-08 |
| | | | | first. | ||
* | Add the backend class/functions for using GIT within lumina-fm. | Ken Moore | 2016-09-07 |
| | |||
* | Fix up the bracket matching routine when going backwards exactly one space ↵ | Ken Moore | 2016-09-07 |
| | | | | "()" for example. | ||
* | Fix up another multi-line syntax highlighting routine. | Ken Moore | 2016-09-06 |
| | |||
* | Add a new test.cpp file for checking C/C++ syntax stuff, and fix up the ↵ | Ken Moore | 2016-09-06 |
| | | | | backwards highlighting routine when both a start and end character are in close proximity in teh middle of the search. | ||
* | Add possible whitespace to the preprocessor rule for C/C++ code. | Ken Moore | 2016-09-06 |
| | |||
* | Fix the 1-character-line detection/usage for syntax highlighting. | Ken Moore | 2016-09-06 |
| | |||
* | Another couple quick fixes for the C/C++ regex rules: don't highlight the Qt ↵ | Ken Moore | 2016-09-06 |
| | | | | classes anymore (Q*), and instead use that rule to highlight any subclass definitions (*::). | ||
* | Clean up a bit more of the syntaxhighlighting rules - ensuring that ↵ | Ken Moore | 2016-09-06 |
| | | | | single-line rules are skipped if they start within a multi-line rule block. | ||
* | Quick fix to OS-detect.pri: If LINUX_DISTRO was manually set through qmake, ↵ | Ken Moore | 2016-09-06 |
| | | | | don't overwrite it with the auto-detected setting. | ||
* | Quick sync commit between my system and master - nothing really changed | Ken Moore | 2016-09-06 |
| | |||
* | Make sure that going "back" to the main page automatically ↵ | Ken Moore | 2016-09-06 |
| | | | | exapands/highlights the page that the user was just on. | ||
* | Merge pull request #263 from d3xter/master | Ken Moore | 2016-09-06 |
|\ | | | | | Added Ctrl+L Shortcut to Lumina-FM | ||
| * | Added Ctrl+L Shortcut to focus the Line-Dir | Andreas Sinz | 2016-09-06 |
|/ | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-09-02 |
|\ | |||
| * | Update README.md | Ken Moore | 2016-08-30 |
| | | | | | | Update the stable versions, and how to report bugs. | ||
* | | Remove the tabBarAutoHide property from the tabWidget within lumina-textedit ↵ | Ken Moore | 2016-09-02 |
|/ | | | | - is not needed and raised the minimum Qt5 version from 5.2 to 5.4 | ||
* | Add a special case check to the cursor theme settings - don't allow ↵ | Ken Moore | 2016-08-30 |
| | | | | "default" to be set as the cursor theme (causes a conflict due to how we save the setting as the "default" theme - it can't inherit itself). | ||
* | Make sure that <QStringList> is included explicitly within the ↵ | Ken Moore | 2016-08-30 |
| | | | | ScreenSettings class - some compilers complain about this. | ||
* | When saving autostart preferences, make sure the local autostart directory ↵ | Ken Moore | 2016-08-26 |
| | | | | exists and create it if not. | ||
* | Another small fix for the application auto-update routine. | Ken Moore | 2016-08-24 |
| | |||
* | Fix a bug in lumina-open where the directory handling was not working. | Ken Moore | 2016-08-24 |
| | |||
* | Fix up the auto-creation/removal of application symlinks when apps are ↵ | Ken Moore | 2016-08-23 |
| | | | | installed/removed during a session. | ||
* | Add in the pending updates detection for the shutdown/reboot options in the ↵ | Ken Moore | 2016-08-23 |
| | | | | start menu. | ||
* | Fix up the right-click terminal launcher - don't check for a valid binary if ↵ | Ken Moore | 2016-08-23 |
| | | | | the entry is a .desktop entry (non-binary) | ||
* | Add some extra checks to the LuminaXDG application listing routine for when ↵ | Ken Moore | 2016-08-22 |
| | | | | it was the first run or not. | ||
* | Remove the old badge | Kris Moore | 2016-08-19 |
| | |||
* | Merge pull request #253 from gitter-badger/gitter-badge | Kris Moore | 2016-08-19 |
|\ | | | | | Add a Gitter chat badge to README.md | ||
| * | Add Gitter badge | The Gitter Badger | 2016-08-19 |
| | | |||
* | | Add gitter badge | Kris Moore | 2016-08-19 |
|/ | |||
* | Add a special rule for Fedora (untested): L_ETCDIR=/etc (if otherwise unset) | Ken Moore | 2016-08-19 |
| | |||
* | Add in pending update detection/skipping ability to the main logout window ↵ | Ken Moore | 2016-08-18 |
| | | | | (not the start menu options yet). | ||
* | Oops - NOW the OS-detect.pri file is fixed for the LIBPREFIX variable (also ↵ | Ken Moore | 2016-08-18 |
| | | | | commented out the debugging message from earlier). | ||
* | Fix a bug in the OS-detect.pri file where the LIBPREFIX was not getting used ↵ | Ken Moore | 2016-08-18 |
| | | | | properly. | ||
* | Add a checkbox to the compton page for enabling/disabling compositing. | Ken Moore | 2016-08-18 |
| | |||
* | Add a configuration option to lumina-config for enabling/disabling the ↵ | Ken Moore | 2016-08-18 |
| | | | | automatic desktop symlinks while a session is active. | ||
* | Add the ability for Lumina to automatically add/remove symlinks from the ↵ | Ken Moore | 2016-08-18 |
| | | | | ~/Desktop for applications that are installed/removed while the user session is active. | ||
* | Setup the desktop to use the new XDGDesktopList directly (disables a lot of ↵ | Ken Moore | 2016-08-18 |
| | | | | the extra managment overhead from the desktop itself). | ||
* | Adjust the XDGDesktopList static creation routine so that the static object ↵ | Ken Moore | 2016-08-18 |
| | | | | itself can be accessed as needed. | ||
* | Update the new XDGDesktopList class a bit more: | Ken Moore | 2016-08-18 |
| | | | | | | 1) Add in all the bits to make it auto-update as needed (optional init argument) 2) Have it also keep track of what previous files were *removed* when it updates. 3) Tweak the update routine to try and make it even faster. |