Skip to content
  1. Dec 10, 2015
  2. Jul 30, 2015
  3. Nov 04, 2014
  4. Oct 28, 2014
  5. Nov 12, 2013
  6. Jul 17, 2013
  7. Jul 16, 2013
  8. Jul 15, 2013
  9. Jun 05, 2013
  10. Apr 28, 2013
    • Sam Spilsbury's avatar
      Fix some files not installing: · 2fbdf17a
      Sam Spilsbury authored
       1. gsettings schemas never get added to the install_manifest list
          because we use install (CODE) so we need to add a custom
          uninstall target for those, and also need to recompile on uninstall
          too
       2. Run the gtk-update-icon-cache stage during install for ccsm and
          also add icon-theme.cache to the uninstall target
      2fbdf17a
  11. Apr 25, 2013
  12. Apr 22, 2013
  13. Feb 20, 2013
  14. Feb 15, 2013
  15. Feb 13, 2013
  16. Feb 12, 2013
  17. Jan 07, 2013
  18. Jan 04, 2013
  19. Dec 10, 2012
  20. Dec 06, 2012
  21. Oct 16, 2012
    • Sam Spilsbury's avatar
      Clean up the CMake code around the python modules and uninstalling · 6aa7bc9c
      Sam Spilsbury authored
       - It isn't possible to build python extensions using distutils that
         link to things that we are building, because CMake provides no
         means for a custom command to depend on a library. Build them
         using CMake directly instead
       - Clean up the tests: the tests depended on having a working opengl
         and core plugin xml file and were also sensitive to xml data. Make
         a mock.xml and use that instead
       - Require ini for the compizconfig-python tests. They won't run without it
       - Fix the uninstall scripts. We were clobbering the uninstall target
         with the python uninstall targets, that is just plain wrong. Created
         a new cmake function to append custom uninstall scripts to the global
         uninstall script
      6aa7bc9c
  22. Oct 04, 2012
  23. Sep 12, 2012
  24. Sep 10, 2012
  25. Sep 04, 2012
    • Sam Spilsbury's avatar
      Remove serialization. · d07669af
      Sam Spilsbury authored
      Serialization was a cool idea for handling the temp load/unload problem,
      however the usecase these days does not often involve that in order
      to justify its continued maintainence.
      d07669af
    • MC Return's avatar
      Fixed URL references (now "https://launchpad.net/compiz") · 813a43d3
      MC Return authored
      "http://www.compiz-fusion.org" is not existent anymore and leads one to the "Web Design Manchester" web design business page (used in the About dialogue of CCSM for example) and
      "http://www.compiz.org" is outdated and does not reflect actual development of Compiz anymore
      813a43d3
  26. Aug 31, 2012
  27. Aug 29, 2012