aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
...
| * HTML and Javascript syntax highlightingZackaryWelch2017-06-15
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-15
| |\
| | * Python syntax rules updatedZackaryWelch2017-06-15
| | |
| * | Add a new markdown syntax highlighting format. Not quite finished yet - but ↵Ken Moore2017-06-15
| |/ | | | | | | has the bulk of the options so far.
| * Fix the sync of the line wrap with the current tab/file.Ken Moore2017-06-14
| |
| * fix font size bug for line sizesq5sys2017-06-14
| |
| * fix dirtreepane bugs and deactive from menuq5sys2017-06-13
| |
| * redo dirtreepane to work the same as other optionsq5sys2017-06-13
| |
| * add dirtreepane prototype codeq5sys2017-06-13
| |
| * clean up unneeded code and extraneous debug linesq5sys2017-06-13
| |
* | Oops - forgot to add the new test.xml file to the last commit.Ken Moore2017-06-22
| |
* | Add a couple more files to lumina-textedit:Ken Moore2017-06-22
|/ | | | | 1) A basic "text" syntax rule set (no highlighting, word wrap) 2) A test file for the XML rules.
* Add a new syntax rule set for JSON files. Seems to be working fine.Ken Moore2017-06-11
|
* Add an XML syntax highlighting rule to LTE. Seems fully-functional.Ken Moore2017-06-11
|
* Add support for a new "file_regex" flag in the JSON syntax manifests that ↵Ken Moore2017-06-11
| | | | can be used when looking for matching file type support.
* Get the new syntax rule system all setup and on-par (or better) than we had ↵Ken Moore2017-06-09
| | | | previously. Now we are all set for new rule sets to just be dropped in without worry about recompiling or anything.
* Finish getting the font/size information in-sync with the current tab.Ken Moore2017-06-09
|
* Clean up the loading/changing of font family/size (still need to update the ↵Ken Moore2017-06-09
| | | | font boxes to reflect the currently visible tab).
* Get the new syntax highlighting support framework functional with the C++ ↵Ken Moore2017-06-09
| | | | rules files as the example (still need to convert the other existing rulesets over to the new format).
* Get the SyntaxFile loading mechanisms all setup.Ken Moore2017-06-09
|
* Get a lot more of the new plugin-based syntax highlighting system setup (not ↵Ken Moore2017-06-08
| | | | integrated/tested yet).
* Start the prep-work for a new way of loading syntax highlighting rules in LTE.Ken Moore2017-06-08
| | | | Get a new JSON file written up for the C++ highlighting rules as the first test-case/example.
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Try to streamline the item loading routine in lumina-fm a bit more. No ↵Ken Moore2017-06-08
| | | | discernable difference on my system but it might impact other/slower systems.
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Make all the desktop utilities use the new LUtils::openSettings() function ↵Ken Moore2017-06-07
| | | | so they can be launched as the root user without clobbering the user-permissioned settings file.
* Get the auto-extract functionality cleaned up with the signal/slots a bit.Ken Moore2017-06-07
|
* Make the auto-extract start as soon as the file finishes loading.Ken Moore2017-06-05
|
* Commit some adjustments to the auto-extract functionality.Ken Moore2017-06-05
|
* add quit and clear shortcuts to calculatorq5sys2017-06-05
|
* add quit and open shortcuts to screenshotq5sys2017-06-05
|
* more work on autoextract functionalityq5sys2017-06-04
|
* Make sure that the no-pianobar setup section stops when it is finished - ↵Ken Moore2017-06-01
| | | | don't need to run the rest if pianobar is not installed.
* Another quick adjustment to the clock plugin sizing routine - seems to be ↵Ken Moore2017-05-31
| | | | working fine now.
* Merge remote-tracking branch 'origin/master'Weblate2017-05-30
|\
| * Clean up the initial argument parsing for lumina-mediaplayer - now it will ↵Ken Moore2017-05-30
| | | | | | | | actually load multimedia *files* which are specified on the CLI and/or default to the Pandora player as needed.
* | Translated using Weblate (l_SCREENSHOT@de (generated))Ettore Atalan2017-05-30
| | | | | | | | Currently translated at 97.4% (38 of 39 strings)
* | Translated using Weblate (l_TE@de (generated))Ettore Atalan2017-05-30
|/ | | | Currently translated at 96.7% (59 of 61 strings)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-30
|\
| * prototype autoextract function (currently disabled)q5sys2017-05-29
| |
| * Cleanup how the QtConcurrent thread is run in the Browser class a bit - no ↵Ken Moore2017-05-26
| | | | | | | | real difference, just more formally-correct.
* | Quick fix for the single-instance stuff in lumina-fm - automatically raise ↵Ken Moore2017-05-30
|/ | | | the window again when it opens a new tab.
* Translated using Weblate (l_TE@da (generated))scootergrisen2017-05-22
| | | | Currently translated at 100.0% (61 of 61 strings)
* rename readme so github knows its a markdown fileq5sys2017-05-16
|
* remove .desktop file and add readme for lumina-notifyq5sys2017-05-16
|
* Merge remote-tracking branch 'origin/master'Weblate2017-05-15
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-14
| |\
| * | Disable lumina-notify from the default build/packages - does not seem ready yetKen Moore2017-05-14
| | |
* | | Translated using Weblate (l_FILEINFO@sv (generated))Johan Forsberg2017-05-15
| |/ |/| | | | | Currently translated at 100.0% (43 of 43 strings)
* | Translated using Weblate (l_FILEINFO@sv (generated))Johan Forsberg2017-05-14
|/ | | | Currently translated at 100.0% (43 of 43 strings)
bgstack15