aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master'Weblate2016-09-16
|\
| * 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).
| * Another quick fix for the menu script - ensure the open directory option is ↵Ken Moore2016-09-16
| | | | | | | | always at the top of the list.
| * Adjust the ls.json.sh script a bit so every directory gets an "open ↵Ken Moore2016-09-16
| | | | | | | | directory" button for opening within a file manager as well.
| * Clean up how the system app finder/parser is saved in memory a bit. Trying ↵Ken Moore2016-09-16
| | | | | | | | to track down and fix a reported memory leak on some systems.
| * 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.
* | Translated using Weblate (lumina_DESKTOP@fa (generated))Hamid Sarmadi2016-09-16
| | | | | | | | Currently translated at 1.6% (4 of 248 strings)
* | Translated using Weblate (lumina_WM@fa (generated))Hamid Sarmadi2016-09-16
| | | | | | | | Currently translated at 87.5% (7 of 8 strings)
* | Translated using Weblate (lumina_OPEN@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Translated using Weblate (lumina_OPEN@fi (generated))Tommi Nieminen2016-09-16
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Translated using Weblate (lumina_INFO@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (248 of 248 strings)
* | Translated using Weblate (lumina_DESKTOP@fi (generated))Tommi Nieminen2016-09-14
| | | | | | | | Currently translated at 100.0% (248 of 248 strings)
* | Translated using Weblate (lumina_OPEN@fi (generated))Tommi Nieminen2016-09-14
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Translated using Weblate (lumina_WM@fi (generated))Tommi Nieminen2016-09-14
| | | | | | | | Currently translated at 100.0% (8 of 8 strings)
* | Translated using Weblate (lumina_WM@ru (generated))Nikolay2016-09-13
|/ | | | Currently translated at 0.0% (0 of 8 strings)
* 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
* Adjust the default fluxbox keyboard shrotcuts:Ken Moore2016-09-08
| | | | Setup Alt+F1 to run "lumina-open -terminal" rather than "xterm"
* Add a new optional flag to lumina-open: "-terminal"Ken Moore2016-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 Moore2016-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 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.
* Quick fix to OS-detect.pri: If LINUX_DISTRO was manually set through qmake, ↵Ken Moore2016-09-06
| | | | don't overwrite it with the auto-detected setting.
* Quick sync commit between my system and master - nothing really changedKen Moore2016-09-06
|
* Make sure that going "back" to the main page automatically ↵Ken Moore2016-09-06
| | | | exapands/highlights the page that the user was just on.
* 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 special case check to the cursor theme settings - don't allow ↵Ken Moore2016-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 Moore2016-08-30
| | | | ScreenSettings class - some compilers complain about this.
* When saving autostart preferences, make sure the local autostart directory ↵Ken Moore2016-08-26
| | | | exists and create it if not.
* 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
|
bgstack15