Skip to content
Snippets Groups Projects
  1. Sep 25, 2009
  2. Sep 24, 2009
  3. Sep 23, 2009
  4. Sep 22, 2009
  5. Sep 17, 2009
  6. Sep 16, 2009
  7. Sep 10, 2009
  8. Aug 28, 2009
  9. Aug 20, 2009
  10. Aug 14, 2009
  11. Aug 13, 2009
    • hjk's avatar
      sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession() · b104b43f
      hjk authored
      sessionUnloaded was sometimes emitted when the session manager was in
      an unsafe state (between delete m_file and  m_file = new ...) leading
      to crashes when slots connected to the signal accessed the sessionmanager
      again. This patch moves the signal emission before  delete m_file.
      
      Reviewed-by: dt
      b104b43f
  12. Aug 04, 2009
  13. Aug 03, 2009
    • Thiago Macieira's avatar
      Compile the C++ parser library with Sun CC 5.9. · d0457b70
      Thiago Macieira authored
      Things you mustn't do:
      1) end an enum with a comma
      
      2) #include <cxxxx> and not use std::
      
      3) use anonymous structures
      
      All three things are invalid C++. Anonymous structures inside
      anonymous unions are allowed by GCC, but that doesn't mean it's valid.
      d0457b70
  14. Jul 31, 2009
  15. Jul 28, 2009
  16. Jul 24, 2009
  17. Jul 23, 2009
  18. Jul 22, 2009
  19. Jul 17, 2009
  20. Jul 14, 2009
  21. Jul 13, 2009
  22. Jul 10, 2009
  23. Jul 09, 2009
  24. Jul 07, 2009
  25. Jul 06, 2009
  26. Jun 29, 2009
Loading