aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
* 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
|
* 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
|\
| * 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
| |
| * removing COPYING as its a duplicate of LICENSEq5sys2017-07-18
| |
| * removal of ChangeLog.svnq5sys2017-07-18
| |
| * removal of qt5ct test.shq5sys2017-07-18
| |
| * removal of qt5ct utilsq5sys2017-07-18
| |
| * commit of qt5ct source treeq5sys2017-07-18
| |
| * Add some better edge-detection systems for the window borders on the ↵Ken Moore2017-07-18
| | | | | | | | left/right sides.
| * Get a lot more of the geometry calculations/movements working. Almost ready ↵Ken Moore2017-07-18
| | | | | | | | to start adding additional window property support
| * Added more missing iconsZackaryWelch2017-07-17
| |
| * Changed brightness iconZackaryWelch2017-07-17
| |
| * Start working on getting the frame extents set/used properly. Still off on ↵Ken Moore2017-07-13
| | | | | | | | the geom calculations right now.
| * Large update to the window embedding systems - almost have the compositing ↵Ken Moore2017-07-13
| | | | | | | | up and running.
| * inital commit of the lumina-theme-engineq5sys2017-07-13
| |
| * Fix a few random issues with Lumina2.Ken Moore2017-07-12
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-07-12
| |\
| | * Get the keyboard shortcut for "LockScreen" (case-insensitive) working, and ↵Ken Moore2017-07-11
| | | | | | | | | | | | fix some connection warnings.
| * | Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | | | | | | | | | directly in the menu.
| * | Start adding some default keyboard shortcuts/files to Lumina 2.Ken Moore2017-07-11
| |/
| * Added more key support for Lumina 2.0ZackaryWelch2017-07-11
| |
| * De-activate the volume reset on logout, and remove an old class/files from ↵Ken Moore2017-07-08
| | | | | | | | the Lumina2 project.
| * Split out the X11->Qt conversion function into it's own file (getting too ↵Ken Moore2017-07-08
| | | | | | | | | | | | long to be mixed in with the rest of the class). Also finish up a lot more of the conversions. Should be ready for testing now.
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-07-08
| |\
| | * Get the F1-F35 keys all detected/mapped appropriately to Qt keysKen Moore2017-07-07
| | |
bgstack15