Skip to content
Snippets Groups Projects
  1. Nov 27, 2009
  2. Nov 13, 2009
  3. Nov 10, 2009
  4. Nov 09, 2009
  5. Nov 05, 2009
  6. Oct 26, 2009
  7. Oct 13, 2009
  8. Oct 12, 2009
  9. Oct 09, 2009
  10. Oct 07, 2009
  11. Oct 05, 2009
  12. Oct 01, 2009
  13. Sep 30, 2009
  14. Sep 29, 2009
  15. Sep 25, 2009
    • Christian Kamm's avatar
      Track more macro uses. · 22ed0255
      Christian Kamm authored
      
      In particular macros that are only checked for definition or are
      expanded during the evaluation of an #if or #elif directive are now also
      added to the list available through Document::macroUses().
      
      The names of undefined macros that are interesting (because they're used
      in an #ifdef or a defined(...)) are now available through
      Document::undefinedMacroUses().
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      22ed0255
  16. Sep 24, 2009
  17. Sep 23, 2009
  18. Sep 16, 2009
    • Daniel Molkentin's avatar
      Be smarter about macros available from cl.exe. · 37d73f32
      Daniel Molkentin authored
      Some macros are defined not by cl.exe purely, but are pretty standard.
      We add those manually anyway. Also, remove compiler-specific macro
      definitions from the model manager. They should be provided by the tool
      chains only.
      37d73f32
  19. Aug 28, 2009
  20. Aug 20, 2009
  21. Aug 14, 2009
  22. 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
  23. Aug 04, 2009
  24. Jul 24, 2009
  25. Jul 17, 2009
  26. Jul 14, 2009
  27. Jul 13, 2009
  28. Jul 10, 2009
  29. Jul 06, 2009
  30. Jun 29, 2009
  31. Jun 26, 2009
  32. Jun 18, 2009
Loading