Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update all the lumina-fileinfo translation files and reset the "hi" ↵ | Ken Moore | 2016-09-16 |
| | | | | translation completely (file completely trashed - better to start over). | ||
* | Add syntax highlighting for "shell" files (.sh) | Ken Moore | 2016-09-16 |
| | |||
* | Fix up the highlighting of characters where the start character is already ↵ | Ken Moore | 2016-09-16 |
| | | | | within a different highlight block (do not stack them - that start char was already handled and is off limits). | ||
* | Get the progress reporting all setup for the git clone. Now it is all set ↵ | Ken Moore | 2016-09-15 |
| | | | | and ready for use! | ||
* | Get the Git clone functionality all functional. The last thing missing is a ↵ | Ken Moore | 2016-09-15 |
| | | | | graphical dialog showing the status of the download. | ||
* | Fix a couple compile errors in lumina-fm. | Ken Moore | 2016-09-15 |
| | |||
* | Add in the new Git Cloning Wizard. Now fully finished yet, but almost there. | Ken Moore | 2016-09-15 |
| | |||
* | Add the new Git cloning wizard to the source tree. This has not been tied ↵ | Ken Moore | 2016-09-14 |
| | | | | into the build/interface yet. | ||
* | 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 | ||
* | 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. | ||
* | Added Ctrl+L Shortcut to focus the Line-Dir | Andreas Sinz | 2016-09-06 |
| | |||
* | 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 prompt about reloading a file when it changes by some other utility. | Ken Moore | 2016-08-08 |
| | |||
* | Add file watching capabilities to lumina-textedit, so the file will ↵ | Ken Moore | 2016-08-05 |
| | | | | automatically re-load if changed externally and no pending changes in the editor. | ||
* | Another large update to syntax highlighting for .rst files (and some overall ↵ | Ken Moore | 2016-08-04 |
| | | | | changed to the order in which highlighting rules are applied - works for all file types). | ||
* | Get a lot more of the .rst file syntax highlighting functional. | Ken Moore | 2016-08-03 |
| | |||
* | Start cleaning up the rst syntax highlighting. | Ken Moore | 2016-08-02 |
| | |||
* | Move the lumian-fileinfo desktop file into the "Utility" category instead of ↵ | Ken Moore | 2016-08-01 |
| | | | | system. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-06-30 |
|\ | |||
| * | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup. | Ken Moore | 2016-06-30 |
| | | |||
| * | Fix the symlink creation routine in lumina-textedit to work with package ↵ | Ken Moore | 2016-06-28 |
| | | | | | | | | systems. | ||
* | | Setup lumina-fileinfo that that it can be used to create brand-new ↵ | Ken Moore | 2016-06-30 |
|/ | | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time. | ||
* | Allow the "save file as" option to always be available (not dependant on ↵ | Ken Moore | 2016-06-27 |
| | | | | changes to the file). | ||
* | Add keyboard shortcut for showing/hiding hidden files | q5sys | 2016-06-23 |
| | |||
* | Have lumina-textedit also create a sym-link called "lte" for the ↵ | Ken Moore | 2016-06-20 |
| | | | | lumina-textedit binary. This makes it a lot easier to use the editor from the command line. | ||
* | Fix where localization files get installed via the main source tree ↵ | Ken Moore | 2016-06-20 |
| | | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection). | ||
* | Oops - forgot to add a couple new .desktop files to the git repo. | Ken Moore | 2016-06-20 |
| | |||
* | Another round of small bug fixes/tweaks: | Ken Moore | 2016-06-16 |
| | | | | | | | | | | 1) Fix up the desktopbar plugin to work with the new file locations for configs. 2) Fix up the replacement of the "~/" prefix on a file path with the users home dir. 3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories. 4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options). 5) Another couple tweaks for the Glass theme. 6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins. 7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs) | ||
* | Another large batch of updates: | Ken Moore | 2016-06-14 |
| | | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more. | ||
* | Large update to the project files: | Ken Moore | 2016-06-14 |
| | | | | | 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities. | ||
* | Cleanup a bit more of the lumina-terminal. Color support is now in (with ↵ | Ken Moore | 2016-06-11 |
| | | | | "xterm" set as the termcap interface), line wrapping is in as needed, the background is a bit more opaque now, and tabs close properly now. | ||
* | Make sure the text on the terminal is visible. | Ken Moore | 2016-06-10 |
| | |||
* | Remove the initialization of a (now) unused settings file. | Ken Moore | 2016-06-08 |
| | |||
* | Adjust the last couple utilities to use the new application/[terminal/email] ↵ | Ken Moore | 2016-06-08 |
| | | | | mimetypes. | ||
* | Make sure that lumina-fm will also remove broken symlinks when deleting a ↵ | Ken Moore | 2016-06-06 |
| | | | | directory. | ||
* | Fix a bunch of little things with the desktop: | Ken Moore | 2016-06-02 |
| | | | | | | | | | 1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed) 2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file) 3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps 4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box. 5) Update the luminaDesktop.conf parser to properly set mimetypes as needed. 6) Fix the install location of the lumina-fm icon. |