aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils
Commit message (Collapse)AuthorAge
* Removed unncessary toolBar propertyZackaryWelch2017-07-12
|
* Fixed spacing error in UI fileZackaryWelch2017-07-12
|
* Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | directly in the menu.
* update to readmeq5sys2017-07-06
|
* update readmeq5sys2017-07-06
|
* update readmeq5sys2017-07-06
|
* add lplay symlink for the same reasons we have lte for lumina-texteditorq5sys2017-07-06
|
* update readme with CLI argumentsq5sys2017-07-06
|
* update readme with CLI argumentsq5sys2017-07-06
|
* update readme with CLI argumentsq5sys2017-07-06
|
* fix wordingq5sys2017-07-06
|
* update readme with CLI switchesq5sys2017-07-06
|
* Added print option to lumina-textedit capable of selectionsZackaryWelch2017-07-06
|
* Add a bunch more README.md files for the rest of the lumina desktop-utilities.Ken Moore2017-07-05
|
* Add a README.md to lumina-fileinfoKen Moore2017-07-05
|
* Add a README.md to lumina-calculatorKen Moore2017-07-05
|
* Update README.mdKen Moore2017-07-05
|
* Oops - clean up some more of the README for lumina-archiver.Ken Moore2017-07-05
|
* Add a README.md to the lumina-archiver subprojectKen Moore2017-07-05
|
* Have the lumina-fm "browserWidget" show the "name" property of XDG desktop ↵Ken Moore2017-06-30
| | | | entries rather than the filename.
* Re-enable the "Open With" option for selected items (accidentally commented out)Ken Moore2017-06-28
|
* Tag Version 1.3.0 in sourceKen Moore2017-06-26
| | | | Ensure the translation files are all in sync as well.
* Finish up all the new TreeWidget stuff from JT:Ken Moore2017-06-26
| | | | | | | | | 1. Save/load the size of the tree widget between sessions (sync size across all tabs as well). 2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not. 3. Tie the tree widget "dir model" to the line edit so we get auto-completions again. 4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such). 5. Clean up a lot of debugging messages and comment out unused variable declarations. 6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
* Fix up the font weight setting for the new syntax highlighting rule formats.Ken Moore2017-06-22
|
* Fixed two missing icons in Lumina ArchiverZackaryWelch2017-06-22
|
* Fixed nullReceiver error in Lumina-fmZackaryWelch2017-06-22
|
* Removed error when trying to delete pointerZackaryWelch2017-06-22
|
* Fixed number syntax in C++ZackaryWelch2017-06-22
|
* Added missing icon and Null Reciever from comparing INFO in destructorZackaryWelch2017-06-22
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-22
|\
| * Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-06-20
| |\
| | * Removed error with slot nameZackaryWelch2017-06-20
| | |
| * | resolving OCD - one whitespace block at a timeq5sys2017-06-20
| |/
| * Clean up some whitespace.Ken Moore2017-06-20
| |
| * Removed an error message caused by an object's name and QMetaObjectZackaryWelch2017-06-20
| |
| * Quick adjustment for when pianobar is not installedKen Moore2017-06-20
| |
| * Added Go rules and corrected number highlighting syntaxZackaryWelch2017-06-19
| |
| * 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
| |
bgstack15