aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
|\
| * Updated Python syntax rulesZackaryWelch2017-06-19
| |
* | Remove the character per line limit for html files.Ken Moore2017-06-19
|/
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
|
* Added PHP rules and updated Javascript and Markdown rulesZackaryWelch2017-06-19
|
* clean up unneeded comment formattingq5sys2017-06-16
|
* set properties for treeviewq5sys2017-06-16
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-16
|\
| * Updated Markdown syntaxZackaryWelch2017-06-16
| |
* | Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
| |
* | Speed up the loading of thumbnails in lumina-fm. Now all the scaling and ↵Ken Moore2017-06-16
|/ | | | such is done in the external thread - so images appear as they are ready instead of bogging down the main thread..
* Minor debugging change in lumina-fmKen Moore2017-06-16
|
* Clean up the opening of an auto-extracted archive.Ken Moore2017-06-16
|
* Clean up the auto-extract functionality in lumina-fmKen Moore2017-06-16
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-06-16
|\
| * Quick update for javascript syntax rulesKen Moore2017-06-16
| |
| * Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-06-16
| |\
| * | Updated syntax filesZackaryWelch2017-06-16
| | |
* | | fix file manage autoextract menu methodq5sys2017-06-16
| |/ |/|
* | add prototype for autoextract menu entryq5sys2017-06-16
| |
* | another crack at openwith menuq5sys2017-06-16
| |
* | add dirtreepane connection logicq5sys2017-06-16
|/
* 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
|
* 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
|
bgstack15