aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Revert "commit for slicer69's variable WM selection feature"q5sys2017-07-23
| | | | This reverts commit bfae544f7b6e862c1103cbd035c2ffe1f62bfa1e.
* commit for slicer69's variable WM selection featureq5sys2017-07-23
|
* set Gentoo specific pathsq5sys (JT)2017-07-22
|
* fixing missing closing braceq5sys (JT)2017-07-22
|
* fix man page location for Gentooq5sys (JT)2017-07-21
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-07-21
|\
| * Merge remote-tracking branch 'origin/master'Weblate2017-07-21
| |\
| | * Merge branch 'master' of https://github.com/trueos/luminaq5sys2017-07-21
| | |\
| | * | clean up lthemeengine-style pagesq5sys2017-07-20
| | | |
| | * | clean up lthemeengine-qtplugin pagesq5sys2017-07-20
| | | |
| | * | clean up tab pagesq5sys2017-07-20
| | | |
| | * | clean up qss pagesq5sys2017-07-20
| | | |
| | * | clean up palette pagesq5sys2017-07-20
| | | |
| | * | clean up main pagesq5sys2017-07-20
| | | |
| | * | clean up lthemeengine pagesq5sys2017-07-20
| | | |
| | * | clean up interface pagesq5sys2017-07-20
| | | |
| | * | clean up icon pagesq5sys2017-07-20
| | | |
| | * | clean up font pagesq5sys2017-07-20
| | | |
| | * | clean up appearance source filesq5sys2017-07-20
| | | |
| * | | Translated using Weblate (Catalan)Davidmp2017-07-21
| | | | | | | | | | | | | | | | Currently translated at 100.0% (226 of 226 strings)
* | | | Add a new "XDGMime" class/files which can be used for non-graphical mimetype ↵Ken Moore2017-07-21
| | | | | | | | | | | | | | | | interactions
* | | | Start adding the application launch functionality to the session (untested)Ken Moore2017-07-21
| |_|/ |/| |
* | | Fix up some multi-monitor issues with Lumina2 (Qt auto-scaling is a really ↵Ken Moore2017-07-21
| | | | | | | | | | | | bad idea)
* | | Now all the compositing is finished - fixed the last couple painting issues.Ken Moore2017-07-21
| | |
* | | Get the compositing and window interactions all cleaned up. Seems to work ↵Ken Moore2017-07-20
| | | | | | | | | | | | great now.
* | | Add a window animation framework, with 7 visibility animations for starters.Ken Moore2017-07-20
| |/ |/|
* | Get the compositing working much smoother now.Ken Moore2017-07-19
|/ | | | Only re-grab the X11 image when it changes, then store it for all paint events (including partial painting updates) - making things much faster to update on-demand.
* Merge branch 'master' of github.com:trueos/luminaWeblate2017-07-19
|\
| * Merge branch 'master' of github.com:trueos/luminaWeblate2017-07-19
| |\
| | * Another checkpoint in the compositing saga. Got most of it working, but ↵Ken Moore2017-07-19
| | | | | | | | | | | | still getting random artifacting *outside* of the window that we are painting from time to time.
| | * Get compositing completely working. This broke the move-update patch a bit - ↵Ken Moore2017-07-19
| | | | | | | | | | | | need to find another way to poke the window after it gets moved.
| | * Get the in-window compositing *nearly* working.Ken Moore2017-07-18
| | | | | | | | | | | | Still a bit unstable right now (closing a window crashes X), but the compositing redirection/painting seems to be working somewhat.
| | * Finish up the on-move window notification so that sub-windows (menus and ↵Ken Moore2017-07-18
| | | | | | | | | | | | such) are painted in the proper place.
| | * Clean up a bit of debugging and suchKen Moore2017-07-18
| | |
| | * Get the resize/movement functionality all finished.Ken Moore2017-07-18
| | |
| | * set proper define for datadirq5sys2017-07-18
| | |
| | * update to main .pro fileq5sys2017-07-18
| | |
| | * update to .desktop fileq5sys2017-07-18
| | |
| | * apply path patchq5sys2017-07-18
| | |
| | * get lthemeengine building successfullyq5sys2017-07-18
| | |
| | * the second great renamingq5sys2017-07-18
| | |
| | * the changing of the namesq5sys2017-07-18
| | |
| | * source directory updatesq5sys2017-07-18
| | |
| | * update to dir structureq5sys2017-07-18
| | |
| | * rename .pri fileq5sys2017-07-18
| | |
| | * rename .pro fileq5sys2017-07-18
| | |
| | * removal of duplicate READMEq5sys2017-07-18
| | |
| | * removal of Changelogq5sys2017-07-18
| | |
| | * removal of AUTHORS as a duplicate of LICENSEq5sys2017-07-18
| | |
| | * add to LICENSE fileq5sys2017-07-18
| | |
bgstack15