aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LIconCache.h
Commit message (Collapse)AuthorAge
* Some more cleanup on Lumina2:Ken Moore2017-08-31
| | | | | | | 1) Get the JsonMenu plugin up and running again for the context menu 2) Get the LIconCache integrated into the context menu (replacing the old LXDG::findIcon calls). 3) Get the window property events working!!! (finally) 4) Start getting some automatic window-verification put in place (for snapping windows to various places and such).
* Get the icon loading routines all switched over to the old ↵Ken Moore2017-08-03
| | | | QIcon::fromTheme() routine now that we have a theme engine available out-of-box.
* Get the RootSubWindow loading/using icons for the various buttons now.Ken Moore2017-06-29
|
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
|
* Add a new method to find/use the LIconCache within an application (static ↵Ken Moore2017-06-08
| | | | instance as opposed to a global object).
* Get the icon cache system all setup for the bulk of the desktop icons ↵Ken Moore2017-05-26
| | | | (application menus, etc). Now we are starting to see the better performance from this system... :-)
* Get the new Icon Cache system implemented and turned on for the desktop ↵Ken Moore2017-05-26
| | | | "applauncher" plugins. This seems to be working quite well, and now we just need to start using this for all the other pieces of the desktop.
* Oops - forgot to include the changes to the LIconCache files in that last ↵Ken Moore2017-05-26
| | | | commit.
* Clean up the new LIconCache class quite a bit (seems finished - just untested).Ken Moore2017-05-22
|
* Commit my WIP on the new icon cache/loading systems for Lumina.Ken Moore2017-05-22
bgstack15