Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Translated using Weblate (l_TE@cs (generated)) | Pavel Fric | 2017-01-11 |
| | | | | Currently translated at 100.0% (54 of 54 strings) | ||
* | Translated using Weblate (l_TE@fr (generated)) | Anil Mir | 2017-01-04 |
| | | | | Currently translated at 85.1% (46 of 54 strings) | ||
* | Re-sync the translation files with the sources. | Ken Moore | 2017-01-03 |
| | |||
* | If lumina-textedit is opened without any arguments, automatically open a ↵ | Ken Moore | 2016-11-10 |
| | | | | blank/new file. | ||
* | Disable the theme engine from the desktop-utilities. | Ken Moore | 2016-11-10 |
| | | | | Also start pruning unneeded libLumina classes from the desktop utils. | ||
* | LARGE UPDATE: | Ken Moore | 2016-11-07 |
| | | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities) | ||
* | Add directory context to the lumina-textedit in a couple ways: | Ken Moore | 2016-10-21 |
| | | | | | 1) The window title now shows 1 directory deep in stead of just the filename 2) Each tab has a tooltip which will show the full path for that file. | ||
* | Make sure all the translation files are synced to the sources. | Ken Moore | 2016-10-20 |
| | |||
* | Translated using Weblate (l_TE@hu (generated)) | J Darabos | 2016-10-03 |
| | | | | Currently translated at 100.0% (54 of 54 strings) | ||
* | Translated using Weblate (l_TE@ja (generated)) | YAMASHIRO Jun | 2016-10-03 |
| | | | | Currently translated at 100.0% (54 of 54 strings) | ||
* | Translated using Weblate (l_TE@ca (generated)) | Davidmp | 2016-09-27 |
| | | | | Currently translated at 100.0% (54 of 54 strings) | ||
* | Translated using Weblate (l_TE@el (generated)) | George Ember | 2016-09-27 |
| | | | | Currently translated at 96.2% (52 of 54 strings) | ||
* | Translated using Weblate (l_TE@el (generated)) | George Ember | 2016-09-23 |
| | | | | Currently translated at 96.2% (52 of 54 strings) | ||
* | Translated using Weblate (l_TE@sv (generated)) | Luna Jernberg | 2016-09-23 |
| | | | | Currently translated at 94.4% (51 of 54 strings) | ||
* | Translated using Weblate (l_TE@lt (generated)) | Moo | 2016-09-23 |
| | | | | Currently translated at 100.0% (54 of 54 strings) | ||
* | Translated using Weblate (l_TE@ru (generated)) | Koljasha | 2016-09-22 |
| | | | | Currently translated at 92.5% (50 of 54 strings) | ||
* | Restore all the translations for lumina-textedit (aside from "hi"). | Ken Moore | 2016-09-20 |
| | |||
* | Update main.cpp to use the new filename for the translation files. | Ken Moore | 2016-09-20 |
| | |||
* | Rename all the lumina-textedit i18n files | Kris Moore | 2016-09-20 |
| | |||
* | Wipe en_GB and en_ZA | Kris Moore | 2016-09-20 |
| | |||
* | Remove the "language" tab within the en_GB translation file. | Ken Moore | 2016-09-20 |
| | |||
* | Re-sync all the translation files for Lumina with the source code, and add a ↵ | Ken Moore | 2016-09-19 |
| | | | | small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina). | ||
* | 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). | ||
* | 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 | ||
* | 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. | ||
* | 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 |
| | |||
* | 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. | ||
* | Allow the "save file as" option to always be available (not dependant on ↵ | Ken Moore | 2016-06-27 |
| | | | | changes to the file). | ||
* | 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). | ||
* | 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. | ||
* | Adjust the single-replace logic in lumina-textedit. Have it replace the ↵ | Ken Moore | 2016-05-02 |
| | | | | current selection match, and find the next one (don't replace the next one until the user can see it highlighted first). |