aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Translated using Weblate (l_TERMINAL@lt (generated))Moo2016-09-23
| | | | Currently translated at 100.0% (7 of 7 strings)
* Translated using Weblate (lumina_FM@lt (generated))Moo2016-09-23
| | | | Currently translated at 100.0% (212 of 212 strings)
* Merge remote-tracking branch 'origin/master'Weblate2016-09-23
|\
| * Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | | | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* | Translated using Weblate (l_TERMINAL@sv (generated))Luna Jernberg2016-09-23
| | | | | | | | Currently translated at 71.4% (5 of 7 strings)
* | Translated using Weblate (lumina_FM@sv (generated))Luna Jernberg2016-09-23
| | | | | | | | Currently translated at 92.9% (197 of 212 strings)
* | Translated using Weblate (l_FILEINFO@sv (generated))Luna Jernberg2016-09-23
| | | | | | | | Currently translated at 97.6% (42 of 43 strings)
* | Translated using Weblate (l_TE@sv (generated))Luna Jernberg2016-09-23
| | | | | | | | Currently translated at 94.4% (51 of 54 strings)
* | Translated using Weblate (l_TE@lt (generated))Moo2016-09-23
|/ | | | Currently translated at 100.0% (54 of 54 strings)
* Translated using Weblate (l_TE@ru (generated))Koljasha2016-09-22
| | | | Currently translated at 92.5% (50 of 54 strings)
* Translated using Weblate (l_TERMINAL@ru (generated))Koljasha2016-09-22
| | | | Currently translated at 0.0% (0 of 7 strings)
* Translated using Weblate (l_FILEINFO@ru (generated))Koljasha2016-09-22
| | | | Currently translated at 95.3% (41 of 43 strings)
* Restore all the translations for lumina-textedit (aside from "hi").Ken Moore2016-09-20
|
* Add missing .ts filesKris Moore2016-09-20
|
* Rename more long-named TS filesKris Moore2016-09-20
|
* Merge branch 'master' of https://github.com/trueos/luminaKris Moore2016-09-20
|\
| * Update main.cpp to use the new filename for the translation files.Ken Moore2016-09-20
| |
* | Rename lumina-fileinfo lumina-fiKris Moore2016-09-20
|/
* Rename all the lumina-textedit i18n filesKris Moore2016-09-20
|
* Wipe fileinfo_elKris Moore2016-09-20
|
* Wipe en_GB and en_ZAKris Moore2016-09-20
|
* Remove the "language" tab within the en_GB translation file.Ken Moore2016-09-20
|
* Re-sync all the translation files for Lumina with the source code, and add a ↵Ken Moore2016-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).
* update all the lumina-fileinfo translation files and reset the "hi" ↵Ken Moore2016-09-16
| | | | translation completely (file completely trashed - better to start over).
* Add syntax highlighting for "shell" files (.sh)Ken Moore2016-09-16
|
* Fix up the highlighting of characters where the start character is already ↵Ken Moore2016-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 Moore2016-09-15
| | | | and ready for use!
* Get the Git clone functionality all functional. The last thing missing is a ↵Ken Moore2016-09-15
| | | | graphical dialog showing the status of the download.
* 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 ↵Ken Moore2016-09-14
| | | | into the build/interface yet.
* Add the beginnings of git integration within lumina-fm. Currently it can ↵Ken Moore2016-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 Moore2016-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 Moore2016-09-12
| | | | user about them.
* Add status tips for the cursor position.Ken Moore2016-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 Moore2016-09-12
| | | | for particular users.
* 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
| | | | | 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 Moore2016-09-08
| | | | first.
* 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
| | | | "()" for example.
* 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 ↵Ken Moore2016-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 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
| | | | 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 Moore2016-09-06
| | | | single-line rules are skipped if they start within a multi-line rule block.
* 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
| | | | - 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 Moore2016-08-08
|
bgstack15