aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* 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
|
* Translated using Weblate (lumina_DESKTOP@da (generated))scootergrisen2017-06-22
| | | | Currently translated at 100.0% (325 of 325 strings)
* Add enable/disable functionality to LuminaRandR (untested)Ken Moore2017-06-22
|
* Get the LuminaRandR class all finished up for *information purposes only*.Ken Moore2017-06-22
| | | | | 1. All the information retrieval systems are now in place and functional (much easier to use than parsing xrandr output manually). 2. Also get the "setPrimaryMonitor" functionality all setup and working. This *does* change the running X session in an atomic fashion.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-22
|\
| * Start a large update to LuminaRandR info retrieval routine.Ken Moore2017-06-21
| | | | | | | | | | **DOES NOT COMPILE** Nothing should be using this class yet, so there should be no pkg fallout from it.
| * Oops - forgot to add the changes to the LuminaRandR files.Ken Moore2017-06-21
| |
| * Get a lot more of the LuminaRandR class functional. The "set" routines are ↵Ken Moore2017-06-21
| | | | | | | | not working for some reason (even when using the same XLib function as xrandr for disabling a monitor)
| * Hotpatch to lumina-xconfig.Ken Moore2017-06-21
| | | | | | | | If the screens do not exactly line up next to each other, just put them in the list anyway. Also list the origin point for each monitor in the details as well (just in case).
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-20
| |\
| | * 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
| | |/
| * / Commit a bit more work on the LuminaRandR class - still not ready yet.Ken Moore2017-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
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
| |\
| | * Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2017-06-19
| | | | | | | | | | | | Currently translated at 100.0% (325 of 325 strings)
| | * Added Go rules and corrected number highlighting syntaxZackaryWelch2017-06-19
| | |
| * | Fix the migration routine when moving from the "default" monitor ID (vesa, ↵Ken Moore2017-06-19
| |/ | | | | | | scfb) to a non-"default" ID.
| * 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
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-06-19
| |\
| | * clean up unneeded comment formattingq5sys2017-06-16
| | |
| | * set properties for treeviewq5sys2017-06-16
| | |
| * | Fix the fallback icon routine for desktop entries.Ken Moore2017-06-19
| |/
| * 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
| |
bgstack15